MAINTAINERS 12 KB

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