MAINTAINERS 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486
  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/mach-socfpga/
  67. ARM ATMEL AT91
  68. M: Andreas Bießmann <andreas@biessmann.org>
  69. S: Maintained
  70. T: git git://git.denx.de/u-boot-atmel.git
  71. F: arch/arm/mach-at91/
  72. ARM BROADCOM BCM283X
  73. M: Stephen Warren <swarren@wwwdotorg.org>
  74. S: Maintained
  75. F: arch/arm/mach-bcm283x/
  76. F: drivers/gpio/bcm2835_gpio.c
  77. F: drivers/mmc/bcm2835_sdhci.c
  78. F: drivers/serial/serial_bcm283x_mu.c
  79. F: drivers/video/bcm2835.c
  80. F: include/dm/platform_data/serial_bcm283x_mu.h
  81. ARM FREESCALE IMX
  82. M: Stefano Babic <sbabic@denx.de>
  83. S: Maintained
  84. T: git git://git.denx.de/u-boot-imx.git
  85. F: arch/arm/cpu/arm1136/mx*/
  86. F: arch/arm/cpu/arm926ejs/mx*/
  87. F: arch/arm/cpu/armv7/mx*/
  88. F: arch/arm/cpu/armv7/vf610/
  89. F: arch/arm/imx-common/
  90. F: arch/arm/include/asm/arch-imx/
  91. F: arch/arm/include/asm/arch-mx*/
  92. F: arch/arm/include/asm/arch-vf610/
  93. F: arch/arm/include/asm/imx-common/
  94. F: board/freescale/*mx*/
  95. ARM HISILICON
  96. M: Peter Griffin <peter.griffin@linaro.org>
  97. S: Maintained
  98. F: arch/arm/cpu/armv8/hisilicon
  99. F: arm/include/asm/arch-hi6220/
  100. ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X
  101. M: Prafulla Wadaskar <prafulla@marvell.com>
  102. M: Luka Perkov <luka.perkov@sartura.hr>
  103. M: Stefan Roese <sr@denx.de>
  104. S: Maintained
  105. T: git git://git.denx.de/u-boot-marvell.git
  106. F: arch/arm/mach-kirkwood/
  107. F: arch/arm/mach-mvebu/
  108. ARM MARVELL PXA
  109. M: Marek Vasut <marex@denx.de>
  110. S: Maintained
  111. T: git git://git.denx.de/u-boot-pxa.git
  112. F: arch/arm/cpu/pxa/
  113. F: arch/arm/include/asm/arch-pxa/
  114. ARM RENESAS RMOBILE/R-CAR
  115. M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  116. S: Maintained
  117. T: git git://git.denx.de/u-boot-sh.git
  118. F: arch/arm/mach-rmobile/
  119. ARM ROCKCHIP
  120. M: Simon Glass <sjg@chromium.org>
  121. S: Maintained
  122. T: git git://git.denx.de/u-boot-rockchip.git
  123. F: arch/arm/mach-rockchip/
  124. F: board/rockchip/
  125. ARM SAMSUNG
  126. M: Minkyu Kang <mk7.kang@samsung.com>
  127. S: Maintained
  128. T: git git://git.denx.de/u-boot-samsung.git
  129. F: arch/arm/cpu/arm920t/s3c24x0/
  130. F: arch/arm/mach-exynos/
  131. F: arch/arm/mach-s5pc1xx/
  132. F: arch/arm/cpu/armv7/s5p-common/
  133. F: arch/arm/include/asm/arch-s3c24x0/
  134. ARM SNAPDRAGON
  135. M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
  136. S: Maintained
  137. F: arch/arm/mach-snapdragon/
  138. ARM STM SPEAR
  139. #M: Vipin Kumar <vipin.kumar@st.com>
  140. S: Orphaned (Since 2016-02)
  141. T: git git://git.denx.de/u-boot-stm.git
  142. F: arch/arm/cpu/arm926ejs/spear/
  143. F: arch/arm/include/asm/arch-spear/
  144. ARM STM STV0991
  145. M: Vikas Manocha <vikas.manocha@st.com>
  146. S: Maintained
  147. F: arch/arm/cpu/armv7/stv0991/
  148. F: arch/arm/include/asm/arch-stv0991/
  149. ARM STI
  150. M: Patrice Chotard <patrice.chotard@st.com>
  151. S: Maintained
  152. F: arch/arm/mach-sti/
  153. F: arch/arm/include/asm/arch-sti*/
  154. ARM SUNXI
  155. M: Jagan Teki <jagan@openedev.com>
  156. M: Maxime Ripard <maxime.ripard@free-electrons.com>
  157. S: Maintained
  158. T: git git://git.denx.de/u-boot-sunxi.git
  159. F: arch/arm/cpu/armv7/sunxi/
  160. F: arch/arm/include/asm/arch-sunxi/
  161. F: arch/arm/mach-sunxi/
  162. F: board/sunxi/
  163. ARM TEGRA
  164. M: Tom Warren <twarren@nvidia.com>
  165. S: Maintained
  166. T: git git://git.denx.de/u-boot-tegra.git
  167. F: arch/arm/mach-tegra/
  168. F: arch/arm/include/asm/arch-tegra*/
  169. ARM TI
  170. M: Tom Rini <trini@konsulko.com>
  171. S: Maintained
  172. T: git git://git.denx.de/u-boot-ti.git
  173. F: arch/arm/mach-davinci/
  174. F: arch/arm/mach-keystone/
  175. F: arch/arm/cpu/arm926ejs/omap/
  176. F: arch/arm/cpu/armv7/omap*/
  177. F: arch/arm/include/asm/arch-omap*/
  178. F: arch/arm/include/asm/ti-common/
  179. ARM UNIPHIER
  180. M: Masahiro Yamada <yamada.masahiro@socionext.com>
  181. S: Maintained
  182. T: git git://git.denx.de/u-boot-uniphier.git
  183. F: arch/arm/mach-uniphier/
  184. F: configs/uniphier_*_defconfig
  185. N: uniphier
  186. ARM ZYNQ
  187. M: Michal Simek <monstr@monstr.eu>
  188. S: Maintained
  189. F: arch/arm/cpu/armv7/zynq/
  190. F: arch/arm/include/asm/arch-zynq/
  191. ARM ZYNQMP
  192. M: Michal Simek <michal.simek@xilinx.com>
  193. S: Maintained
  194. F: arch/arm/cpu/armv8/zynqmp/
  195. F: arch/arm/include/asm/arch-zynqmp/
  196. AVR32
  197. M: Andreas Bießmann <andreas@biessmann.org>
  198. S: Maintained
  199. T: git git://git.denx.de/u-boot-avr32.git
  200. F: arch/avr32/
  201. BUILDMAN
  202. M: Simon Glass <sjg@chromium.org>
  203. S: Maintained
  204. F: tools/buildman/
  205. CFI FLASH
  206. M: Stefan Roese <sr@denx.de>
  207. S: Maintained
  208. T: git git://git.denx.de/u-boot-cfi-flash.git
  209. F: drivers/mtd/cfi_flash.c
  210. F: drivers/mtd/jedec_flash.c
  211. COLDFIRE
  212. M: Huan Wang <alison.wang@freescale.com>
  213. M: Angelo Dureghello <angelo@sysam.it>
  214. S: Maintained
  215. T: git git://git.denx.de/u-boot-coldfire.git
  216. F: arch/m68k/
  217. DFU
  218. M: Lukasz Majewski <lukma@denx.de>
  219. S: Maintained
  220. T: git git://git.denx.de/u-boot-dfu.git
  221. F: drivers/dfu/
  222. F: drivers/usb/gadget/
  223. DRIVER MODEL
  224. M: Simon Glass <sjg@chromium.org>
  225. S: Maintained
  226. T: git git://git.denx.de/u-boot-dm.git
  227. F: drivers/core/
  228. F: include/dm/
  229. F: test/dm/
  230. EFI PAYLOAD
  231. M: Alexander Graf <agraf@suse.de>
  232. S: Maintained
  233. F: include/efi_loader.h
  234. F: lib/efi_loader/
  235. F: cmd/bootefi.c
  236. FLATTENED DEVICE TREE
  237. M: Simon Glass <sjg@chromium.org>
  238. S: Maintained
  239. T: git git://git.denx.de/u-boot-fdt.git
  240. F: lib/fdtdec*
  241. F: lib/libfdt/
  242. F: include/fdt*
  243. F: include/libfdt*
  244. F: cmd/fdt.c
  245. F: common/fdt_support.c
  246. FREEBSD
  247. M: Rafal Jaworowski <raj@semihalf.com>
  248. S: Maintained
  249. T: git git://git.denx.de/u-boot-freebsd.git
  250. FREESCALE QORIQ
  251. M: York Sun <york.sun@nxp.com>
  252. S: Maintained
  253. T: git git://git.denx.de/u-boot-fsl-qoriq.git
  254. I2C
  255. M: Heiko Schocher <hs@denx.de>
  256. S: Maintained
  257. T: git git://git.denx.de/u-boot-i2c.git
  258. F: drivers/i2c/
  259. MICROBLAZE
  260. M: Michal Simek <monstr@monstr.eu>
  261. S: Maintained
  262. T: git git://git.denx.de/u-boot-microblaze.git
  263. F: arch/microblaze/
  264. MIPS
  265. M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
  266. S: Maintained
  267. T: git git://git.denx.de/u-boot-mips.git
  268. F: arch/mips/
  269. MMC
  270. M: Jaehoon Chung <jh80.chung@samsung.com>
  271. S: Maintained
  272. T: git git://git.denx.de/u-boot-mmc.git
  273. F: drivers/mmc/
  274. PATMAN
  275. M: Simon Glass <sjg@chromium.org>
  276. S: Maintained
  277. F: tools/patman/
  278. POWERPC
  279. M: Wolfgang Denk <wd@denx.de>
  280. S: Maintained
  281. F: arch/powerpc/
  282. POWERPC MPC5XXX
  283. M: Wolfgang Denk <wd@denx.de>
  284. S: Maintained
  285. T: git git://git.denx.de/u-boot-mpc5xxx.git
  286. F: arch/powerpc/cpu/mpc5*/
  287. POWERPC MPC8XX
  288. M: Wolfgang Denk <wd@denx.de>
  289. S: Maintained
  290. T: git git://git.denx.de/u-boot-mpc8xx.git
  291. F: arch/powerpc/cpu/mpc8xx/
  292. POWERPC MPC82XX
  293. M: Wolfgang Denk <wd@denx.de>
  294. S: Maintained
  295. T: git git://git.denx.de/u-boot-mpc82xx.git
  296. F: arch/powerpc/cpu/mpc82*/
  297. POWERPC MPC83XX
  298. M: Mario Six <mario.six@gdsys.cc>
  299. S: Maintained
  300. T: git git://git.denx.de/u-boot-mpc83xx.git
  301. F: arch/powerpc/cpu/mpc83xx/
  302. F: arch/powerpc/include/asm/arch-mpc83xx/
  303. POWERPC MPC85XX
  304. M: York Sun <york.sun@nxp.com>
  305. S: Maintained
  306. T: git git://git.denx.de/u-boot-mpc85xx.git
  307. F: arch/powerpc/cpu/mpc85xx/
  308. POWERPC MPC86XX
  309. M: York Sun <york.sun@nxp.com>
  310. S: Maintained
  311. T: git git://git.denx.de/u-boot-mpc86xx.git
  312. F: arch/powerpc/cpu/mpc86xx/
  313. POWERPC PPC4XX
  314. M: Stefan Roese <sr@denx.de>
  315. S: Maintained
  316. T: git git://git.denx.de/u-boot-ppc4xx.git
  317. F: arch/powerpc/cpu/ppc4xx/
  318. POWER
  319. M: Jaehoon Chung <jh80.chung@samsung.com>
  320. S: Maintained
  321. T: git git://git.denx.de/u-boot-pmic.git
  322. F: drivers/power/
  323. NETWORK
  324. M: Joe Hershberger <joe.hershberger@ni.com>
  325. S: Maintained
  326. T: git git://git.denx.de/u-boot-net.git
  327. F: drivers/net/
  328. F: net/
  329. NAND FLASH
  330. M: Scott Wood <oss@buserror.net>
  331. S: Maintained
  332. T: git git://git.denx.de/u-boot-nand-flash.git
  333. F: drivers/mtd/nand/
  334. NDS32
  335. M: Macpaul Lin <macpaul@andestech.com>
  336. S: Maintained
  337. T: git git://git.denx.de/u-boot-nds32.git
  338. F: arch/nds32/
  339. NIOS
  340. M: Thomas Chou <thomas@wytron.com.tw>
  341. S: Maintained
  342. T: git git://git.denx.de/u-boot-nios.git
  343. F: arch/nios2/
  344. ONENAND
  345. #M: Lukasz Majewski <l.majewski@majess.pl>
  346. S: Orphaned (Since 2017-01)
  347. T: git git://git.denx.de/u-boot-onenand.git
  348. F: drivers/mtd/onenand/
  349. SANDBOX
  350. M: Simon Glass <sjg@chromium.org>
  351. S: Maintained
  352. F: arch/sandbox/
  353. SH
  354. M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  355. S: Maintained
  356. T: git git://git.denx.de/u-boot-sh.git
  357. F: arch/sh/
  358. SPI
  359. M: Jagan Teki <jagan@openedev.com>
  360. S: Maintained
  361. T: git git://git.denx.de/u-boot-spi.git
  362. F: drivers/mtd/spi/
  363. F: drivers/spi/
  364. F: include/spi*
  365. SPMI
  366. M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
  367. S: Maintained
  368. F: drivers/spmi/
  369. F: include/spmi/
  370. TI SYSTEM SECURITY
  371. M: Andrew F. Davis <afd@ti.com>
  372. S: Supported
  373. F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
  374. F: arch/arm/mach-omap2/omap5/sec-fxns.c
  375. F: arch/arm/mach-omap2/sec-common.c
  376. F: arch/arm/mach-omap2/config_secure.mk
  377. F: configs/am335x_hs_evm_defconfig
  378. F: configs/am43xx_hs_evm_defconfig
  379. F: configs/am57xx_hs_evm_defconfig
  380. F: configs/dra7xx_hs_evm_defconfig
  381. F: configs/k2hk_hs_evm_defconfig
  382. F: configs/k2e_hs_evm_defconfig
  383. F: configs/k2g_hs_evm_defconfig
  384. TQ GROUP
  385. #M: Martin Krause <martin.krause@tq-systems.de>
  386. S: Orphaned (Since 2016-02)
  387. T: git git://git.denx.de/u-boot-tq-group.git
  388. UBI
  389. M: Kyungmin Park <kmpark@infradead.org>
  390. M: Heiko Schocher <hs@denx.de>
  391. S: Maintained
  392. T: git git://git.denx.de/u-boot-ubi.git
  393. F: drivers/mtd/ubi/
  394. USB
  395. M: Marek Vasut <marex@denx.de>
  396. S: Maintained
  397. T: git git://git.denx.de/u-boot-usb.git
  398. F: drivers/usb/
  399. VIDEO
  400. M: Anatolij Gustschin <agust@denx.de>
  401. S: Maintained
  402. T: git git://git.denx.de/u-boot-video.git
  403. F: drivers/video/
  404. X86
  405. M: Simon Glass <sjg@chromium.org>
  406. S: Maintained
  407. T: git git://git.denx.de/u-boot-x86.git
  408. F: arch/x86/
  409. XTENSA
  410. M: Max Filippov <jcmvbkbc@gmail.com>
  411. S: Maintained
  412. F: arch/xtensa/
  413. THE REST
  414. M: Tom Rini <trini@konsulko.com>
  415. L: u-boot@lists.denx.de
  416. Q: http://patchwork.ozlabs.org/project/uboot/list/
  417. S: Maintained
  418. T: git git://git.denx.de/u-boot.git
  419. F: *
  420. F: */