MAINTAINERS 27 KB

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