MAINTAINERS 35 KB

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