MAINTAINERS 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429
  1. Descriptions of section entries:
  2. P: Person (obsolete)
  3. M: Mail patches to: FullName <address@domain>
  4. L: Mailing list that is relevant to this area
  5. W: Web-page with status/info
  6. Q: Patchwork web based patch tracking system site
  7. T: SCM tree type and location.
  8. Type is one of: git, hg, quilt, stgit, topgit
  9. S: Status, one of the following:
  10. Supported: Someone is actually paid to look after this.
  11. Maintained: Someone actually looks after it.
  12. Odd Fixes: It has a maintainer but they don't have time to do
  13. much other than throw the odd patch in. See below..
  14. Orphan: No current maintainer [but maybe you could take the
  15. role as you write your new code].
  16. Obsolete: Old code. Something tagged obsolete generally means
  17. it has been replaced by a better system and you
  18. should be using that.
  19. F: Files and directories with wildcard patterns.
  20. A trailing slash includes all files and subdirectory files.
  21. F: drivers/net/ all files in and below drivers/net
  22. F: drivers/net/* all files in drivers/net, but not below
  23. F: */net/* all files in "any top level directory"/net
  24. One pattern per line. Multiple F: lines acceptable.
  25. N: Files and directories with regex patterns.
  26. N: [^a-z]tegra all files whose path contains the word tegra
  27. One pattern per line. Multiple N: lines acceptable.
  28. scripts/get_maintainer.pl has different behavior for files that
  29. match F: pattern and matches of N: patterns. By default,
  30. get_maintainer will not look at git log history when an F: pattern
  31. match occurs. When an N: match occurs, git log history is used
  32. to also notify the people that have git commit signatures.
  33. X: Files and directories that are NOT maintained, same rules as F:
  34. Files exclusions are tested before file matches.
  35. Can be useful for excluding a specific subdirectory, for instance:
  36. F: net/
  37. X: net/ipv6/
  38. matches all files in and below net excluding net/ipv6/
  39. K: Keyword perl extended regex pattern to match content in a
  40. patch or file. For instance:
  41. K: of_get_profile
  42. matches patches or files that contain "of_get_profile"
  43. K: \b(printk|pr_(info|err))\b
  44. matches patches or files that contain one or more of the words
  45. printk, pr_info or pr_err
  46. One regex pattern per line. Multiple K: lines acceptable.
  47. Note: For the hard of thinking, this list is meant to remain in alphabetical
  48. order. If you could add yourselves to it in alphabetical order that would be
  49. so much easier [Ed]
  50. Maintainers List (try to look for most precise areas first)
  51. -----------------------------------
  52. ARC
  53. M: Alexey Brodkin <alexey.brodkin@synopsys.com>
  54. S: Maintained
  55. T: git git://git.denx.de/u-boot-arc.git
  56. F: arch/arc/
  57. ARM
  58. M: Albert Aribaud <albert.u.boot@aribaud.net>
  59. S: Maintained
  60. T: git git://git.denx.de/u-boot-arm.git
  61. F: arch/arm/
  62. ARM ALTERA SOCFPGA
  63. M: Marek Vasut <marex@denx.de>
  64. S: Maintainted
  65. T: git git://git.denx.de/u-boot-socfpga.git
  66. F: arch/arm/cpu/armv7/socfpga/
  67. F: board/altera/socfpga/
  68. ARM ATMEL AT91
  69. M: Andreas Bießmann <andreas.devel@googlemail.com>
  70. S: Maintained
  71. T: git git://git.denx.de/u-boot-atmel.git
  72. F: arch/arm/mach-at91/
  73. ARM FREESCALE IMX
  74. M: Stefano Babic <sbabic@denx.de>
  75. S: Maintained
  76. T: git git://git.denx.de/u-boot-imx.git
  77. F: arch/arm/cpu/arm1136/mx*/
  78. F: arch/arm/cpu/arm926ejs/mx*/
  79. F: arch/arm/cpu/arm926ejs/imx/
  80. F: arch/arm/cpu/armv7/mx*/
  81. F: arch/arm/cpu/armv7/vf610/
  82. F: arch/arm/cpu/imx-common/
  83. F: arch/arm/include/asm/arch-imx/
  84. F: arch/arm/include/asm/arch-mx*/
  85. F: arch/arm/include/asm/arch-vf610/
  86. F: arch/arm/include/asm/imx-common/
  87. ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X
  88. M: Prafulla Wadaskar <prafulla@marvell.com>
  89. M: Luka Perkov <luka.perkov@sartura.hr>
  90. M: Stefan Roese <sr@denx.de>
  91. S: Maintained
  92. T: git git://git.denx.de/u-boot-marvell.git
  93. F: arch/arm/mach-kirkwood/
  94. F: arch/arm/mach-mvebu/
  95. ARM MARVELL PXA
  96. M: Marek Vasut <marex@denx.de>
  97. S: Maintained
  98. T: git git://git.denx.de/u-boot-pxa.git
  99. F: arch/arm/cpu/pxa/
  100. F: arch/arm/include/asm/arch-pxa/
  101. ARM ROCKCHIP
  102. M: Simon Glass <sjg@chromium.org>
  103. S: Maintained
  104. T: git git://git.denx.de/u-boot-rockchip.git
  105. F: arch/arm/mach-rockchip/
  106. ARM SAMSUNG
  107. M: Minkyu Kang <mk7.kang@samsung.com>
  108. S: Maintained
  109. T: git git://git.denx.de/u-boot-samsung.git
  110. F: arch/arm/cpu/arm920t/s3c24x0/
  111. F: arch/arm/mach-exynos/
  112. F: arch/arm/mach-s5pc1xx/
  113. F: arch/arm/cpu/armv7/s5p-common/
  114. F: arch/arm/include/asm/arch-s3c24x0/
  115. ARM STM SPEAR
  116. M: Vipin Kumar <vipin.kumar@st.com>
  117. S: Maintained
  118. T: git git://git.denx.de/u-boot-stm.git
  119. F: arch/arm/cpu/arm926ejs/spear/
  120. F: arch/arm/include/asm/arch-spear/
  121. ARM STM STV0991
  122. M: Vikas Manocha <vikas.manocha@st.com>
  123. S: Maintained
  124. F: arch/arm/cpu/armv7/stv0991/
  125. F: arch/arm/include/asm/arch-stv0991/
  126. ARM SUNXI
  127. M: Ian Campbell <ijc@hellion.org.uk>
  128. M: Hans De Goede <hdegoede@redhat.com>
  129. S: Maintained
  130. T: git git://git.denx.de/u-boot-sunxi.git
  131. F: arch/arm/cpu/armv7/sunxi/
  132. F: arch/arm/include/asm/arch-sunxi/
  133. ARM TEGRA
  134. M: Tom Warren <twarren@nvidia.com>
  135. S: Maintained
  136. T: git git://git.denx.de/u-boot-tegra.git
  137. F: arch/arm/mach-tegra/
  138. F: arch/arm/include/asm/arch-tegra*/
  139. ARM TI
  140. M: Tom Rini <trini@konsulko.com>
  141. S: Maintained
  142. T: git git://git.denx.de/u-boot-ti.git
  143. F: arch/arm/mach-davinci/
  144. F: arch/arm/mach-keystone/
  145. F: arch/arm/cpu/arm926ejs/omap/
  146. F: arch/arm/cpu/armv7/omap*/
  147. F: arch/arm/include/asm/arch-omap*/
  148. F: arch/arm/include/asm/ti-common/
  149. ARM UNIPHIER
  150. M: Masahiro Yamada <yamada.masahiro@socionext.com>
  151. S: Maintained
  152. T: git git://git.denx.de/u-boot-uniphier.git
  153. F: arch/arm/mach-uniphier/
  154. F: configs/uniphier_*_defconfig
  155. N: uniphier
  156. ARM ZYNQ
  157. M: Michal Simek <monstr@monstr.eu>
  158. S: Maintained
  159. F: arch/arm/cpu/armv7/zynq/
  160. F: arch/arm/include/asm/arch-zynq/
  161. ARM ZYNQMP
  162. M: Michal Simek <michal.simek@xilinx.com>
  163. S: Maintained
  164. F: arch/arm/cpu/armv8/zynqmp/
  165. F: arch/arm/include/asm/arch-zynqmp/
  166. AVR32
  167. M: Andreas Bießmann <andreas.devel@googlemail.com>
  168. S: Maintained
  169. T: git git://git.denx.de/u-boot-avr32.git
  170. F: arch/avr32/
  171. BLACKFIN
  172. M: Sonic Zhang <sonic.adi@gmail.com>
  173. S: Maintained
  174. T: git git://git.denx.de/u-boot-blackfin.git
  175. F: arch/blackfin/
  176. BUILDMAN
  177. M: Simon Glass <sjg@chromium.org>
  178. S: Maintained
  179. F: tools/buildman/
  180. CFI FLASH
  181. M: Stefan Roese <sr@denx.de>
  182. S: Maintained
  183. T: git git://git.denx.de/u-boot-cfi-flash.git
  184. F: drivers/mtd/cfi_flash.c
  185. F: drivers/mtd/jedec_flash.c
  186. COLDFIRE
  187. M: Huan Wang <alison.wang@freescale.com>
  188. M: Angelo Dureghello <angelo@sysam.it>
  189. S: Maintained
  190. T: git git://git.denx.de/u-boot-coldfire.git
  191. F: arch/m68k/
  192. DFU
  193. M: Lukasz Majewski <l.majewski@samsung.com>
  194. S: Maintained
  195. T: git git://git.denx.de/u-boot-dfu.git
  196. F: drivers/dfu/
  197. F: drivers/usb/gadget/
  198. DRIVER MODEL
  199. M: Simon Glass <sjg@chromium.org>
  200. S: Maintained
  201. T: git git://git.denx.de/u-boot-dm.git
  202. F: drivers/core/
  203. F: include/dm/
  204. F: test/dm/
  205. FLATTENED DEVICE TREE
  206. M: Simon Glass <sjg@chromium.org>
  207. S: Maintained
  208. T: git git://git.denx.de/u-boot-fdt.git
  209. F: lib/fdtdec*
  210. F: lib/libfdt/
  211. F: include/fdt*
  212. F: include/libfdt*
  213. F. common/cmd_fdt.c
  214. F: common/fdt_support.c
  215. FREEBSD
  216. M: Rafal Jaworowski <raj@semihalf.com>
  217. S: Maintained
  218. T: git git://git.denx.de/u-boot-freebsd.git
  219. FREESCALE QORIQ
  220. M: York Sun <york.sun@nxp.com>
  221. S: Maintained
  222. T: git git://git.denx.de/u-boot-fsl-qoriq.git
  223. I2C
  224. M: Heiko Schocher <hs@denx.de>
  225. S: Maintained
  226. T: git git://git.denx.de/u-boot-i2c.git
  227. F: drivers/i2c/
  228. MICROBLAZE
  229. M: Michal Simek <monstr@monstr.eu>
  230. S: Maintained
  231. T: git git://git.denx.de/u-boot-microblaze.git
  232. F: arch/microblaze/
  233. MIPS
  234. M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
  235. S: Maintained
  236. T: git git://git.denx.de/u-boot-mips.git
  237. F: arch/mips/
  238. MMC
  239. M: Pantelis Antoniou <panto@antoniou-consulting.com>
  240. S: Maintained
  241. T: git git://git.denx.de/u-boot-mmc.git
  242. F: drivers/mmc/
  243. OPENRISC
  244. M: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
  245. S: Maintained
  246. F: arch/openrisc/
  247. PATMAN
  248. M: Simon Glass <sjg@chromium.org>
  249. S: Maintained
  250. F: tools/patman/
  251. POWERPC
  252. M: Wolfgang Denk <wd@denx.de>
  253. S: Maintained
  254. F: arch/powerpc/
  255. POWERPC MPC5XXX
  256. M: Wolfgang Denk <wd@denx.de>
  257. S: Maintained
  258. T: git git://git.denx.de/u-boot-mpc5xxx.git
  259. F: arch/powerpc/cpu/mpc5*/
  260. POWERPC MPC8XX
  261. M: Wolfgang Denk <wd@denx.de>
  262. S: Maintained
  263. T: git git://git.denx.de/u-boot-mpc8xx.git
  264. F: arch/powerpc/cpu/mpc8xx/
  265. POWERPC MPC82XX
  266. M: Wolfgang Denk <wd@denx.de>
  267. S: Maintained
  268. T: git git://git.denx.de/u-boot-mpc82xx.git
  269. F: arch/powerpc/cpu/mpc82*/
  270. POWERPC MPC83XX
  271. M: Kim Phillips <kim.phillips@freescale.com>
  272. S: Maintained
  273. T: git git://git.denx.de/u-boot-mpc83xx.git
  274. F: arch/powerpc/cpu/mpc83xx/
  275. F: arch/powerpc/include/asm/arch-mpc83xx/
  276. POWERPC MPC85XX
  277. M: York Sun <york.sun@nxp.com>
  278. S: Maintained
  279. T: git git://git.denx.de/u-boot-mpc85xx.git
  280. F: arch/powerpc/cpu/mpc85xx/
  281. POWERPC MPC86XX
  282. M: York Sun <york.sun@nxp.com>
  283. S: Maintained
  284. T: git git://git.denx.de/u-boot-mpc86xx.git
  285. F: arch/powerpc/cpu/mpc86xx/
  286. POWERPC PPC4XX
  287. M: Stefan Roese <sr@denx.de>
  288. S: Maintained
  289. T: git git://git.denx.de/u-boot-ppc4xx.git
  290. F: arch/powerpc/cpu/ppc4xx/
  291. NETWORK
  292. M: Joe Hershberger <joe.hershberger@ni.com>
  293. S: Maintained
  294. T: git git://git.denx.de/u-boot-net.git
  295. F: drivers/net/
  296. F: net/
  297. NAND FLASH
  298. M: Scott Wood <scottwood@freescale.com>
  299. S: Maintained
  300. T: git git://git.denx.de/u-boot-nand-flash.git
  301. F: drivers/mtd/nand/
  302. NDS32
  303. M: Macpaul Lin <macpaul@andestech.com>
  304. S: Maintained
  305. T: git git://git.denx.de/u-boot-nds32.git
  306. F: arch/nds32/
  307. NIOS
  308. M: Thomas Chou <thomas@wytron.com.tw>
  309. S: Maintained
  310. T: git git://git.denx.de/u-boot-nios.git
  311. F: arch/nios2/
  312. ONENAND
  313. M: Lukasz Majewski <l.majewski@samsung.com>
  314. S: Maintained
  315. T: git git://git.denx.de/u-boot-onenand.git
  316. F: drivers/mtd/onenand/
  317. SANDBOX
  318. M: Simon Glass <sjg@chromium.org>
  319. S: Maintained
  320. F: arch/sandbox/
  321. SH
  322. M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  323. S: Maintained
  324. T: git git://git.denx.de/u-boot-sh.git
  325. F: arch/sh/
  326. SPARC
  327. M: Francois Retief <fgretief@spaceteq.co.za>
  328. S: Maintained
  329. T: git git://git.denx.de/u-boot-sparc.git
  330. F: arch/sparc/
  331. SPI
  332. M: Jagan Teki <jteki@openedev.com>
  333. S: Maintained
  334. T: git git://git.denx.de/u-boot-spi.git
  335. F: drivers/mtd/spi/
  336. F: drivers/spi/
  337. F: include/spi*
  338. TQ GROUP
  339. M: Martin Krause <martin.krause@tq-systems.de>
  340. S: Maintained
  341. T: git git://git.denx.de/u-boot-tq-group.git
  342. UBI
  343. M: Kyungmin Park <kmpark@infradead.org>
  344. M: Heiko Schocher <hs@denx.de>
  345. S: Maintained
  346. T: git git://git.denx.de/u-boot-ubi.git
  347. F: drivers/mtd/ubi/
  348. USB
  349. M: Marek Vasut <marex@denx.de>
  350. S: Maintained
  351. T: git git://git.denx.de/u-boot-usb.git
  352. F: drivers/usb/
  353. VIDEO
  354. M: Anatolij Gustschin <agust@denx.de>
  355. S: Maintained
  356. T: git git://git.denx.de/u-boot-video.git
  357. F: drivers/video/
  358. X86
  359. M: Simon Glass <sjg@chromium.org>
  360. S: Maintained
  361. T: git git://git.denx.de/u-boot-x86.git
  362. F: arch/x86/
  363. THE REST
  364. M: Tom Rini <trini@konsulko.com>
  365. L: u-boot@lists.denx.de
  366. Q: http://patchwork.ozlabs.org/project/uboot/list/
  367. S: Maintained
  368. T: git git://git.denx.de/u-boot.git
  369. F: *
  370. F: */