dt-bindings: clock: add Mediatek MT8365 SoC clock bindings
[pandora-u-boot.git] / MAINTAINERS
1 Descriptions of section entries:
2
3         P: Person (obsolete)
4         M: Mail patches to: FullName <address@domain>
5         R: Designated reviewer: FullName <address@domain>
6            These reviewers should be CCed on patches.
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.
15            Orphan:      No current maintainer [but maybe you could take the
16                         role as you write your new code].
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
46 Note: For the hard of thinking, this list is meant to remain in alphabetical
47 order. If you could add yourselves to it in alphabetical order that would be
48 so much easier [Ed]
49
50 Maintainers List (try to look for most precise areas first)
51
52                 -----------------------------------
53 ACPI:
54 M:      Simon Glass <sjg@chromium.org>
55 S:      Maintained
56 F:      cmd/acpi.c
57 F:      lib/acpi/
58
59 ANDROID AB
60 M:      Igor Opaniuk <igor.opaniuk@gmail.com>
61 R:      Sam Protsenko <semen.protsenko@linaro.org>
62 S:      Maintained
63 F:      cmd/ab_select.c
64 F:      common/android_ab.c
65 F:      doc/android/ab.rst
66 F:      include/android_ab.h
67 F:      test/py/tests/test_android/test_ab.py
68
69 ANDROID AVB
70 M:      Igor Opaniuk <igor.opaniuk@gmail.com>
71 S:      Maintained
72 F:      cmd/avb.c
73 F:      common/avb_verify.c
74 F:      doc/android/avb2.rst
75 F:      include/avb_verify.h
76 F:      lib/libavb/
77 F:      test/py/tests/test_android/test_avb.py
78
79 ARC
80 M:      Alexey Brodkin <alexey.brodkin@synopsys.com>
81 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
82 S:      Maintained
83 L:      uboot-snps-arc@synopsys.com
84 T:      git https://source.denx.de/u-boot/custodians/u-boot-arc.git
85 F:      arch/arc/
86 F:      board/synopsys/
87
88 ARC HSDK CGU CLOCK
89 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
90 S:      Maintained
91 L:      uboot-snps-arc@synopsys.com
92 F:      drivers/clk/clk-hsdk-cgu.c
93 F:      include/dt-bindings/clock/snps,hsdk-cgu.h
94 F:      doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
95
96 ARC HSDK CREG GPIO
97 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
98 S:      Maintained
99 L:      uboot-snps-arc@synopsys.com
100 F:      doc/device-tree-bindings/gpio/snps,creg-gpio.txt
101 F:      drivers/gpio/hsdk-creg-gpio.c
102
103 ARC HSDK RESET
104 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
105 S:      Maintained
106 L:      uboot-snps-arc@synopsys.com
107 F:      include/dt-bindings/reset/snps,hsdk-reset.h
108 F:      drivers/reset/reset-hsdk.c
109
110 ARC SYNOPSYS DW MMC EXTENSIONS
111 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
112 S:      Maintained
113 L:      uboot-snps-arc@synopsys.com
114 F:      doc/device-tree-bindings/mmc/snps,dw-mmc.txt
115 F:      drivers/mmc/snps_dw_mmc.c
116
117 APPLE M1 SOC SUPPORT
118 M:      Mark Kettenis <kettenis@openbsd.org>
119 S:      Maintained
120 F:      arch/arm/include/asm/arch-m1/
121 F:      arch/arm/mach-apple/
122 F:      configs/apple_m1_defconfig
123 F:      drivers/iommu/apple_dart.c
124 F:      drivers/nvme/nvme_apple.c
125 F:      drivers/pci/pcie_apple.c
126 F:      drivers/phy/phy-apple-atc.c
127 F:      drivers/pinctrl/pinctrl-apple.c
128 F:      drivers/watchdog/apple_wdt.c
129 F:      include/configs/apple.h
130
131 ARM
132 M:      Tom Rini <trini@konsulko.com>
133 S:      Maintained
134 T:      git https://source.denx.de/u-boot/custodians/u-boot-arm.git
135 F:      arch/arm/
136 F:      arch/arm/dts/Makefile
137 F:      cmd/arm/
138
139 ARM ALTERA SOCFPGA
140 M:      Marek Vasut <marex@denx.de>
141 M:      Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
142 M:      Tien Fong Chee <tien.fong.chee@intel.com>
143 S:      Maintained
144 T:      git https://source.denx.de/u-boot/custodians/u-boot-socfpga.git
145 F:      arch/arm/mach-socfpga/
146 F:      drivers/sysreset/sysreset_socfpga*
147
148 ARM AMLOGIC SOC SUPPORT
149 M:      Neil Armstrong <neil.armstrong@linaro.org>
150 S:      Maintained
151 L:      u-boot-amlogic@groups.io
152 T:      git https://source.denx.de/u-boot/custodians/u-boot-amlogic.git
153 F:      arch/arm/mach-meson/
154 F:      arch/arm/include/asm/arch-meson/
155 F:      cmd/meson/
156 F:      drivers/clk/meson/
157 F:      drivers/serial/serial_meson.c
158 F:      drivers/reset/reset-meson.c
159 F:      drivers/i2c/meson_i2c.c
160 F:      drivers/net/phy/meson-gxl.c
161 F:      drivers/adc/meson-saradc.c
162 F:      drivers/phy/meson*
163 F:      drivers/mmc/meson_gx_mmc.c
164 F:      drivers/sm/meson-sm.c
165 F:      drivers/spi/meson_spifc.c
166 F:      drivers/pinctrl/meson/
167 F:      drivers/power/domain/meson-gx-pwrc-vpu.c
168 F:      drivers/video/meson/
169 F:      drivers/watchdog/meson_gxbb_wdt.c
170 F:      include/configs/meson64.h
171 F:      include/configs/meson64_android.h
172 F:      doc/board/amlogic/
173 N:      meson
174
175 ARM ASPEED
176 M:      Ryan Chen <ryan_chen@aspeedtech.com>
177 M:      Chia-Wei Wang <chiawei_wang@aspeedtech.com>
178 R:      Aspeed BMC SW team <BMC-SW@aspeedtech.com>
179 R:      Joel Stanley <joel@jms.id.au>
180 S:      Maintained
181 F:      arch/arm/mach-aspeed/
182 F:      arch/arm/include/asm/arch-aspeed/
183 F:      board/aspeed/
184 F:      drivers/clk/aspeed/
185 F:      drivers/crypto/aspeed/
186 F:      drivers/gpio/gpio-aspeed.c
187 F:      drivers/i2c/ast_i2c.[ch]
188 F:      drivers/mmc/aspeed_sdhci.c
189 F:      drivers/net/aspeed_mdio.c
190 F:      drivers/net/ftgmac100.[ch]
191 F:      drivers/pinctrl/aspeed/
192 F:      drivers/pwm/pwm-aspeed.c
193 F:      drivers/ram/aspeed/
194 F:      drivers/reset/reset-ast2500.c
195 F:      drivers/watchdog/ast_wdt.c
196 N:      aspeed
197
198 ARM BROADCOM BCM283X / BCM27XX
199 M:      Matthias Brugger <mbrugger@suse.com>
200 M:      Peter Robinson <pbrobinson@gmail.com>
201 S:      Maintained
202 F:      arch/arm/dts/bcm283*
203 F:      arch/arm/mach-bcm283x/
204 F:      board/raspberrypi/
205 F:      drivers/gpio/bcm2835_gpio.c
206 F:      drivers/mmc/bcm2835_sdhci.c
207 F:      drivers/mmc/bcm2835_sdhost.c
208 F:      drivers/serial/serial_bcm283x_mu.c
209 F:      drivers/serial/serial_bcm283x_pl011.c
210 F:      drivers/video/bcm2835.c
211 F:      include/dm/platform_data/serial_bcm283x_mu.h
212 F:      include/dt-bindings/pinctrl/bcm2835.h
213 F:      drivers/pinctrl/broadcom/
214 F:      configs/rpi_*
215 T:      git https://source.denx.de/u-boot/custodians/u-boot-arm.git
216
217 ARM BROADCOM BCMBCA
218 M:      Anand Gore <anand.gore@broadcom.com>
219 M:      William Zhang <william.zhang@broadcom.com>
220 M:      Kursad Oney <kursad.oney@broadcom.com>
221 M:      Joel Peshkin <joel.peshkin@broadcom.com>
222 M:      Philippe Reynes <philippe.reynes@softathome.com>
223 S:      Maintained
224 F:      arch/arm/mach-bcmbca/
225 F:      board/broadcom/bcmbca/
226 N:      bcmbca
227 N:      bcm[9]?47622
228 N:      bcm[9]?4908
229 N:      bcm[9]?4912
230 N:      bcm[9]?63138
231 N:      bcm[9]?63146
232 N:      bcm[9]?63148
233 N:      bcm[9]?63158
234 N:      bcm[9]?63178
235 N:      bcm[9]?6756
236 N:      bcm[9]?6813
237 N:      bcm[9]?6846
238 N:      bcm[9]?6855
239 N:      bcm[9]?6856
240 N:      bcm[9]?6858
241 N:      bcm[9]?6878
242
243 ARM BROADCOM BCMSTB
244 M:      Thomas Fitzsimmons <fitzsim@fitzsim.org>
245 S:      Maintained
246 F:      arch/arm/mach-bcmstb/
247 F:      board/broadcom/bcmstb/
248 F:      configs/bcm7*_defconfig
249 F:      doc/README.bcm7xxx
250 F:      drivers/mmc/bcmstb_sdhci.c
251 F:      drivers/spi/bcmstb_spi.c
252
253 ARM CORTINA ACCESS CAxxxx
254 M:      Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
255 S:      Supported
256 F:      board/cortina/common/
257 F:      drivers/gpio/cortina_gpio.c
258 F:      drivers/watchdog/cortina_wdt.c
259 F:      drivers/serial/serial_cortina.c
260 F:      drivers/led/led_cortina.c
261 F:      drivers/mmc/ca_dw_mmc.c
262 F:      drivers/spi/ca_sflash.c
263 F:      drivers/i2c/i2c-cortina.c
264 F:      drivers/i2c/i2c-cortina.h
265 F:      drivers/mtd/nand/raw/cortina_nand.c
266 F:      drivers/mtd/nand/raw/cortina_nand.h
267 F:      drivers/net/cortina_ni.c
268 F:      drivers/net/cortina_ni.h
269 F:      drivers/net/phy/ca_phy.c
270 F:      configs/cortina_presidio-asic-pnand_defconfig
271
272 ARM FF-A
273 M:      Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
274 S:      Maintained
275 F:      arch/sandbox/include/asm/sandbox_arm_ffa.h
276 F:      arch/sandbox/include/asm/sandbox_arm_ffa_priv.h
277 F:      cmd/armffa.c
278 F:      doc/arch/arm64.ffa.rst
279 F:      doc/usage/cmd/armffa.rst
280 F:      drivers/firmware/arm-ffa/
281 F:      include/arm_ffa.h
282 F:      test/cmd/armffa.c
283 F:      test/dm/ffa.c
284
285 ARM FREESCALE IMX
286 M:      Stefano Babic <sbabic@denx.de>
287 M:      Fabio Estevam <festevam@gmail.com>
288 R:      NXP i.MX U-Boot Team <uboot-imx@nxp.com>
289 S:      Maintained
290 T:      git https://source.denx.de/u-boot/custodians/u-boot-imx.git
291 F:      arch/Kconfig.nxp
292 F:      arch/arm/cpu/arm1136/mx*/
293 F:      arch/arm/cpu/arm926ejs/mx*/
294 F:      arch/arm/cpu/armv7/vf610/
295 F:      arch/arm/dts/*imx*
296 F:      arch/arm/mach-imx/
297 F:      arch/arm/include/asm/arch-imx*/
298 F:      arch/arm/include/asm/arch-mx*/
299 F:      arch/arm/include/asm/arch-vf610/
300 F:      arch/arm/include/asm/mach-imx/
301 F:      board/freescale/*mx*/
302 F:      board/freescale/common/
303 F:      common/spl/spl_imx_container.c
304 F:      drivers/serial/serial_mxc.c
305 F:      include/imx_container.h
306
307 ARM HISILICON
308 M:      Peter Griffin <peter.griffin@linaro.org>
309 M:      Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
310 S:      Maintained
311 F:      arch/arm/cpu/armv8/hisilicon
312 F:      arch/arm/include/asm/arch-hi6220/
313 F:      arch/arm/include/asm/arch-hi3660/
314 F:      arch/arm/mach-histb
315
316 ARM HPE GXP ARCHITECTURE
317 M:      Jean-Marie Verdun <verdun@hpe.com>
318 M:      Nick Hawkins <nick.hawkins@hpe.com>
319 S:      Maintained
320 F:      arch/arm/dts/hpe-bmc*
321 F:      arch/arm/dts/hpe-gxp*
322 F:      arch/arm/mach-hpe/
323 F:      board/hpe/
324 F:      configs/gxp_defconfig
325 F:      doc/device-tree-bindings/spi/hpe,gxp-spi.yaml
326 F:      drivers/timer/gxp-timer.c
327 F:      drivers/spi/gxp_spi.c
328
329 ARM IPQ40XX
330 M:      Robert Marko <robert.marko@sartura.hr>
331 M:      Luka Kovacic <luka.kovacic@sartura.hr>
332 M:      Luka Perkov <luka.perkov@sartura.hr>
333 S:      Maintained
334 F:      arch/arm/mach-ipq40xx/
335 F:      include/dt-bindings/clock/qcom,ipq4019-gcc.h
336 F:      include/dt-bindings/reset/qcom,ipq4019-reset.h
337 F:      drivers/reset/reset-ipq4019.c
338 F:      drivers/phy/phy-qcom-ipq4019-usb.c
339 F:      drivers/spi/spi-qup.c
340 F:      drivers/net/mdio-ipq4019.c
341 F:      drivers/rng/msm_rng.c
342
343 ARM LAYERSCAPE SFP
344 M:      Sean Anderson <sean.anderson@seco.com>
345 S:      Maintained
346 F:      drivers/misc/ls2_sfp.c
347
348 ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
349 M:      Stefan Roese <sr@denx.de>
350 S:      Maintained
351 T:      git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
352 F:      arch/arm/mach-kirkwood/
353 F:      arch/arm/mach-mvebu/
354 F:      drivers/ata/ahci_mvebu.c
355 F:      drivers/clk/mvebu/
356 F:      drivers/ddr/marvell/
357 F:      drivers/gpio/mvebu_gpio.c
358 F:      drivers/i2c/mvtwsi.c
359 F:      drivers/mmc/xenon_sdhci.c
360 F:      drivers/phy/marvell/
361 F:      drivers/pinctrl/mvebu/
362 F:      drivers/rtc/armada38x.c
363 F:      drivers/spi/kirkwood_spi.c
364 F:      drivers/spi/mvebu_a3700_spi.c
365 F:      drivers/pci/pcie_dw_mvebu.c
366 F:      drivers/pci/pcie-xilinx-nwl.c
367 F:      drivers/watchdog/armada-37xx-wdt.c
368 F:      drivers/watchdog/orion_wdt.c
369 F:      include/configs/mv-common.h
370
371 ARM MARVELL PCIE CONTROLLER DRIVERS
372 M:      Stefan Roese <sr@denx.de>
373 S:      Maintained
374 T:      git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
375 F:      drivers/pci/pci-aardvark.c
376 F:      drivers/pci/pci_mvebu.c
377
378 ARM MARVELL SERIAL DRIVERS
379 M:      Pali Rohár <pali@kernel.org>
380 M:      Stefan Roese <sr@denx.de>
381 S:      Maintained
382 T:      git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
383 F:      drivers/serial/serial_mvebu_a3700.c
384
385 ARM MEDIATEK
386 M:      Ryder Lee <ryder.lee@mediatek.com>
387 M:      Weijie Gao <weijie.gao@mediatek.com>
388 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
389 R:      GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
390 S:      Maintained
391 F:      arch/arm/mach-mediatek/
392 F:      arch/arm/include/asm/arch-mediatek/
393 F:      board/mediatek/
394 F:      doc/device-tree-bindings/phy/phy-mtk-*
395 F:      doc/device-tree-bindings/usb/mediatek,*
396 F:      doc/README.mediatek
397 F:      drivers/clk/mediatek/
398 F:      drivers/cpu/mtk_cpu.c
399 F:      drivers/i2c/mtk_i2c.c
400 F:      drivers/mmc/mtk-sd.c
401 F:      drivers/phy/phy-mtk-*
402 F:      drivers/pinctrl/mediatek/
403 F:      drivers/power/domain/mtk-power-domain.c
404 F:      drivers/ram/mediatek/
405 F:      drivers/spi/mtk_snfi_spi.c
406 F:      drivers/spi/mtk_spim.c
407 F:      drivers/timer/mtk_timer.c
408 F:      drivers/usb/host/xhci-mtk.c
409 F:      drivers/usb/mtu3/
410 F:      drivers/watchdog/mtk_wdt.c
411 F:      drivers/net/mtk_eth.c
412 F:      drivers/net/mtk_eth.h
413 F:      drivers/reset/reset-mediatek.c
414 F:      include/dt-bindings/clock/mediatek,*
415 F:      tools/mtk_image.c
416 F:      tools/mtk_image.h
417 F:      tools/mtk_nand_headers.c
418 F:      tools/mtk_nand_headers.h
419 N:      mediatek
420
421 ARM METHODE SUPPORT
422 M:      Robert Marko <robert.marko@sartura.hr>
423 S:      Maintained
424 F:      arch/arm/dts/armada-3720-eDPU*
425 F:      arch/arm/dts/armada-3720-uDPU*
426 F:      configs/eDPU_defconfig
427 F:      configs/uDPU_defconfig
428
429 ARM MICROCHIP/ATMEL AT91
430 M:      Eugen Hristev <eugen.hristev@microchip.com>
431 S:      Maintained
432 T:      git https://source.denx.de/u-boot/custodians/u-boot-at91.git
433 F:      arch/arm/dts/at91*
434 F:      arch/arm/dts/sam*
435 F:      arch/arm/mach-at91/
436 F:      board/atmel/
437 F:      drivers/cpu/at91_cpu.c
438 F:      drivers/memory/atmel-ebi.c
439 F:      drivers/misc/microchip_flexcom.c
440 F:      drivers/timer/atmel_tcb_timer.c
441 F:      include/dt-bindings/clk/at91.h
442 F:      include/dt-bindings/clock/at91.h
443 F:      include/dt-bindings/dma/at91.h
444 F:      include/dt-bindings/mfd/at91-usart.h
445 F:      include/dt-bindings/mfd/atmel-flexcom.h
446 F:      include/dt-bindings/pinctrl/at91.h
447 F:      include/dt-bindings/sound/microchip,pdmc.h
448 F:      drivers/timer/mchp-pit64b-timer.c
449
450 ARM MSC SM2S IMX8MP SOM
451 M:      Martyn Welch <martyn.welch@collabora.com>
452 M:      Ian Ray <ian.ray@ge.com>
453 S:      Maintained
454 F:      arch/arm/dts/imx8mp-msc-sm2s*
455 F:      board/msc/sm2s_imx8mp/
456 F:      configs/msc_sm2s_imx8mp_defconfig
457 F:      include/configs/msc_sm2s_imx8mp.h
458
459 ARM NEXELL S5P4418
460 M:      Stefan Bosch <stefan_b@posteo.net>
461 S:      Maintained
462 F:      arch/arm/cpu/armv7/s5p4418/
463 F:      arch/arm/dts/s5p4418*
464 F:      arch/arm/mach-nexell/
465 F:      board/friendlyarm/
466 F:      configs/s5p4418_nanopi2_defconfig
467 F:      doc/README.s5p4418
468 F:      drivers/gpio/nx_gpio.c
469 F:      drivers/i2c/nx_i2c.c
470 F:      drivers/mmc/nexell_dw_mmc_dm.c
471 F:      drivers/pinctrl/nexell/
472 F:      drivers/serial/serial_s5p4418_pl011.c
473 F:      drivers/video/nexell/
474 F:      drivers/video/nexell_display.c
475 F:      include/configs/s5p4418_nanopi2.h
476
477 ARM OWL
478 M:      Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
479 S:      Maintained
480 F:      arch/arm/include/asm/arch-owl/
481 F:      arch/arm/mach-owl/
482 F:      doc/board/actions/
483 F:      drivers/clk/owl/
484 F:      drivers/serial/serial_owl.c
485 F:      include/configs/owl-common.h
486 F:      configs/bubblegum_96_defconfig
487 F:      configs/cubieboard7_defconfig
488
489 ARM RENESAS RMOBILE/R-CAR
490 M:      Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
491 M:      Marek Vasut <marek.vasut+renesas@mailbox.org>
492 S:      Maintained
493 T:      git https://source.denx.de/u-boot/custodians/u-boot-sh.git
494 F:      arch/arm/mach-rmobile/
495 F:      drivers/clk/renesas/
496 F:      drivers/gpio/gpio-rcar.c
497 F:      drivers/i2c/rcar_*
498 F:      drivers/i2c/sh_i2c.c
499 F:      drivers/mmc/renesas-sdhi.c
500 F:      drivers/mmc/sh_mmcif*
501 F:      drivers/mmc/tmio-common*
502 F:      drivers/mtd/renesas_rpc_hf.c
503 F:      drivers/net/ravb.c
504 F:      drivers/net/rswitch.c
505 F:      drivers/net/sh_eth*
506 F:      drivers/pci/pci-rcar-*
507 F:      drivers/phy/phy-rcar-*
508 F:      drivers/phy/renesas/
509 F:      drivers/pinctrl/renesas/
510 F:      drivers/serial/serial_sh*
511 F:      drivers/spi/renesas_rpc_spi.c
512 F:      drivers/spi/sh_qspi.c
513 F:      drivers/sysinfo/rcar3.c
514 F:      drivers/usb/host/xhci-rcar*
515
516 ARM ROCKCHIP
517 M:      Simon Glass <sjg@chromium.org>
518 M:      Philipp Tomsich <philipp.tomsich@vrull.eu>
519 M:      Kever Yang <kever.yang@rock-chips.com>
520 S:      Maintained
521 T:      git https://source.denx.de/u-boot/custodians/u-boot-rockchip.git
522 F:      arch/arm/dts/px30*
523 F:      arch/arm/dts/rk3*
524 F:      arch/arm/dts/rockchip*
525 F:      arch/arm/dts/rv11*
526 F:      arch/arm/include/asm/arch-rockchip/
527 F:      arch/arm/mach-rockchip/
528 F:      board/amarula/vyasa-rk3288/
529 F:      board/anbernic/rgxx3_rk3566/
530 F:      board/chipspark/popmetal_rk3288
531 F:      board/engicam/px30_core/
532 F:      board/firefly/
533 F:      board/mqmaker/miqi_rk3288/
534 F:      board/phytec/phycore_rk3288
535 F:      board/pine64
536 F:      board/radxa/
537 F:      board/rockchip/
538 F:      board/theobroma-systems
539 F:      board/vamrs/rock960_rk3399/
540 F:      drivers/clk/rockchip/
541 F:      drivers/gpio/rk_gpio.c
542 F:      drivers/misc/rockchip-efuse.c
543 F:      drivers/mmc/rockchip_sdhci.c
544 F:      drivers/mmc/rockchip_dw_mmc.c
545 F:      drivers/pinctrl/rockchip/
546 F:      drivers/ram/rockchip/
547 F:      drivers/sysreset/sysreset_rockchip.c
548 F:      drivers/video/rockchip/
549 F:      tools/rkcommon.c
550 F:      tools/rkcommon.h
551 F:      tools/rkimage.c
552 F:      tools/rksd.c
553 F:      tools/rkspi.c
554 N:      rockchip
555
556 ARM SAMSUNG
557 M:      Minkyu Kang <mk7.kang@samsung.com>
558 S:      Maintained
559 T:      git https://source.denx.de/u-boot/custodians/u-boot-samsung.git
560 F:      arch/arm/mach-exynos/
561 F:      arch/arm/mach-s5pc1xx/
562 F:      arch/arm/cpu/armv7/s5p-common/
563
564 ARM SANCLOUD
565 M:      Paul Barker <paul.barker@sancloud.com>
566 R:      Marc Murphy <marc.murphy@sancloud.com>
567 S:      Supported
568 F:      arch/arm/dts/am335x-sancloud*
569
570 ARM SNAPDRAGON
571 M:      Caleb Connolly <caleb.connolly@linaro.org>
572 M:      Neil Armstrong <neil.armstrong@linaro.org>
573 R:      Sumit Garg <sumit.garg@linaro.org>
574 S:      Maintained
575 F:      arch/arm/mach-snapdragon/
576 F:      drivers/gpio/msm_gpio.c
577 F:      drivers/mmc/msm_sdhci.c
578 F:      drivers/phy/msm8916-usbh-phy.c
579 F:      drivers/serial/serial_msm.c
580 F:      drivers/serial/serial_msm_geni.c
581 F:      drivers/smem/msm_smem.c
582 F:      drivers/spmi/spmi-msm.c
583 F:      drivers/usb/host/ehci-msm.c
584
585 ARM STI
586 M:      Patrice Chotard <patrice.chotard@foss.st.com>
587 S:      Maintained
588 T:      git https://source.denx.de/u-boot/custodians/u-boot-stm.git
589 F:      arch/arm/mach-sti/
590 F:      arch/arm/include/asm/arch-sti*/
591 F:      drivers/phy/sti_usb_phy.c
592 F:      drivers/pinctrl/pinctrl-sti.c
593 F:      drivers/mmc/sti_sdhci.c
594 F:      drivers/reset/sti-reset.c
595 F:      drivers/serial/serial_sti_asc.c
596 F:      drivers/sysreset/sysreset_sti.c
597 F:      drivers/timer/arm_global_timer.c
598 F:      drivers/usb/host/dwc3-sti-glue.c
599 F:      include/dwc3-sti-glue.h
600 F:      include/dt-bindings/clock/stih407-clks.h
601 F:      include/dt-bindings/clock/stih410-clks.h
602 F:      include/dt-bindings/reset/stih407-resets.h
603
604 ARM STM STM32MP
605 M:      Patrick Delaunay <patrick.delaunay@foss.st.com>
606 M:      Patrice Chotard <patrice.chotard@foss.st.com>
607 L:      uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
608 T:      git https://source.denx.de/u-boot/custodians/u-boot-stm.git
609 S:      Maintained
610 F:      arch/arm/mach-stm32mp/
611 F:      doc/board/st/
612 F:      drivers/adc/stm32-adc*
613 F:      drivers/clk/stm32/
614 F:      drivers/gpio/stm32_gpio.c
615 F:      drivers/hwspinlock/stm32_hwspinlock.c
616 F:      drivers/i2c/stm32f7_i2c.c
617 F:      drivers/mailbox/stm32-ipcc.c
618 F:      drivers/misc/stm32mp_fuse.c
619 F:      drivers/misc/stm32_rcc.c
620 F:      drivers/mmc/stm32_sdmmc2.c
621 F:      drivers/mtd/nand/raw/stm32_fmc2_nand.c
622 F:      drivers/phy/phy-stm32-usbphyc.c
623 F:      drivers/pinctrl/pinctrl_stm32.c
624 F:      drivers/power/pmic/stpmic1.c
625 F:      drivers/power/regulator/stm32-vrefbuf.c
626 F:      drivers/power/regulator/stpmic1.c
627 F:      drivers/ram/stm32mp1/
628 F:      drivers/remoteproc/stm32_copro.c
629 F:      drivers/reset/stm32-reset.c
630 F:      drivers/rng/optee_rng.c
631 F:      drivers/rng/stm32_rng.c
632 F:      drivers/rtc/stm32_rtc.c
633 F:      drivers/serial/serial_stm32.*
634 F:      drivers/spi/stm32_qspi.c
635 F:      drivers/spi/stm32_spi.c
636 F:      drivers/video/stm32/stm32_ltdc.c
637 F:      drivers/watchdog/stm32mp_wdt.c
638 F:      include/dt-bindings/clock/stm32fx-clock.h
639 F:      include/dt-bindings/clock/stm32mp*
640 F:      include/dt-bindings/pinctrl/stm32-pinfunc.h
641 F:      include/dt-bindings/reset/stm32mp*
642 F:      include/stm32_rcc.h
643 F:      tools/logos/st.bmp
644 F:      tools/stm32image.c
645 N:      stm
646 N:      stm32
647
648
649 ARM STM STV0991
650 M:      Vikas Manocha <vikas.manocha@st.com>
651 S:      Maintained
652 F:      arch/arm/cpu/armv7/stv0991/
653 F:      arch/arm/include/asm/arch-stv0991/
654
655 ARM SUNXI
656 M:      Jagan Teki <jagan@amarulasolutions.com>
657 M:      Andre Przywara <andre.przywara@arm.com>
658 S:      Maintained
659 T:      git https://source.denx.de/u-boot/custodians/u-boot-sunxi.git
660 F:      arch/arm/cpu/armv7/sunxi/
661 F:      arch/arm/include/asm/arch-sunxi/
662 F:      arch/arm/mach-sunxi/
663 F:      board/sunxi/
664 F:      drivers/clk/sunxi/
665 F:      drivers/phy/allwinner/
666 F:      drivers/pinctrl/sunxi/
667 F:      drivers/video/sunxi/
668 F:      tools/sunxi*
669
670 ARM TEGRA
671 M:      Thierry Reding <treding@nvidia.com>
672 M:      Svyatoslav Ryhel <clamor95@gmail.com>
673 S:      Maintained
674 T:      git https://source.denx.de/u-boot/custodians/u-boot-tegra.git
675 F:      arch/arm/dts/tegra*
676 F:      arch/arm/include/asm/arch-tegra*/
677 F:      arch/arm/mach-tegra/
678 F:      drivers/*/tegra*
679
680 ARM TI
681 M:      Tom Rini <trini@konsulko.com>
682 S:      Maintained
683 T:      git https://source.denx.de/u-boot/custodians/u-boot-ti.git
684 F:      arch/arm/dts/am57xx*
685 F:      arch/arm/dts/dra7*
686 F:      arch/arm/mach-davinci/
687 F:      arch/arm/mach-k3/
688 F:      arch/arm/mach-keystone/
689 F:      arch/arm/mach-omap2/
690 F:      arch/arm/include/asm/arch-omap*/
691 F:      arch/arm/include/asm/ti-common/
692 F:      board/ti/
693 F:      drivers/dma/ti*
694 F:      drivers/firmware/ti_sci.*
695 F:      drivers/gpio/omap_gpio.c
696 F:      drivers/memory/ti-aemif.c
697 F:      drivers/misc/k3_avs.c
698 F:      drivers/mailbox/k3-sec-procy.c
699 F:      drivers/pci/pcie_dw_ti.c
700 F:      drivers/phy/keystone-usb-phy.c
701 F:      drivers/phy/omap-usb2-phy.c
702 F:      drivers/phy/phy-ti-am654.c
703 F:      drivers/phy/ti-pipe3-phy.c
704 F:      drivers/ram/k3*
705 F:      drivers/remoteproc/ipu_rproc.c
706 F:      drivers/remoteproc/k3_system_controller.c
707 F:      drivers/remoteproc/pruc_rpoc.c
708 F:      drivers/remoteproc/ti*
709 F:      drivers/reset/reset-dra7.c
710 F:      drivers/reset/reset-ti-sci.c
711 F:      drivers/rtc/davinci.c
712 F:      drivers/serial/serial_omap.c
713 F:      drivers/soc/ti/
714 F:      drivers/sysreset/sysreset-ti-sci.c
715 F:      drivers/thermal/ti-bandgap.c
716 F:      drivers/timer/omap-timer.c
717 F:      drivers/video/tidss/
718 F:      drivers/watchdog/omap_wdt.c
719 F:      include/linux/pruss_driver.h
720 F:      include/linux/soc/ti/
721
722 ARM U8500
723 M:      Stephan Gerhold <stephan@gerhold.net>
724 R:      Linus Walleij <linus.walleij@linaro.org>
725 S:      Maintained
726 F:      arch/arm/dts/ste-*
727 F:      arch/arm/mach-u8500/
728 F:      drivers/gpio/nmk_gpio.c
729 F:      drivers/phy/phy-ab8500-usb.c
730 F:      drivers/power/pmic/ab8500.c
731 F:      drivers/timer/nomadik-mtu-timer.c
732 F:      drivers/usb/musb-new/ux500.c
733 F:      drivers/video/mcde_simple.c
734
735 ARM UNIPHIER
736 M:      Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
737 R:      Dai Okamura <okamura.dai@socionext.com>
738 S:      Maintained
739 F:      arch/arm/dts/uniphier-*
740 F:      arch/arm/mach-uniphier/
741 F:      configs/uniphier_*_defconfig
742 N:      uniphier
743
744 ARM VERSAL NET
745 M:      Michal Simek <michal.simek@amd.com>
746 S:      Maintained
747 T:      git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
748 F:      arch/arm/mach-versal-net/
749 F:      drivers/soc/soc_xilinx_versal_net.c
750 N:      (?<!uni)versal-net
751
752 ARM VERSAL
753 M:      Michal Simek <michal.simek@amd.com>
754 S:      Maintained
755 T:      git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
756 F:      arch/arm/mach-versal/
757 F:      drivers/net/xilinx_axi_mrmac.*
758 F:      drivers/soc/soc_xilinx_versal.c
759 F:      drivers/spi/cadence_ospi_versal.c
760 F:      drivers/watchdog/xilinx_wwdt.c
761 N:      (?<!uni)versal
762
763 ARM VERSATILE EXPRESS DRIVERS
764 M:      Liviu Dudau <liviu.dudau@foss.arm.com>
765 S:      Maintained
766 T:      git git://github.com/ARM-software/u-boot.git
767 F:      drivers/misc/vexpress_config.c
768 N:      vexpress
769
770 ARM ZYNQ
771 M:      Michal Simek <monstr@monstr.eu>
772 S:      Maintained
773 T:      git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
774 F:      arch/arm/mach-zynq/
775 F:      doc/board/xilinx/
776 F:      doc/device-tree-bindings/video/syncoam,seps525.txt
777 F:      drivers/clk/clk_zynq.c
778 F:      drivers/fpga/zynqpl.c
779 F:      drivers/gpio/zynq_gpio.c
780 F:      drivers/i2c/i2c-cdns.c
781 F:      drivers/i2c/muxes/pca954x.c
782 F:      drivers/i2c/zynq_i2c.c
783 F:      drivers/mmc/zynq_sdhci.c
784 F:      drivers/mtd/nand/raw/zynq_nand.c
785 F:      drivers/net/phy/ethernet_id.c
786 F:      drivers/net/phy/xilinx_phy.c
787 F:      drivers/net/zynq_gem.c
788 F:      drivers/pinctrl/pinctrl-zynqmp.c
789 F:      drivers/serial/serial_zynq.c
790 F:      drivers/spi/zynq_qspi.c
791 F:      drivers/spi/zynq_spi.c
792 F:      drivers/usb/host/ehci-zynq.c
793 F:      drivers/watchdog/cdns_wdt.c
794 F:      include/zynqpl.h
795 F:      tools/zynqimage.c
796 N:      zynq
797
798 ARM ZYNQMP
799 M:      Michal Simek <michal.simek@amd.com>
800 S:      Maintained
801 T:      git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
802 F:      arch/arm/mach-zynqmp/
803 F:      drivers/clk/clk_zynqmp.c
804 F:      driver/firmware/firmware-zynqmp.c
805 F:      drivers/fpga/zynqpl.c
806 F:      drivers/gpio/gpio_slg7xl45106.c
807 F:      drivers/gpio/zynq_gpio.c
808 F:      drivers/gpio/zynqmp_gpio_modepin.c
809 F:      drivers/i2c/i2c-cdns.c
810 F:      drivers/i2c/muxes/pca954x.c
811 F:      drivers/i2c/zynq_i2c.c
812 F:      drivers/mailbox/zynqmp-ipi.c
813 F:      drivers/mmc/zynq_sdhci.c
814 F:      drivers/mtd/nand/raw/zynq_nand.c
815 F:      drivers/net/phy/xilinx_phy.c
816 F:      drivers/net/zynq_gem.c
817 F:      drivers/phy/phy-zynqmp.c
818 F:      drivers/power/domain/zynqmp-power-domain.c
819 F:      drivers/pwm/pwm-cadence-ttc.c
820 F:      drivers/serial/serial_zynq.c
821 F:      drivers/reset/reset-zynqmp.c
822 F:      drivers/rtc/zynqmp_rtc.c
823 F:      drivers/soc/soc_xilinx_zynqmp.c
824 F:      drivers/spi/zynq_qspi.c
825 F:      drivers/spi/zynq_spi.c
826 F:      drivers/timer/cadence-ttc.c
827 F:      drivers/video/seps525.c
828 F:      drivers/video/zynqmp/
829 F:      drivers/watchdog/cdns_wdt.c
830 F:      include/zynqmppl.h
831 F:      include/zynqmp_firmware.h
832 F:      tools/zynqmp*
833 N:      ultra96
834 N:      zynqmp
835
836 ARM ZYNQMP R5
837 M:      Michal Simek <michal.simek@amd.com>
838 S:      Maintained
839 T:      git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
840 F:      arch/arm/mach-zynqmp-r5/
841
842 ARM PHYTIUM
843 M:      liuhao <liuhao@phytium.com.cn>
844 M:      shuyiqi <shuyiqi@phytium.com.cn>
845 S:      Maintained
846 F:      drivers/pci/pcie_phytium.c
847 F:      arch/arm/dts/phytium-durian.dts
848
849 ASPEED AST2600 I2C DRIVER
850 M:      Ryan Chen <ryan_chen@aspeedtech.com>
851 R:      Aspeed BMC SW team <BMC-SW@aspeedtech.com>
852 S:      Maintained
853 F:      drivers/i2c/ast2600_i2c.c
854
855 ASPEED FMC SPI DRIVER
856 M:      Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>
857 M:      Cédric Le Goater <clg@kaod.org>
858 R:      Aspeed BMC SW team <BMC-SW@aspeedtech.com>
859 S:      Maintained
860 F:      drivers/spi/spi-aspeed-smc.c
861
862 BINMAN
863 M:      Simon Glass <sjg@chromium.org>
864 M:      Alper Nebi Yasak <alpernebiyasak@gmail.com>
865 S:      Maintained
866 F:      tools/binman/
867
868 BLKMAP
869 M:      Tobias Waldekranz <tobias@waldekranz.com>
870 S:      Maintained
871 F:      cmd/blkmap.c
872 F:      doc/usage/blkmap.rst
873 F:      drivers/block/blkmap.c
874 F:      include/blkmap.h
875 F:      test/dm/blkmap.c
876
877 BOOTDEVICE
878 M:      Simon Glass <sjg@chromium.org>
879 S:      Maintained
880 F:      boot/bootdev*.c
881 F:      boot/bootflow.c
882 F:      boot/bootmeth*.c
883 F:      boot/bootstd.c
884 F:      cmd/bootdev.c
885 F:      cmd/bootflow.c
886 F:      doc/develop/bootstd.rst
887 F:      doc/usage/bootdev.rst
888 F:      doc/usage/bootflow.rst
889 F:      doc/usage/bootmeth.rst
890 F:      drivers/mmc/mmc_bootdev.c
891 F:      include/bootdev.h
892 F:      include/bootflow.h
893 F:      include/bootmeth.h
894 F:      include/bootstd.h
895 F:      net/eth_bootdevice.c
896 F:      test/boot/
897
898 BTRFS
899 M:      Marek Behún <kabel@kernel.org>
900 R:      Qu Wenruo <wqu@suse.com>
901 L:      linux-btrfs@vger.kernel.org
902 S:      Maintained
903 F:      cmd/btrfs.c
904 F:      fs/btrfs/
905 F:      include/btrfs.h
906
907 BUILDMAN
908 M:      Simon Glass <sjg@chromium.org>
909 S:      Maintained
910 F:      tools/buildman/
911
912 CAAM
913 M:      Gaurav Jain <gaurav.jain@nxp.com>
914 S:      Maintained
915 F:      arch/arm/dts/ls1021a-twr-u-boot.dtsi
916 F:      drivers/crypto/fsl/
917 F:      include/fsl_sec.h
918
919 CAT
920 M:      Roger Knecht <rknecht@pm.me>
921 S:      Maintained
922 F:      cmd/cat.c
923
924 CFI FLASH
925 M:      Stefan Roese <sr@denx.de>
926 S:      Maintained
927 T:      git https://source.denx.de/u-boot/custodians/u-boot-cfi-flash.git
928 F:      drivers/mtd/cfi_flash.c
929 F:      drivers/mtd/jedec_flash.c
930
931 CLOCK
932 M:      Lukasz Majewski <lukma@denx.de>
933 M:      Sean Anderson <seanga2@gmail.com>
934 S:      Maintained
935 T:      git https://source.denx.de/u-boot/custodians/u-boot-clk.git
936 F:      drivers/clk/
937 F:      drivers/clk/imx/
938
939 COLDFIRE
940 M:      Huan Wang <alison.wang@nxp.com>
941 M:      Angelo Dureghello <angelo@kernel-space.org>
942 S:      Maintained
943 T:      git https://source.denx.de/u-boot/custodians/u-boot-coldfire.git
944 F:      arch/m68k/
945 F:      doc/arch/m68k.rst
946 F:      drivers/watchdog/mcf_wdt.c
947
948 CYCLIC
949 M:      Stefan Roese <sr@denx.de>
950 S:      Maintained
951 F:      cmd/cyclic.c
952 F:      common/cyclic.c
953 F:      include/cyclic.h
954
955 DFU
956 M:      Lukasz Majewski <lukma@denx.de>
957 M:      Mattijs Korpershoek <mkorpershoek@baylibre.com>
958 S:      Maintained
959 T:      git https://source.denx.de/u-boot/custodians/u-boot-dfu.git
960 F:      cmd/dfu.c
961 F:      cmd/usb_*.c
962 F:      common/dfu.c
963 F:      common/update.c
964 F:      doc/api/dfu.rst
965 F:      doc/usage/dfu.rst
966 F:      drivers/dfu/
967 F:      drivers/usb/gadget/
968 F:      include/dfu.h
969
970 DRIVER MODEL
971 M:      Simon Glass <sjg@chromium.org>
972 S:      Maintained
973 T:      git https://source.denx.de/u-boot/custodians/u-boot-dm.git
974 F:      doc/driver-model/
975 F:      drivers/core/
976 F:      include/dm/
977 F:      test/dm/
978
979 EFI APP
980 M:      Simon Glass <sjg@chromium.org>
981 M:      Heinrich Schuchardt <xypron.glpk@gmx.de>
982 S:      Maintained
983 W:      https://u-boot.readthedocs.io/en/latest/develop/uefi/u-boot_on_efi.html
984 F:      board/efi/efi-x86_app
985 F:      configs/efi-x86_app*
986 F:      doc/develop/uefi/u-boot_on_efi.rst
987 F:      drivers/block/efi-media-uclass.c
988 F:      drivers/block/sb_efi_media.c
989 F:      lib/efi/efi_app.c
990 F:      scripts/build-efi.sh
991 F:      test/dm/efi_media.c
992
993 EFI PAYLOAD
994 M:      Heinrich Schuchardt <xypron.glpk@gmx.de>
995 M:      Ilias Apalodimas <ilias.apalodimas@linaro.org>
996 S:      Maintained
997 T:      git https://source.denx.de/u-boot/custodians/u-boot-efi.git
998 F:      arch/arm/lib/*_efi.*
999 F:      cmd/bootefi.c
1000 F:      cmd/eficonfig.c
1001 F:      cmd/efidebug.c
1002 F:      cmd/nvedit_efi.c
1003 F:      doc/api/efi.rst
1004 F:      doc/develop/uefi/*
1005 F:      doc/mkeficapsule.1
1006 F:      doc/usage/bootefi.rst
1007 F:      drivers/rtc/emul_rtc.c
1008 F:      include/capitalization.h
1009 F:      include/charset.h
1010 F:      include/cp1250.h
1011 F:      include/cp437.h
1012 F:      include/efi*
1013 F:      include/pe.h
1014 F:      include/asm-generic/pe.h
1015 F:      include/mm_communication.h
1016 F:      lib/charset.c
1017 F:      lib/efi*/
1018 F:      test/lib/efi_*
1019 F:      test/py/tests/test_efi*
1020 F:      test/py/tests/test_efi*/
1021 F:      test/unicode_ut.c
1022 F:      cmd/bootefi.c
1023 F:      cmd/efidebug.c
1024 F:      cmd/nvedit_efi.c
1025 F:      tools/efivar.py
1026 F:      tools/file2include.c
1027 F:      tools/mkeficapsule.c
1028
1029 ENVIRONMENT
1030 M:      Joe Hershberger <joe.hershberger@ni.com>
1031 S:      Maintained
1032 F:      env/
1033 F:      include/env*
1034 F:      test/env/
1035 F:      tools/env*
1036 F:      tools/mkenvimage.c
1037
1038 ENVIRONMENT AS TEXT
1039 M:      Simon Glass <sjg@chromium.org>
1040 S:      Maintained
1041 F:      doc/usage/environment.rst
1042 F:      scripts/env2string.awk
1043
1044 EROFS
1045 M:      Huang Jianan <jnhuang95@gmail.com>
1046 L:      linux-erofs@lists.ozlabs.org
1047 S:      Maintained
1048 F:      cmd/erofs.c
1049 F:      fs/erofs/
1050 F:      include/erofs.h
1051 F:      test/py/tests/test_fs/test_erofs.py
1052
1053 EVENTS
1054 M:      Simon Glass <sjg@chromium.org>
1055 S:      Maintained
1056 F:      cmd/event.c
1057 F:      common/event.c
1058 F:      include/event.h
1059 F:      scripts/event_dump.py
1060 F:      test/common/event.c
1061 F:      test/py/tests/test_event_dump.py
1062
1063 FASTBOOT
1064 M:      Mattijs Korpershoek <mkorpershoek@baylibre.com>
1065 S:      Maintained
1066 F:      cmd/fastboot.c
1067 F:      doc/android/fastboot*.rst
1068 F:      include/fastboot.h
1069 F:      include/fastboot-internal.h
1070 F:      include/net/fastboot_tcp.h
1071 F:      include/net/fastboot_udp.h
1072 F:      drivers/fastboot/
1073 F:      drivers/usb/gadget/f_fastboot.c
1074 F:      net/fastboot_tcp.c
1075 F:      net/fastboot_udp.c
1076 F:      test/dm/fastboot.c
1077
1078 FPGA
1079 M:      Michal Simek <michal.simek@amd.com>
1080 S:      Maintained
1081 T:      git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
1082 F:      drivers/fpga/
1083 F:      cmd/fpga.c
1084 F:      include/fpga.h
1085 F:      test/dm/fpga.c
1086
1087 FLATTENED DEVICE TREE
1088 M:      Simon Glass <sjg@chromium.org>
1089 S:      Maintained
1090 T:      git https://source.denx.de/u-boot/custodians/u-boot-fdt.git
1091 F:      lib/fdtdec*
1092 F:      lib/libfdt/
1093 F:      include/fdt*
1094 F:      include/linux/libfdt*
1095 F:      cmd/fdt.c
1096 F:      common/fdt_support.c
1097 F:      scripts/dtc-version.sh
1098
1099 FREEBSD
1100 M:      Rafal Jaworowski <raj@semihalf.com>
1101 S:      Maintained
1102 T:      git https://source.denx.de/u-boot/custodians/u-boot-freebsd.git
1103
1104 FREESCALE QORIQ
1105 M:      Priyanka Jain <priyanka.jain@nxp.com>
1106 S:      Maintained
1107 T:      git https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
1108 F:      drivers/watchdog/sp805_wdt.c
1109 F:      drivers/watchdog/sbsa_gwdt.c
1110
1111 GATEWORKS_SC
1112 M:      Tim Harvey <tharvey@gateworks.com>
1113 S:      Maintained
1114 F:      drivers/misc/gsc.c
1115 F:      include/gsc.h
1116
1117 I2C
1118 M:      Heiko Schocher <hs@denx.de>
1119 S:      Maintained
1120 T:      git https://source.denx.de/u-boot/custodians/u-boot-i2c.git
1121 F:      drivers/i2c/
1122
1123 KWBIMAGE / KWBOOT TOOLS
1124 M:      Pali Rohár <pali@kernel.org>
1125 M:      Marek Behún <kabel@kernel.org>
1126 M:      Stefan Roese <sr@denx.de>
1127 S:      Maintained
1128 T:      git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
1129 F:      doc/README.kwbimage
1130 F:      doc/kwboot.1
1131 F:      tools/kwb*
1132
1133 LED
1134 M:      Ivan Vozvakhov <i.vozvakhov@vk.team>
1135 S:      Supported
1136 F:      doc/device-tree-bindings/leds/leds-pwm.txt
1137 F:      drivers/led/led_pwm.c
1138
1139 LOGGING
1140 M:      Simon Glass <sjg@chromium.org>
1141 S:      Maintained
1142 T:      git https://source.denx.de/u-boot/u-boot.git
1143 F:      common/log*
1144 F:      cmd/log.c
1145 F:      doc/develop/logging.rst
1146 F:      include/log.h
1147 F:      lib/getopt.c
1148 F:      test/log/
1149 F:      test/py/tests/test_log.py
1150
1151 MALI DISPLAY PROCESSORS
1152 M:      Liviu Dudau <liviu.dudau@foss.arm.com>
1153 S:      Supported
1154 T:      git git://github.com/ARM-software/u-boot.git
1155 F:      drivers/video/mali_dp.c
1156 F:      drivers/i2c/i2c-versatile.c
1157
1158 MICROBLAZE
1159 M:      Michal Simek <monstr@monstr.eu>
1160 S:      Maintained
1161 T:      git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
1162 F:      arch/microblaze/
1163 F:      cmd/mfsl.c
1164 F:      drivers/gpio/xilinx_gpio.c
1165 F:      drivers/net/xilinx_axi_emac.c
1166 F:      drivers/net/xilinx_emaclite.c
1167 F:      drivers/serial/serial_xuartlite.c
1168 F:      drivers/spi/xilinx_spi.c
1169 F:      drivers/sysreset/sysreset_gpio.c
1170 F:      drivers/timer/xilinx-timer.c
1171 F:      drivers/watchdog/xilinx_tb_wdt.c
1172 N:      xilinx
1173
1174 MIPS
1175 M:      Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
1176 S:      Maintained
1177 T:      git https://source.denx.de/u-boot/custodians/u-boot-mips.git
1178 F:      arch/mips/
1179
1180 MIPS CORTINA ACCESS CAxxxx
1181 M:      Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
1182 S:      Supported
1183 F:      board/cortina/common/
1184 F:      drivers/gpio/cortina_gpio.c
1185 F:      drivers/watchdog/cortina_wdt.c
1186 F:      drivers/serial/serial_cortina.c
1187 F:      drivers/led/led_cortina.c
1188 F:      drivers/mmc/ca_dw_mmc.c
1189 F:      drivers/spi/ca_sflash.c
1190 F:      drivers/i2c/i2c-cortina.c
1191 F:      drivers/i2c/i2c-cortina.h
1192 F:      drivers/net/cortina_ni.c
1193 F:      drivers/net/cortina_ni.h
1194 F:      drivers/net/phy/ca_phy.c
1195
1196 MIPS MEDIATEK
1197 M:      Weijie Gao <weijie.gao@mediatek.com>
1198 R:      GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
1199 S:      Maintained
1200 F:      arch/mips/mach-mtmips/
1201 F:      arch/mips/dts/mt7620.dtsi
1202 F:      arch/mips/dts/mt7621.dtsi
1203 F:      arch/mips/dts/mt7620-u-boot.dtsi
1204 F:      arch/mips/dts/mt7621-u-boot.dtsi
1205 F:      include/configs/mt7620.h
1206 F:      include/configs/mt7621.h
1207 F:      include/dt-bindings/clock/mt7620-clk.h
1208 F:      include/dt-bindings/clock/mt7621-clk.h
1209 F:      include/dt-bindings/clock/mt7628-clk.h
1210 F:      include/dt-bindings/reset/mt7620-reset.h
1211 F:      include/dt-bindings/reset/mt7621-reset.h
1212 F:      include/dt-bindings/reset/mt7628-reset.h
1213 F:      drivers/clk/mtmips/
1214 F:      drivers/pinctrl/mtmips/
1215 F:      drivers/gpio/mt7620_gpio.c
1216 F:      drivers/mtd/nand/raw/mt7621_nand.c
1217 F:      drivers/mtd/nand/raw/mt7621_nand.h
1218 F:      drivers/mtd/nand/raw/mt7621_nand_spl.c
1219 F:      drivers/net/mt7620-eth.c
1220 F:      drivers/phy/mt7620-usb-phy.c
1221 F:      drivers/reset/reset-mtmips.c
1222 F:      drivers/serial/serial_mt7620.c
1223 F:      drivers/spi/mt7620_spi.c
1224 F:      drivers/sysreset/sysreset_resetctl.c
1225 F:      drivers/watchdog/mt7620_wdt.c
1226
1227 MIPS MSCC
1228 M:      Gregory CLEMENT <gregory.clement@bootlin.com>
1229 M:      Lars Povlsen <lars.povlsen@microchip.com>
1230 M:      Horatiu Vultur <horatiu.vultur@microchip.com>
1231 S:      Maintained
1232 F:      arch/mips/mach-mscc/
1233 F:      arch/mips/dts/luton*
1234 F:      arch/mips/dts/mscc*
1235 F:      arch/mips/dts/ocelot*
1236 F:      arch/mips/dts/jr2*
1237 F:      arch/mips/dts/serval*
1238 F:      board/mscc/
1239 F:      configs/mscc*
1240 F:      drivers/gpio/mscc_sgpio.c
1241 F:      drivers/spi/mscc_bb_spi.c
1242 F:      include/configs/vcoreiii.h
1243 F:      include/dt-bindings/mscc/
1244 F:      drivers/pinctrl/mscc/
1245 F:      drivers/net/mscc_eswitch/
1246
1247 MIPS JZ4780
1248 M:      Ezequiel Garcia <ezequiel@collabora.com>
1249 S:      Maintained
1250 F:      arch/mips/mach-jz47xx/
1251
1252 MIPS Octeon
1253 M:      Aaron Williams <awilliams@marvell.com>
1254 S:      Maintained
1255 F:      arch/mips/mach-octeon/
1256 F:      arch/mips/include/asm/arch-octeon/
1257 F:      arch/mips/dts/mrvl,cn73xx.dtsi
1258
1259 MMC
1260 M:      Peng Fan <peng.fan@nxp.com>
1261 M:      Jaehoon Chung <jh80.chung@samsung.com>
1262 S:      Maintained
1263 T:      git https://source.denx.de/u-boot/custodians/u-boot-mmc.git
1264 F:      drivers/mmc/
1265
1266 NETWORK
1267 M:      Joe Hershberger <joe.hershberger@ni.com>
1268 M:      Ramon Fried <rfried.dev@gmail.com>
1269 S:      Maintained
1270 T:      git https://source.denx.de/u-boot/custodians/u-boot-net.git
1271 F:      drivers/net/
1272 F:      include/net.h
1273 F:      net/
1274
1275 NIOS
1276 M:      Thomas Chou <thomas@wytron.com.tw>
1277 S:      Maintained
1278 T:      git https://source.denx.de/u-boot/custodians/u-boot-nios.git
1279 F:      arch/nios2/
1280
1281 NVMe
1282 M:      Bin Meng <bmeng.cn@gmail.com>
1283 S:      Maintained
1284 F:      drivers/nvme/
1285 F:      cmd/nvme.c
1286 F:      include/nvme.h
1287 F:      doc/develop/driver-model/nvme.rst
1288
1289 NVMXIP
1290 M:      Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
1291 S:      Maintained
1292 F:      doc/develop/driver-model/nvmxip.rst
1293 F:      doc/device-tree-bindings/nvmxip/nvmxip_qspi.txt
1294 F:      drivers/mtd/nvmxip/
1295 F:      test/dm/nvmxip.c
1296
1297 NVMEM
1298 M:      Sean Anderson <seanga2@gmail.com>
1299 S:      Maintained
1300 F:      doc/api/nvmem.rst
1301 F:      drivers/misc/nvmem.c
1302 F:      drivers/reboot-mode/reboot-mode-nvmem.c
1303 F:      include/nvmem.h
1304
1305 NXP C45 TJA11XX PHY DRIVER
1306 M:      Radu Pirea <radu-nicolae.pirea@oss.nxp.com>
1307 S:      Maintained
1308 F:      drivers/net/phy/nxp-c45-tja11xx.c
1309
1310 ONENAND
1311 #M:     Lukasz Majewski <l.majewski@majess.pl>
1312 S:      Orphaned (Since 2017-01)
1313 T:      git https://source.denx.de/u-boot/custodians/u-boot-onenand.git
1314 F:      drivers/mtd/onenand/
1315
1316 OUT4-IMX6ULL-NANO BOARD
1317 M:      Oleh Kravchenko <oleg@kaa.org.ua>
1318 S:      Maintained
1319 T:      git https://github.com/Oleh-Kravchenko/u-boot-out4.git
1320 F:      arch/arm/dts/ev-imx280-nano-x-mb.dts
1321 F:      arch/arm/dts/o4-imx-nano.dts
1322 F:      arch/arm/dts/o4-imx6ull-nano.dtsi
1323 F:      board/out4
1324 F:      configs/ev-imx280-nano-x-mb_defconfig
1325 F:      configs/o4-imx6ull-nano_defconfig
1326 F:      include/configs/o4-imx6ull-nano.h
1327
1328 PATMAN
1329 M:      Simon Glass <sjg@chromium.org>
1330 S:      Maintained
1331 F:      tools/patman/
1332
1333 PCI Endpoint
1334 M:      Ramon Fried <rfried.dev@gmail.com>
1335 S:      Maintained
1336 F:      drivers/pci_endpoint/
1337 F:  include/pci_ep.h
1338
1339 PCI MPC85xx
1340 M:      Heiko Schocher <hs@denx.de>
1341 S:      Maintained
1342 F:      drivers/pci/pci_mpc85xx.c
1343
1344 PCI MPS
1345 M:      Stephen Carlson <stcarlso@linux.microsoft.com>
1346 S:      Maintained
1347 F:      cmd/pci_mps.c
1348 F:      test/cmd/pci_mps.c
1349
1350 POWER
1351 M:      Jaehoon Chung <jh80.chung@samsung.com>
1352 S:      Maintained
1353 T:      git https://source.denx.de/u-boot/custodians/u-boot-pmic.git
1354 F:      drivers/power/
1355 F:      include/power/
1356
1357 POWERPC
1358 S:      Orphan (Since 2022-10-21)
1359 F:      arch/powerpc/
1360
1361 POWERPC MPC8XX
1362 M:      Christophe Leroy <christophe.leroy@csgroup.eu>
1363 S:      Maintained
1364 T:      git https://source.denx.de/u-boot/custodians/u-boot-mpc8xx.git
1365 F:      arch/powerpc/cpu/mpc8xx/
1366
1367 POWERPC MPC83XX
1368 M:      Mario Six <mario.six@gdsys.cc>
1369 S:      Maintained
1370 T:      git https://source.denx.de/u-boot/custodians/u-boot-mpc83xx.git
1371 F:      drivers/ram/mpc83xx_sdram.c
1372 F:      include/dt-bindings/memory/mpc83xx-sdram.h
1373 F:      drivers/sysreset/sysreset_mpc83xx.c
1374 F:      drivers/sysreset/sysreset_mpc83xx.h
1375 F:      drivers/clk/mpc83xx_clk.c
1376 F:      drivers/clk/mpc83xx_clk.h
1377 F:      include/dt-bindings/clk/mpc83xx-clk.h
1378 F:      drivers/timer/mpc83xx_timer.c
1379 F:      drivers/cpu/mpc83xx_cpu.c
1380 F:      drivers/cpu/mpc83xx_cpu.h
1381 F:      drivers/misc/mpc83xx_serdes.c
1382 F:      arch/powerpc/cpu/mpc83xx/
1383 F:      arch/powerpc/include/asm/arch-mpc83xx/
1384
1385 POWERPC MPC85XX
1386 M:      Marek Behún <kabel@kernel.org>
1387 S:      Maintained
1388 T:      git https://source.denx.de/u-boot/custodians/u-boot-mpc85xx.git
1389 F:      arch/powerpc/cpu/mpc85xx/
1390
1391 RAW NAND
1392 M:      Dario Binacchi <dario.binacchi@amarulasolutions.com>
1393 M:      Michael Trimarchi <michael@amarulasolutions.com>
1394 S:      Maintained
1395 T:      git https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git
1396 F:      drivers/mtd/nand/raw/
1397
1398 RISC-V
1399 M:      Rick Chen <rick@andestech.com>
1400 M:      Leo <ycliang@andestech.com>
1401 S:      Maintained
1402 T:      git https://source.denx.de/u-boot/custodians/u-boot-riscv.git
1403 F:      arch/riscv/
1404 F:      cmd/riscv/
1405 F:      doc/arch/riscv.rst
1406 F:      doc/usage/sbi.rst
1407 F:      drivers/sysreset/sysreset_sbi.c
1408 F:      drivers/timer/andes_plmt_timer.c
1409 F:      drivers/timer/riscv_aclint_timer.c
1410 F:      tools/prelink-riscv.c
1411
1412 RISC-V CANAAN KENDRYTE K210
1413 M:      Sean Anderson <seanga2@gmail.com>
1414 S:      Maintained
1415 F:      doc/device-tree-bindings/mfd/canaan,k210-sysctl.txt
1416 F:      doc/device-tree-bindings/pinctrl/canaan,k210-fpioa.txt
1417 F:      drivers/clk/clk_k210.c
1418 F:      drivers/pinctrl/pinctrl-k210.c
1419 F:      include/k210/
1420
1421 RNG
1422 M:      Sughosh Ganu <sughosh.ganu@linaro.org>
1423 R:      Heinrich Schuchardt <xypron.glpk@gmx.de>
1424 S:      Maintained
1425 F:      cmd/rng.c
1426 F:      doc/api/rng.rst
1427 F:      drivers/rng/
1428 F:      drivers/virtio/virtio_rng.c
1429 F:      include/rng.h
1430
1431 ROCKUSB
1432 M:      Eddie Cai <eddie.cai.linux@gmail.com>
1433 S:      Maintained
1434 F:      drivers/usb/gadget/f_rockusb.c
1435 F:      cmd/rockusb.c
1436 F:      doc/README.rockusb
1437
1438 SANDBOX
1439 M:      Simon Glass <sjg@chromium.org>
1440 S:      Maintained
1441 F:      arch/sandbox/
1442 F:      doc/arch/sandbox.rst
1443 F:      drivers/*/*sandbox*.c
1444 F:      include/dt-bindings/*/sandbox*.h
1445 F:      include/os.h
1446
1447 SEAMA
1448 M:      Linus Walleij <linus.walleij@linaro.org>
1449 S:      Maintained
1450 F:      cmd/seama.c
1451 F:      doc/usage/cmd/seama.rst
1452 F:      test/cmd/seama.c
1453
1454 SEMIHOSTING
1455 R:      Sean Anderson <sean.anderson@seco.com>
1456 S:      Orphaned
1457 N:      semihosting
1458
1459 SETEXPR
1460 M:      Roland Gaudig <roland.gaudig@weidmueller.com>
1461 S:      Maintained
1462 F:      cmd/printf.c
1463 F:      doc/usage/setexpr.rst
1464
1465 SH
1466 M:      Marek Vasut <marek.vasut+renesas@gmail.com>
1467 M:      Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1468 S:      Maintained
1469 T:      git https://source.denx.de/u-boot/custodians/u-boot-sh.git
1470 F:      arch/sh/
1471
1472 SL28CLPD
1473 M:      Michael Walle <michael@walle.cc>
1474 S:      Maintained
1475 F:      drivers/gpio/sl28cpld-gpio.c
1476 F:      drivers/misc/sl28cpld.c
1477 F:      drivers/watchdog/sl28cpld-wdt.c
1478
1479 SMCCC TRNG
1480 M:      Etienne Carriere <etienne.carriere@linaro.org>
1481 S:      Maintained
1482 F:      drivers/rng/smccc_trng.c
1483
1484 SPI
1485 M:      Jagan Teki <jagan@amarulasolutions.com>
1486 S:      Maintained
1487 T:      git https://source.denx.de/u-boot/custodians/u-boot-spi.git
1488 F:      drivers/spi/
1489 F:      include/spi*
1490
1491 SPI NAND
1492 M:      Dario Binacchi <dario.binacchi@amarulasolutions.com>
1493 M:      Michael Trimarchi <michael@amarulasolutions.com>
1494 R:      Frieder Schrempf <frieder.schrempf@kontron.de>
1495 S:      Maintained
1496 T:      git https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git
1497 F:      drivers/mtd/nand/spi/
1498
1499 SPI-NOR
1500 M:      Jagan Teki <jagan@amarulasolutions.com>
1501 M:      Vignesh R <vigneshr@ti.com>
1502 S:      Maintained
1503 F:      drivers/mtd/spi/
1504 F:      include/spi_flash.h
1505 F:      include/linux/mtd/cfi.h
1506 F:      include/linux/mtd/spi-nor.h
1507
1508 SPMI
1509 M:      Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
1510 S:      Maintained
1511 F:      drivers/spmi/
1512 F:      include/spmi/
1513
1514 SQUASHFS
1515 M:      Joao Marcos Costa <jmcosta944@gmail.com>
1516 R:      Thomas Petazzoni <thomas.petazzoni@bootlin.com>
1517 R:      Miquel Raynal <miquel.raynal@bootlin.com>
1518 S:      Maintained
1519 F:      fs/squashfs/
1520 F:      include/sqfs.h
1521 F:      cmd/sqfs.c
1522 F:      test/py/tests/test_fs/test_squashfs/
1523
1524 STACKPROTECTOR
1525 M:      Joel Peshkin <joel.peshkin@broadcom.com>
1526 S:      Maintained
1527 F:      common/stackprot.c
1528 F:      cmd/stackprot_test.c
1529 F:      test/py/tests/test_stackprotector.py
1530
1531 TARGET_BCMNS3
1532 M:      Bharat Gooty <bharat.gooty@broadcom.com>
1533 M:      Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
1534 S:      Maintained
1535 F:      board/broadcom/bcmns3/
1536 F:      doc/README.bcmns3
1537 F:      configs/bcm_ns3_defconfig
1538 F:      include/configs/bcm_ns3.h
1539 F:      include/dt-bindings/memory/bcm-ns3-mc.h
1540 F:      arch/arm/Kconfig
1541 F:      arch/arm/dts/ns3-board.dts
1542 F:      arch/arm/dts/ns3.dtsi
1543 F:      arch/arm/cpu/armv8/bcmns3
1544 F:      arch/arm/include/asm/arch-bcmns3/
1545 F:      cmd/broadcom/Makefile
1546 F:      cmd/broadcom/chimp_boot.c
1547 F:      cmd/broadcom/nitro_image_load.c
1548 F:      cmd/broadcom/chimp_handshake.c
1549
1550 TDA19988 HDMI ENCODER
1551 M:      Liviu Dudau <liviu.dudau@foss.arm.com>
1552 S:      Maintained
1553 F:      drivers/video/tda19988.c
1554
1555 TI SYSTEM SECURITY
1556 M:      Andrew F. Davis <afd@ti.com>
1557 S:      Supported
1558 F:      arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
1559 F:      arch/arm/mach-omap2/sec-common.c
1560 F:      arch/arm/mach-omap2/config_secure.mk
1561 F:      arch/arm/mach-k3/security.c
1562 F:      configs/am335x_hs_evm_defconfig
1563 F:      configs/am335x_hs_evm_uart_defconfig
1564 F:      configs/am43xx_hs_evm_defconfig
1565 F:      configs/am43xx_hs_evm_qspi_defconfig
1566 F:      configs/am57xx_hs_evm_defconfig
1567 F:      configs/am57xx_hs_evm_usb_defconfig
1568 F:      configs/dra7xx_hs_evm_defconfig
1569 F:      configs/dra7xx_hs_evm_usb_defconfig
1570 F:      configs/k2hk_hs_evm_defconfig
1571 F:      configs/k2e_hs_evm_defconfig
1572 F:      configs/k2g_hs_evm_defconfig
1573 F:      configs/k2l_hs_evm_defconfig
1574
1575 TPM DRIVERS
1576 M:      Ilias Apalodimas <ilias.apalodimas@linaro.org>
1577 S:      Maintained
1578 T:      git https://source.denx.de/u-boot/custodians/u-boot-tpm.git
1579 F:      cmd/tpm*
1580 F:      drivers/tpm/
1581 F:      include/tpm*
1582
1583 TQ GROUP
1584 #M:     Martin Krause <martin.krause@tq-systems.de>
1585 S:      Orphaned (Since 2016-02)
1586 T:      git git://git.denx.de/u-boot-tq-group.git
1587
1588 TEE
1589 M:      Jens Wiklander <jens.wiklander@linaro.org>
1590 M:      Ilias Apalodimas <ilias.apalodimas@linaro.org>
1591 T:      git https://source.denx.de/u-boot/custodians/u-boot-tpm.git
1592 S:      Maintained
1593 F:      drivers/tee/
1594 F:      include/tee.h
1595 F:      include/tee/
1596
1597 TEE-lib
1598 M:      Bryan O'Donoghue <bryan.odonoghue@linaro.org>
1599 S:      Maintained
1600 F:      lib/optee
1601
1602 UBI
1603 M:      Kyungmin Park <kmpark@infradead.org>
1604 M:      Heiko Schocher <hs@denx.de>
1605 S:      Maintained
1606 T:      git https://source.denx.de/u-boot/custodians/u-boot-ubi.git
1607 F:      drivers/mtd/ubi/
1608
1609 UFS
1610 M:      Bhupesh Sharma <bhupesh.linux@gmail.com>
1611 M:      Neha Malcom Francis <n-francis@ti.com>
1612 S:      Maintained
1613 F:      drivers/ufs/
1614
1615 USB
1616 M:      Marek Vasut <marex@denx.de>
1617 S:      Maintained
1618 T:      git https://source.denx.de/u-boot/custodians/u-boot-usb.git
1619 F:      drivers/usb/
1620 F:      common/usb.c
1621 F:      common/usb_kbd.c
1622 F:      common/usb_storage.c
1623 F:      include/usb.h
1624
1625 USB xHCI
1626 M:      Bin Meng <bmeng.cn@gmail.com>
1627 S:      Maintained
1628 T:      git https://source.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
1629 F:      drivers/usb/host/xhci*
1630 F:      include/usb/xhci.h
1631
1632 UUID testing
1633 M:      Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
1634 S:      Maintained
1635 F:      test/lib/uuid.c
1636
1637 VIDEO
1638 M:      Anatolij Gustschin <agust@denx.de>
1639 S:      Maintained
1640 T:      git https://source.denx.de/u-boot/custodians/u-boot-video.git
1641 F:      drivers/video/
1642 F:      include/video*.h
1643
1644 VirtIO
1645 M:      Bin Meng <bmeng.cn@gmail.com>
1646 S:      Maintained
1647 F:      drivers/virtio/
1648 F:      cmd/virtio.c
1649 F:      include/config/virtio/
1650 F:      include/config/virtio.h
1651 F:      include/config/cmd/virtio.h
1652 F:      include/virtio*.h
1653 F:      test/dm/virtio.c
1654 F:      doc/develop/driver-model/virtio.rst
1655
1656 WATCHDOG
1657 M:      Stefan Roese <sr@denx.de>
1658 S:      Maintained
1659 T:      git https://source.denx.de/u-boot/custodians/u-boot-watchdog.git
1660 F:      cmd/wdt.c
1661 F:      drivers/watchdog/
1662 F:      include/watchdog*.h
1663
1664 X86
1665 M:      Simon Glass <sjg@chromium.org>
1666 M:      Bin Meng <bmeng.cn@gmail.com>
1667 S:      Maintained
1668 T:      git https://source.denx.de/u-boot/custodians/u-boot-x86.git
1669 F:      arch/x86/
1670 F:      cmd/x86/
1671
1672 XEN
1673 M:      Anastasiia Lukianenko <vicooodin@gmail.com>
1674 M:      Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
1675 S:      Maintained
1676 F:      arch/arm/cpu/armv8/xen/
1677 F:      arch/arm/include/asm/xen.h
1678 F:      arch/arm/include/asm/xen/
1679 F:      cmd/pvblock.c
1680 F:      drivers/serial/serial_xen.c
1681 F:      drivers/xen/
1682 F:      include/pvblock.h
1683 F:      include/xen/
1684 F:      include/xen.h
1685 F:      lib/sscanf.c
1686 F:      test/lib/sscanf.c
1687
1688 XTENSA
1689 M:      Max Filippov <jcmvbkbc@gmail.com>
1690 S:      Maintained
1691 F:      arch/xtensa/
1692
1693 XXD
1694 M:      Roger Knecht <rknecht@pm.me>
1695 S:      Maintained
1696 F:      cmd/xxd.c
1697 F:      doc/usage/cmd/xxd.rst
1698 F:      test/py/tests/test_xxd/
1699
1700 THE REST
1701 M:      Tom Rini <trini@konsulko.com>
1702 L:      u-boot@lists.denx.de
1703 Q:      http://patchwork.ozlabs.org/project/uboot/list/
1704 S:      Maintained
1705 T:      git https://source.denx.de/u-boot/u-boot.git
1706 F:      configs/tools-only_defconfig
1707 F:      *
1708 F:      */