MAINTAINERS 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  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/cpu/armv7/at91/
  73. F: arch/arm/cpu/at91-common/
  74. F: arch/arm/include/asm/arch-at91/
  75. ARM FREESCALE IMX
  76. M: Stefano Babic <sbabic@denx.de>
  77. S: Maintained
  78. T: git git://git.denx.de/u-boot-imx.git
  79. F: arch/arm/cpu/arm1136/mx*/
  80. F: arch/arm/cpu/arm926ejs/mx*/
  81. F: arch/arm/cpu/arm926ejs/imx/
  82. F: arch/arm/cpu/armv7/mx*/
  83. F: arch/arm/cpu/armv7/vf610/
  84. F: arch/arm/cpu/imx-common/
  85. F: arch/arm/include/asm/arch-imx/
  86. F: arch/arm/include/asm/arch-mx*/
  87. F: arch/arm/include/asm/arch-vf610/
  88. F: arch/arm/include/asm/imx-common/
  89. ARM MARVELL KIRKWOOD
  90. M: Prafulla Wadaskar <prafulla@marvell.com>
  91. S: Maintained
  92. T: git git://git.denx.de/u-boot-marvell.git
  93. F: arch/arm/cpu/arm926ejs/kirkwood/
  94. F: arch/arm/include/asm/arch-kirkwood/
  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 SAMSUNG
  102. M: Minkyu Kang <mk7.kang@samsung.com>
  103. S: Maintained
  104. T: git git://git.denx.de/u-boot-samsung.git
  105. F: arch/arm/cpu/arm920t/s3c24x0/
  106. F: arch/arm/cpu/armv7/exynos/
  107. F: arch/arm/cpu/armv7/s5pc1xx/
  108. F: arch/arm/cpu/armv7/s5p-common/
  109. F: arch/arm/include/asm/arch-exynos/
  110. F: arch/arm/include/asm/arch-s3c24x0/
  111. F: arch/arm/include/asm/arch-s5pc1xx/
  112. ARM STM SPEAR
  113. M: Vipin Kumar <vipin.kumar@st.com>
  114. S: Maintained
  115. T: git git://git.denx.de/u-boot-stm.git
  116. F: arch/arm/cpu/arm926ejs/spear/
  117. F: arch/arm/include/asm/arch-spear/
  118. ARM SUNXI
  119. M: Ian Campbell <ijc@hellion.org.uk>
  120. M: Hans De Goede <hdegoede@redhat.com>
  121. S: Maintained
  122. T: git git://git.denx.de/u-boot-sunxi.git
  123. F: arch/arm/cpu/armv7/sunxi/
  124. F: arch/arm/include/asm/arch-sunxi/
  125. ARM TEGRA
  126. M: Tom Warren <twarren@nvidia.com>
  127. S: Maintained
  128. T: git git://git.denx.de/u-boot-tegra.git
  129. F: arch/arm/cpu/arm720t/tegra*/
  130. F: arch/arm/cpu/armv7/tegra*/
  131. F: arch/arm/cpu/tegra*/
  132. F: arch/arm/include/asm/arch-tegra*/
  133. ARM TI
  134. M: Tom Rini <trini@ti.com>
  135. S: Maintained
  136. T: git git://git.denx.de/u-boot-ti.git
  137. F: arch/arm/cpu/arm926ejs/davinci/
  138. F: arch/arm/cpu/arm926ejs/omap/
  139. F: arch/arm/cpu/armv7/omap*/
  140. F: arch/arm/include/asm/arch-davinci/
  141. F: arch/arm/include/asm/arch-omap*/
  142. F: arch/arm/include/asm/ti-common/
  143. ARM UNIPHIER
  144. M: Masahiro Yamada <yamada.m@jp.panasonic.com>
  145. S: Maintained
  146. T: git git://git.denx.de/u-boot-uniphier.git
  147. F: arch/arm/cpu/armv7/uniphier/
  148. F: arch/arm/include/asm/arch-uniphier/
  149. F: configs/ph1_*_defconfig
  150. F: drivers/serial/serial_uniphier.c
  151. ARM ZYNQ
  152. M: Michal Simek <monstr@monstr.eu>
  153. S: Maintained
  154. F: arch/arm/cpu/armv7/zynq/
  155. F: arch/arm/include/asm/arch-zynq/
  156. AVR32
  157. M: Andreas Bießmann <andreas.devel@googlemail.com>
  158. S: Maintained
  159. T: git git://git.denx.de/u-boot-avr32.git
  160. F: arch/avr32/
  161. BLACKFIN
  162. M: Sonic Zhang <sonic.adi@gmail.com>
  163. S: Maintained
  164. T: git git://git.denx.de/u-boot-blackfin.git
  165. F: arch/blackfin/
  166. BUILDMAN
  167. M: Simon Glass <sjg@chromium.org>
  168. S: Maintained
  169. F: tools/buildman/
  170. CFI FLASH
  171. M: Stefan Roese <sr@denx.de>
  172. S: Maintained
  173. T: git git://git.denx.de/u-boot-cfi-flash.git
  174. F: drivers/mtd/*
  175. COLDFIRE
  176. M: Jason Jin <jason.jin@freescale.com>
  177. S: Maintained
  178. T: git git://git.denx.de/u-boot-coldfire.git
  179. F: arch/m68k/
  180. DFU
  181. M: Lukasz Majewski <l.majewski@samsung.com>
  182. S: Maintained
  183. T: git git://git.denx.de/u-boot-dfu.git
  184. F: drivers/dfu/
  185. DRIVER MODEL
  186. M: Simon Glass <sjg@chromium.org>
  187. S: Maintained
  188. F: drivers/core/
  189. F: include/dm/
  190. F: test/dm/
  191. FLATTENED DEVICE TREE
  192. M: Simon Glass <sjg@chromium.org>
  193. S: Maintained
  194. T: git git://git.denx.de/u-boot-fdt.git
  195. F: lib/fdtdec*
  196. F: lib/libfdt/
  197. F: include/fdt*
  198. F: include/libfdt*
  199. F. common/cmd_fdt.c
  200. F: common/fdt_support.c
  201. FREEBSD
  202. M: Rafal Jaworowski <raj@semihalf.com>
  203. S: Maintained
  204. T: git git://git.denx.de/u-boot-freebsd.git
  205. FREESCALE QORIQ
  206. M: York Sun <yorksun@freescale.com>
  207. S: Maintained
  208. T: git git://git.denx.de/u-boot-fsl-qoriq.git
  209. I2C
  210. M: Heiko Schocher <hs@denx.de>
  211. S: Maintained
  212. T: git git://git.denx.de/u-boot-i2c.git
  213. F: drivers/i2c/
  214. MICROBLAZE
  215. M: Michal Simek <monstr@monstr.eu>
  216. S: Maintained
  217. T: git git://git.denx.de/u-boot-microblaze.git
  218. F: arch/microblaze/
  219. MIPS
  220. M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
  221. S: Maintained
  222. T: git git://git.denx.de/u-boot-mips.git
  223. F: arch/mips/
  224. MMC
  225. M: Pantelis Antoniou <panto.antoniou-consulting.com>
  226. S: Maintained
  227. T: git git://git.denx.de/u-boot-mmc.git
  228. F: drivers/mmc/
  229. OPENRISC
  230. M: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
  231. S: Maintained
  232. F: arch/openrisc/
  233. PATMAN
  234. M: Simon Glass <sjg@chromium.org>
  235. S: Maintained
  236. F: tools/patman/
  237. POWERPC
  238. M: Wolfgang Denk <wd@denx.de>
  239. S: Maintained
  240. F: arch/powerpc/
  241. POWERPC MPC5XXX
  242. M: Wolfgang Denk <wd@denx.de>
  243. S: Maintained
  244. T: git git://git.denx.de/u-boot-mpc5xxx.git
  245. F: arch/powerpc/cpu/mpc5*/
  246. POWERPC MPC8XX
  247. M: Wolfgang Denk <wd@denx.de>
  248. S: Maintained
  249. T: git git://git.denx.de/u-boot-mpc8xx.git
  250. F: arch/powerpc/cpu/mpc8xx/
  251. POWERPC MPC82XX
  252. M: Wolfgang Denk <wd@denx.de>
  253. S: Maintained
  254. T: git git://git.denx.de/u-boot-mpc82xx.git
  255. F: arch/powerpc/cpu/mpc82*/
  256. POWERPC MPC83XX
  257. M: Kim Phillips <kim.phillips@freescale.com>
  258. S: Maintained
  259. T: git git://git.denx.de/u-boot-mpc83xx.git
  260. F: arch/powerpc/cpu/mpc83xx/
  261. F: arch/powerpc/include/asm/arch-mpc83xx/
  262. POWERPC MPC85XX
  263. M: York Sun <yorksun@freescale.com>
  264. S: Maintained
  265. T: git git://git.denx.de/u-boot-mpc85xx.git
  266. F: arch/powerpc/cpu/mpc85xx/
  267. POWERPC MPC86XX
  268. M: York Sun <yorksun@freescale.com>
  269. S: Maintained
  270. T: git git://git.denx.de/u-boot-mpc86xx.git
  271. F: arch/powerpc/cpu/mpc86xx/
  272. POWERPC PPC74XX PPC7XX
  273. M: Wolfgang Denk <wd@denx.de>
  274. S: Maintained
  275. T: git git://git.denx.de/u-boot-74xx-7xx.git
  276. F: arch/powerpc/cpu/74xx_7xx/
  277. POWERPC PPC4XX
  278. M: Stefan Roese <sr@denx.de>
  279. S: Maintained
  280. T: git git://git.denx.de/u-boot-ppc4xx.git
  281. F: arch/powerpc/cpu/ppc4xx/
  282. NETWORK
  283. M: Joe Hershberger <joe.hershberger@gmail.com>
  284. S: Maintained
  285. T: git git://git.denx.de/u-boot-net.git
  286. F: drivers/net/
  287. NAND FLASH
  288. M: Scott Wood <scottwood@freescale.com>
  289. S: Maintained
  290. T: git git://git.denx.de/u-boot-nand-flash.git
  291. F: drivers/mtd/nand/
  292. NDS32
  293. M: Macpaul Lin <macpaul@andestech.com>
  294. S: Maintained
  295. T: git git://git.denx.de/u-boot-nds32.git
  296. F: arch/nds32/
  297. NIOS
  298. M: Thomas Chou <thomas@wytron.com.tw>
  299. S: Maintained
  300. T: git git://git.denx.de/u-boot-nios.git
  301. F: arch/nios2/
  302. ONENAND
  303. M: Lukasz Majewski <l.majewski@samsung.com>
  304. S: Maintained
  305. T: git git://git.denx.de/u-boot-onenand.git
  306. F: drivers/mtd/onenand/
  307. SANDBOX
  308. M: Simon Glass <sjg@chromium.org>
  309. S: Maintained
  310. F: arch/sandbox/
  311. SH
  312. M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  313. S: Maintained
  314. T: git git://git.denx.de/u-boot-sh.git
  315. F: arch/sh/
  316. SPARC
  317. M: Daniel Hellstrom <daniel@gaisler.com>
  318. S: Maintained
  319. T: git git://git.denx.de/u-boot-sparc.git
  320. F: arch/sparc/
  321. SPI
  322. M: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
  323. S: Maintained
  324. T: git git://git.denx.de/u-boot-spi.git
  325. F: drivers/mtd/spi/
  326. F: drivers/spi/
  327. F: include/spi*
  328. TESTING
  329. M: Detlev Zundel <dzu@denx.de>
  330. S: Maintained
  331. T: git git://git.denx.de/u-boot-testing.git
  332. TQ GROUP
  333. M: Martin Krause <martin.krause@tq-systems.de>
  334. S: Maintained
  335. T: git git://git.denx.de/u-boot-tq-group.git
  336. UBI
  337. M: Kyungmin Park <kmpark@infradead.org>
  338. S: Maintained
  339. T: git git://git.denx.de/u-boot-ubi.git
  340. F: drivers/mtd/ubi/
  341. USB
  342. M: Marek Vasut <marex@denx.de>
  343. S: Maintained
  344. T: git git://git.denx.de/u-boot-usb.git
  345. F: drivers/usb/
  346. VIDEO
  347. M: Anatolij Gustschin <agust@denx.de>
  348. S: Maintained
  349. T: git git://git.denx.de/u-boot-video.git
  350. F: drivers/video/
  351. X86
  352. M: Simon Glass <sjg@chromium.org>
  353. S: Maintained
  354. T: git git://git.denx.de/u-boot-x86.git
  355. F: arch/x86/
  356. THE REST
  357. M: Tom Rini <trini@ti.com>
  358. L: u-boot@lists.denx.de
  359. Q: http://patchwork.ozlabs.org/project/uboot/list/
  360. S: Maintained
  361. T: git git://git.denx.de/u-boot.git
  362. F: *
  363. F: */