]> git.ipfire.org Git - thirdparty/u-boot.git/blame - MAINTAINERS
arm: stm32: cleanup arch gpio.h
[thirdparty/u-boot.git] / MAINTAINERS
CommitLineData
00f141cc
DS
1Descriptions of section entries:
2
3 P: Person (obsolete)
4 M: Mail patches to: FullName <address@domain>
65fa17d4
HS
5 R: Designated reviewer: FullName <address@domain>
6 These reviewers should be CCed on patches.
00f141cc
DS
7 L: Mailing list that is relevant to this area
8 W: Web-page with status/info
9 Q: Patchwork web based patch tracking system site
10 T: SCM tree type and location.
11 Type is one of: git, hg, quilt, stgit, topgit
12 S: Status, one of the following:
13 Supported: Someone is actually paid to look after this.
14 Maintained: Someone actually looks after it.
00f141cc
DS
15 Orphan: No current maintainer [but maybe you could take the
16 role as you write your new code].
00f141cc
DS
17 F: Files and directories with wildcard patterns.
18 A trailing slash includes all files and subdirectory files.
19 F: drivers/net/ all files in and below drivers/net
20 F: drivers/net/* all files in drivers/net, but not below
21 F: */net/* all files in "any top level directory"/net
22 One pattern per line. Multiple F: lines acceptable.
23 N: Files and directories with regex patterns.
24 N: [^a-z]tegra all files whose path contains the word tegra
25 One pattern per line. Multiple N: lines acceptable.
26 scripts/get_maintainer.pl has different behavior for files that
27 match F: pattern and matches of N: patterns. By default,
28 get_maintainer will not look at git log history when an F: pattern
29 match occurs. When an N: match occurs, git log history is used
30 to also notify the people that have git commit signatures.
31 X: Files and directories that are NOT maintained, same rules as F:
32 Files exclusions are tested before file matches.
33 Can be useful for excluding a specific subdirectory, for instance:
34 F: net/
35 X: net/ipv6/
36 matches all files in and below net excluding net/ipv6/
37 K: Keyword perl extended regex pattern to match content in a
38 patch or file. For instance:
39 K: of_get_profile
40 matches patches or files that contain "of_get_profile"
41 K: \b(printk|pr_(info|err))\b
42 matches patches or files that contain one or more of the words
43 printk, pr_info or pr_err
44 One regex pattern per line. Multiple K: lines acceptable.
45
46Note: For the hard of thinking, this list is meant to remain in alphabetical
47order. If you could add yourselves to it in alphabetical order that would be
48so much easier [Ed]
49
50Maintainers List (try to look for most precise areas first)
51
52 -----------------------------------
0d6c7c60
IO
53ANDROID AB
54M: Igor Opaniuk <igor.opaniuk@gmail.com>
0c0859cf 55R: Sam Protsenko <joe.skb7@gmail.com>
0d6c7c60
IO
56S: Maintained
57F: cmd/ab_select.c
58F: common/android_ab.c
586a1bf5 59F: doc/android/ab.rst
0d6c7c60
IO
60F: include/android_ab.h
61F: test/py/tests/test_android/test_ab.py
62
63ANDROID AVB
64M: Igor Opaniuk <igor.opaniuk@gmail.com>
65S: Maintained
66F: cmd/avb.c
67F: common/avb_verify.c
586a1bf5 68F: doc/android/avb2.rst
0d6c7c60
IO
69F: include/avb_verify.h
70F: lib/libavb/
71F: test/py/tests/test_android/test_avb.py
72
00f141cc
DS
73ARC
74M: Alexey Brodkin <alexey.brodkin@synopsys.com>
4006200d 75M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
00f141cc 76S: Maintained
4006200d 77L: uboot-snps-arc@synopsys.com
13181641 78T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arc.git
00f141cc 79F: arch/arc/
b08b113e 80F: board/synopsys/
00f141cc 81
e80dac0a
EP
82ARC HSDK CGU CLOCK
83M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
84S: Maintained
85L: uboot-snps-arc@synopsys.com
86F: drivers/clk/clk-hsdk-cgu.c
87F: include/dt-bindings/clock/snps,hsdk-cgu.h
88F: doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
89
b7d6e0ab
HS
90ARC HSDK CREG GPIO
91M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
92S: Maintained
93L: uboot-snps-arc@synopsys.com
7620ec4d 94F: doc/device-tree-bindings/gpio/snps,creg-gpio.txt
b7d6e0ab
HS
95F: drivers/gpio/hsdk-creg-gpio.c
96
05635359
EP
97ARC HSDK RESET
98M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
99S: Maintained
100L: uboot-snps-arc@synopsys.com
101F: include/dt-bindings/reset/snps,hsdk-reset.h
102F: drivers/reset/reset-hsdk.c
103
15736e28
EP
104ARC SYNOPSYS DW MMC EXTENSIONS
105M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
106S: Maintained
107L: uboot-snps-arc@synopsys.com
108F: doc/device-tree-bindings/mmc/snps,dw-mmc.txt
109F: drivers/mmc/snps_dw_mmc.c
110
00f141cc 111ARM
2ada73ea 112M: Tom Rini <trini@konsulko.com>
00f141cc 113S: Maintained
13181641 114T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arm.git
00f141cc 115F: arch/arm/
dab8788a 116F: cmd/arm/
00f141cc 117
d8540a16
PM
118ARM ALTERA SOCFPGA
119M: Marek Vasut <marex@denx.de>
a339f524 120M: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
12e800cd 121M: Ley Foon Tan <ley.foon.tan@intel.com>
d8540a16 122S: Maintainted
13181641 123T: git https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga.git
f22dede2 124F: arch/arm/mach-socfpga/
690c1296 125F: drivers/sysreset/sysreset_socfpga*
d8540a16 126
535d74a8
NA
127ARM AMLOGIC SOC SUPPORT
128M: Neil Armstrong <narmstrong@baylibre.com>
129S: Maintained
130L: u-boot-amlogic@groups.io
13181641 131T: git https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git
535d74a8
NA
132F: arch/arm/mach-meson/
133F: arch/arm/include/asm/arch-meson/
f5abfed8 134F: drivers/clk/meson/
535d74a8
NA
135F: drivers/serial/serial_meson.c
136F: drivers/reset/reset-meson.c
137F: drivers/i2c/meson_i2c.c
138F: drivers/net/phy/meson-gxl.c
139F: drivers/adc/meson-saradc.c
140F: drivers/phy/meson*
141F: drivers/mmc/meson_gx_mmc.c
142F: drivers/spi/meson_spifc.c
143F: drivers/pinctrl/meson/
144F: drivers/power/domain/meson-gx-pwrc-vpu.c
145F: drivers/video/meson/
146F: include/configs/meson64.h
880c0aa9 147F: include/configs/meson64_android.h
9c55f5d1 148F: doc/board/amlogic/
535d74a8
NA
149N: meson
150
aff987c4
CWW
151ARM ASPEED
152M: Ryan Chen <ryan_chen@aspeedtech.com>
153M: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
154R: Aspeed BMC SW team <BMC-SW@aspeedtech.com>
155S: Maintained
156F: arch/arm/mach-aspeed/
157F: arch/arm/include/asm/arch-aspeed/
158F: board/aspeed/
159F: drivers/clk/aspeed/
160F: drivers/pinctrl/aspeed/
161N: aspeed
162
fe84ebf0 163ARM BROADCOM BCM283X
3157bbfa 164M: Matthias Brugger <mbrugger@suse.com>
958d55f2 165S: Maintained
78b7aa45 166F: arch/arm/dts/bcm283*
fe84ebf0 167F: arch/arm/mach-bcm283x/
78b7aa45 168F: board/raspberrypi/
fe84ebf0
SW
169F: drivers/gpio/bcm2835_gpio.c
170F: drivers/mmc/bcm2835_sdhci.c
c8a73a26 171F: drivers/mmc/bcm2835_sdhost.c
fe84ebf0 172F: drivers/serial/serial_bcm283x_mu.c
6001985f 173F: drivers/serial/serial_bcm283x_pl011.c
fe84ebf0
SW
174F: drivers/video/bcm2835.c
175F: include/dm/platform_data/serial_bcm283x_mu.h
78b7aa45 176F: include/dt-bindings/pinctrl/bcm2835.h
caf2233b 177F: drivers/pinctrl/broadcom/
fe84ebf0 178
894c3ad2
TF
179ARM BROADCOM BCMSTB
180M: Thomas Fitzsimmons <fitzsim@fitzsim.org>
181S: Maintained
182F: arch/arm/mach-bcmstb/
183F: board/broadcom/bcmstb/
3f20321a 184F: configs/bcm7*_defconfig
894c3ad2
TF
185F: doc/README.bcm7xxx
186F: drivers/mmc/bcmstb_sdhci.c
187F: drivers/spi/bcmstb_spi.c
188
800775eb
AN
189ARM CORTINA ACCESS CAxxxx
190M: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
191S: Supported
192F: board/cortina/common/
193F: drivers/gpio/cortina_gpio.c
194F: drivers/watchdog/cortina_wdt.c
195F: drivers/serial/serial_cortina.c
047e31ed 196F: drivers/led/led_cortina.c
d55e4e74 197F: drivers/mmc/ca_dw_mmc.c
7f5ea250
AL
198F: drivers/i2c/i2c-cortina.c
199F: drivers/i2c/i2c-cortina.h
800775eb 200
da1f7997
MB
201ARM/CZ.NIC TURRIS MOX SUPPORT
202M: Marek Behun <marek.behun@nic.cz>
203S: Maintained
204F: arch/arm/dts/armada-3720-turris-mox.dts
205F: board/CZ.NIC/
206F: configs/turris_*_defconfig
207F: include/configs/turris_*.h
208
00f141cc
DS
209ARM FREESCALE IMX
210M: Stefano Babic <sbabic@denx.de>
73127e90 211M: Fabio Estevam <festevam@gmail.com>
d17b0bed 212R: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
00f141cc 213S: Maintained
13181641 214T: git https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
00f141cc
DS
215F: arch/arm/cpu/arm1136/mx*/
216F: arch/arm/cpu/arm926ejs/mx*/
00f141cc 217F: arch/arm/cpu/armv7/vf610/
6ad85a45 218F: arch/arm/dts/*imx*
552a848e 219F: arch/arm/mach-imx/
00f141cc
DS
220F: arch/arm/include/asm/arch-imx/
221F: arch/arm/include/asm/arch-mx*/
222F: arch/arm/include/asm/arch-vf610/
552a848e 223F: arch/arm/include/asm/mach-imx/
77cbd3a1 224F: board/freescale/*mx*/
00f141cc 225
ae4dc15d
PG
226ARM HISILICON
227M: Peter Griffin <peter.griffin@linaro.org>
379e574f 228M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
ae4dc15d
PG
229S: Maintained
230F: arch/arm/cpu/armv8/hisilicon
0f8525f5 231F: arch/arm/include/asm/arch-hi6220/
379e574f 232F: arch/arm/include/asm/arch-hi3660/
ae4dc15d 233
e479a7d5
RM
234ARM IPQ40XX
235M: Robert Marko <robert.marko@sartura.hr>
236M: Luka Kovacic <luka.kovacic@sartura.hr>
237M: Luka Perkov <luka.perkov@sartura.hr>
238S: Maintained
239F: arch/arm/mach-ipq40xx/
a5fc5873 240F: include/dt-bindings/clock/qcom,ipq4019-gcc.h
8ef7df5d
RM
241F: include/dt-bindings/reset/qcom,ipq4019-reset.h
242F: drivers/reset/reset-ipq4019.c
dec04202 243F: drivers/phy/phy-qcom-ipq4019-usb.c
e479a7d5 244
1579faf5 245ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
f822d857 246M: Stefan Roese <sr@denx.de>
00f141cc 247S: Maintained
13181641 248T: git https://gitlab.denx.de/u-boot/custodians/u-boot-marvell.git
56f86e39 249F: arch/arm/mach-kirkwood/
f822d857 250F: arch/arm/mach-mvebu/
592b4a7e 251F: drivers/ata/ahci_mvebu.c
1579faf5
SR
252F: drivers/ddr/marvell/
253F: drivers/gpio/mvebu_gpio.c
254F: drivers/spi/kirkwood_spi.c
255F: drivers/pci/pci_mvebu.c
256F: drivers/pci/pcie_dw_mvebu.c
257F: drivers/watchdog/orion_wdt.c
00f141cc
DS
258
259ARM MARVELL PXA
260M: Marek Vasut <marex@denx.de>
261S: Maintained
13181641 262T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pxa.git
00f141cc
DS
263F: arch/arm/cpu/pxa/
264F: arch/arm/include/asm/arch-pxa/
265
a9da9eeb
RL
266ARM MEDIATEK
267M: Ryder Lee <ryder.lee@mediatek.com>
268M: Weijie Gao <weijie.gao@mediatek.com>
8702e614 269R: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
a9da9eeb
RL
270S: Maintained
271F: arch/arm/mach-mediatek/
272F: arch/arm/include/asm/arch-mediatek/
273F: board/mediatek/
c01a7773
CY
274F: doc/device-tree-bindings/phy/phy-mtk-*
275F: doc/device-tree-bindings/usb/mediatek,*
a9da9eeb
RL
276F: doc/README.mediatek
277F: drivers/clk/mediatek/
278F: drivers/mmc/mtk-sd.c
c01a7773 279F: drivers/phy/phy-mtk-*
a9da9eeb
RL
280F: drivers/pinctrl/mediatek/
281F: drivers/power/domain/mtk-power-domain.c
282F: drivers/ram/mediatek/
603fcd16 283F: drivers/spi/mtk_snfi_spi.c
a9da9eeb
RL
284F: drivers/timer/mtk_timer.c
285F: drivers/watchdog/mtk_wdt.c
d049ff9c
WG
286F: drivers/net/mtk_eth.c
287F: drivers/reset/reset-mediatek.c
a9da9eeb
RL
288F: tools/mtk_image.c
289F: tools/mtk_image.h
290N: mediatek
291
413ca720
EH
292ARM MICROCHIP/ATMEL AT91
293M: Eugen Hristev <eugen.hristev@microchip.com>
294S: Maintained
13181641 295T: git https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git
413ca720
EH
296F: arch/arm/mach-at91/
297F: board/atmel/
01c35f26 298F: drivers/cpu/at91_cpu.c
4c49753c 299F: drivers/misc/microchip_flexcom.c
96b9a5cd 300F: drivers/timer/mchp-pit64b-timer.c
413ca720 301
b39cacc2
SB
302ARM NEXELL S5P4418
303M: Stefan Bosch <stefan_b@posteo.net>
304S: Maintained
305F: arch/arm/cpu/armv7/s5p4418/
306F: arch/arm/dts/s5p4418*
307F: arch/arm/mach-nexell/
308F: board/friendlyarm/
309F: configs/s5p4418_nanopi2_defconfig
310F: doc/README.s5p4418
311F: drivers/gpio/nx_gpio.c
312F: drivers/i2c/nx_i2c.c
313F: drivers/mmc/nexell_dw_mmc_dm.c
314F: drivers/pinctrl/nexell/
315F: drivers/video/nexell/
316F: drivers/video/nexell_display.c
317F: include/configs/s5p4418_nanopi2.h
318
e2a1484c
MS
319ARM OWL
320M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
321S: Maintained
322F: arch/arm/include/asm/arch-owl/
323F: arch/arm/mach-owl/
1e374089 324F: doc/board/actions/
e2a1484c
MS
325F: drivers/clk/owl/
326F: drivers/serial/serial_owl.c
b1a6bb3b
AST
327F: include/configs/owl-common.h
328F: configs/bubblegum_96_defconfig
dd786d4c 329F: configs/cubieboard7_defconfig
e2a1484c 330
4810c2f8
NI
331ARM RENESAS RMOBILE/R-CAR
332M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9db60e25 333M: Marek Vasut <marek.vasut+renesas@gmail.com>
4810c2f8 334S: Maintained
13181641 335T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
4810c2f8
NI
336F: arch/arm/mach-rmobile/
337
c3caeac0
MY
338ARM ROCKCHIP
339M: Simon Glass <sjg@chromium.org>
f8714372 340M: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
37dc8aaa 341M: Kever Yang <kever.yang@rock-chips.com>
c3caeac0 342S: Maintained
13181641 343T: git https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git
8b45193a 344F: arch/arm/include/asm/arch-rockchip/
c3caeac0 345F: arch/arm/mach-rockchip/
ae0fc89e 346F: board/rockchip/
8b45193a
PT
347F: drivers/clk/rockchip/
348F: drivers/gpio/rk_gpio.c
349F: drivers/misc/rockchip-efuse.c
47b8583f
PT
350F: drivers/mmc/rockchip_sdhci.c
351F: drivers/mmc/rockchip_dw_mmc.c
8b45193a
PT
352F: drivers/pinctrl/rockchip/
353F: drivers/ram/rockchip/
354F: drivers/sysreset/sysreset_rockchip.c
3f565522 355F: drivers/video/rockchip/
8b45193a
PT
356F: tools/rkcommon.c
357F: tools/rkcommon.h
358F: tools/rkimage.c
359F: tools/rksd.c
360F: tools/rkspi.c
c3caeac0 361
00f141cc
DS
362ARM SAMSUNG
363M: Minkyu Kang <mk7.kang@samsung.com>
364S: Maintained
13181641 365T: git https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.git
225f5eec
MK
366F: arch/arm/mach-exynos/
367F: arch/arm/mach-s5pc1xx/
00f141cc 368F: arch/arm/cpu/armv7/s5p-common/
00f141cc 369
e721e981 370ARM SNAPDRAGON
0dfe442e 371M: Ramon Fried <rfried.dev@gmail.com>
e721e981
MK
372S: Maintained
373F: arch/arm/mach-snapdragon/
ce18baf9
RF
374F: drivers/gpio/msm_gpio.c
375F: drivers/mmc/msm_sdhci.c
92454e47 376F: drivers/phy/msm8916-usbh-phy.c
ce18baf9 377F: drivers/serial/serial_msm.c
654dd4a8 378F: drivers/smem/msm_smem.c
ce18baf9 379F: drivers/usb/host/ehci-msm.c
e721e981 380
b7d6e0ab
HS
381ARM STI
382M: Patrice Chotard <patrice.chotard@st.com>
383S: Maintained
d21ffa2a 384T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
b7d6e0ab
HS
385F: arch/arm/mach-sti/
386F: arch/arm/include/asm/arch-sti*/
d21ffa2a
PC
387F: drivers/phy/sti_usb_phy.c
388F: drivers/pinctrl/pinctrl-sti.c
389F: drivers/mmc/sti_sdhci.c
390F: drivers/reset/sti-reset.c
391F: drivers/serial/serial_sti_asc.c
392F: drivers/sysreset/sysreset_sti.c
393F: drivers/timer/sti-timer.c
394F: drivers/usb/host/dwc3-sti-glue.c
395F: include/dwc3-sti-glue.h
396F: include/dt-bindings/clock/stih407-clks.h
397F: include/dt-bindings/clock/stih410-clks.h
398F: include/dt-bindings/reset/stih407-resets.h
b7d6e0ab 399
00f141cc 400ARM STM SPEAR
3a53aba3
BM
401#M: Vipin Kumar <vipin.kumar@st.com>
402S: Orphaned (Since 2016-02)
13181641 403T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
00f141cc
DS
404F: arch/arm/cpu/arm926ejs/spear/
405F: arch/arm/include/asm/arch-spear/
406
2514c2d0
PD
407ARM STM STM32MP
408M: Patrick Delaunay <patrick.delaunay@st.com>
f65b82ff 409M: Patrice Chotard <patrice.chotard@st.com>
84ee59a5 410L: uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
8c018234 411T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
2514c2d0 412S: Maintained
67eea68a 413F: arch/arm/mach-stm32mp/
efa667d3 414F: doc/board/st/
8c018234 415F: drivers/adc/stm32-adc*
b57aaa07 416F: drivers/clk/clk_stm32mp1.c
8c018234
PD
417F: drivers/gpio/stm32_gpio.c
418F: drivers/hwspinlock/stm32_hwspinlock.c
f65b82ff 419F: drivers/i2c/stm32f7_i2c.c
b04553ec 420F: drivers/mailbox/stm32-ipcc.c
c3600e1f 421F: drivers/misc/stm32mp_fuse.c
8c018234 422F: drivers/misc/stm32_rcc.c
f65b82ff 423F: drivers/mmc/stm32_sdmmc2.c
8c018234 424F: drivers/mtd/nand/raw/stm32_fmc2_nand.c
f65b82ff
PC
425F: drivers/phy/phy-stm32-usbphyc.c
426F: drivers/pinctrl/pinctrl_stm32.c
42f01aac 427F: drivers/power/pmic/stpmic1.c
f65b82ff 428F: drivers/power/regulator/stm32-vrefbuf.c
42f01aac 429F: drivers/power/regulator/stpmic1.c
b57aaa07 430F: drivers/ram/stm32mp1/
5dca7d18 431F: drivers/remoteproc/stm32_copro.c
f65b82ff 432F: drivers/reset/stm32-reset.c
8c018234
PD
433F: drivers/rtc/stm32_rtc.c
434F: drivers/serial/serial_stm32.*
f65b82ff 435F: drivers/spi/stm32_qspi.c
a2a89b2e 436F: drivers/spi/stm32_spi.c
8c018234 437F: drivers/video/stm32/stm32_ltdc.c
8c1007a2 438F: drivers/watchdog/stm32mp_wdt.c
8c018234
PD
439F: include/dt-bindings/clock/stm32fx-clock.h
440F: include/dt-bindings/clock/stm32mp1-clks.h
441F: include/dt-bindings/clock/stm32mp1-clksrc.h
442F: include/dt-bindings/pinctrl/stm32-pinfunc.h
443F: include/dt-bindings/reset/stm32mp1-resets.h
444F: include/stm32_rcc.h
445F: tools/stm32image.c
446
2514c2d0 447
9fa32b12
VM
448ARM STM STV0991
449M: Vikas Manocha <vikas.manocha@st.com>
450S: Maintained
451F: arch/arm/cpu/armv7/stv0991/
452F: arch/arm/include/asm/arch-stv0991/
453
00f141cc 454ARM SUNXI
59aea29a 455M: Jagan Teki <jagan@amarulasolutions.com>
9bd9b2bc 456M: Maxime Ripard <mripard@kernel.org>
ed8f2a28 457S: Maintained
13181641 458T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi.git
00f141cc
DS
459F: arch/arm/cpu/armv7/sunxi/
460F: arch/arm/include/asm/arch-sunxi/
ed8f2a28
CYT
461F: arch/arm/mach-sunxi/
462F: board/sunxi/
00f141cc
DS
463
464ARM TEGRA
465M: Tom Warren <twarren@nvidia.com>
466S: Maintained
13181641 467T: git https://gitlab.denx.de/u-boot/custodians/u-boot-tegra.git
09f455dc 468F: arch/arm/mach-tegra/
00f141cc
DS
469F: arch/arm/include/asm/arch-tegra*/
470
471ARM TI
713a02a2 472M: Lokesh Vutla <lokeshvutla@ti.com>
00f141cc 473S: Maintained
13181641 474T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git
26f7c111 475F: arch/arm/mach-davinci/
586bde93 476F: arch/arm/mach-k3/
26f7c111 477F: arch/arm/mach-keystone/
16c2a979 478F: arch/arm/mach-omap2/
00f141cc
DS
479F: arch/arm/include/asm/arch-omap*/
480F: arch/arm/include/asm/ti-common/
16c2a979
LV
481F: board/ti/
482F: drivers/dma/ti*
483F: drivers/firmware/ti_sci.*
484F: drivers/gpio/omap_gpio.c
485F: drivers/memory/ti-aemif.c
486F: drivers/misc/k3_avs.c
487F: drivers/mailbox/k3-sec-procy.c
488F: drivers/pci/pcie_dw_ti.c
489F: drivers/phy/keystone-usb-phy.c
490F: drivers/phy/omap-usb2-phy.c
491F: drivers/phy/phy-ti-am654.c
492F: drivers/phy/ti-pipe3-phy.c
493F: drivers/ram/k3*
494F: drivers/remoteproc/k3_system_controller.c
495F: drivers/remoteproc/ti*
496F: drivers/reset/reset-ti-sci.c
497F: drivers/rtc/davinci.c
498F: drivers/serial/serial_omap.c
499F: drivers/soc/ti/
500F: drivers/sysreset/sysreset-ti-sci.c
501F: drivers/thermal/ti-bandgap.c
502F: drivers/timer/omap-timer.c
503F: drivers/watchdog/omap_wdt.c
504F: include/linux/soc/ti/
00f141cc 505
293f9ebb
SG
506ARM U8500
507M: Stephan Gerhold <stephan@gerhold.net>
508R: Linus Walleij <linus.walleij@linaro.org>
509S: Maintained
510F: arch/arm/dts/ste-*
511F: arch/arm/mach-u8500/
512F: drivers/timer/nomadik-mtu-timer.c
513
0fb63aa6 514ARM UNIPHIER
23e333a5 515S: Orphan (Since 2020-09)
4c425570 516F: arch/arm/mach-uniphier/
5fd3f434 517F: configs/uniphier_*_defconfig
eb006c83 518N: uniphier
0fb63aa6 519
ec48b6c9
MS
520ARM VERSAL
521M: Michal Simek <michal.simek@xilinx.com>
522S: Maintained
13181641 523T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
ec48b6c9 524F: arch/arm/mach-versal/
5028358a 525F: drivers/watchdog/xilinx_wwdt.c
13210cd9 526N: (?<!uni)versal
ec48b6c9 527
0fabfeb2
LD
528ARM VERSATILE EXPRESS DRIVERS
529M: Liviu Dudau <liviu.dudau@foss.arm.com>
530S: Maintained
531T: git git://github.com/ARM-software/u-boot.git
532F: drivers/misc/vexpress_config.c
533N: vexpress
534
00f141cc
DS
535ARM ZYNQ
536M: Michal Simek <monstr@monstr.eu>
537S: Maintained
13181641 538T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
8ae3d0b5
MS
539F: arch/arm/mach-zynq/
540F: drivers/clk/clk_zynq.c
541F: drivers/fpga/zynqpl.c
542F: drivers/gpio/zynq_gpio.c
543F: drivers/i2c/i2c-cdns.c
544F: drivers/i2c/muxes/pca954x.c
545F: drivers/i2c/zynq_i2c.c
546F: drivers/mmc/zynq_sdhci.c
a430fa06 547F: drivers/mtd/nand/raw/zynq_nand.c
8ae3d0b5
MS
548F: drivers/net/phy/xilinx_phy.c
549F: drivers/net/zynq_gem.c
550F: drivers/serial/serial_zynq.c
551F: drivers/spi/zynq_qspi.c
552F: drivers/spi/zynq_spi.c
553F: drivers/usb/host/ehci-zynq.c
554F: drivers/watchdog/cdns_wdt.c
23e7e6b6 555F: include/zynqpl.h
8ae3d0b5
MS
556F: tools/zynqimage.c
557N: zynq
00f141cc 558
84c7204b
MS
559ARM ZYNQMP
560M: Michal Simek <michal.simek@xilinx.com>
561S: Maintained
13181641 562T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
274ccb5b 563F: arch/arm/mach-zynqmp/
3d14228f 564F: drivers/clk/clk_zynqmp.c
14723ed5 565F: driver/firmware/firmware-zynqmp.c
8ae3d0b5
MS
566F: drivers/fpga/zynqpl.c
567F: drivers/gpio/zynq_gpio.c
568F: drivers/i2c/i2c-cdns.c
569F: drivers/i2c/muxes/pca954x.c
570F: drivers/i2c/zynq_i2c.c
660b0c77 571F: drivers/mailbox/zynqmp-ipi.c
8ae3d0b5 572F: drivers/mmc/zynq_sdhci.c
a430fa06 573F: drivers/mtd/nand/raw/zynq_nand.c
8ae3d0b5
MS
574F: drivers/net/phy/xilinx_phy.c
575F: drivers/net/zynq_gem.c
576F: drivers/serial/serial_zynq.c
577F: drivers/spi/zynq_qspi.c
578F: drivers/spi/zynq_spi.c
72c37d12 579F: drivers/timer/cadence-ttc.c
8ae3d0b5
MS
580F: drivers/usb/host/ehci-zynq.c
581F: drivers/watchdog/cdns_wdt.c
23e7e6b6 582F: include/zynqmppl.h
009ab7b9 583F: include/zynqmp_firmware.h
b123aff2 584F: tools/zynqmp*
2570e129 585N: ultra96
8ae3d0b5 586N: zynqmp
84c7204b 587
1d6c54ec
MS
588ARM ZYNQMP R5
589M: Michal Simek <michal.simek@xilinx.com>
590S: Maintained
13181641 591T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
1d6c54ec
MS
592F: arch/arm/mach-zynqmp-r5/
593
e3aafef4 594ARM PHYTIUM
595M: liuhao <liuhao@phytium.com.cn>
596M: shuyiqi <shuyiqi@phytium.com.cn>
597S: Maintained
598F: drivers/pci/pcie_phytium.c
599F: arch/arm/dts/phytium-durian.dts
600
bb48470d
SG
601BINMAN
602M: Simon Glass <sjg@chromium.org>
603S: Maintained
604F: tools/binman/
605
3e29bd26
MB
606BTRFS
607M: Marek Behun <marek.behun@nic.cz>
b737c822
QW
608R: Qu Wenruo <wqu@suse.com>
609L: linux-btrfs@vger.kernel.org
3e29bd26
MB
610S: Maintained
611F: cmd/btrfs.c
612F: fs/btrfs/
613F: include/btrfs.h
614
00f141cc
DS
615BUILDMAN
616M: Simon Glass <sjg@chromium.org>
617S: Maintained
618F: tools/buildman/
619
620CFI FLASH
621M: Stefan Roese <sr@denx.de>
622S: Maintained
13181641 623T: git https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flash.git
c4c2e141
SR
624F: drivers/mtd/cfi_flash.c
625F: drivers/mtd/jedec_flash.c
00f141cc 626
37d73373
LM
627CLOCK
628M: Lukasz Majewski <lukma@denx.de>
629S: Maintained
a8a71c94 630T: git https://gitlab.denx.de/u-boot/custodians/u-boot-clk.git
37d73373
LM
631F: drivers/clk/
632F: drivers/clk/imx/
633
00f141cc 634COLDFIRE
08ae21af 635M: Huan Wang <alison.wang@nxp.com>
82ebb7e5 636M: Angelo Dureghello <angelo@sysam.it>
00f141cc 637S: Maintained
13181641 638T: git https://gitlab.denx.de/u-boot/custodians/u-boot-coldfire.git
00f141cc 639F: arch/m68k/
ee67ec98 640F: doc/arch/m68k.rst
00f141cc
DS
641
642DFU
56acf018 643M: Lukasz Majewski <lukma@denx.de>
00f141cc 644S: Maintained
13181641 645T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dfu.git
d4c9a908
LM
646F: cmd/dfu.c
647F: cmd/usb_*.c
648F: common/dfu.c
649F: common/update.c
650F: common/usb_storage.c
f4c1f705 651F: doc/api/dfu.rst
00f141cc 652F: drivers/dfu/
55ca6138 653F: drivers/usb/gadget/
f4c1f705 654F: include/dfu.h
00f141cc
DS
655
656DRIVER MODEL
657M: Simon Glass <sjg@chromium.org>
658S: Maintained
13181641 659T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git
51028db1 660F: doc/driver-model/
00f141cc
DS
661F: drivers/core/
662F: include/dm/
663F: test/dm/
664
e4a7394a 665EFI PAYLOAD
7590f907
AG
666M: Heinrich Schuchardt <xypron.glpk@gmx.de>
667R: Alexander Graf <agraf@csgraf.de>
e4a7394a 668S: Maintained
13181641 669T: git https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
080cc0b1 670F: doc/api/efi.rst
73d95c24 671F: doc/uefi/*
5b2118a2 672F: include/capitalization.h
1db6ab28 673F: include/charset.h
0bc4b0da
HS
674F: include/cp1250.h
675F: include/cp437.h
623b3a57 676F: include/efi*
268ec6e0
HS
677F: include/pe.h
678F: include/asm-generic/pe.h
0b8a88ab 679F: lib/charset.c
bc0bd77e 680F: lib/efi*/
ae54b946 681F: test/lib/efi_*
623b3a57 682F: test/py/tests/test_efi*
661c02ce 683F: test/py/tests/test_efi*/
f11a164b 684F: test/unicode_ut.c
e4a7394a 685F: cmd/bootefi.c
59df7e7e 686F: cmd/efidebug.c
49d81fdf 687F: cmd/nvedit_efi.c
ac020196 688F: tools/file2include.c
e4a7394a 689
e4acbe4e
IA
690EFI VARIABLES VIA OP-TEE
691M: Ilias Apalodimas <ilias.apalodimas@linaro.org>
692S: Maintained
693F: lib/efi_loader/efi_variable_tee.c
694F: include/mm_communication.h
695
2800540d
JH
696ENVIRONMENT
697M: Joe Hershberger <joe.hershberger@ni.com>
698R: Wolfgang Denk <wd@denx.de>
699S: Maintained
700F: env/
701F: include/env*
702F: test/env/
703F: tools/env*
704F: tools/mkenvimage.c
705
7e16342b
MS
706FPGA
707M: Michal Simek <michal.simek@xilinx.com>
708S: Maintained
13181641 709T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
7e16342b
MS
710F: drivers/fpga/
711F: cmd/fpga.c
712F: include/fpga.h
713
00f141cc
DS
714FLATTENED DEVICE TREE
715M: Simon Glass <sjg@chromium.org>
716S: Maintained
13181641 717T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fdt.git
00f141cc
DS
718F: lib/fdtdec*
719F: lib/libfdt/
720F: include/fdt*
18fa6230 721F: include/linux/libfdt*
643f8d4c 722F: cmd/fdt.c
00f141cc
DS
723F: common/fdt_support.c
724
725FREEBSD
726M: Rafal Jaworowski <raj@semihalf.com>
727S: Maintained
13181641 728T: git https://gitlab.denx.de/u-boot/custodians/u-boot-freebsd.git
00f141cc
DS
729
730FREESCALE QORIQ
87d5b225 731M: Priyanka Jain <priyanka.jain@nxp.com>
00f141cc 732S: Maintained
13181641 733T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
0652d9fb 734F: drivers/watchdog/sp805_wdt.c
f27d73e9 735F: drivers/watchdog/sbsa_gwdt.c
00f141cc
DS
736
737I2C
738M: Heiko Schocher <hs@denx.de>
739S: Maintained
13181641 740T: git https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git
00f141cc
DS
741F: drivers/i2c/
742
e9c8d49d
SG
743LOGGING
744M: Simon Glass <sjg@chromium.org>
745S: Maintained
13181641 746T: git https://gitlab.denx.de/u-boot/u-boot.git
befadde0 747F: common/log*
e9c8d49d 748F: cmd/log.c
a7813918 749F: doc/develop/logging.rst
395041b2 750F: test/log/
20faa27c 751F: test/py/tests/test_log.py
e9c8d49d 752
c1a65a8c
LD
753MALI DISPLAY PROCESSORS
754M: Liviu Dudau <liviu.dudau@foss.arm.com>
755S: Supported
756T: git git://github.com/ARM-software/u-boot.git
757F: drivers/video/mali_dp.c
e3bc4bb8 758F: drivers/i2c/i2c-versatile.c
c1a65a8c 759
00f141cc
DS
760MICROBLAZE
761M: Michal Simek <monstr@monstr.eu>
762S: Maintained
13181641 763T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
00f141cc 764F: arch/microblaze/
8ae3d0b5
MS
765F: cmd/mfsl.c
766F: drivers/gpio/xilinx_gpio.c
767F: drivers/net/xilinx_axi_emac.c
768F: drivers/net/xilinx_emaclite.c
769F: drivers/serial/serial_xuartlite.c
770F: drivers/spi/xilinx_spi.c
0d832b32 771F: drivers/sysreset/sysreset_gpio.c
8ae3d0b5
MS
772F: drivers/watchdog/xilinx_tb_wdt.c
773N: xilinx
00f141cc
DS
774
775MIPS
776M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
777S: Maintained
13181641 778T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mips.git
00f141cc
DS
779F: arch/mips/
780
800775eb
AN
781MIPS CORTINA ACCESS CAxxxx
782M: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
783S: Supported
784F: board/cortina/common/
785F: drivers/gpio/cortina_gpio.c
786F: drivers/watchdog/cortina_wdt.c
787F: drivers/serial/serial_cortina.c
047e31ed 788F: drivers/led/led_cortina.c
d55e4e74 789F: drivers/mmc/ca_dw_mmc.c
7f5ea250
AL
790F: drivers/i2c/i2c-cortina.c
791F: drivers/i2c/i2c-cortina.h
800775eb 792
dd1033e4
GC
793MIPS MSCC
794M: Gregory CLEMENT <gregory.clement@bootlin.com>
795M: Lars Povlsen <lars.povlsen@microchip.com>
796M: Horatiu Vultur <horatiu.vultur@microchip.com>
797S: Maintained
798F: arch/mips/mach-mscc/
f8c8cedd 799F: arch/mips/dts/luton*
6787c1ec
GC
800F: arch/mips/dts/mscc*
801F: arch/mips/dts/ocelot*
d1182056 802F: arch/mips/dts/jr2*
393b77d8 803F: arch/mips/dts/serval*
6787c1ec
GC
804F: board/mscc/
805F: configs/mscc*
be8313fe 806F: drivers/gpio/mscc_sgpio.c
fd6e0b05 807F: drivers/spi/mscc_bb_spi.c
6787c1ec 808F: include/configs/vcoreiii.h
8c211af8 809F: include/dt-bindings/mscc/
051de9b3 810F: drivers/pinctrl/mscc/
4c66157f 811F: drivers/net/mscc_eswitch/
dd1033e4 812
cd71b1d5
PB
813MIPS JZ4780
814M: Ezequiel Garcia <ezequiel@collabora.com>
815S: Maintained
816F: arch/mips/mach-jz47xx/
817
0dc4ab9c
AW
818MIPS Octeon
819M: Aaron Williams <awilliams@marvell.com>
820S: Maintained
821F: arch/mips/mach-octeon/
822F: arch/mips/include/asm/arch-octeon/
ff7e4f03 823F: arch/mips/dts/mrvl,cn73xx.dtsi
0dc4ab9c 824
00f141cc 825MMC
16a6d510 826M: Peng Fan <peng.fan@nxp.com>
00f141cc 827S: Maintained
13181641 828T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git
00f141cc
DS
829F: drivers/mmc/
830
4ef17f9c 831NAND FLASH
9f8aba7a
TR
832#M: Scott Wood <oss@buserror.net>
833S: Orphaned (Since 2018-07)
13181641 834T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nand-flash.git
a430fa06 835F: drivers/mtd/nand/raw/
4ef17f9c
HS
836
837NDS32
995fa61f 838M: Rick Chen <rick@andestech.com>
4ef17f9c 839S: Maintained
13181641 840T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nds32.git
4ef17f9c
HS
841F: arch/nds32/
842
b7d6e0ab
HS
843NETWORK
844M: Joe Hershberger <joe.hershberger@ni.com>
845S: Maintained
13181641 846T: git https://gitlab.denx.de/u-boot/custodians/u-boot-net.git
b7d6e0ab 847F: drivers/net/
69fbf238 848F: include/net.h
b7d6e0ab
HS
849F: net/
850
4ef17f9c
HS
851NIOS
852M: Thomas Chou <thomas@wytron.com.tw>
853S: Maintained
13181641 854T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nios.git
4ef17f9c
HS
855F: arch/nios2/
856
857ONENAND
858#M: Lukasz Majewski <l.majewski@majess.pl>
859S: Orphaned (Since 2017-01)
13181641 860T: git https://gitlab.denx.de/u-boot/custodians/u-boot-onenand.git
4ef17f9c
HS
861F: drivers/mtd/onenand/
862
00f141cc
DS
863PATMAN
864M: Simon Glass <sjg@chromium.org>
865S: Maintained
866F: tools/patman/
867
914026d2
RF
868PCI Endpoint
869M: Ramon Fried <rfried.dev@gmail.com>
870S: Maintained
871F: drivers/pci_endpoint/
872F: include/pci_ep.h
873
b61cbbdc
HS
874PCI MPC85xx
875M: Heiko Schocher <hs@denx.de>
876S: Maintained
877F: drivers/pci/pci_mpc85xx.c
878
4ef17f9c
HS
879POWER
880M: Jaehoon Chung <jh80.chung@samsung.com>
881S: Maintained
13181641 882T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pmic.git
4ef17f9c
HS
883F: drivers/power/
884
00f141cc
DS
885POWERPC
886M: Wolfgang Denk <wd@denx.de>
887S: Maintained
888F: arch/powerpc/
889
00f141cc 890POWERPC MPC8XX
047e31ed 891M: Christophe Leroy <christophe.leroy@c-s.fr>
00f141cc 892S: Maintained
13181641 893T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc8xx.git
00f141cc
DS
894F: arch/powerpc/cpu/mpc8xx/
895
00f141cc 896POWERPC MPC83XX
e5ed4c3e 897M: Mario Six <mario.six@gdsys.cc>
898S: Maintained
13181641 899T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx.git
e4061556
MS
900F: drivers/ram/mpc83xx_sdram.c
901F: include/dt-bindings/memory/mpc83xx-sdram.h
76fdad1f
MS
902F: drivers/sysreset/sysreset_mpc83xx.c
903F: drivers/sysreset/sysreset_mpc83xx.h
07d538d2
MS
904F: drivers/clk/mpc83xx_clk.c
905F: drivers/clk/mpc83xx_clk.h
906F: include/dt-bindings/clk/mpc83xx-clk.h
2c21749d 907F: drivers/timer/mpc83xx_timer.c
19fbdca4
MS
908F: drivers/cpu/mpc83xx_cpu.c
909F: drivers/cpu/mpc83xx_cpu.h
d2166319 910F: drivers/misc/mpc83xx_serdes.c
00f141cc
DS
911F: arch/powerpc/cpu/mpc83xx/
912F: arch/powerpc/include/asm/arch-mpc83xx/
913
914POWERPC MPC85XX
87d5b225 915M: Priyanka Jain <priyanka.jain@nxp.com>
00f141cc 916S: Maintained
13181641 917T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git
00f141cc
DS
918F: arch/powerpc/cpu/mpc85xx/
919
920POWERPC MPC86XX
87d5b225 921M: Priyanka Jain <priyanka.jain@nxp.com>
00f141cc 922S: Maintained
13181641 923T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc86xx.git
00f141cc
DS
924F: arch/powerpc/cpu/mpc86xx/
925
f94c44e5
RC
926RISC-V
927M: Rick Chen <rick@andestech.com>
928S: Maintained
13181641 929T: git https://gitlab.denx.de/u-boot/custodians/u-boot-riscv.git
f94c44e5 930F: arch/riscv/
dab8788a 931F: cmd/riscv/
f94c44e5
RC
932F: tools/prelink-riscv.c
933
f9c7d4f9
SA
934RISC-V KENDRYTE
935M: Sean Anderson <seanga2@gmail.com>
936S: Maintained
937F: doc/device-tree-bindings/mfd/kendryte,k210-sysctl.txt
7224d5cc 938F: doc/device-tree-bindings/pinctrl/kendryte,k210-fpioa.txt
f9c7d4f9 939F: drivers/clk/kendryte/
7224d5cc 940F: drivers/pinctrl/kendryte/
f9c7d4f9
SA
941F: include/kendryte/
942
3e635983
SG
943RNG
944M: Sughosh Ganu <sughosh.ganu@linaro.org>
945R: Heinrich Schuchardt <xypron.glpk@gmx.de>
946S: Maintained
947F: cmd/rng.c
c7ff87e0 948F: doc/api/rng.rst
3e635983
SG
949F: drivers/rng/
950F: drivers/virtio/virtio_rng.c
951F: include/rng.h
952
4ef17f9c
HS
953ROCKUSB
954M: Eddie Cai <eddie.cai.linux@gmail.com>
955S: Maintained
956F: drivers/usb/gadget/f_rockusb.c
957F: cmd/rockusb.c
958F: doc/README.rockusb
959
00f141cc
DS
960SANDBOX
961M: Simon Glass <sjg@chromium.org>
962S: Maintained
963F: arch/sandbox/
b0b3524d 964F: doc/arch/sandbox.rst
7f0f1806 965F: include/dt-bindings/*/sandbox*.h
00f141cc
DS
966
967SH
d04ecc4c 968M: Marek Vasut <marek.vasut+renesas@gmail.com>
00f141cc
DS
969M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
970S: Maintained
13181641 971T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
00f141cc
DS
972F: arch/sh/
973
00f141cc 974SPI
59aea29a 975M: Jagan Teki <jagan@amarulasolutions.com>
00f141cc 976S: Maintained
13181641 977T: git https://gitlab.denx.de/u-boot/custodians/u-boot-spi.git
00f141cc
DS
978F: drivers/spi/
979F: include/spi*
980
4d40e009 981SPI-NOR
59aea29a 982M: Jagan Teki <jagan@amarulasolutions.com>
4d40e009
V
983M: Vignesh R <vigneshr@ti.com>
984S: Maintained
985F: drivers/mtd/spi/
986F: include/spi_flash.h
987F: include/linux/mtd/cfi.h
988F: include/linux/mtd/spi-nor.h
989
e721e981
MK
990SPMI
991M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
992S: Maintained
993F: drivers/spmi/
994F: include/spmi/
995
c5100613
JMC
996SQUASHFS
997M: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
42ef2edc 998R: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
c4d0384a 999R: Miquel Raynal <miquel.raynal@bootlin.com>
c5100613
JMC
1000S: Maintained
1001F: fs/squashfs/
1002F: include/sqfs.h
bba604b6 1003F: cmd/sqfs.c
f428e33b 1004F: test/py/tests/test_fs/test_squashfs/
c5100613 1005
1c085cc6
RK
1006TARGET_BCMNS3
1007M: Bharat Gooty <bharat.gooty@broadcom.com>
1008M: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
1009S: Maintained
1010F: board/broadcom/bcmns3/
1011F: doc/README.bcmns3
1012F: configs/bcm_ns3_defconfig
1013F: include/configs/bcm_ns3.h
1014F: include/dt-bindings/memory/bcm-ns3-mc.h
1015F: arch/arm/Kconfig
1016F: arch/arm/dts/ns3-board.dts
1017F: arch/arm/dts/ns3.dtsi
1018F: arch/arm/cpu/armv8/bcmns3
1019F: arch/arm/include/asm/arch-bcmns3/
975d2a69
RK
1020F: cmd/broadcom/Makefile
1021F: cmd/broadcom/chimp_boot.c
1022F: cmd/broadcom/nitro_image_load.c
1023F: cmd/broadcom/chimp_handshake.c
1c085cc6 1024
055da186
LD
1025TDA19988 HDMI ENCODER
1026M: Liviu Dudau <liviu.dudau@foss.arm.com>
1027S: Maintained
1028F: drivers/video/tda19988.c
1029
4e2fdf45
AD
1030TI SYSTEM SECURITY
1031M: Andrew F. Davis <afd@ti.com>
1032S: Supported
1033F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
4e2fdf45
AD
1034F: arch/arm/mach-omap2/sec-common.c
1035F: arch/arm/mach-omap2/config_secure.mk
3a543a80 1036F: arch/arm/mach-k3/security.c
50836967 1037F: arch/arm/mach-k3/config_secure.mk
a42eee12 1038F: configs/am335x_hs_evm_defconfig
c2dca337 1039F: configs/am335x_hs_evm_uart_defconfig
4e2fdf45
AD
1040F: configs/am43xx_hs_evm_defconfig
1041F: configs/am57xx_hs_evm_defconfig
995985c1 1042F: configs/am57xx_hs_evm_usb_defconfig
4e2fdf45 1043F: configs/dra7xx_hs_evm_defconfig
83ae6475 1044F: configs/dra7xx_hs_evm_usb_defconfig
8a707baf
LV
1045F: configs/k2hk_hs_evm_defconfig
1046F: configs/k2e_hs_evm_defconfig
1047F: configs/k2g_hs_evm_defconfig
f274f265 1048F: configs/k2l_hs_evm_defconfig
0a4b11b0
AD
1049F: configs/am65x_hs_evm_r5_defconfig
1050F: configs/am65x_hs_evm_a53_defconfig
9bc97792
AD
1051F: configs/j721e_hs_evm_r5_defconfig
1052F: configs/j721e_hs_evm_a72_defconfig
4e2fdf45 1053
00f141cc 1054TQ GROUP
3a53aba3
BM
1055#M: Martin Krause <martin.krause@tq-systems.de>
1056S: Orphaned (Since 2016-02)
00f141cc
DS
1057T: git git://git.denx.de/u-boot-tq-group.git
1058
9ff4a311
JW
1059TEE
1060M: Jens Wiklander <jens.wiklander@linaro.org>
1061S: Maintained
1062F: drivers/tee/
1063F: include/tee.h
1cc8cc4e 1064F: include/tee/
9ff4a311 1065
5fbc667d
BD
1066TEE-lib
1067M: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
1068S: Maintained
1069F: lib/optee
1070
00f141cc
DS
1071UBI
1072M: Kyungmin Park <kmpark@infradead.org>
69337a9d 1073M: Heiko Schocher <hs@denx.de>
00f141cc 1074S: Maintained
13181641 1075T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ubi.git
00f141cc
DS
1076F: drivers/mtd/ubi/
1077
7feafb0a
FA
1078UFS
1079M: Faiz Abbas <faiz_abbas@ti.com>
1080S: Maintained
1081F: drivers/ufs/
1082
00f141cc
DS
1083USB
1084M: Marek Vasut <marex@denx.de>
1085S: Maintained
13181641 1086T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git
00f141cc 1087F: drivers/usb/
5c7fa84f
HS
1088F: common/usb.c
1089F: common/usb_kbd.c
cb11eed2 1090F: include/usb.h
00f141cc 1091
c0c5f910
BM
1092USB xHCI
1093M: Bin Meng <bmeng.cn@gmail.com>
1094S: Maintained
13181641 1095T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
c0c5f910 1096F: drivers/usb/host/xhci*
1708a123 1097F: include/usb/xhci.h
c0c5f910 1098
00f141cc
DS
1099VIDEO
1100M: Anatolij Gustschin <agust@denx.de>
1101S: Maintained
13181641 1102T: git https://gitlab.denx.de/u-boot/custodians/u-boot-video.git
00f141cc 1103F: drivers/video/
c967fb78
AG
1104F: common/lcd*.c
1105F: include/lcd*.h
9cdbc906 1106F: include/video*.h
00f141cc
DS
1107
1108X86
1109M: Simon Glass <sjg@chromium.org>
dc5210a2 1110M: Bin Meng <bmeng.cn@gmail.com>
00f141cc 1111S: Maintained
13181641 1112T: git https://gitlab.denx.de/u-boot/custodians/u-boot-x86.git
00f141cc 1113F: arch/x86/
dab8788a 1114F: cmd/x86/
00f141cc 1115
607274f7
AL
1116XEN
1117M: Anastasiia Lukianenko <anastasiia_lukianenko@epam.com>
1118M: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
1119S: Maintained
1120F: arch/arm/cpu/armv8/xen/
1121F: arch/arm/include/asm/xen.h
1122F: arch/arm/include/asm/xen/
1123F: cmd/pvblock.c
1124F: drivers/serial/serial_xen.c
1125F: drivers/xen/
1126F: include/pvblock.h
1127F: include/xen/
1128F: include/xen.h
1129F: lib/sscanf.c
1130F: test/lib/sscanf.c
1131
de5e5cea
CZ
1132XTENSA
1133M: Max Filippov <jcmvbkbc@gmail.com>
1134S: Maintained
1135F: arch/xtensa/
1136
00f141cc 1137THE REST
4e34d610 1138M: Tom Rini <trini@konsulko.com>
00f141cc
DS
1139L: u-boot@lists.denx.de
1140Q: http://patchwork.ozlabs.org/project/uboot/list/
1141S: Maintained
13181641 1142T: git https://gitlab.denx.de/u-boot/u-boot.git
80870e2a 1143F: configs/tools-only_defconfig
00f141cc
DS
1144F: *
1145F: */