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/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/mach-exynos/
  105. F: arch/arm/mach-s5pc1xx/
  106. F: arch/arm/cpu/armv7/s5p-common/
  107. F: arch/arm/include/asm/arch-s3c24x0/
  108. ARM STM SPEAR
  109. M: Vipin Kumar <vipin.kumar@st.com>
  110. S: Maintained
  111. T: git git://git.denx.de/u-boot-stm.git
  112. F: arch/arm/cpu/arm926ejs/spear/
  113. F: arch/arm/include/asm/arch-spear/
  114. ARM STM STV0991
  115. M: Vikas Manocha <vikas.manocha@st.com>
  116. S: Maintained
  117. F: arch/arm/cpu/armv7/stv0991/
  118. F: arch/arm/include/asm/arch-stv0991/
  119. ARM SUNXI
  120. M: Ian Campbell <ijc@hellion.org.uk>
  121. M: Hans De Goede <hdegoede@redhat.com>
  122. S: Maintained
  123. T: git git://git.denx.de/u-boot-sunxi.git
  124. F: arch/arm/cpu/armv7/sunxi/
  125. F: arch/arm/include/asm/arch-sunxi/
  126. ARM TEGRA
  127. M: Tom Warren <twarren@nvidia.com>
  128. S: Maintained
  129. T: git git://git.denx.de/u-boot-tegra.git
  130. F: arch/arm/mach-tegra/
  131. F: arch/arm/include/asm/arch-tegra*/
  132. ARM TI
  133. M: Tom Rini <trini@konsulko.com>
  134. S: Maintained
  135. T: git git://git.denx.de/u-boot-ti.git
  136. F: arch/arm/mach-davinci/
  137. F: arch/arm/mach-keystone/
  138. F: arch/arm/cpu/arm926ejs/omap/
  139. F: arch/arm/cpu/armv7/omap*/
  140. F: arch/arm/include/asm/arch-omap*/
  141. F: arch/arm/include/asm/ti-common/
  142. ARM UNIPHIER
  143. M: Masahiro Yamada <yamada.masahiro@socionext.com>
  144. S: Maintained
  145. T: git git://git.denx.de/u-boot-uniphier.git
  146. F: arch/arm/mach-uniphier/
  147. F: configs/uniphier_*_defconfig
  148. N: uniphier
  149. ARM ZYNQ
  150. M: Michal Simek <monstr@monstr.eu>
  151. S: Maintained
  152. F: arch/arm/cpu/armv7/zynq/
  153. F: arch/arm/include/asm/arch-zynq/
  154. ARM ZYNQMP
  155. M: Michal Simek <michal.simek@xilinx.com>
  156. S: Maintained
  157. F: arch/arm/cpu/armv8/zynqmp/
  158. F: arch/arm/include/asm/arch-zynqmp/
  159. AVR32
  160. M: Andreas Bießmann <andreas.devel@googlemail.com>
  161. S: Maintained
  162. T: git git://git.denx.de/u-boot-avr32.git
  163. F: arch/avr32/
  164. BLACKFIN
  165. M: Sonic Zhang <sonic.adi@gmail.com>
  166. S: Maintained
  167. T: git git://git.denx.de/u-boot-blackfin.git
  168. F: arch/blackfin/
  169. BUILDMAN
  170. M: Simon Glass <sjg@chromium.org>
  171. S: Maintained
  172. F: tools/buildman/
  173. CFI FLASH
  174. M: Stefan Roese <sr@denx.de>
  175. S: Maintained
  176. T: git git://git.denx.de/u-boot-cfi-flash.git
  177. F: drivers/mtd/cfi_flash.c
  178. F: drivers/mtd/jedec_flash.c
  179. COLDFIRE
  180. M: Huan Wang <alison.wang@freescale.com>
  181. M: Angelo Dureghello <angelo@sysam.it>
  182. S: Maintained
  183. T: git git://git.denx.de/u-boot-coldfire.git
  184. F: arch/m68k/
  185. DFU
  186. M: Lukasz Majewski <l.majewski@samsung.com>
  187. S: Maintained
  188. T: git git://git.denx.de/u-boot-dfu.git
  189. F: drivers/dfu/
  190. F: drivers/usb/gadget/
  191. DRIVER MODEL
  192. M: Simon Glass <sjg@chromium.org>
  193. S: Maintained
  194. T: git git://git.denx.de/u-boot-dm.git
  195. F: drivers/core/
  196. F: include/dm/
  197. F: test/dm/
  198. FLATTENED DEVICE TREE
  199. M: Simon Glass <sjg@chromium.org>
  200. S: Maintained
  201. T: git git://git.denx.de/u-boot-fdt.git
  202. F: lib/fdtdec*
  203. F: lib/libfdt/
  204. F: include/fdt*
  205. F: include/libfdt*
  206. F. common/cmd_fdt.c
  207. F: common/fdt_support.c
  208. FREEBSD
  209. M: Rafal Jaworowski <raj@semihalf.com>
  210. S: Maintained
  211. T: git git://git.denx.de/u-boot-freebsd.git
  212. FREESCALE QORIQ
  213. M: York Sun <york.sun@nxp.com>
  214. S: Maintained
  215. T: git git://git.denx.de/u-boot-fsl-qoriq.git
  216. I2C
  217. M: Heiko Schocher <hs@denx.de>
  218. S: Maintained
  219. T: git git://git.denx.de/u-boot-i2c.git
  220. F: drivers/i2c/
  221. MICROBLAZE
  222. M: Michal Simek <monstr@monstr.eu>
  223. S: Maintained
  224. T: git git://git.denx.de/u-boot-microblaze.git
  225. F: arch/microblaze/
  226. MIPS
  227. M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
  228. S: Maintained
  229. T: git git://git.denx.de/u-boot-mips.git
  230. F: arch/mips/
  231. MMC
  232. M: Pantelis Antoniou <panto@antoniou-consulting.com>
  233. S: Maintained
  234. T: git git://git.denx.de/u-boot-mmc.git
  235. F: drivers/mmc/
  236. OPENRISC
  237. M: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
  238. S: Maintained
  239. F: arch/openrisc/
  240. PATMAN
  241. M: Simon Glass <sjg@chromium.org>
  242. S: Maintained
  243. F: tools/patman/
  244. POWERPC
  245. M: Wolfgang Denk <wd@denx.de>
  246. S: Maintained
  247. F: arch/powerpc/
  248. POWERPC MPC5XXX
  249. M: Wolfgang Denk <wd@denx.de>
  250. S: Maintained
  251. T: git git://git.denx.de/u-boot-mpc5xxx.git
  252. F: arch/powerpc/cpu/mpc5*/
  253. POWERPC MPC8XX
  254. M: Wolfgang Denk <wd@denx.de>
  255. S: Maintained
  256. T: git git://git.denx.de/u-boot-mpc8xx.git
  257. F: arch/powerpc/cpu/mpc8xx/
  258. POWERPC MPC82XX
  259. M: Wolfgang Denk <wd@denx.de>
  260. S: Maintained
  261. T: git git://git.denx.de/u-boot-mpc82xx.git
  262. F: arch/powerpc/cpu/mpc82*/
  263. POWERPC MPC83XX
  264. M: Kim Phillips <kim.phillips@freescale.com>
  265. S: Maintained
  266. T: git git://git.denx.de/u-boot-mpc83xx.git
  267. F: arch/powerpc/cpu/mpc83xx/
  268. F: arch/powerpc/include/asm/arch-mpc83xx/
  269. POWERPC MPC85XX
  270. M: York Sun <york.sun@nxp.com>
  271. S: Maintained
  272. T: git git://git.denx.de/u-boot-mpc85xx.git
  273. F: arch/powerpc/cpu/mpc85xx/
  274. POWERPC MPC86XX
  275. M: York Sun <york.sun@nxp.com>
  276. S: Maintained
  277. T: git git://git.denx.de/u-boot-mpc86xx.git
  278. F: arch/powerpc/cpu/mpc86xx/
  279. POWERPC PPC4XX
  280. M: Stefan Roese <sr@denx.de>
  281. S: Maintained
  282. T: git git://git.denx.de/u-boot-ppc4xx.git
  283. F: arch/powerpc/cpu/ppc4xx/
  284. NETWORK
  285. M: Joe Hershberger <joe.hershberger@ni.com>
  286. S: Maintained
  287. T: git git://git.denx.de/u-boot-net.git
  288. F: drivers/net/
  289. F: 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: Francois Retief <fgretief@spaceteq.co.za>
  321. S: Maintained
  322. T: git git://git.denx.de/u-boot-sparc.git
  323. F: arch/sparc/
  324. SPI
  325. M: Jagan Teki <jteki@openedev.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. TQ GROUP
  332. M: Martin Krause <martin.krause@tq-systems.de>
  333. S: Maintained
  334. T: git git://git.denx.de/u-boot-tq-group.git
  335. UBI
  336. M: Kyungmin Park <kmpark@infradead.org>
  337. M: Heiko Schocher <hs@denx.de>
  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@konsulko.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: */