MAINTAINERS 10 KB

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