MAINTAINERS 12 KB

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