MAINTAINERS 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485
  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. ARM SAMSUNG
  125. M: Minkyu Kang <mk7.kang@samsung.com>
  126. S: Maintained
  127. T: git git://git.denx.de/u-boot-samsung.git
  128. F: arch/arm/cpu/arm920t/s3c24x0/
  129. F: arch/arm/mach-exynos/
  130. F: arch/arm/mach-s5pc1xx/
  131. F: arch/arm/cpu/armv7/s5p-common/
  132. F: arch/arm/include/asm/arch-s3c24x0/
  133. ARM SNAPDRAGON
  134. M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
  135. S: Maintained
  136. F: arch/arm/mach-snapdragon/
  137. ARM STM SPEAR
  138. #M: Vipin Kumar <vipin.kumar@st.com>
  139. S: Orphaned (Since 2016-02)
  140. T: git git://git.denx.de/u-boot-stm.git
  141. F: arch/arm/cpu/arm926ejs/spear/
  142. F: arch/arm/include/asm/arch-spear/
  143. ARM STM STV0991
  144. M: Vikas Manocha <vikas.manocha@st.com>
  145. S: Maintained
  146. F: arch/arm/cpu/armv7/stv0991/
  147. F: arch/arm/include/asm/arch-stv0991/
  148. ARM STI
  149. M: Patrice Chotard <patrice.chotard@st.com>
  150. S: Maintained
  151. F: arch/arm/mach-sti/
  152. F: arch/arm/include/asm/arch-sti*/
  153. ARM SUNXI
  154. M: Jagan Teki <jagan@openedev.com>
  155. M: Maxime Ripard <maxime.ripard@free-electrons.com>
  156. S: Maintained
  157. T: git git://git.denx.de/u-boot-sunxi.git
  158. F: arch/arm/cpu/armv7/sunxi/
  159. F: arch/arm/include/asm/arch-sunxi/
  160. F: arch/arm/mach-sunxi/
  161. F: board/sunxi/
  162. ARM TEGRA
  163. M: Tom Warren <twarren@nvidia.com>
  164. S: Maintained
  165. T: git git://git.denx.de/u-boot-tegra.git
  166. F: arch/arm/mach-tegra/
  167. F: arch/arm/include/asm/arch-tegra*/
  168. ARM TI
  169. M: Tom Rini <trini@konsulko.com>
  170. S: Maintained
  171. T: git git://git.denx.de/u-boot-ti.git
  172. F: arch/arm/mach-davinci/
  173. F: arch/arm/mach-keystone/
  174. F: arch/arm/cpu/arm926ejs/omap/
  175. F: arch/arm/cpu/armv7/omap*/
  176. F: arch/arm/include/asm/arch-omap*/
  177. F: arch/arm/include/asm/ti-common/
  178. ARM UNIPHIER
  179. M: Masahiro Yamada <yamada.masahiro@socionext.com>
  180. S: Maintained
  181. T: git git://git.denx.de/u-boot-uniphier.git
  182. F: arch/arm/mach-uniphier/
  183. F: configs/uniphier_*_defconfig
  184. N: uniphier
  185. ARM ZYNQ
  186. M: Michal Simek <monstr@monstr.eu>
  187. S: Maintained
  188. F: arch/arm/cpu/armv7/zynq/
  189. F: arch/arm/include/asm/arch-zynq/
  190. ARM ZYNQMP
  191. M: Michal Simek <michal.simek@xilinx.com>
  192. S: Maintained
  193. F: arch/arm/cpu/armv8/zynqmp/
  194. F: arch/arm/include/asm/arch-zynqmp/
  195. AVR32
  196. M: Andreas Bießmann <andreas@biessmann.org>
  197. S: Maintained
  198. T: git git://git.denx.de/u-boot-avr32.git
  199. F: arch/avr32/
  200. BUILDMAN
  201. M: Simon Glass <sjg@chromium.org>
  202. S: Maintained
  203. F: tools/buildman/
  204. CFI FLASH
  205. M: Stefan Roese <sr@denx.de>
  206. S: Maintained
  207. T: git git://git.denx.de/u-boot-cfi-flash.git
  208. F: drivers/mtd/cfi_flash.c
  209. F: drivers/mtd/jedec_flash.c
  210. COLDFIRE
  211. M: Huan Wang <alison.wang@freescale.com>
  212. M: Angelo Dureghello <angelo@sysam.it>
  213. S: Maintained
  214. T: git git://git.denx.de/u-boot-coldfire.git
  215. F: arch/m68k/
  216. DFU
  217. M: Lukasz Majewski <lukma@denx.de>
  218. S: Maintained
  219. T: git git://git.denx.de/u-boot-dfu.git
  220. F: drivers/dfu/
  221. F: drivers/usb/gadget/
  222. DRIVER MODEL
  223. M: Simon Glass <sjg@chromium.org>
  224. S: Maintained
  225. T: git git://git.denx.de/u-boot-dm.git
  226. F: drivers/core/
  227. F: include/dm/
  228. F: test/dm/
  229. EFI PAYLOAD
  230. M: Alexander Graf <agraf@suse.de>
  231. S: Maintained
  232. F: include/efi_loader.h
  233. F: lib/efi_loader/
  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 MPC5XXX
  282. M: Wolfgang Denk <wd@denx.de>
  283. S: Maintained
  284. T: git git://git.denx.de/u-boot-mpc5xxx.git
  285. F: arch/powerpc/cpu/mpc5*/
  286. POWERPC MPC8XX
  287. M: Wolfgang Denk <wd@denx.de>
  288. S: Maintained
  289. T: git git://git.denx.de/u-boot-mpc8xx.git
  290. F: arch/powerpc/cpu/mpc8xx/
  291. POWERPC MPC82XX
  292. M: Wolfgang Denk <wd@denx.de>
  293. S: Maintained
  294. T: git git://git.denx.de/u-boot-mpc82xx.git
  295. F: arch/powerpc/cpu/mpc82*/
  296. POWERPC MPC83XX
  297. #M: Kim Phillips <kim.phillips@freescale.com>
  298. S: Orphaned (Since 2016-02)
  299. T: git git://git.denx.de/u-boot-mpc83xx.git
  300. F: arch/powerpc/cpu/mpc83xx/
  301. F: arch/powerpc/include/asm/arch-mpc83xx/
  302. POWERPC MPC85XX
  303. M: York Sun <york.sun@nxp.com>
  304. S: Maintained
  305. T: git git://git.denx.de/u-boot-mpc85xx.git
  306. F: arch/powerpc/cpu/mpc85xx/
  307. POWERPC MPC86XX
  308. M: York Sun <york.sun@nxp.com>
  309. S: Maintained
  310. T: git git://git.denx.de/u-boot-mpc86xx.git
  311. F: arch/powerpc/cpu/mpc86xx/
  312. POWERPC PPC4XX
  313. M: Stefan Roese <sr@denx.de>
  314. S: Maintained
  315. T: git git://git.denx.de/u-boot-ppc4xx.git
  316. F: arch/powerpc/cpu/ppc4xx/
  317. POWER
  318. M: Jaehoon Chung <jh80.chung@samsung.com>
  319. S: Maintained
  320. T: git git://git.denx.de/u-boot-pmic.git
  321. F: drivers/power/
  322. NETWORK
  323. M: Joe Hershberger <joe.hershberger@ni.com>
  324. S: Maintained
  325. T: git git://git.denx.de/u-boot-net.git
  326. F: drivers/net/
  327. F: net/
  328. NAND FLASH
  329. M: Scott Wood <oss@buserror.net>
  330. S: Maintained
  331. T: git git://git.denx.de/u-boot-nand-flash.git
  332. F: drivers/mtd/nand/
  333. NDS32
  334. M: Macpaul Lin <macpaul@andestech.com>
  335. S: Maintained
  336. T: git git://git.denx.de/u-boot-nds32.git
  337. F: arch/nds32/
  338. NIOS
  339. M: Thomas Chou <thomas@wytron.com.tw>
  340. S: Maintained
  341. T: git git://git.denx.de/u-boot-nios.git
  342. F: arch/nios2/
  343. ONENAND
  344. #M: Lukasz Majewski <l.majewski@majess.pl>
  345. S: Orphaned (Since 2017-01)
  346. T: git git://git.denx.de/u-boot-onenand.git
  347. F: drivers/mtd/onenand/
  348. SANDBOX
  349. M: Simon Glass <sjg@chromium.org>
  350. S: Maintained
  351. F: arch/sandbox/
  352. SH
  353. M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  354. S: Maintained
  355. T: git git://git.denx.de/u-boot-sh.git
  356. F: arch/sh/
  357. SPI
  358. M: Jagan Teki <jagan@openedev.com>
  359. S: Maintained
  360. T: git git://git.denx.de/u-boot-spi.git
  361. F: drivers/mtd/spi/
  362. F: drivers/spi/
  363. F: include/spi*
  364. SPMI
  365. M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
  366. S: Maintained
  367. F: drivers/spmi/
  368. F: include/spmi/
  369. TI SYSTEM SECURITY
  370. M: Andrew F. Davis <afd@ti.com>
  371. S: Supported
  372. F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
  373. F: arch/arm/mach-omap2/omap5/sec-fxns.c
  374. F: arch/arm/mach-omap2/sec-common.c
  375. F: arch/arm/mach-omap2/config_secure.mk
  376. F: configs/am335x_hs_evm_defconfig
  377. F: configs/am43xx_hs_evm_defconfig
  378. F: configs/am57xx_hs_evm_defconfig
  379. F: configs/dra7xx_hs_evm_defconfig
  380. F: configs/k2hk_hs_evm_defconfig
  381. F: configs/k2e_hs_evm_defconfig
  382. F: configs/k2g_hs_evm_defconfig
  383. TQ GROUP
  384. #M: Martin Krause <martin.krause@tq-systems.de>
  385. S: Orphaned (Since 2016-02)
  386. T: git git://git.denx.de/u-boot-tq-group.git
  387. UBI
  388. M: Kyungmin Park <kmpark@infradead.org>
  389. M: Heiko Schocher <hs@denx.de>
  390. S: Maintained
  391. T: git git://git.denx.de/u-boot-ubi.git
  392. F: drivers/mtd/ubi/
  393. USB
  394. M: Marek Vasut <marex@denx.de>
  395. S: Maintained
  396. T: git git://git.denx.de/u-boot-usb.git
  397. F: drivers/usb/
  398. VIDEO
  399. M: Anatolij Gustschin <agust@denx.de>
  400. S: Maintained
  401. T: git git://git.denx.de/u-boot-video.git
  402. F: drivers/video/
  403. X86
  404. M: Simon Glass <sjg@chromium.org>
  405. S: Maintained
  406. T: git git://git.denx.de/u-boot-x86.git
  407. F: arch/x86/
  408. XTENSA
  409. M: Max Filippov <jcmvbkbc@gmail.com>
  410. S: Maintained
  411. F: arch/xtensa/
  412. THE REST
  413. M: Tom Rini <trini@konsulko.com>
  414. L: u-boot@lists.denx.de
  415. Q: http://patchwork.ozlabs.org/project/uboot/list/
  416. S: Maintained
  417. T: git git://git.denx.de/u-boot.git
  418. F: *
  419. F: */