MAINTAINERS 27 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031
  1. Descriptions of section entries:
  2. P: Person (obsolete)
  3. M: Mail patches to: FullName <address@domain>
  4. R: Designated reviewer: FullName <address@domain>
  5. These reviewers should be CCed on patches.
  6. L: Mailing list that is relevant to this area
  7. W: Web-page with status/info
  8. Q: Patchwork web based patch tracking system site
  9. T: SCM tree type and location.
  10. Type is one of: git, hg, quilt, stgit, topgit
  11. S: Status, one of the following:
  12. Supported: Someone is actually paid to look after this.
  13. Maintained: Someone actually looks after it.
  14. Orphan: No current maintainer [but maybe you could take the
  15. role as you write your new code].
  16. F: Files and directories with wildcard patterns.
  17. A trailing slash includes all files and subdirectory files.
  18. F: drivers/net/ all files in and below drivers/net
  19. F: drivers/net/* all files in drivers/net, but not below
  20. F: */net/* all files in "any top level directory"/net
  21. One pattern per line. Multiple F: lines acceptable.
  22. N: Files and directories with regex patterns.
  23. N: [^a-z]tegra all files whose path contains the word tegra
  24. One pattern per line. Multiple N: lines acceptable.
  25. scripts/get_maintainer.pl has different behavior for files that
  26. match F: pattern and matches of N: patterns. By default,
  27. get_maintainer will not look at git log history when an F: pattern
  28. match occurs. When an N: match occurs, git log history is used
  29. to also notify the people that have git commit signatures.
  30. X: Files and directories that are NOT maintained, same rules as F:
  31. Files exclusions are tested before file matches.
  32. Can be useful for excluding a specific subdirectory, for instance:
  33. F: net/
  34. X: net/ipv6/
  35. matches all files in and below net excluding net/ipv6/
  36. K: Keyword perl extended regex pattern to match content in a
  37. patch or file. For instance:
  38. K: of_get_profile
  39. matches patches or files that contain "of_get_profile"
  40. K: \b(printk|pr_(info|err))\b
  41. matches patches or files that contain one or more of the words
  42. printk, pr_info or pr_err
  43. One regex pattern per line. Multiple K: lines acceptable.
  44. Note: For the hard of thinking, this list is meant to remain in alphabetical
  45. order. If you could add yourselves to it in alphabetical order that would be
  46. so much easier [Ed]
  47. Maintainers List (try to look for most precise areas first)
  48. -----------------------------------
  49. ANDROID AB
  50. M: Igor Opaniuk <igor.opaniuk@gmail.com>
  51. R: Sam Protsenko <joe.skb7@gmail.com>
  52. S: Maintained
  53. F: cmd/ab_select.c
  54. F: common/android_ab.c
  55. F: doc/android/ab.rst
  56. F: include/android_ab.h
  57. F: test/py/tests/test_android/test_ab.py
  58. ANDROID AVB
  59. M: Igor Opaniuk <igor.opaniuk@gmail.com>
  60. S: Maintained
  61. F: cmd/avb.c
  62. F: common/avb_verify.c
  63. F: doc/android/avb2.rst
  64. F: include/avb_verify.h
  65. F: lib/libavb/
  66. F: test/py/tests/test_android/test_avb.py
  67. ARC
  68. M: Alexey Brodkin <alexey.brodkin@synopsys.com>
  69. M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
  70. S: Maintained
  71. L: uboot-snps-arc@synopsys.com
  72. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arc.git
  73. F: arch/arc/
  74. F: board/synopsys/
  75. ARC HSDK CGU CLOCK
  76. M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
  77. S: Maintained
  78. L: uboot-snps-arc@synopsys.com
  79. F: drivers/clk/clk-hsdk-cgu.c
  80. F: include/dt-bindings/clock/snps,hsdk-cgu.h
  81. F: doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
  82. ARC HSDK CREG GPIO
  83. M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
  84. S: Maintained
  85. L: uboot-snps-arc@synopsys.com
  86. F: doc/device-tree-bindings/gpio/snps,creg-gpio.txt
  87. F: drivers/gpio/hsdk-creg-gpio.c
  88. ARC HSDK RESET
  89. M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
  90. S: Maintained
  91. L: uboot-snps-arc@synopsys.com
  92. F: include/dt-bindings/reset/snps,hsdk-reset.h
  93. F: drivers/reset/reset-hsdk.c
  94. ARC SYNOPSYS DW MMC EXTENSIONS
  95. M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
  96. S: Maintained
  97. L: uboot-snps-arc@synopsys.com
  98. F: doc/device-tree-bindings/mmc/snps,dw-mmc.txt
  99. F: drivers/mmc/snps_dw_mmc.c
  100. ARM
  101. M: Tom Rini <trini@konsulko.com>
  102. S: Maintained
  103. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arm.git
  104. F: arch/arm/
  105. F: cmd/arm/
  106. ARM ALTERA SOCFPGA
  107. M: Marek Vasut <marex@denx.de>
  108. M: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
  109. M: Ley Foon Tan <ley.foon.tan@intel.com>
  110. S: Maintainted
  111. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga.git
  112. F: arch/arm/mach-socfpga/
  113. F: drivers/sysreset/sysreset_socfpga*
  114. ARM AMLOGIC SOC SUPPORT
  115. M: Neil Armstrong <narmstrong@baylibre.com>
  116. S: Maintained
  117. L: u-boot-amlogic@groups.io
  118. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git
  119. F: arch/arm/mach-meson/
  120. F: arch/arm/include/asm/arch-meson/
  121. F: drivers/clk/meson/
  122. F: drivers/serial/serial_meson.c
  123. F: drivers/reset/reset-meson.c
  124. F: drivers/i2c/meson_i2c.c
  125. F: drivers/net/phy/meson-gxl.c
  126. F: drivers/adc/meson-saradc.c
  127. F: drivers/phy/meson*
  128. F: drivers/mmc/meson_gx_mmc.c
  129. F: drivers/spi/meson_spifc.c
  130. F: drivers/pinctrl/meson/
  131. F: drivers/power/domain/meson-gx-pwrc-vpu.c
  132. F: drivers/video/meson/
  133. F: include/configs/meson64.h
  134. F: include/configs/meson64_android.h
  135. F: doc/board/amlogic/
  136. N: meson
  137. ARM BROADCOM BCM283X
  138. M: Matthias Brugger <mbrugger@suse.com>
  139. S: Maintained
  140. F: arch/arm/dts/bcm283*
  141. F: arch/arm/mach-bcm283x/
  142. F: board/raspberrypi/
  143. F: drivers/gpio/bcm2835_gpio.c
  144. F: drivers/mmc/bcm2835_sdhci.c
  145. F: drivers/mmc/bcm2835_sdhost.c
  146. F: drivers/serial/serial_bcm283x_mu.c
  147. F: drivers/serial/serial_bcm283x_pl011.c
  148. F: drivers/video/bcm2835.c
  149. F: include/dm/platform_data/serial_bcm283x_mu.h
  150. F: include/dt-bindings/pinctrl/bcm2835.h
  151. F: drivers/pinctrl/broadcom/
  152. ARM BROADCOM BCMSTB
  153. M: Thomas Fitzsimmons <fitzsim@fitzsim.org>
  154. S: Maintained
  155. F: arch/arm/mach-bcmstb/
  156. F: board/broadcom/bcmstb/
  157. F: configs/bcm7*_defconfig
  158. F: doc/README.bcm7xxx
  159. F: drivers/mmc/bcmstb_sdhci.c
  160. F: drivers/spi/bcmstb_spi.c
  161. ARM CORTINA ACCESS CAxxxx
  162. M: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
  163. S: Supported
  164. F: board/cortina/common/
  165. F: drivers/gpio/cortina_gpio.c
  166. F: drivers/watchdog/cortina_wdt.c
  167. F: drivers/serial/serial_cortina.c
  168. F: drivers/mmc/ca_dw_mmc.c
  169. ARM/CZ.NIC TURRIS MOX SUPPORT
  170. M: Marek Behun <marek.behun@nic.cz>
  171. S: Maintained
  172. F: arch/arm/dts/armada-3720-turris-mox.dts
  173. F: board/CZ.NIC/
  174. F: configs/turris_*_defconfig
  175. F: include/configs/turris_*.h
  176. ARM FREESCALE IMX
  177. M: Stefano Babic <sbabic@denx.de>
  178. M: Fabio Estevam <festevam@gmail.com>
  179. R: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
  180. S: Maintained
  181. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
  182. F: arch/arm/cpu/arm1136/mx*/
  183. F: arch/arm/cpu/arm926ejs/mx*/
  184. F: arch/arm/cpu/armv7/vf610/
  185. F: arch/arm/dts/*imx*
  186. F: arch/arm/mach-imx/
  187. F: arch/arm/include/asm/arch-imx/
  188. F: arch/arm/include/asm/arch-mx*/
  189. F: arch/arm/include/asm/arch-vf610/
  190. F: arch/arm/include/asm/mach-imx/
  191. F: board/freescale/*mx*/
  192. ARM HISILICON
  193. M: Peter Griffin <peter.griffin@linaro.org>
  194. M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
  195. S: Maintained
  196. F: arch/arm/cpu/armv8/hisilicon
  197. F: arch/arm/include/asm/arch-hi6220/
  198. F: arch/arm/include/asm/arch-hi3660/
  199. ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
  200. M: Stefan Roese <sr@denx.de>
  201. S: Maintained
  202. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-marvell.git
  203. F: arch/arm/mach-kirkwood/
  204. F: arch/arm/mach-mvebu/
  205. F: drivers/ata/ahci_mvebu.c
  206. F: drivers/ddr/marvell/
  207. F: drivers/gpio/mvebu_gpio.c
  208. F: drivers/spi/kirkwood_spi.c
  209. F: drivers/pci/pci_mvebu.c
  210. F: drivers/pci/pcie_dw_mvebu.c
  211. F: drivers/watchdog/orion_wdt.c
  212. ARM MARVELL PXA
  213. M: Marek Vasut <marex@denx.de>
  214. S: Maintained
  215. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pxa.git
  216. F: arch/arm/cpu/pxa/
  217. F: arch/arm/include/asm/arch-pxa/
  218. ARM MEDIATEK
  219. M: Ryder Lee <ryder.lee@mediatek.com>
  220. M: Weijie Gao <weijie.gao@mediatek.com>
  221. R: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
  222. S: Maintained
  223. F: arch/arm/mach-mediatek/
  224. F: arch/arm/include/asm/arch-mediatek/
  225. F: board/mediatek/
  226. F: doc/device-tree-bindings/phy/phy-mtk-*
  227. F: doc/device-tree-bindings/usb/mediatek,*
  228. F: doc/README.mediatek
  229. F: drivers/clk/mediatek/
  230. F: drivers/mmc/mtk-sd.c
  231. F: drivers/phy/phy-mtk-*
  232. F: drivers/pinctrl/mediatek/
  233. F: drivers/power/domain/mtk-power-domain.c
  234. F: drivers/ram/mediatek/
  235. F: drivers/spi/mtk_snfi_spi.c
  236. F: drivers/timer/mtk_timer.c
  237. F: drivers/watchdog/mtk_wdt.c
  238. F: drivers/net/mtk_eth.c
  239. F: drivers/reset/reset-mediatek.c
  240. F: tools/mtk_image.c
  241. F: tools/mtk_image.h
  242. N: mediatek
  243. ARM MICROCHIP/ATMEL AT91
  244. M: Eugen Hristev <eugen.hristev@microchip.com>
  245. S: Maintained
  246. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git
  247. F: arch/arm/mach-at91/
  248. F: board/atmel/
  249. F: drivers/misc/microchip_flexcom.c
  250. ARM OWL
  251. M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
  252. S: Maintained
  253. F: arch/arm/include/asm/arch-owl/
  254. F: arch/arm/mach-owl/
  255. F: doc/board/actions/
  256. F: drivers/clk/owl/
  257. F: drivers/serial/serial_owl.c
  258. F: include/configs/owl-common.h
  259. F: configs/bubblegum_96_defconfig
  260. F: configs/cubieboard7_defconfig
  261. ARM RENESAS RMOBILE/R-CAR
  262. M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  263. M: Marek Vasut <marek.vasut+renesas@gmail.com>
  264. S: Maintained
  265. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
  266. F: arch/arm/mach-rmobile/
  267. ARM ROCKCHIP
  268. M: Simon Glass <sjg@chromium.org>
  269. M: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
  270. M: Kever Yang <kever.yang@rock-chips.com>
  271. S: Maintained
  272. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git
  273. F: arch/arm/include/asm/arch-rockchip/
  274. F: arch/arm/mach-rockchip/
  275. F: board/rockchip/
  276. F: drivers/clk/rockchip/
  277. F: drivers/gpio/rk_gpio.c
  278. F: drivers/misc/rockchip-efuse.c
  279. F: drivers/mmc/rockchip_sdhci.c
  280. F: drivers/mmc/rockchip_dw_mmc.c
  281. F: drivers/pinctrl/rockchip/
  282. F: drivers/ram/rockchip/
  283. F: drivers/sysreset/sysreset_rockchip.c
  284. F: drivers/video/rockchip/
  285. F: tools/rkcommon.c
  286. F: tools/rkcommon.h
  287. F: tools/rkimage.c
  288. F: tools/rksd.c
  289. F: tools/rkspi.c
  290. ARM SAMSUNG
  291. M: Minkyu Kang <mk7.kang@samsung.com>
  292. S: Maintained
  293. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.git
  294. F: arch/arm/mach-exynos/
  295. F: arch/arm/mach-s5pc1xx/
  296. F: arch/arm/cpu/armv7/s5p-common/
  297. ARM SNAPDRAGON
  298. M: Ramon Fried <rfried.dev@gmail.com>
  299. S: Maintained
  300. F: arch/arm/mach-snapdragon/
  301. F: drivers/gpio/msm_gpio.c
  302. F: drivers/mmc/msm_sdhci.c
  303. F: drivers/phy/msm8916-usbh-phy.c
  304. F: drivers/serial/serial_msm.c
  305. F: drivers/smem/msm_smem.c
  306. F: drivers/usb/host/ehci-msm.c
  307. ARM STI
  308. M: Patrice Chotard <patrice.chotard@st.com>
  309. S: Maintained
  310. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
  311. F: arch/arm/mach-sti/
  312. F: arch/arm/include/asm/arch-sti*/
  313. F: drivers/phy/sti_usb_phy.c
  314. F: drivers/pinctrl/pinctrl-sti.c
  315. F: drivers/mmc/sti_sdhci.c
  316. F: drivers/reset/sti-reset.c
  317. F: drivers/serial/serial_sti_asc.c
  318. F: drivers/sysreset/sysreset_sti.c
  319. F: drivers/timer/sti-timer.c
  320. F: drivers/usb/host/dwc3-sti-glue.c
  321. F: include/dwc3-sti-glue.h
  322. F: include/dt-bindings/clock/stih407-clks.h
  323. F: include/dt-bindings/clock/stih410-clks.h
  324. F: include/dt-bindings/reset/stih407-resets.h
  325. ARM STM SPEAR
  326. #M: Vipin Kumar <vipin.kumar@st.com>
  327. S: Orphaned (Since 2016-02)
  328. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
  329. F: arch/arm/cpu/arm926ejs/spear/
  330. F: arch/arm/include/asm/arch-spear/
  331. ARM STM STM32MP
  332. M: Patrick Delaunay <patrick.delaunay@st.com>
  333. M: Patrice Chotard <patrice.chotard@st.com>
  334. L: uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
  335. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
  336. S: Maintained
  337. F: arch/arm/mach-stm32mp/
  338. F: doc/board/st/
  339. F: drivers/adc/stm32-adc*
  340. F: drivers/clk/clk_stm32mp1.c
  341. F: drivers/gpio/stm32_gpio.c
  342. F: drivers/hwspinlock/stm32_hwspinlock.c
  343. F: drivers/i2c/stm32f7_i2c.c
  344. F: drivers/mailbox/stm32-ipcc.c
  345. F: drivers/misc/stm32mp_fuse.c
  346. F: drivers/misc/stm32_rcc.c
  347. F: drivers/mmc/stm32_sdmmc2.c
  348. F: drivers/mtd/nand/raw/stm32_fmc2_nand.c
  349. F: drivers/phy/phy-stm32-usbphyc.c
  350. F: drivers/pinctrl/pinctrl_stm32.c
  351. F: drivers/power/pmic/stpmic1.c
  352. F: drivers/power/regulator/stm32-vrefbuf.c
  353. F: drivers/power/regulator/stpmic1.c
  354. F: drivers/ram/stm32mp1/
  355. F: drivers/remoteproc/stm32_copro.c
  356. F: drivers/reset/stm32-reset.c
  357. F: drivers/rtc/stm32_rtc.c
  358. F: drivers/serial/serial_stm32.*
  359. F: drivers/spi/stm32_qspi.c
  360. F: drivers/spi/stm32_spi.c
  361. F: drivers/video/stm32/stm32_ltdc.c
  362. F: drivers/watchdog/stm32mp_wdt.c
  363. F: include/dt-bindings/clock/stm32fx-clock.h
  364. F: include/dt-bindings/clock/stm32mp1-clks.h
  365. F: include/dt-bindings/clock/stm32mp1-clksrc.h
  366. F: include/dt-bindings/pinctrl/stm32-pinfunc.h
  367. F: include/dt-bindings/reset/stm32mp1-resets.h
  368. F: include/stm32_rcc.h
  369. F: tools/stm32image.c
  370. ARM STM STV0991
  371. M: Vikas Manocha <vikas.manocha@st.com>
  372. S: Maintained
  373. F: arch/arm/cpu/armv7/stv0991/
  374. F: arch/arm/include/asm/arch-stv0991/
  375. ARM SUNXI
  376. M: Jagan Teki <jagan@amarulasolutions.com>
  377. M: Maxime Ripard <mripard@kernel.org>
  378. S: Maintained
  379. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi.git
  380. F: arch/arm/cpu/armv7/sunxi/
  381. F: arch/arm/include/asm/arch-sunxi/
  382. F: arch/arm/mach-sunxi/
  383. F: board/sunxi/
  384. ARM TEGRA
  385. M: Tom Warren <twarren@nvidia.com>
  386. S: Maintained
  387. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-tegra.git
  388. F: arch/arm/mach-tegra/
  389. F: arch/arm/include/asm/arch-tegra*/
  390. ARM TI
  391. M: Lokesh Vutla <lokeshvutla@ti.com>
  392. S: Maintained
  393. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git
  394. F: arch/arm/mach-davinci/
  395. F: arch/arm/mach-k3/
  396. F: arch/arm/mach-keystone/
  397. F: arch/arm/mach-omap2/
  398. F: arch/arm/include/asm/arch-omap*/
  399. F: arch/arm/include/asm/ti-common/
  400. F: board/ti/
  401. F: drivers/dma/ti*
  402. F: drivers/firmware/ti_sci.*
  403. F: drivers/gpio/omap_gpio.c
  404. F: drivers/memory/ti-aemif.c
  405. F: drivers/misc/k3_avs.c
  406. F: drivers/mailbox/k3-sec-procy.c
  407. F: drivers/pci/pcie_dw_ti.c
  408. F: drivers/phy/keystone-usb-phy.c
  409. F: drivers/phy/omap-usb2-phy.c
  410. F: drivers/phy/phy-ti-am654.c
  411. F: drivers/phy/ti-pipe3-phy.c
  412. F: drivers/ram/k3*
  413. F: drivers/remoteproc/k3_system_controller.c
  414. F: drivers/remoteproc/ti*
  415. F: drivers/reset/reset-ti-sci.c
  416. F: drivers/rtc/davinci.c
  417. F: drivers/serial/serial_omap.c
  418. F: drivers/soc/ti/
  419. F: drivers/sysreset/sysreset-ti-sci.c
  420. F: drivers/thermal/ti-bandgap.c
  421. F: drivers/timer/omap-timer.c
  422. F: drivers/watchdog/omap_wdt.c
  423. F: include/linux/soc/ti/
  424. ARM U8500
  425. M: Stephan Gerhold <stephan@gerhold.net>
  426. R: Linus Walleij <linus.walleij@linaro.org>
  427. S: Maintained
  428. F: arch/arm/dts/ste-*
  429. F: arch/arm/mach-u8500/
  430. F: drivers/timer/nomadik-mtu-timer.c
  431. ARM UNIPHIER
  432. M: Masahiro Yamada <yamada.masahiro@socionext.com>
  433. S: Maintained
  434. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier.git
  435. F: arch/arm/mach-uniphier/
  436. F: configs/uniphier_*_defconfig
  437. N: uniphier
  438. ARM VERSAL
  439. M: Michal Simek <michal.simek@xilinx.com>
  440. S: Maintained
  441. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  442. F: arch/arm/mach-versal/
  443. F: drivers/watchdog/xilinx_wwdt.c
  444. N: (?<!uni)versal
  445. ARM VERSATILE EXPRESS DRIVERS
  446. M: Liviu Dudau <liviu.dudau@foss.arm.com>
  447. S: Maintained
  448. T: git git://github.com/ARM-software/u-boot.git
  449. F: drivers/misc/vexpress_config.c
  450. N: vexpress
  451. ARM ZYNQ
  452. M: Michal Simek <monstr@monstr.eu>
  453. S: Maintained
  454. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  455. F: arch/arm/mach-zynq/
  456. F: drivers/clk/clk_zynq.c
  457. F: drivers/fpga/zynqpl.c
  458. F: drivers/gpio/zynq_gpio.c
  459. F: drivers/i2c/i2c-cdns.c
  460. F: drivers/i2c/muxes/pca954x.c
  461. F: drivers/i2c/zynq_i2c.c
  462. F: drivers/mmc/zynq_sdhci.c
  463. F: drivers/mtd/nand/raw/zynq_nand.c
  464. F: drivers/net/phy/xilinx_phy.c
  465. F: drivers/net/zynq_gem.c
  466. F: drivers/serial/serial_zynq.c
  467. F: drivers/spi/zynq_qspi.c
  468. F: drivers/spi/zynq_spi.c
  469. F: drivers/usb/host/ehci-zynq.c
  470. F: drivers/watchdog/cdns_wdt.c
  471. F: include/zynqpl.h
  472. F: tools/zynqimage.c
  473. N: zynq
  474. ARM ZYNQMP
  475. M: Michal Simek <michal.simek@xilinx.com>
  476. S: Maintained
  477. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  478. F: arch/arm/mach-zynqmp/
  479. F: drivers/clk/clk_zynqmp.c
  480. F: driver/firmware/firmware-zynqmp.c
  481. F: drivers/fpga/zynqpl.c
  482. F: drivers/gpio/zynq_gpio.c
  483. F: drivers/i2c/i2c-cdns.c
  484. F: drivers/i2c/muxes/pca954x.c
  485. F: drivers/i2c/zynq_i2c.c
  486. F: drivers/mailbox/zynqmp-ipi.c
  487. F: drivers/mmc/zynq_sdhci.c
  488. F: drivers/mtd/nand/raw/zynq_nand.c
  489. F: drivers/net/phy/xilinx_phy.c
  490. F: drivers/net/zynq_gem.c
  491. F: drivers/serial/serial_zynq.c
  492. F: drivers/spi/zynq_qspi.c
  493. F: drivers/spi/zynq_spi.c
  494. F: drivers/timer/cadence-ttc.c
  495. F: drivers/usb/host/ehci-zynq.c
  496. F: drivers/watchdog/cdns_wdt.c
  497. F: include/zynqmppl.h
  498. F: include/zynqmp_firmware.h
  499. F: tools/zynqmp*
  500. N: ultra96
  501. N: zynqmp
  502. ARM ZYNQMP R5
  503. M: Michal Simek <michal.simek@xilinx.com>
  504. S: Maintained
  505. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  506. F: arch/arm/mach-zynqmp-r5/
  507. ARM PHYTIUM
  508. M: liuhao <liuhao@phytium.com.cn>
  509. M: shuyiqi <shuyiqi@phytium.com.cn>
  510. S: Maintained
  511. F: drivers/pci/pcie_phytium.c
  512. F: arch/arm/dts/phytium-durian.dts
  513. BINMAN
  514. M: Simon Glass <sjg@chromium.org>
  515. S: Maintained
  516. F: tools/binman/
  517. BTRFS
  518. M: Marek Behun <marek.behun@nic.cz>
  519. S: Maintained
  520. F: cmd/btrfs.c
  521. F: fs/btrfs/
  522. F: include/btrfs.h
  523. BUILDMAN
  524. M: Simon Glass <sjg@chromium.org>
  525. S: Maintained
  526. F: tools/buildman/
  527. CFI FLASH
  528. M: Stefan Roese <sr@denx.de>
  529. S: Maintained
  530. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flash.git
  531. F: drivers/mtd/cfi_flash.c
  532. F: drivers/mtd/jedec_flash.c
  533. CLOCK
  534. M: Lukasz Majewski <lukma@denx.de>
  535. S: Maintained
  536. T: git git://git.denx.de/u-boot-dfu.git
  537. F: drivers/clk/
  538. F: drivers/clk/imx/
  539. COLDFIRE
  540. M: Huan Wang <alison.wang@nxp.com>
  541. M: Angelo Dureghello <angelo@sysam.it>
  542. S: Maintained
  543. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-coldfire.git
  544. F: arch/m68k/
  545. F: doc/arch/m68k.rst
  546. DFU
  547. M: Lukasz Majewski <lukma@denx.de>
  548. S: Maintained
  549. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dfu.git
  550. F: cmd/dfu.c
  551. F: cmd/usb_*.c
  552. F: common/dfu.c
  553. F: common/update.c
  554. F: common/usb_storage.c
  555. F: doc/api/dfu.rst
  556. F: drivers/dfu/
  557. F: drivers/usb/gadget/
  558. F: include/dfu.h
  559. DRIVER MODEL
  560. M: Simon Glass <sjg@chromium.org>
  561. S: Maintained
  562. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git
  563. F: doc/driver-model/
  564. F: drivers/core/
  565. F: include/dm/
  566. F: test/dm/
  567. EFI PAYLOAD
  568. M: Heinrich Schuchardt <xypron.glpk@gmx.de>
  569. R: Alexander Graf <agraf@csgraf.de>
  570. S: Maintained
  571. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
  572. F: doc/api/efi.rst
  573. F: doc/uefi/*
  574. F: include/capitalization.h
  575. F: include/charset.h
  576. F: include/cp1250.h
  577. F: include/cp437.h
  578. F: include/efi*
  579. F: include/pe.h
  580. F: include/asm-generic/pe.h
  581. F: lib/charset.c
  582. F: lib/efi*/
  583. F: test/py/tests/test_efi*
  584. F: test/py/tests/test_efi*/
  585. F: test/unicode_ut.c
  586. F: cmd/bootefi.c
  587. F: cmd/efidebug.c
  588. F: cmd/nvedit_efi.c
  589. F: tools/file2include.c
  590. EFI VARIABLES VIA OP-TEE
  591. M: Ilias Apalodimas <ilias.apalodimas@linaro.org>
  592. S: Maintained
  593. F: lib/efi_loader/efi_variable_tee.c
  594. F: include/mm_communication.h
  595. ENVIRONMENT
  596. M: Joe Hershberger <joe.hershberger@ni.com>
  597. R: Wolfgang Denk <wd@denx.de>
  598. S: Maintained
  599. F: env/
  600. F: include/env*
  601. F: test/env/
  602. F: tools/env*
  603. F: tools/mkenvimage.c
  604. FPGA
  605. M: Michal Simek <michal.simek@xilinx.com>
  606. S: Maintained
  607. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  608. F: drivers/fpga/
  609. F: cmd/fpga.c
  610. F: include/fpga.h
  611. FLATTENED DEVICE TREE
  612. M: Simon Glass <sjg@chromium.org>
  613. S: Maintained
  614. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fdt.git
  615. F: lib/fdtdec*
  616. F: lib/libfdt/
  617. F: include/fdt*
  618. F: include/linux/libfdt*
  619. F: cmd/fdt.c
  620. F: common/fdt_support.c
  621. FREEBSD
  622. M: Rafal Jaworowski <raj@semihalf.com>
  623. S: Maintained
  624. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-freebsd.git
  625. FREESCALE QORIQ
  626. M: Priyanka Jain <priyanka.jain@nxp.com>
  627. S: Maintained
  628. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
  629. F: drivers/watchdog/sp805_wdt.c
  630. I2C
  631. M: Heiko Schocher <hs@denx.de>
  632. S: Maintained
  633. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git
  634. F: drivers/i2c/
  635. LOGGING
  636. M: Simon Glass <sjg@chromium.org>
  637. S: Maintained
  638. T: git https://gitlab.denx.de/u-boot/u-boot.git
  639. F: common/log*
  640. F: cmd/log.c
  641. F: test/log/
  642. F: test/py/tests/test_log.py
  643. MALI DISPLAY PROCESSORS
  644. M: Liviu Dudau <liviu.dudau@foss.arm.com>
  645. S: Supported
  646. T: git git://github.com/ARM-software/u-boot.git
  647. F: drivers/video/mali_dp.c
  648. F: drivers/i2c/i2c-versatile.c
  649. MICROBLAZE
  650. M: Michal Simek <monstr@monstr.eu>
  651. S: Maintained
  652. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  653. F: arch/microblaze/
  654. F: cmd/mfsl.c
  655. F: drivers/gpio/xilinx_gpio.c
  656. F: drivers/net/xilinx_axi_emac.c
  657. F: drivers/net/xilinx_emaclite.c
  658. F: drivers/serial/serial_xuartlite.c
  659. F: drivers/spi/xilinx_spi.c
  660. F: drivers/sysreset/sysreset_gpio.c
  661. F: drivers/watchdog/xilinx_tb_wdt.c
  662. N: xilinx
  663. MIPS
  664. M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
  665. S: Maintained
  666. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mips.git
  667. F: arch/mips/
  668. MIPS CORTINA ACCESS CAxxxx
  669. M: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
  670. S: Supported
  671. F: board/cortina/common/
  672. F: drivers/gpio/cortina_gpio.c
  673. F: drivers/watchdog/cortina_wdt.c
  674. F: drivers/serial/serial_cortina.c
  675. F: drivers/mmc/ca_dw_mmc.c
  676. MIPS MSCC
  677. M: Gregory CLEMENT <gregory.clement@bootlin.com>
  678. M: Lars Povlsen <lars.povlsen@microchip.com>
  679. M: Horatiu Vultur <horatiu.vultur@microchip.com>
  680. S: Maintained
  681. F: arch/mips/mach-mscc/
  682. F: arch/mips/dts/luton*
  683. F: arch/mips/dts/mscc*
  684. F: arch/mips/dts/ocelot*
  685. F: arch/mips/dts/jr2*
  686. F: arch/mips/dts/serval*
  687. F: board/mscc/
  688. F: configs/mscc*
  689. F: drivers/gpio/mscc_sgpio.c
  690. F: drivers/spi/mscc_bb_spi.c
  691. F: include/configs/vcoreiii.h
  692. F: include/dt-bindings/mscc/
  693. F: drivers/pinctrl/mscc/
  694. F: drivers/net/mscc_eswitch/
  695. MIPS JZ4780
  696. M: Ezequiel Garcia <ezequiel@collabora.com>
  697. S: Maintained
  698. F: arch/mips/mach-jz47xx/
  699. MMC
  700. M: Peng Fan <peng.fan@nxp.com>
  701. S: Maintained
  702. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git
  703. F: drivers/mmc/
  704. NAND FLASH
  705. #M: Scott Wood <oss@buserror.net>
  706. S: Orphaned (Since 2018-07)
  707. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nand-flash.git
  708. F: drivers/mtd/nand/raw/
  709. NDS32
  710. M: Rick Chen <rick@andestech.com>
  711. S: Maintained
  712. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nds32.git
  713. F: arch/nds32/
  714. NETWORK
  715. M: Joe Hershberger <joe.hershberger@ni.com>
  716. S: Maintained
  717. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-net.git
  718. F: drivers/net/
  719. F: include/net.h
  720. F: net/
  721. NIOS
  722. M: Thomas Chou <thomas@wytron.com.tw>
  723. S: Maintained
  724. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nios.git
  725. F: arch/nios2/
  726. ONENAND
  727. #M: Lukasz Majewski <l.majewski@majess.pl>
  728. S: Orphaned (Since 2017-01)
  729. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-onenand.git
  730. F: drivers/mtd/onenand/
  731. PATMAN
  732. M: Simon Glass <sjg@chromium.org>
  733. S: Maintained
  734. F: tools/patman/
  735. PCI Endpoint
  736. M: Ramon Fried <rfried.dev@gmail.com>
  737. S: Maintained
  738. F: drivers/pci_endpoint/
  739. F: include/pci_ep.h
  740. PCI MPC85xx
  741. M: Heiko Schocher <hs@denx.de>
  742. S: Maintained
  743. F: drivers/pci/pci_mpc85xx.c
  744. POWER
  745. M: Jaehoon Chung <jh80.chung@samsung.com>
  746. S: Maintained
  747. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pmic.git
  748. F: drivers/power/
  749. POWERPC
  750. M: Wolfgang Denk <wd@denx.de>
  751. S: Maintained
  752. F: arch/powerpc/
  753. POWERPC MPC8XX
  754. M: Christophe Leroy <christophe.leroy@csgroup.eu>
  755. S: Maintained
  756. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc8xx.git
  757. F: arch/powerpc/cpu/mpc8xx/
  758. POWERPC MPC83XX
  759. M: Mario Six <mario.six@gdsys.cc>
  760. S: Maintained
  761. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx.git
  762. F: drivers/ram/mpc83xx_sdram.c
  763. F: include/dt-bindings/memory/mpc83xx-sdram.h
  764. F: drivers/sysreset/sysreset_mpc83xx.c
  765. F: drivers/sysreset/sysreset_mpc83xx.h
  766. F: drivers/clk/mpc83xx_clk.c
  767. F: drivers/clk/mpc83xx_clk.h
  768. F: include/dt-bindings/clk/mpc83xx-clk.h
  769. F: drivers/timer/mpc83xx_timer.c
  770. F: drivers/cpu/mpc83xx_cpu.c
  771. F: drivers/cpu/mpc83xx_cpu.h
  772. F: drivers/misc/mpc83xx_serdes.c
  773. F: arch/powerpc/cpu/mpc83xx/
  774. F: arch/powerpc/include/asm/arch-mpc83xx/
  775. POWERPC MPC85XX
  776. M: Priyanka Jain <priyanka.jain@nxp.com>
  777. S: Maintained
  778. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git
  779. F: arch/powerpc/cpu/mpc85xx/
  780. POWERPC MPC86XX
  781. M: Priyanka Jain <priyanka.jain@nxp.com>
  782. S: Maintained
  783. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc86xx.git
  784. F: arch/powerpc/cpu/mpc86xx/
  785. RISC-V
  786. M: Rick Chen <rick@andestech.com>
  787. S: Maintained
  788. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-riscv.git
  789. F: arch/riscv/
  790. F: cmd/riscv/
  791. F: tools/prelink-riscv.c
  792. RNG
  793. M: Sughosh Ganu <sughosh.ganu@linaro.org>
  794. R: Heinrich Schuchardt <xypron.glpk@gmx.de>
  795. S: Maintained
  796. F: cmd/rng.c
  797. F: doc/api/rng.rst
  798. F: drivers/rng/
  799. F: drivers/virtio/virtio_rng.c
  800. F: include/rng.h
  801. ROCKUSB
  802. M: Eddie Cai <eddie.cai.linux@gmail.com>
  803. S: Maintained
  804. F: drivers/usb/gadget/f_rockusb.c
  805. F: cmd/rockusb.c
  806. F: doc/README.rockusb
  807. SANDBOX
  808. M: Simon Glass <sjg@chromium.org>
  809. S: Maintained
  810. F: arch/sandbox/
  811. SH
  812. M: Marek Vasut <marek.vasut+renesas@gmail.com>
  813. M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  814. S: Maintained
  815. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
  816. F: arch/sh/
  817. SPI
  818. M: Jagan Teki <jagan@amarulasolutions.com>
  819. S: Maintained
  820. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-spi.git
  821. F: drivers/spi/
  822. F: include/spi*
  823. SPI-NOR
  824. M: Jagan Teki <jagan@amarulasolutions.com>
  825. M: Vignesh R <vigneshr@ti.com>
  826. S: Maintained
  827. F: drivers/mtd/spi/
  828. F: include/spi_flash.h
  829. F: include/linux/mtd/cfi.h
  830. F: include/linux/mtd/spi-nor.h
  831. SPMI
  832. M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
  833. S: Maintained
  834. F: drivers/spmi/
  835. F: include/spmi/
  836. TDA19988 HDMI ENCODER
  837. M: Liviu Dudau <liviu.dudau@foss.arm.com>
  838. S: Maintained
  839. F: drivers/video/tda19988.c
  840. TI SYSTEM SECURITY
  841. M: Andrew F. Davis <afd@ti.com>
  842. S: Supported
  843. F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
  844. F: arch/arm/mach-omap2/sec-common.c
  845. F: arch/arm/mach-omap2/config_secure.mk
  846. F: arch/arm/mach-k3/security.c
  847. F: arch/arm/mach-k3/config_secure.mk
  848. F: configs/am335x_hs_evm_defconfig
  849. F: configs/am335x_hs_evm_uart_defconfig
  850. F: configs/am43xx_hs_evm_defconfig
  851. F: configs/am57xx_hs_evm_defconfig
  852. F: configs/am57xx_hs_evm_usb_defconfig
  853. F: configs/dra7xx_hs_evm_defconfig
  854. F: configs/dra7xx_hs_evm_usb_defconfig
  855. F: configs/k2hk_hs_evm_defconfig
  856. F: configs/k2e_hs_evm_defconfig
  857. F: configs/k2g_hs_evm_defconfig
  858. F: configs/k2l_hs_evm_defconfig
  859. F: configs/am65x_hs_evm_r5_defconfig
  860. F: configs/am65x_hs_evm_a53_defconfig
  861. F: configs/j721e_hs_evm_r5_defconfig
  862. F: configs/j721e_hs_evm_a72_defconfig
  863. TQ GROUP
  864. #M: Martin Krause <martin.krause@tq-systems.de>
  865. S: Orphaned (Since 2016-02)
  866. T: git git://git.denx.de/u-boot-tq-group.git
  867. TEE
  868. M: Jens Wiklander <jens.wiklander@linaro.org>
  869. S: Maintained
  870. F: drivers/tee/
  871. F: include/tee.h
  872. F: include/tee/
  873. TEE-lib
  874. M: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
  875. S: Maintained
  876. F: lib/optee
  877. UBI
  878. M: Kyungmin Park <kmpark@infradead.org>
  879. M: Heiko Schocher <hs@denx.de>
  880. S: Maintained
  881. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ubi.git
  882. F: drivers/mtd/ubi/
  883. UFS
  884. M: Faiz Abbas <faiz_abbas@ti.com>
  885. S: Maintained
  886. F: drivers/ufs/
  887. USB
  888. M: Marek Vasut <marex@denx.de>
  889. S: Maintained
  890. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git
  891. F: drivers/usb/
  892. F: common/usb.c
  893. F: common/usb_kbd.c
  894. F: include/usb.h
  895. USB xHCI
  896. M: Bin Meng <bmeng.cn@gmail.com>
  897. S: Maintained
  898. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
  899. F: drivers/usb/host/xhci*
  900. F: include/usb/xhci.h
  901. VIDEO
  902. M: Anatolij Gustschin <agust@denx.de>
  903. S: Maintained
  904. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-video.git
  905. F: drivers/video/
  906. F: common/lcd*.c
  907. F: include/lcd*.h
  908. F: include/video*.h
  909. X86
  910. M: Simon Glass <sjg@chromium.org>
  911. M: Bin Meng <bmeng.cn@gmail.com>
  912. S: Maintained
  913. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-x86.git
  914. F: arch/x86/
  915. F: cmd/x86/
  916. XTENSA
  917. M: Max Filippov <jcmvbkbc@gmail.com>
  918. S: Maintained
  919. F: arch/xtensa/
  920. THE REST
  921. M: Tom Rini <trini@konsulko.com>
  922. L: u-boot@lists.denx.de
  923. Q: http://patchwork.ozlabs.org/project/uboot/list/
  924. S: Maintained
  925. T: git https://gitlab.denx.de/u-boot/u-boot.git
  926. F: configs/tools-only_defconfig
  927. F: *
  928. F: */