MAINTAINERS 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  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/mach-davinci/
  139. F: arch/arm/mach-keystone/
  140. F: arch/arm/cpu/arm926ejs/omap/
  141. F: arch/arm/cpu/armv7/omap*/
  142. F: arch/arm/include/asm/arch-omap*/
  143. F: arch/arm/include/asm/ti-common/
  144. ARM UNIPHIER
  145. M: Masahiro Yamada <yamada.masahiro@socionext.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. T: git git://git.denx.de/u-boot-dm.git
  197. F: drivers/core/
  198. F: include/dm/
  199. F: test/dm/
  200. FLATTENED DEVICE TREE
  201. M: Simon Glass <sjg@chromium.org>
  202. S: Maintained
  203. T: git git://git.denx.de/u-boot-fdt.git
  204. F: lib/fdtdec*
  205. F: lib/libfdt/
  206. F: include/fdt*
  207. F: include/libfdt*
  208. F. common/cmd_fdt.c
  209. F: common/fdt_support.c
  210. FREEBSD
  211. M: Rafal Jaworowski <raj@semihalf.com>
  212. S: Maintained
  213. T: git git://git.denx.de/u-boot-freebsd.git
  214. FREESCALE QORIQ
  215. M: York Sun <yorksun@freescale.com>
  216. S: Maintained
  217. T: git git://git.denx.de/u-boot-fsl-qoriq.git
  218. I2C
  219. M: Heiko Schocher <hs@denx.de>
  220. S: Maintained
  221. T: git git://git.denx.de/u-boot-i2c.git
  222. F: drivers/i2c/
  223. MICROBLAZE
  224. M: Michal Simek <monstr@monstr.eu>
  225. S: Maintained
  226. T: git git://git.denx.de/u-boot-microblaze.git
  227. F: arch/microblaze/
  228. MIPS
  229. M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
  230. S: Maintained
  231. T: git git://git.denx.de/u-boot-mips.git
  232. F: arch/mips/
  233. MMC
  234. M: Pantelis Antoniou <panto@antoniou-consulting.com>
  235. S: Maintained
  236. T: git git://git.denx.de/u-boot-mmc.git
  237. F: drivers/mmc/
  238. OPENRISC
  239. M: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
  240. S: Maintained
  241. F: arch/openrisc/
  242. PATMAN
  243. M: Simon Glass <sjg@chromium.org>
  244. S: Maintained
  245. F: tools/patman/
  246. POWERPC
  247. M: Wolfgang Denk <wd@denx.de>
  248. S: Maintained
  249. F: arch/powerpc/
  250. POWERPC MPC5XXX
  251. M: Wolfgang Denk <wd@denx.de>
  252. S: Maintained
  253. T: git git://git.denx.de/u-boot-mpc5xxx.git
  254. F: arch/powerpc/cpu/mpc5*/
  255. POWERPC MPC8XX
  256. M: Wolfgang Denk <wd@denx.de>
  257. S: Maintained
  258. T: git git://git.denx.de/u-boot-mpc8xx.git
  259. F: arch/powerpc/cpu/mpc8xx/
  260. POWERPC MPC82XX
  261. M: Wolfgang Denk <wd@denx.de>
  262. S: Maintained
  263. T: git git://git.denx.de/u-boot-mpc82xx.git
  264. F: arch/powerpc/cpu/mpc82*/
  265. POWERPC MPC83XX
  266. M: Kim Phillips <kim.phillips@freescale.com>
  267. S: Maintained
  268. T: git git://git.denx.de/u-boot-mpc83xx.git
  269. F: arch/powerpc/cpu/mpc83xx/
  270. F: arch/powerpc/include/asm/arch-mpc83xx/
  271. POWERPC MPC85XX
  272. M: York Sun <yorksun@freescale.com>
  273. S: Maintained
  274. T: git git://git.denx.de/u-boot-mpc85xx.git
  275. F: arch/powerpc/cpu/mpc85xx/
  276. POWERPC MPC86XX
  277. M: York Sun <yorksun@freescale.com>
  278. S: Maintained
  279. T: git git://git.denx.de/u-boot-mpc86xx.git
  280. F: arch/powerpc/cpu/mpc86xx/
  281. POWERPC PPC4XX
  282. M: Stefan Roese <sr@denx.de>
  283. S: Maintained
  284. T: git git://git.denx.de/u-boot-ppc4xx.git
  285. F: arch/powerpc/cpu/ppc4xx/
  286. NETWORK
  287. M: Joe Hershberger <joe.hershberger@ni.com>
  288. S: Maintained
  289. T: git git://git.denx.de/u-boot-net.git
  290. F: drivers/net/
  291. F: net/
  292. NAND FLASH
  293. M: Scott Wood <scottwood@freescale.com>
  294. S: Maintained
  295. T: git git://git.denx.de/u-boot-nand-flash.git
  296. F: drivers/mtd/nand/
  297. NDS32
  298. M: Macpaul Lin <macpaul@andestech.com>
  299. S: Maintained
  300. T: git git://git.denx.de/u-boot-nds32.git
  301. F: arch/nds32/
  302. NIOS
  303. M: Thomas Chou <thomas@wytron.com.tw>
  304. S: Maintained
  305. T: git git://git.denx.de/u-boot-nios.git
  306. F: arch/nios2/
  307. ONENAND
  308. M: Lukasz Majewski <l.majewski@samsung.com>
  309. S: Maintained
  310. T: git git://git.denx.de/u-boot-onenand.git
  311. F: drivers/mtd/onenand/
  312. SANDBOX
  313. M: Simon Glass <sjg@chromium.org>
  314. S: Maintained
  315. F: arch/sandbox/
  316. SH
  317. M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  318. S: Maintained
  319. T: git git://git.denx.de/u-boot-sh.git
  320. F: arch/sh/
  321. SPARC
  322. M: Daniel Hellstrom <daniel@gaisler.com>
  323. S: Maintained
  324. T: git git://git.denx.de/u-boot-sparc.git
  325. F: arch/sparc/
  326. SPI
  327. M: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
  328. S: Maintained
  329. T: git git://git.denx.de/u-boot-spi.git
  330. F: drivers/mtd/spi/
  331. F: drivers/spi/
  332. F: include/spi*
  333. TESTING
  334. M: Detlev Zundel <dzu@denx.de>
  335. S: Maintained
  336. T: git git://git.denx.de/u-boot-testing.git
  337. TQ GROUP
  338. M: Martin Krause <martin.krause@tq-systems.de>
  339. S: Maintained
  340. T: git git://git.denx.de/u-boot-tq-group.git
  341. UBI
  342. M: Kyungmin Park <kmpark@infradead.org>
  343. M: Heiko Schocher <hs@denx.de>
  344. S: Maintained
  345. T: git git://git.denx.de/u-boot-ubi.git
  346. F: drivers/mtd/ubi/
  347. USB
  348. M: Marek Vasut <marex@denx.de>
  349. S: Maintained
  350. T: git git://git.denx.de/u-boot-usb.git
  351. F: drivers/usb/
  352. VIDEO
  353. M: Anatolij Gustschin <agust@denx.de>
  354. S: Maintained
  355. T: git git://git.denx.de/u-boot-video.git
  356. F: drivers/video/
  357. X86
  358. M: Simon Glass <sjg@chromium.org>
  359. S: Maintained
  360. T: git git://git.denx.de/u-boot-x86.git
  361. F: arch/x86/
  362. THE REST
  363. M: Tom Rini <trini@konsulko.com>
  364. L: u-boot@lists.denx.de
  365. Q: http://patchwork.ozlabs.org/project/uboot/list/
  366. S: Maintained
  367. T: git git://git.denx.de/u-boot.git
  368. F: *
  369. F: */