MAINTAINERS 28 KB

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