MAINTAINERS 10 KB

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