MAINTAINERS 31 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201
  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://source.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://source.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://source.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://source.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 ASPEED
  138. M: Ryan Chen <ryan_chen@aspeedtech.com>
  139. M: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
  140. R: Aspeed BMC SW team <BMC-SW@aspeedtech.com>
  141. S: Maintained
  142. F: arch/arm/mach-aspeed/
  143. F: arch/arm/include/asm/arch-aspeed/
  144. F: board/aspeed/
  145. F: drivers/clk/aspeed/
  146. F: drivers/pinctrl/aspeed/
  147. N: aspeed
  148. ARM BROADCOM BCM283X
  149. M: Matthias Brugger <mbrugger@suse.com>
  150. S: Maintained
  151. F: arch/arm/dts/bcm283*
  152. F: arch/arm/mach-bcm283x/
  153. F: board/raspberrypi/
  154. F: drivers/gpio/bcm2835_gpio.c
  155. F: drivers/mmc/bcm2835_sdhci.c
  156. F: drivers/mmc/bcm2835_sdhost.c
  157. F: drivers/serial/serial_bcm283x_mu.c
  158. F: drivers/serial/serial_bcm283x_pl011.c
  159. F: drivers/video/bcm2835.c
  160. F: include/dm/platform_data/serial_bcm283x_mu.h
  161. F: include/dt-bindings/pinctrl/bcm2835.h
  162. F: drivers/pinctrl/broadcom/
  163. ARM BROADCOM BCMSTB
  164. M: Thomas Fitzsimmons <fitzsim@fitzsim.org>
  165. S: Maintained
  166. F: arch/arm/mach-bcmstb/
  167. F: board/broadcom/bcmstb/
  168. F: configs/bcm7*_defconfig
  169. F: doc/README.bcm7xxx
  170. F: drivers/mmc/bcmstb_sdhci.c
  171. F: drivers/spi/bcmstb_spi.c
  172. ARM CORTINA ACCESS CAxxxx
  173. M: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
  174. S: Supported
  175. F: board/cortina/common/
  176. F: drivers/gpio/cortina_gpio.c
  177. F: drivers/watchdog/cortina_wdt.c
  178. F: drivers/serial/serial_cortina.c
  179. F: drivers/led/led_cortina.c
  180. F: drivers/mmc/ca_dw_mmc.c
  181. F: drivers/spi/ca_sflash.c
  182. F: drivers/i2c/i2c-cortina.c
  183. F: drivers/i2c/i2c-cortina.h
  184. F: drivers/mtd/nand/raw/cortina_nand.c
  185. F: drivers/mtd/nand/raw/cortina_nand.h
  186. F: drivers/net/cortina_ni.c
  187. F: drivers/net/cortina_ni.h
  188. F: drivers/net/phy/ca_phy.c
  189. F: configs/cortina_presidio-asic-pnand_defconfig
  190. ARM/CZ.NIC TURRIS MOX SUPPORT
  191. M: Marek Behun <marek.behun@nic.cz>
  192. S: Maintained
  193. F: arch/arm/dts/armada-3720-turris-mox.dts
  194. F: board/CZ.NIC/
  195. F: configs/turris_*_defconfig
  196. F: include/configs/turris_*.h
  197. ARM FREESCALE IMX
  198. M: Stefano Babic <sbabic@denx.de>
  199. M: Fabio Estevam <festevam@gmail.com>
  200. R: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
  201. S: Maintained
  202. T: git https://source.denx.de/u-boot/custodians/u-boot-imx.git
  203. F: arch/arm/cpu/arm1136/mx*/
  204. F: arch/arm/cpu/arm926ejs/mx*/
  205. F: arch/arm/cpu/armv7/vf610/
  206. F: arch/arm/dts/*imx*
  207. F: arch/arm/mach-imx/
  208. F: arch/arm/include/asm/arch-imx/
  209. F: arch/arm/include/asm/arch-mx*/
  210. F: arch/arm/include/asm/arch-vf610/
  211. F: arch/arm/include/asm/mach-imx/
  212. F: board/freescale/*mx*/
  213. ARM HISILICON
  214. M: Peter Griffin <peter.griffin@linaro.org>
  215. M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
  216. S: Maintained
  217. F: arch/arm/cpu/armv8/hisilicon
  218. F: arch/arm/include/asm/arch-hi6220/
  219. F: arch/arm/include/asm/arch-hi3660/
  220. ARM IPQ40XX
  221. M: Robert Marko <robert.marko@sartura.hr>
  222. M: Luka Kovacic <luka.kovacic@sartura.hr>
  223. M: Luka Perkov <luka.perkov@sartura.hr>
  224. S: Maintained
  225. F: arch/arm/mach-ipq40xx/
  226. F: include/dt-bindings/clock/qcom,ipq4019-gcc.h
  227. F: include/dt-bindings/reset/qcom,ipq4019-reset.h
  228. F: drivers/reset/reset-ipq4019.c
  229. F: drivers/phy/phy-qcom-ipq4019-usb.c
  230. F: drivers/spi/spi-qup.c
  231. F: drivers/net/mdio-ipq4019.c
  232. F: drivers/rng/msm_rng.c
  233. ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
  234. M: Stefan Roese <sr@denx.de>
  235. S: Maintained
  236. T: git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
  237. F: arch/arm/mach-kirkwood/
  238. F: arch/arm/mach-mvebu/
  239. F: drivers/ata/ahci_mvebu.c
  240. F: drivers/ddr/marvell/
  241. F: drivers/gpio/mvebu_gpio.c
  242. F: drivers/spi/kirkwood_spi.c
  243. F: drivers/pci/pci_mvebu.c
  244. F: drivers/pci/pcie_dw_mvebu.c
  245. F: drivers/watchdog/orion_wdt.c
  246. ARM MARVELL PXA
  247. M: Marek Vasut <marex@denx.de>
  248. S: Maintained
  249. T: git https://source.denx.de/u-boot/custodians/u-boot-pxa.git
  250. F: arch/arm/cpu/pxa/
  251. F: arch/arm/include/asm/arch-pxa/
  252. ARM MEDIATEK
  253. M: Ryder Lee <ryder.lee@mediatek.com>
  254. M: Weijie Gao <weijie.gao@mediatek.com>
  255. M: Chunfeng Yun <chunfeng.yun@mediatek.com>
  256. R: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
  257. S: Maintained
  258. F: arch/arm/mach-mediatek/
  259. F: arch/arm/include/asm/arch-mediatek/
  260. F: board/mediatek/
  261. F: doc/device-tree-bindings/phy/phy-mtk-*
  262. F: doc/device-tree-bindings/usb/mediatek,*
  263. F: doc/README.mediatek
  264. F: drivers/clk/mediatek/
  265. F: drivers/mmc/mtk-sd.c
  266. F: drivers/phy/phy-mtk-*
  267. F: drivers/pinctrl/mediatek/
  268. F: drivers/power/domain/mtk-power-domain.c
  269. F: drivers/ram/mediatek/
  270. F: drivers/spi/mtk_snfi_spi.c
  271. F: drivers/timer/mtk_timer.c
  272. F: drivers/usb/host/xhci-mtk.c
  273. F: drivers/usb/mtu3/
  274. F: drivers/watchdog/mtk_wdt.c
  275. F: drivers/net/mtk_eth.c
  276. F: drivers/reset/reset-mediatek.c
  277. F: tools/mtk_image.c
  278. F: tools/mtk_image.h
  279. N: mediatek
  280. ARM MICROCHIP/ATMEL AT91
  281. M: Eugen Hristev <eugen.hristev@microchip.com>
  282. S: Maintained
  283. T: git https://source.denx.de/u-boot/custodians/u-boot-atmel.git
  284. F: arch/arm/mach-at91/
  285. F: board/atmel/
  286. F: drivers/cpu/at91_cpu.c
  287. F: drivers/misc/microchip_flexcom.c
  288. F: drivers/timer/mchp-pit64b-timer.c
  289. ARM NEXELL S5P4418
  290. M: Stefan Bosch <stefan_b@posteo.net>
  291. S: Maintained
  292. F: arch/arm/cpu/armv7/s5p4418/
  293. F: arch/arm/dts/s5p4418*
  294. F: arch/arm/mach-nexell/
  295. F: board/friendlyarm/
  296. F: configs/s5p4418_nanopi2_defconfig
  297. F: doc/README.s5p4418
  298. F: drivers/gpio/nx_gpio.c
  299. F: drivers/i2c/nx_i2c.c
  300. F: drivers/mmc/nexell_dw_mmc_dm.c
  301. F: drivers/pinctrl/nexell/
  302. F: drivers/video/nexell/
  303. F: drivers/video/nexell_display.c
  304. F: include/configs/s5p4418_nanopi2.h
  305. ARM OWL
  306. M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
  307. S: Maintained
  308. F: arch/arm/include/asm/arch-owl/
  309. F: arch/arm/mach-owl/
  310. F: doc/board/actions/
  311. F: drivers/clk/owl/
  312. F: drivers/serial/serial_owl.c
  313. F: include/configs/owl-common.h
  314. F: configs/bubblegum_96_defconfig
  315. F: configs/cubieboard7_defconfig
  316. ARM RENESAS RMOBILE/R-CAR
  317. M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  318. M: Marek Vasut <marek.vasut+renesas@gmail.com>
  319. S: Maintained
  320. T: git https://source.denx.de/u-boot/custodians/u-boot-sh.git
  321. F: arch/arm/mach-rmobile/
  322. ARM ROCKCHIP
  323. M: Simon Glass <sjg@chromium.org>
  324. M: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
  325. M: Kever Yang <kever.yang@rock-chips.com>
  326. S: Maintained
  327. T: git https://source.denx.de/u-boot/custodians/u-boot-rockchip.git
  328. F: arch/arm/include/asm/arch-rockchip/
  329. F: arch/arm/mach-rockchip/
  330. F: board/rockchip/
  331. F: drivers/clk/rockchip/
  332. F: drivers/gpio/rk_gpio.c
  333. F: drivers/misc/rockchip-efuse.c
  334. F: drivers/mmc/rockchip_sdhci.c
  335. F: drivers/mmc/rockchip_dw_mmc.c
  336. F: drivers/pinctrl/rockchip/
  337. F: drivers/ram/rockchip/
  338. F: drivers/sysreset/sysreset_rockchip.c
  339. F: drivers/video/rockchip/
  340. F: tools/rkcommon.c
  341. F: tools/rkcommon.h
  342. F: tools/rkimage.c
  343. F: tools/rksd.c
  344. F: tools/rkspi.c
  345. ARM SAMSUNG
  346. M: Minkyu Kang <mk7.kang@samsung.com>
  347. S: Maintained
  348. T: git https://source.denx.de/u-boot/custodians/u-boot-samsung.git
  349. F: arch/arm/mach-exynos/
  350. F: arch/arm/mach-s5pc1xx/
  351. F: arch/arm/cpu/armv7/s5p-common/
  352. ARM SNAPDRAGON
  353. M: Ramon Fried <rfried.dev@gmail.com>
  354. S: Maintained
  355. F: arch/arm/mach-snapdragon/
  356. F: drivers/gpio/msm_gpio.c
  357. F: drivers/mmc/msm_sdhci.c
  358. F: drivers/phy/msm8916-usbh-phy.c
  359. F: drivers/serial/serial_msm.c
  360. F: drivers/smem/msm_smem.c
  361. F: drivers/usb/host/ehci-msm.c
  362. ARM STI
  363. M: Patrice Chotard <patrice.chotard@foss.st.com>
  364. S: Maintained
  365. T: git https://source.denx.de/u-boot/custodians/u-boot-stm.git
  366. F: arch/arm/mach-sti/
  367. F: arch/arm/include/asm/arch-sti*/
  368. F: drivers/phy/sti_usb_phy.c
  369. F: drivers/pinctrl/pinctrl-sti.c
  370. F: drivers/mmc/sti_sdhci.c
  371. F: drivers/reset/sti-reset.c
  372. F: drivers/serial/serial_sti_asc.c
  373. F: drivers/sysreset/sysreset_sti.c
  374. F: drivers/timer/sti-timer.c
  375. F: drivers/usb/host/dwc3-sti-glue.c
  376. F: include/dwc3-sti-glue.h
  377. F: include/dt-bindings/clock/stih407-clks.h
  378. F: include/dt-bindings/clock/stih410-clks.h
  379. F: include/dt-bindings/reset/stih407-resets.h
  380. ARM STM SPEAR
  381. #M: Vipin Kumar <vipin.kumar@st.com>
  382. S: Orphaned (Since 2016-02)
  383. T: git https://source.denx.de/u-boot/custodians/u-boot-stm.git
  384. F: arch/arm/cpu/arm926ejs/spear/
  385. F: arch/arm/include/asm/arch-spear/
  386. ARM STM STM32MP
  387. M: Patrick Delaunay <patrick.delaunay@foss.st.com>
  388. M: Patrice Chotard <patrice.chotard@foss.st.com>
  389. L: uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
  390. T: git https://source.denx.de/u-boot/custodians/u-boot-stm.git
  391. S: Maintained
  392. F: arch/arm/mach-stm32mp/
  393. F: doc/board/st/
  394. F: drivers/adc/stm32-adc*
  395. F: drivers/clk/clk_stm32mp1.c
  396. F: drivers/gpio/stm32_gpio.c
  397. F: drivers/hwspinlock/stm32_hwspinlock.c
  398. F: drivers/i2c/stm32f7_i2c.c
  399. F: drivers/mailbox/stm32-ipcc.c
  400. F: drivers/misc/stm32mp_fuse.c
  401. F: drivers/misc/stm32_rcc.c
  402. F: drivers/mmc/stm32_sdmmc2.c
  403. F: drivers/mtd/nand/raw/stm32_fmc2_nand.c
  404. F: drivers/phy/phy-stm32-usbphyc.c
  405. F: drivers/pinctrl/pinctrl_stm32.c
  406. F: drivers/power/pmic/stpmic1.c
  407. F: drivers/power/regulator/stm32-vrefbuf.c
  408. F: drivers/power/regulator/stpmic1.c
  409. F: drivers/ram/stm32mp1/
  410. F: drivers/remoteproc/stm32_copro.c
  411. F: drivers/reset/stm32-reset.c
  412. F: drivers/rng/stm32mp1_rng.c
  413. F: drivers/rtc/stm32_rtc.c
  414. F: drivers/serial/serial_stm32.*
  415. F: drivers/spi/stm32_qspi.c
  416. F: drivers/spi/stm32_spi.c
  417. F: drivers/video/stm32/stm32_ltdc.c
  418. F: drivers/watchdog/stm32mp_wdt.c
  419. F: include/dt-bindings/clock/stm32fx-clock.h
  420. F: include/dt-bindings/clock/stm32mp1-clks.h
  421. F: include/dt-bindings/clock/stm32mp1-clksrc.h
  422. F: include/dt-bindings/pinctrl/stm32-pinfunc.h
  423. F: include/dt-bindings/reset/stm32mp1-resets.h
  424. F: include/stm32_rcc.h
  425. F: tools/stm32image.c
  426. N: stm
  427. N: stm32
  428. ARM STM STV0991
  429. M: Vikas Manocha <vikas.manocha@st.com>
  430. S: Maintained
  431. F: arch/arm/cpu/armv7/stv0991/
  432. F: arch/arm/include/asm/arch-stv0991/
  433. ARM SUNXI
  434. M: Jagan Teki <jagan@amarulasolutions.com>
  435. M: Andre Przywara <andre.przywara@arm.com>
  436. S: Maintained
  437. T: git https://source.denx.de/u-boot/custodians/u-boot-sunxi.git
  438. F: arch/arm/cpu/armv7/sunxi/
  439. F: arch/arm/include/asm/arch-sunxi/
  440. F: arch/arm/mach-sunxi/
  441. F: board/sunxi/
  442. ARM TEGRA
  443. M: Tom Warren <twarren@nvidia.com>
  444. S: Maintained
  445. T: git https://source.denx.de/u-boot/custodians/u-boot-tegra.git
  446. F: arch/arm/mach-tegra/
  447. F: arch/arm/include/asm/arch-tegra*/
  448. ARM TI
  449. M: Lokesh Vutla <lokeshvutla@ti.com>
  450. S: Maintained
  451. T: git https://source.denx.de/u-boot/custodians/u-boot-ti.git
  452. F: arch/arm/mach-davinci/
  453. F: arch/arm/mach-k3/
  454. F: arch/arm/mach-keystone/
  455. F: arch/arm/mach-omap2/
  456. F: arch/arm/include/asm/arch-omap*/
  457. F: arch/arm/include/asm/ti-common/
  458. F: board/ti/
  459. F: drivers/dma/ti*
  460. F: drivers/firmware/ti_sci.*
  461. F: drivers/gpio/omap_gpio.c
  462. F: drivers/memory/ti-aemif.c
  463. F: drivers/misc/k3_avs.c
  464. F: drivers/mailbox/k3-sec-procy.c
  465. F: drivers/pci/pcie_dw_ti.c
  466. F: drivers/phy/keystone-usb-phy.c
  467. F: drivers/phy/omap-usb2-phy.c
  468. F: drivers/phy/phy-ti-am654.c
  469. F: drivers/phy/ti-pipe3-phy.c
  470. F: drivers/ram/k3*
  471. F: drivers/remoteproc/k3_system_controller.c
  472. F: drivers/remoteproc/ti*
  473. F: drivers/reset/reset-ti-sci.c
  474. F: drivers/rtc/davinci.c
  475. F: drivers/serial/serial_omap.c
  476. F: drivers/soc/ti/
  477. F: drivers/sysreset/sysreset-ti-sci.c
  478. F: drivers/thermal/ti-bandgap.c
  479. F: drivers/timer/omap-timer.c
  480. F: drivers/watchdog/omap_wdt.c
  481. F: include/linux/soc/ti/
  482. ARM U8500
  483. M: Stephan Gerhold <stephan@gerhold.net>
  484. R: Linus Walleij <linus.walleij@linaro.org>
  485. S: Maintained
  486. F: arch/arm/dts/ste-*
  487. F: arch/arm/mach-u8500/
  488. F: drivers/timer/nomadik-mtu-timer.c
  489. ARM UNIPHIER
  490. S: Orphan (Since 2020-09)
  491. F: arch/arm/mach-uniphier/
  492. F: configs/uniphier_*_defconfig
  493. N: uniphier
  494. ARM VERSAL
  495. M: Michal Simek <michal.simek@xilinx.com>
  496. S: Maintained
  497. T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
  498. F: arch/arm/mach-versal/
  499. F: drivers/watchdog/xilinx_wwdt.c
  500. N: (?<!uni)versal
  501. ARM VERSATILE EXPRESS DRIVERS
  502. M: Liviu Dudau <liviu.dudau@foss.arm.com>
  503. S: Maintained
  504. T: git git://github.com/ARM-software/u-boot.git
  505. F: drivers/misc/vexpress_config.c
  506. N: vexpress
  507. ARM ZYNQ
  508. M: Michal Simek <monstr@monstr.eu>
  509. S: Maintained
  510. T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
  511. F: arch/arm/mach-zynq/
  512. F: doc/board/xilinx/
  513. F: doc/device-tree-bindings/video/syncoam,seps525.txt
  514. F: drivers/clk/clk_zynq.c
  515. F: drivers/fpga/zynqpl.c
  516. F: drivers/gpio/zynq_gpio.c
  517. F: drivers/i2c/i2c-cdns.c
  518. F: drivers/i2c/muxes/pca954x.c
  519. F: drivers/i2c/zynq_i2c.c
  520. F: drivers/mmc/zynq_sdhci.c
  521. F: drivers/mtd/nand/raw/zynq_nand.c
  522. F: drivers/net/phy/xilinx_phy.c
  523. F: drivers/net/zynq_gem.c
  524. F: drivers/serial/serial_zynq.c
  525. F: drivers/spi/zynq_qspi.c
  526. F: drivers/spi/zynq_spi.c
  527. F: drivers/usb/host/ehci-zynq.c
  528. F: drivers/watchdog/cdns_wdt.c
  529. F: include/zynqpl.h
  530. F: tools/zynqimage.c
  531. N: zynq
  532. ARM ZYNQMP
  533. M: Michal Simek <michal.simek@xilinx.com>
  534. S: Maintained
  535. T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
  536. F: arch/arm/mach-zynqmp/
  537. F: drivers/clk/clk_zynqmp.c
  538. F: driver/firmware/firmware-zynqmp.c
  539. F: drivers/fpga/zynqpl.c
  540. F: drivers/gpio/zynq_gpio.c
  541. F: drivers/i2c/i2c-cdns.c
  542. F: drivers/i2c/muxes/pca954x.c
  543. F: drivers/i2c/zynq_i2c.c
  544. F: drivers/mailbox/zynqmp-ipi.c
  545. F: drivers/mmc/zynq_sdhci.c
  546. F: drivers/mtd/nand/raw/zynq_nand.c
  547. F: drivers/net/phy/xilinx_phy.c
  548. F: drivers/net/zynq_gem.c
  549. F: drivers/serial/serial_zynq.c
  550. F: drivers/spi/zynq_qspi.c
  551. F: drivers/spi/zynq_spi.c
  552. F: drivers/timer/cadence-ttc.c
  553. F: drivers/usb/host/ehci-zynq.c
  554. F: drivers/video/seps525.c
  555. F: drivers/watchdog/cdns_wdt.c
  556. F: include/zynqmppl.h
  557. F: include/zynqmp_firmware.h
  558. F: tools/zynqmp*
  559. N: ultra96
  560. N: zynqmp
  561. ARM ZYNQMP R5
  562. M: Michal Simek <michal.simek@xilinx.com>
  563. S: Maintained
  564. T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
  565. F: arch/arm/mach-zynqmp-r5/
  566. ARM PHYTIUM
  567. M: liuhao <liuhao@phytium.com.cn>
  568. M: shuyiqi <shuyiqi@phytium.com.cn>
  569. S: Maintained
  570. F: drivers/pci/pcie_phytium.c
  571. F: arch/arm/dts/phytium-durian.dts
  572. BINMAN
  573. M: Simon Glass <sjg@chromium.org>
  574. S: Maintained
  575. F: tools/binman/
  576. BTRFS
  577. M: Marek Behun <marek.behun@nic.cz>
  578. R: Qu Wenruo <wqu@suse.com>
  579. L: linux-btrfs@vger.kernel.org
  580. S: Maintained
  581. F: cmd/btrfs.c
  582. F: fs/btrfs/
  583. F: include/btrfs.h
  584. BUILDMAN
  585. M: Simon Glass <sjg@chromium.org>
  586. S: Maintained
  587. F: tools/buildman/
  588. CFI FLASH
  589. M: Stefan Roese <sr@denx.de>
  590. S: Maintained
  591. T: git https://source.denx.de/u-boot/custodians/u-boot-cfi-flash.git
  592. F: drivers/mtd/cfi_flash.c
  593. F: drivers/mtd/jedec_flash.c
  594. CLOCK
  595. M: Lukasz Majewski <lukma@denx.de>
  596. S: Maintained
  597. T: git https://source.denx.de/u-boot/custodians/u-boot-clk.git
  598. F: drivers/clk/
  599. F: drivers/clk/imx/
  600. COLDFIRE
  601. M: Huan Wang <alison.wang@nxp.com>
  602. M: Angelo Dureghello <angelo@sysam.it>
  603. S: Maintained
  604. T: git https://source.denx.de/u-boot/custodians/u-boot-coldfire.git
  605. F: arch/m68k/
  606. F: doc/arch/m68k.rst
  607. DFU
  608. M: Lukasz Majewski <lukma@denx.de>
  609. S: Maintained
  610. T: git https://source.denx.de/u-boot/custodians/u-boot-dfu.git
  611. F: cmd/dfu.c
  612. F: cmd/usb_*.c
  613. F: common/dfu.c
  614. F: common/update.c
  615. F: common/usb_storage.c
  616. F: doc/api/dfu.rst
  617. F: drivers/dfu/
  618. F: drivers/usb/gadget/
  619. F: include/dfu.h
  620. DRIVER MODEL
  621. M: Simon Glass <sjg@chromium.org>
  622. S: Maintained
  623. T: git https://source.denx.de/u-boot/custodians/u-boot-dm.git
  624. F: doc/driver-model/
  625. F: drivers/core/
  626. F: include/dm/
  627. F: test/dm/
  628. EFI PAYLOAD
  629. M: Heinrich Schuchardt <xypron.glpk@gmx.de>
  630. R: Alexander Graf <agraf@csgraf.de>
  631. S: Maintained
  632. T: git https://source.denx.de/u-boot/custodians/u-boot-efi.git
  633. F: doc/api/efi.rst
  634. F: doc/uefi/*
  635. F: doc/usage/bootefi.rst
  636. F: drivers/rtc/emul_rtc.c
  637. F: include/capitalization.h
  638. F: include/charset.h
  639. F: include/cp1250.h
  640. F: include/cp437.h
  641. F: include/efi*
  642. F: include/pe.h
  643. F: include/asm-generic/pe.h
  644. F: lib/charset.c
  645. F: lib/efi*/
  646. F: test/lib/efi_*
  647. F: test/py/tests/test_efi*
  648. F: test/py/tests/test_efi*/
  649. F: test/unicode_ut.c
  650. F: cmd/bootefi.c
  651. F: cmd/efidebug.c
  652. F: cmd/nvedit_efi.c
  653. F: tools/efivar.py
  654. F: tools/file2include.c
  655. F: tools/mkeficapsule.c
  656. EFI VARIABLES VIA OP-TEE
  657. M: Ilias Apalodimas <ilias.apalodimas@linaro.org>
  658. S: Maintained
  659. F: lib/efi_loader/efi_variable_tee.c
  660. F: include/mm_communication.h
  661. ENVIRONMENT
  662. M: Joe Hershberger <joe.hershberger@ni.com>
  663. R: Wolfgang Denk <wd@denx.de>
  664. S: Maintained
  665. F: env/
  666. F: include/env*
  667. F: test/env/
  668. F: tools/env*
  669. F: tools/mkenvimage.c
  670. FPGA
  671. M: Michal Simek <michal.simek@xilinx.com>
  672. S: Maintained
  673. T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
  674. F: drivers/fpga/
  675. F: cmd/fpga.c
  676. F: include/fpga.h
  677. FLATTENED DEVICE TREE
  678. M: Simon Glass <sjg@chromium.org>
  679. S: Maintained
  680. T: git https://source.denx.de/u-boot/custodians/u-boot-fdt.git
  681. F: lib/fdtdec*
  682. F: lib/libfdt/
  683. F: include/fdt*
  684. F: include/linux/libfdt*
  685. F: cmd/fdt.c
  686. F: common/fdt_support.c
  687. FREEBSD
  688. M: Rafal Jaworowski <raj@semihalf.com>
  689. S: Maintained
  690. T: git https://source.denx.de/u-boot/custodians/u-boot-freebsd.git
  691. FREESCALE QORIQ
  692. M: Priyanka Jain <priyanka.jain@nxp.com>
  693. S: Maintained
  694. T: git https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
  695. F: drivers/watchdog/sp805_wdt.c
  696. F: drivers/watchdog/sbsa_gwdt.c
  697. I2C
  698. M: Heiko Schocher <hs@denx.de>
  699. S: Maintained
  700. T: git https://source.denx.de/u-boot/custodians/u-boot-i2c.git
  701. F: drivers/i2c/
  702. LOGGING
  703. M: Simon Glass <sjg@chromium.org>
  704. S: Maintained
  705. T: git https://source.denx.de/u-boot/u-boot.git
  706. F: common/log*
  707. F: cmd/log.c
  708. F: doc/develop/logging.rst
  709. F: include/log.h
  710. F: lib/getopt.c
  711. F: test/log/
  712. F: test/py/tests/test_log.py
  713. MALI DISPLAY PROCESSORS
  714. M: Liviu Dudau <liviu.dudau@foss.arm.com>
  715. S: Supported
  716. T: git git://github.com/ARM-software/u-boot.git
  717. F: drivers/video/mali_dp.c
  718. F: drivers/i2c/i2c-versatile.c
  719. MICROBLAZE
  720. M: Michal Simek <monstr@monstr.eu>
  721. S: Maintained
  722. T: git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
  723. F: arch/microblaze/
  724. F: cmd/mfsl.c
  725. F: drivers/gpio/xilinx_gpio.c
  726. F: drivers/net/xilinx_axi_emac.c
  727. F: drivers/net/xilinx_emaclite.c
  728. F: drivers/serial/serial_xuartlite.c
  729. F: drivers/spi/xilinx_spi.c
  730. F: drivers/sysreset/sysreset_gpio.c
  731. F: drivers/watchdog/xilinx_tb_wdt.c
  732. N: xilinx
  733. MIPS
  734. M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
  735. S: Maintained
  736. T: git https://source.denx.de/u-boot/custodians/u-boot-mips.git
  737. F: arch/mips/
  738. MIPS CORTINA ACCESS CAxxxx
  739. M: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
  740. S: Supported
  741. F: board/cortina/common/
  742. F: drivers/gpio/cortina_gpio.c
  743. F: drivers/watchdog/cortina_wdt.c
  744. F: drivers/serial/serial_cortina.c
  745. F: drivers/led/led_cortina.c
  746. F: drivers/mmc/ca_dw_mmc.c
  747. F: drivers/spi/ca_sflash.c
  748. F: drivers/i2c/i2c-cortina.c
  749. F: drivers/i2c/i2c-cortina.h
  750. F: drivers/net/cortina_ni.c
  751. F: drivers/net/cortina_ni.h
  752. F: drivers/net/phy/ca_phy.c
  753. MIPS MEDIATEK
  754. M: Weijie Gao <weijie.gao@mediatek.com>
  755. R: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
  756. S: Maintained
  757. F: arch/mips/mach-mtmips/
  758. F: arch/mips/dts/mt7620.dtsi
  759. F: arch/mips/dts/mt7620-u-boot.dtsi
  760. F: include/configs/mt7620.h
  761. F: include/dt-bindings/clock/mt7620-clk.h
  762. F: include/dt-bindings/clock/mt7628-clk.h
  763. F: include/dt-bindings/reset/mt7620-reset.h
  764. F: include/dt-bindings/reset/mt7628-reset.h
  765. F: drivers/clk/mtmips/
  766. F: drivers/pinctrl/mtmips/
  767. F: drivers/gpio/mt7620_gpio.c
  768. F: drivers/net/mt7620-eth.c
  769. F: drivers/phy/mt7620-usb-phy.c
  770. F: drivers/reset/reset-mtmips.c
  771. F: drivers/serial/serial_mt7620.c
  772. F: drivers/spi/mt7620_spi.c
  773. F: drivers/sysreset/sysreset_resetctl.c
  774. F: drivers/watchdog/mt7620_wdt.c
  775. MIPS MSCC
  776. M: Gregory CLEMENT <gregory.clement@bootlin.com>
  777. M: Lars Povlsen <lars.povlsen@microchip.com>
  778. M: Horatiu Vultur <horatiu.vultur@microchip.com>
  779. S: Maintained
  780. F: arch/mips/mach-mscc/
  781. F: arch/mips/dts/luton*
  782. F: arch/mips/dts/mscc*
  783. F: arch/mips/dts/ocelot*
  784. F: arch/mips/dts/jr2*
  785. F: arch/mips/dts/serval*
  786. F: board/mscc/
  787. F: configs/mscc*
  788. F: drivers/gpio/mscc_sgpio.c
  789. F: drivers/spi/mscc_bb_spi.c
  790. F: include/configs/vcoreiii.h
  791. F: include/dt-bindings/mscc/
  792. F: drivers/pinctrl/mscc/
  793. F: drivers/net/mscc_eswitch/
  794. MIPS JZ4780
  795. M: Ezequiel Garcia <ezequiel@collabora.com>
  796. S: Maintained
  797. F: arch/mips/mach-jz47xx/
  798. MIPS Octeon
  799. M: Aaron Williams <awilliams@marvell.com>
  800. S: Maintained
  801. F: arch/mips/mach-octeon/
  802. F: arch/mips/include/asm/arch-octeon/
  803. F: arch/mips/dts/mrvl,cn73xx.dtsi
  804. MMC
  805. M: Peng Fan <peng.fan@nxp.com>
  806. S: Maintained
  807. T: git https://source.denx.de/u-boot/custodians/u-boot-mmc.git
  808. F: drivers/mmc/
  809. NAND FLASH
  810. #M: Scott Wood <oss@buserror.net>
  811. S: Orphaned (Since 2018-07)
  812. T: git https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git
  813. F: drivers/mtd/nand/raw/
  814. NDS32
  815. M: Rick Chen <rick@andestech.com>
  816. S: Maintained
  817. T: git https://source.denx.de/u-boot/custodians/u-boot-nds32.git
  818. F: arch/nds32/
  819. NETWORK
  820. M: Joe Hershberger <joe.hershberger@ni.com>
  821. M: Ramon Fried <rfried.dev@gmail.com>
  822. S: Maintained
  823. T: git https://source.denx.de/u-boot/custodians/u-boot-net.git
  824. F: drivers/net/
  825. F: include/net.h
  826. F: net/
  827. NIOS
  828. M: Thomas Chou <thomas@wytron.com.tw>
  829. S: Maintained
  830. T: git https://source.denx.de/u-boot/custodians/u-boot-nios.git
  831. F: arch/nios2/
  832. ONENAND
  833. #M: Lukasz Majewski <l.majewski@majess.pl>
  834. S: Orphaned (Since 2017-01)
  835. T: git https://source.denx.de/u-boot/custodians/u-boot-onenand.git
  836. F: drivers/mtd/onenand/
  837. PATMAN
  838. M: Simon Glass <sjg@chromium.org>
  839. S: Maintained
  840. F: tools/patman/
  841. PCI Endpoint
  842. M: Ramon Fried <rfried.dev@gmail.com>
  843. S: Maintained
  844. F: drivers/pci_endpoint/
  845. F: include/pci_ep.h
  846. PCI MPC85xx
  847. M: Heiko Schocher <hs@denx.de>
  848. S: Maintained
  849. F: drivers/pci/pci_mpc85xx.c
  850. POWER
  851. M: Jaehoon Chung <jh80.chung@samsung.com>
  852. S: Maintained
  853. T: git https://source.denx.de/u-boot/custodians/u-boot-pmic.git
  854. F: drivers/power/
  855. POWERPC
  856. M: Wolfgang Denk <wd@denx.de>
  857. S: Maintained
  858. F: arch/powerpc/
  859. POWERPC MPC8XX
  860. M: Christophe Leroy <christophe.leroy@c-s.fr>
  861. S: Maintained
  862. T: git https://source.denx.de/u-boot/custodians/u-boot-mpc8xx.git
  863. F: arch/powerpc/cpu/mpc8xx/
  864. POWERPC MPC83XX
  865. M: Mario Six <mario.six@gdsys.cc>
  866. S: Maintained
  867. T: git https://source.denx.de/u-boot/custodians/u-boot-mpc83xx.git
  868. F: drivers/ram/mpc83xx_sdram.c
  869. F: include/dt-bindings/memory/mpc83xx-sdram.h
  870. F: drivers/sysreset/sysreset_mpc83xx.c
  871. F: drivers/sysreset/sysreset_mpc83xx.h
  872. F: drivers/clk/mpc83xx_clk.c
  873. F: drivers/clk/mpc83xx_clk.h
  874. F: include/dt-bindings/clk/mpc83xx-clk.h
  875. F: drivers/timer/mpc83xx_timer.c
  876. F: drivers/cpu/mpc83xx_cpu.c
  877. F: drivers/cpu/mpc83xx_cpu.h
  878. F: drivers/misc/mpc83xx_serdes.c
  879. F: arch/powerpc/cpu/mpc83xx/
  880. F: arch/powerpc/include/asm/arch-mpc83xx/
  881. POWERPC MPC85XX
  882. M: Priyanka Jain <priyanka.jain@nxp.com>
  883. S: Maintained
  884. T: git https://source.denx.de/u-boot/custodians/u-boot-mpc85xx.git
  885. F: arch/powerpc/cpu/mpc85xx/
  886. POWERPC MPC86XX
  887. M: Priyanka Jain <priyanka.jain@nxp.com>
  888. S: Maintained
  889. T: git https://source.denx.de/u-boot/custodians/u-boot-mpc86xx.git
  890. F: arch/powerpc/cpu/mpc86xx/
  891. RISC-V
  892. M: Rick Chen <rick@andestech.com>
  893. S: Maintained
  894. T: git https://source.denx.de/u-boot/custodians/u-boot-riscv.git
  895. F: arch/riscv/
  896. F: cmd/riscv/
  897. F: doc/usage/sbi.rst
  898. F: drivers/timer/andes_plmt_timer.c
  899. F: drivers/timer/sifive_clint_timer.c
  900. F: tools/prelink-riscv.c
  901. RISC-V KENDRYTE
  902. M: Sean Anderson <seanga2@gmail.com>
  903. S: Maintained
  904. F: doc/device-tree-bindings/mfd/kendryte,k210-sysctl.txt
  905. F: doc/device-tree-bindings/pinctrl/kendryte,k210-fpioa.txt
  906. F: drivers/clk/kendryte/
  907. F: drivers/pinctrl/kendryte/
  908. F: include/kendryte/
  909. RNG
  910. M: Sughosh Ganu <sughosh.ganu@linaro.org>
  911. R: Heinrich Schuchardt <xypron.glpk@gmx.de>
  912. S: Maintained
  913. F: cmd/rng.c
  914. F: doc/api/rng.rst
  915. F: drivers/rng/
  916. F: drivers/virtio/virtio_rng.c
  917. F: include/rng.h
  918. ROCKUSB
  919. M: Eddie Cai <eddie.cai.linux@gmail.com>
  920. S: Maintained
  921. F: drivers/usb/gadget/f_rockusb.c
  922. F: cmd/rockusb.c
  923. F: doc/README.rockusb
  924. SANDBOX
  925. M: Simon Glass <sjg@chromium.org>
  926. S: Maintained
  927. F: arch/sandbox/
  928. F: doc/arch/sandbox.rst
  929. F: include/dt-bindings/*/sandbox*.h
  930. SH
  931. M: Marek Vasut <marek.vasut+renesas@gmail.com>
  932. M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  933. S: Maintained
  934. T: git https://source.denx.de/u-boot/custodians/u-boot-sh.git
  935. F: arch/sh/
  936. SPI
  937. M: Jagan Teki <jagan@amarulasolutions.com>
  938. S: Maintained
  939. T: git https://source.denx.de/u-boot/custodians/u-boot-spi.git
  940. F: drivers/spi/
  941. F: include/spi*
  942. SPI-NOR
  943. M: Jagan Teki <jagan@amarulasolutions.com>
  944. M: Vignesh R <vigneshr@ti.com>
  945. S: Maintained
  946. F: drivers/mtd/spi/
  947. F: include/spi_flash.h
  948. F: include/linux/mtd/cfi.h
  949. F: include/linux/mtd/spi-nor.h
  950. SPMI
  951. M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
  952. S: Maintained
  953. F: drivers/spmi/
  954. F: include/spmi/
  955. SQUASHFS
  956. M: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
  957. R: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
  958. R: Miquel Raynal <miquel.raynal@bootlin.com>
  959. S: Maintained
  960. F: fs/squashfs/
  961. F: include/sqfs.h
  962. F: cmd/sqfs.c
  963. F: test/py/tests/test_fs/test_squashfs/
  964. TARGET_BCMNS3
  965. M: Bharat Gooty <bharat.gooty@broadcom.com>
  966. M: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
  967. S: Maintained
  968. F: board/broadcom/bcmns3/
  969. F: doc/README.bcmns3
  970. F: configs/bcm_ns3_defconfig
  971. F: include/configs/bcm_ns3.h
  972. F: include/dt-bindings/memory/bcm-ns3-mc.h
  973. F: arch/arm/Kconfig
  974. F: arch/arm/dts/ns3-board.dts
  975. F: arch/arm/dts/ns3.dtsi
  976. F: arch/arm/cpu/armv8/bcmns3
  977. F: arch/arm/include/asm/arch-bcmns3/
  978. F: cmd/broadcom/Makefile
  979. F: cmd/broadcom/chimp_boot.c
  980. F: cmd/broadcom/nitro_image_load.c
  981. F: cmd/broadcom/chimp_handshake.c
  982. TDA19988 HDMI ENCODER
  983. M: Liviu Dudau <liviu.dudau@foss.arm.com>
  984. S: Maintained
  985. F: drivers/video/tda19988.c
  986. TI SYSTEM SECURITY
  987. M: Andrew F. Davis <afd@ti.com>
  988. S: Supported
  989. F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
  990. F: arch/arm/mach-omap2/sec-common.c
  991. F: arch/arm/mach-omap2/config_secure.mk
  992. F: arch/arm/mach-k3/security.c
  993. F: arch/arm/mach-k3/config_secure.mk
  994. F: configs/am335x_hs_evm_defconfig
  995. F: configs/am335x_hs_evm_uart_defconfig
  996. F: configs/am43xx_hs_evm_defconfig
  997. F: configs/am57xx_hs_evm_defconfig
  998. F: configs/am57xx_hs_evm_usb_defconfig
  999. F: configs/dra7xx_hs_evm_defconfig
  1000. F: configs/dra7xx_hs_evm_usb_defconfig
  1001. F: configs/k2hk_hs_evm_defconfig
  1002. F: configs/k2e_hs_evm_defconfig
  1003. F: configs/k2g_hs_evm_defconfig
  1004. F: configs/k2l_hs_evm_defconfig
  1005. F: configs/am65x_hs_evm_r5_defconfig
  1006. F: configs/am65x_hs_evm_a53_defconfig
  1007. F: configs/j721e_hs_evm_r5_defconfig
  1008. F: configs/j721e_hs_evm_a72_defconfig
  1009. TQ GROUP
  1010. #M: Martin Krause <martin.krause@tq-systems.de>
  1011. S: Orphaned (Since 2016-02)
  1012. T: git git://git.denx.de/u-boot-tq-group.git
  1013. TEE
  1014. M: Jens Wiklander <jens.wiklander@linaro.org>
  1015. S: Maintained
  1016. F: drivers/tee/
  1017. F: include/tee.h
  1018. F: include/tee/
  1019. TEE-lib
  1020. M: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
  1021. S: Maintained
  1022. F: lib/optee
  1023. UBI
  1024. M: Kyungmin Park <kmpark@infradead.org>
  1025. M: Heiko Schocher <hs@denx.de>
  1026. S: Maintained
  1027. T: git https://source.denx.de/u-boot/custodians/u-boot-ubi.git
  1028. F: drivers/mtd/ubi/
  1029. UFS
  1030. M: Faiz Abbas <faiz_abbas@ti.com>
  1031. S: Maintained
  1032. F: drivers/ufs/
  1033. USB
  1034. M: Marek Vasut <marex@denx.de>
  1035. S: Maintained
  1036. T: git https://source.denx.de/u-boot/custodians/u-boot-usb.git
  1037. F: drivers/usb/
  1038. F: common/usb.c
  1039. F: common/usb_kbd.c
  1040. F: include/usb.h
  1041. USB xHCI
  1042. M: Bin Meng <bmeng.cn@gmail.com>
  1043. S: Maintained
  1044. T: git https://source.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
  1045. F: drivers/usb/host/xhci*
  1046. F: include/usb/xhci.h
  1047. VIDEO
  1048. M: Anatolij Gustschin <agust@denx.de>
  1049. S: Maintained
  1050. T: git https://source.denx.de/u-boot/custodians/u-boot-video.git
  1051. F: drivers/video/
  1052. F: common/lcd*.c
  1053. F: include/lcd*.h
  1054. F: include/video*.h
  1055. X86
  1056. M: Simon Glass <sjg@chromium.org>
  1057. M: Bin Meng <bmeng.cn@gmail.com>
  1058. S: Maintained
  1059. T: git https://source.denx.de/u-boot/custodians/u-boot-x86.git
  1060. F: arch/x86/
  1061. F: cmd/x86/
  1062. XEN
  1063. M: Anastasiia Lukianenko <anastasiia_lukianenko@epam.com>
  1064. M: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
  1065. S: Maintained
  1066. F: arch/arm/cpu/armv8/xen/
  1067. F: arch/arm/include/asm/xen.h
  1068. F: arch/arm/include/asm/xen/
  1069. F: cmd/pvblock.c
  1070. F: drivers/serial/serial_xen.c
  1071. F: drivers/xen/
  1072. F: include/pvblock.h
  1073. F: include/xen/
  1074. F: include/xen.h
  1075. F: lib/sscanf.c
  1076. F: test/lib/sscanf.c
  1077. XTENSA
  1078. M: Max Filippov <jcmvbkbc@gmail.com>
  1079. S: Maintained
  1080. F: arch/xtensa/
  1081. THE REST
  1082. M: Tom Rini <trini@konsulko.com>
  1083. L: u-boot@lists.denx.de
  1084. Q: http://patchwork.ozlabs.org/project/uboot/list/
  1085. S: Maintained
  1086. T: git https://source.denx.de/u-boot/u-boot.git
  1087. F: configs/tools-only_defconfig
  1088. F: *
  1089. F: */