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