]> Git Repo - J-u-boot.git/blame - MAINTAINERS
Merge git://git.denx.de/u-boot-marvell
[J-u-boot.git] / MAINTAINERS
CommitLineData
00f141cc
DS
1Descriptions of section entries:
2
3 P: Person (obsolete)
4 M: Mail patches to: FullName <address@domain>
65fa17d4
HS
5 R: Designated reviewer: FullName <address@domain>
6 These reviewers should be CCed on patches.
00f141cc
DS
7 L: Mailing list that is relevant to this area
8 W: Web-page with status/info
9 Q: Patchwork web based patch tracking system site
10 T: SCM tree type and location.
11 Type is one of: git, hg, quilt, stgit, topgit
12 S: Status, one of the following:
13 Supported: Someone is actually paid to look after this.
14 Maintained: Someone actually looks after it.
15 Odd Fixes: It has a maintainer but they don't have time to do
16 much other than throw the odd patch in. See below..
17 Orphan: No current maintainer [but maybe you could take the
18 role as you write your new code].
19 Obsolete: Old code. Something tagged obsolete generally means
20 it has been replaced by a better system and you
21 should be using that.
22 F: Files and directories with wildcard patterns.
23 A trailing slash includes all files and subdirectory files.
24 F: drivers/net/ all files in and below drivers/net
25 F: drivers/net/* all files in drivers/net, but not below
26 F: */net/* all files in "any top level directory"/net
27 One pattern per line. Multiple F: lines acceptable.
28 N: Files and directories with regex patterns.
29 N: [^a-z]tegra all files whose path contains the word tegra
30 One pattern per line. Multiple N: lines acceptable.
31 scripts/get_maintainer.pl has different behavior for files that
32 match F: pattern and matches of N: patterns. By default,
33 get_maintainer will not look at git log history when an F: pattern
34 match occurs. When an N: match occurs, git log history is used
35 to also notify the people that have git commit signatures.
36 X: Files and directories that are NOT maintained, same rules as F:
37 Files exclusions are tested before file matches.
38 Can be useful for excluding a specific subdirectory, for instance:
39 F: net/
40 X: net/ipv6/
41 matches all files in and below net excluding net/ipv6/
42 K: Keyword perl extended regex pattern to match content in a
43 patch or file. For instance:
44 K: of_get_profile
45 matches patches or files that contain "of_get_profile"
46 K: \b(printk|pr_(info|err))\b
47 matches patches or files that contain one or more of the words
48 printk, pr_info or pr_err
49 One regex pattern per line. Multiple K: lines acceptable.
50
51Note: For the hard of thinking, this list is meant to remain in alphabetical
52order. If you could add yourselves to it in alphabetical order that would be
53so much easier [Ed]
54
55Maintainers List (try to look for most precise areas first)
56
57 -----------------------------------
58ARC
59M: Alexey Brodkin <[email protected]>
4006200d 60M: Eugeniy Paltsev <[email protected]>
00f141cc 61S: Maintained
4006200d 62L: [email protected]
00f141cc
DS
63T: git git://git.denx.de/u-boot-arc.git
64F: arch/arc/
b08b113e 65F: board/synopsys/
00f141cc 66
e80dac0a
EP
67ARC HSDK CGU CLOCK
68M: Eugeniy Paltsev <[email protected]>
69S: Maintained
70L: [email protected]
71F: drivers/clk/clk-hsdk-cgu.c
72F: include/dt-bindings/clock/snps,hsdk-cgu.h
73F: doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
74
b7d6e0ab
HS
75ARC HSDK CREG GPIO
76M: Eugeniy Paltsev <[email protected]>
77S: Maintained
78L: [email protected]
7620ec4d 79F: doc/device-tree-bindings/gpio/snps,creg-gpio.txt
b7d6e0ab
HS
80F: drivers/gpio/hsdk-creg-gpio.c
81
00f141cc
DS
82ARM
83M: Albert Aribaud <[email protected]>
84S: Maintained
85T: git git://git.denx.de/u-boot-arm.git
86F: arch/arm/
87
d8540a16
PM
88ARM ALTERA SOCFPGA
89M: Marek Vasut <[email protected]>
90S: Maintainted
91T: git git://git.denx.de/u-boot-socfpga.git
f22dede2 92F: arch/arm/mach-socfpga/
d8540a16 93
535d74a8
NA
94ARM AMLOGIC SOC SUPPORT
95M: Neil Armstrong <[email protected]>
96S: Maintained
97L: [email protected]
98T: git git://git.denx.de/u-boot-amlogic.git
99F: arch/arm/mach-meson/
100F: arch/arm/include/asm/arch-meson/
101F: drivers/clk/clk_meson*
102F: drivers/serial/serial_meson.c
103F: drivers/reset/reset-meson.c
104F: drivers/i2c/meson_i2c.c
105F: drivers/net/phy/meson-gxl.c
106F: drivers/adc/meson-saradc.c
107F: drivers/phy/meson*
108F: drivers/mmc/meson_gx_mmc.c
109F: drivers/spi/meson_spifc.c
110F: drivers/pinctrl/meson/
111F: drivers/power/domain/meson-gx-pwrc-vpu.c
112F: drivers/video/meson/
113F: include/configs/meson64.h
114N: meson
115
00f141cc 116ARM ATMEL AT91
09c2b8f3 117M: Andreas Bießmann <[email protected]>
00f141cc
DS
118S: Maintained
119T: git git://git.denx.de/u-boot-atmel.git
62011840 120F: arch/arm/mach-at91/
00f141cc 121
fe84ebf0 122ARM BROADCOM BCM283X
958d55f2
AG
123M: Alexander Graf <[email protected]>
124S: Maintained
fe84ebf0
SW
125F: arch/arm/mach-bcm283x/
126F: drivers/gpio/bcm2835_gpio.c
127F: drivers/mmc/bcm2835_sdhci.c
c8a73a26 128F: drivers/mmc/bcm2835_sdhost.c
fe84ebf0 129F: drivers/serial/serial_bcm283x_mu.c
6001985f 130F: drivers/serial/serial_bcm283x_pl011.c
fe84ebf0
SW
131F: drivers/video/bcm2835.c
132F: include/dm/platform_data/serial_bcm283x_mu.h
caf2233b 133F: drivers/pinctrl/broadcom/
fe84ebf0 134
894c3ad2
TF
135ARM BROADCOM BCMSTB
136M: Thomas Fitzsimmons <[email protected]>
137S: Maintained
138F: arch/arm/mach-bcmstb/
139F: board/broadcom/bcmstb/
3f20321a 140F: configs/bcm7*_defconfig
894c3ad2
TF
141F: doc/README.bcm7xxx
142F: drivers/mmc/bcmstb_sdhci.c
143F: drivers/spi/bcmstb_spi.c
144
da1f7997
MB
145ARM/CZ.NIC TURRIS MOX SUPPORT
146M: Marek Behun <[email protected]>
147S: Maintained
148F: arch/arm/dts/armada-3720-turris-mox.dts
149F: board/CZ.NIC/
150F: configs/turris_*_defconfig
151F: include/configs/turris_*.h
152
00f141cc
DS
153ARM FREESCALE IMX
154M: Stefano Babic <[email protected]>
73127e90 155M: Fabio Estevam <[email protected]>
d17b0bed 156R: NXP i.MX U-Boot Team <[email protected]>
00f141cc
DS
157S: Maintained
158T: git git://git.denx.de/u-boot-imx.git
159F: arch/arm/cpu/arm1136/mx*/
160F: arch/arm/cpu/arm926ejs/mx*/
00f141cc 161F: arch/arm/cpu/armv7/vf610/
552a848e 162F: arch/arm/mach-imx/
00f141cc
DS
163F: arch/arm/include/asm/arch-imx/
164F: arch/arm/include/asm/arch-mx*/
165F: arch/arm/include/asm/arch-vf610/
552a848e 166F: arch/arm/include/asm/mach-imx/
77cbd3a1 167F: board/freescale/*mx*/
00f141cc 168
ae4dc15d
PG
169ARM HISILICON
170M: Peter Griffin <[email protected]>
171S: Maintained
172F: arch/arm/cpu/armv8/hisilicon
0f8525f5 173F: arch/arm/include/asm/arch-hi6220/
ae4dc15d 174
4b8cb843 175ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX
00f141cc 176M: Prafulla Wadaskar <[email protected]>
5ea01961 177M: Luka Perkov <[email protected]>
f822d857 178M: Stefan Roese <[email protected]>
00f141cc
DS
179S: Maintained
180T: git git://git.denx.de/u-boot-marvell.git
56f86e39 181F: arch/arm/mach-kirkwood/
f822d857 182F: arch/arm/mach-mvebu/
592b4a7e 183F: drivers/ata/ahci_mvebu.c
4b8cb843 184F: drivers/phy/marvell/
00f141cc
DS
185
186ARM MARVELL PXA
187M: Marek Vasut <[email protected]>
188S: Maintained
189T: git git://git.denx.de/u-boot-pxa.git
190F: arch/arm/cpu/pxa/
191F: arch/arm/include/asm/arch-pxa/
192
a9da9eeb
RL
193ARM MEDIATEK
194M: Ryder Lee <[email protected]>
195M: Weijie Gao <[email protected]>
196S: Maintained
197F: arch/arm/mach-mediatek/
198F: arch/arm/include/asm/arch-mediatek/
199F: board/mediatek/
200F: doc/README.mediatek
201F: drivers/clk/mediatek/
202F: drivers/mmc/mtk-sd.c
203F: drivers/pinctrl/mediatek/
204F: drivers/power/domain/mtk-power-domain.c
205F: drivers/ram/mediatek/
206F: drivers/spi/mtk_qspi.c
207F: drivers/timer/mtk_timer.c
208F: drivers/watchdog/mtk_wdt.c
d049ff9c
WG
209F: drivers/net/mtk_eth.c
210F: drivers/reset/reset-mediatek.c
a9da9eeb
RL
211F: tools/mtk_image.c
212F: tools/mtk_image.h
213N: mediatek
214
e2a1484c
MS
215ARM OWL
216M: Manivannan Sadhasivam <[email protected]>
217S: Maintained
218F: arch/arm/include/asm/arch-owl/
219F: arch/arm/mach-owl/
220F: board/ucRobotics/
221F: drivers/clk/owl/
222F: drivers/serial/serial_owl.c
223
4810c2f8
NI
224ARM RENESAS RMOBILE/R-CAR
225M: Nobuhiro Iwamatsu <[email protected]>
9db60e25 226M: Marek Vasut <[email protected]>
4810c2f8
NI
227S: Maintained
228T: git git://git.denx.de/u-boot-sh.git
229F: arch/arm/mach-rmobile/
230
c3caeac0
MY
231ARM ROCKCHIP
232M: Simon Glass <[email protected]>
f8714372 233M: Philipp Tomsich <[email protected]>
c3caeac0
MY
234S: Maintained
235T: git git://git.denx.de/u-boot-rockchip.git
8b45193a 236F: arch/arm/include/asm/arch-rockchip/
c3caeac0 237F: arch/arm/mach-rockchip/
ae0fc89e 238F: board/rockchip/
8b45193a
PT
239F: drivers/clk/rockchip/
240F: drivers/gpio/rk_gpio.c
241F: drivers/misc/rockchip-efuse.c
47b8583f
PT
242F: drivers/mmc/rockchip_sdhci.c
243F: drivers/mmc/rockchip_dw_mmc.c
8b45193a
PT
244F: drivers/pinctrl/rockchip/
245F: drivers/ram/rockchip/
246F: drivers/sysreset/sysreset_rockchip.c
3f565522 247F: drivers/video/rockchip/
8b45193a
PT
248F: tools/rkcommon.c
249F: tools/rkcommon.h
250F: tools/rkimage.c
251F: tools/rksd.c
252F: tools/rkspi.c
c3caeac0 253
00f141cc
DS
254ARM SAMSUNG
255M: Minkyu Kang <[email protected]>
256S: Maintained
257T: git git://git.denx.de/u-boot-samsung.git
225f5eec
MK
258F: arch/arm/mach-exynos/
259F: arch/arm/mach-s5pc1xx/
00f141cc 260F: arch/arm/cpu/armv7/s5p-common/
00f141cc 261
e721e981 262ARM SNAPDRAGON
92a14a47 263M: Ramon Fried <[email protected]>
e721e981
MK
264S: Maintained
265F: arch/arm/mach-snapdragon/
ce18baf9
RF
266F: drivers/gpio/msm_gpio.c
267F: drivers/mmc/msm_sdhci.c
92454e47 268F: drivers/phy/msm8916-usbh-phy.c
ce18baf9 269F: drivers/serial/serial_msm.c
654dd4a8 270F: drivers/smem/msm_smem.c
ce18baf9 271F: drivers/usb/host/ehci-msm.c
e721e981 272
b7d6e0ab
HS
273ARM STI
274M: Patrice Chotard <[email protected]>
275S: Maintained
276F: arch/arm/mach-sti/
277F: arch/arm/include/asm/arch-sti*/
278
00f141cc 279ARM STM SPEAR
3a53aba3
BM
280#M: Vipin Kumar <[email protected]>
281S: Orphaned (Since 2016-02)
00f141cc
DS
282T: git git://git.denx.de/u-boot-stm.git
283F: arch/arm/cpu/arm926ejs/spear/
284F: arch/arm/include/asm/arch-spear/
285
2514c2d0
PD
286ARM STM STM32MP
287M: Patrick Delaunay <[email protected]>
f65b82ff
PC
288M: Christophe Kerello <[email protected]>
289M: Patrice Chotard <[email protected]>
84ee59a5 290L: [email protected] (moderated for non-subscribers)
2514c2d0 291S: Maintained
67eea68a 292F: arch/arm/mach-stm32mp/
b57aaa07 293F: drivers/clk/clk_stm32mp1.c
f65b82ff 294F: drivers/i2c/stm32f7_i2c.c
c3600e1f 295F: drivers/misc/stm32mp_fuse.c
f65b82ff
PC
296F: drivers/mmc/stm32_sdmmc2.c
297F: drivers/phy/phy-stm32-usbphyc.c
298F: drivers/pinctrl/pinctrl_stm32.c
299F: drivers/power/regulator/stm32-vrefbuf.c
b57aaa07 300F: drivers/ram/stm32mp1/
f65b82ff
PC
301F: drivers/misc/stm32_rcc.c
302F: drivers/reset/stm32-reset.c
303F: drivers/spi/stm32_qspi.c
2514c2d0 304
9fa32b12
VM
305ARM STM STV0991
306M: Vikas Manocha <[email protected]>
307S: Maintained
308F: arch/arm/cpu/armv7/stv0991/
309F: arch/arm/include/asm/arch-stv0991/
310
00f141cc 311ARM SUNXI
543bd273 312M: Jagan Teki <[email protected]>
bf8f4c44 313M: Maxime Ripard <[email protected]>
ed8f2a28 314S: Maintained
00f141cc
DS
315T: git git://git.denx.de/u-boot-sunxi.git
316F: arch/arm/cpu/armv7/sunxi/
317F: arch/arm/include/asm/arch-sunxi/
ed8f2a28
CYT
318F: arch/arm/mach-sunxi/
319F: board/sunxi/
00f141cc
DS
320
321ARM TEGRA
322M: Tom Warren <[email protected]>
323S: Maintained
324T: git git://git.denx.de/u-boot-tegra.git
09f455dc 325F: arch/arm/mach-tegra/
00f141cc
DS
326F: arch/arm/include/asm/arch-tegra*/
327
328ARM TI
4e34d610 329M: Tom Rini <[email protected]>
00f141cc
DS
330S: Maintained
331T: git git://git.denx.de/u-boot-ti.git
26f7c111 332F: arch/arm/mach-davinci/
586bde93 333F: arch/arm/mach-k3/
26f7c111 334F: arch/arm/mach-keystone/
00f141cc
DS
335F: arch/arm/include/asm/arch-omap*/
336F: arch/arm/include/asm/ti-common/
337
0fb63aa6 338ARM UNIPHIER
ed6226c4 339M: Masahiro Yamada <[email protected]>
0fb63aa6
MY
340S: Maintained
341T: git git://git.denx.de/u-boot-uniphier.git
4c425570 342F: arch/arm/mach-uniphier/
5fd3f434 343F: configs/uniphier_*_defconfig
eb006c83 344N: uniphier
0fb63aa6 345
ec48b6c9
MS
346ARM VERSAL
347M: Michal Simek <[email protected]>
348S: Maintained
349T: git git://git.denx.de/u-boot-microblaze.git
350F: arch/arm/mach-versal/
351
0fabfeb2
LD
352ARM VERSATILE EXPRESS DRIVERS
353M: Liviu Dudau <[email protected]>
354S: Maintained
355T: git git://github.com/ARM-software/u-boot.git
356F: drivers/misc/vexpress_config.c
357N: vexpress
358
00f141cc
DS
359ARM ZYNQ
360M: Michal Simek <[email protected]>
361S: Maintained
8ae3d0b5
MS
362T: git git://git.denx.de/u-boot-microblaze.git
363F: arch/arm/mach-zynq/
364F: drivers/clk/clk_zynq.c
365F: drivers/fpga/zynqpl.c
366F: drivers/gpio/zynq_gpio.c
367F: drivers/i2c/i2c-cdns.c
368F: drivers/i2c/muxes/pca954x.c
369F: drivers/i2c/zynq_i2c.c
370F: drivers/mmc/zynq_sdhci.c
a430fa06 371F: drivers/mtd/nand/raw/zynq_nand.c
8ae3d0b5
MS
372F: drivers/net/phy/xilinx_phy.c
373F: drivers/net/zynq_gem.c
374F: drivers/serial/serial_zynq.c
375F: drivers/spi/zynq_qspi.c
376F: drivers/spi/zynq_spi.c
377F: drivers/usb/host/ehci-zynq.c
378F: drivers/watchdog/cdns_wdt.c
23e7e6b6 379F: include/zynqpl.h
8ae3d0b5
MS
380F: tools/zynqimage.c
381N: zynq
00f141cc 382
84c7204b
MS
383ARM ZYNQMP
384M: Michal Simek <[email protected]>
385S: Maintained
8ae3d0b5 386T: git git://git.denx.de/u-boot-microblaze.git
274ccb5b 387F: arch/arm/mach-zynqmp/
3d14228f 388F: drivers/clk/clk_zynqmp.c
8ae3d0b5
MS
389F: drivers/fpga/zynqpl.c
390F: drivers/gpio/zynq_gpio.c
391F: drivers/i2c/i2c-cdns.c
392F: drivers/i2c/muxes/pca954x.c
393F: drivers/i2c/zynq_i2c.c
394F: drivers/mmc/zynq_sdhci.c
a430fa06 395F: drivers/mtd/nand/raw/zynq_nand.c
8ae3d0b5
MS
396F: drivers/net/phy/xilinx_phy.c
397F: drivers/net/zynq_gem.c
398F: drivers/serial/serial_zynq.c
399F: drivers/spi/zynq_qspi.c
400F: drivers/spi/zynq_spi.c
72c37d12 401F: drivers/timer/cadence-ttc.c
8ae3d0b5
MS
402F: drivers/usb/host/ehci-zynq.c
403F: drivers/watchdog/cdns_wdt.c
23e7e6b6 404F: include/zynqmppl.h
b123aff2 405F: tools/zynqmp*
2570e129 406N: ultra96
8ae3d0b5 407N: zynqmp
84c7204b 408
1d6c54ec
MS
409ARM ZYNQMP R5
410M: Michal Simek <[email protected]>
411S: Maintained
412T: git git://git.denx.de/u-boot-microblaze.git
413F: arch/arm/mach-zynqmp-r5/
414
bb48470d
SG
415BINMAN
416M: Simon Glass <[email protected]>
417S: Maintained
418F: tools/binman/
419
00f141cc
DS
420BUILDMAN
421M: Simon Glass <[email protected]>
422S: Maintained
423F: tools/buildman/
424
425CFI FLASH
426M: Stefan Roese <[email protected]>
427S: Maintained
428T: git git://git.denx.de/u-boot-cfi-flash.git
c4c2e141
SR
429F: drivers/mtd/cfi_flash.c
430F: drivers/mtd/jedec_flash.c
00f141cc
DS
431
432COLDFIRE
08ae21af 433M: Huan Wang <[email protected]>
82ebb7e5 434M: Angelo Dureghello <[email protected]>
00f141cc
DS
435S: Maintained
436T: git git://git.denx.de/u-boot-coldfire.git
437F: arch/m68k/
438
439DFU
56acf018 440M: Lukasz Majewski <[email protected]>
00f141cc
DS
441S: Maintained
442T: git git://git.denx.de/u-boot-dfu.git
443F: drivers/dfu/
55ca6138 444F: drivers/usb/gadget/
00f141cc
DS
445
446DRIVER MODEL
447M: Simon Glass <[email protected]>
448S: Maintained
8770633e 449T: git git://git.denx.de/u-boot-dm.git
00f141cc
DS
450F: drivers/core/
451F: include/dm/
452F: test/dm/
453
e4a7394a
AG
454EFI PAYLOAD
455M: Alexander Graf <[email protected]>
65fa17d4 456R: Heinrich Schuchardt <[email protected]>
e4a7394a 457S: Maintained
bc188a30 458T: git git://github.com/agraf/u-boot.git
1914e5b5 459F: doc/README.uefi
29a8a282 460F: doc/README.iscsi
04459788 461F: Documentation/efi.rst
5b2118a2 462F: include/capitalization.h
0bc4b0da
HS
463F: include/cp1250.h
464F: include/cp437.h
623b3a57 465F: include/efi*
268ec6e0
HS
466F: include/pe.h
467F: include/asm-generic/pe.h
0b8a88ab 468F: lib/charset.c
bc0bd77e 469F: lib/efi*/
623b3a57 470F: test/py/tests/test_efi*
f11a164b 471F: test/unicode_ut.c
e4a7394a 472F: cmd/bootefi.c
ac020196 473F: tools/file2include.c
e4a7394a 474
7e16342b
MS
475FPGA
476M: Michal Simek <[email protected]>
477S: Maintained
478T: git git://git.denx.de/u-boot-microblaze.git
479F: drivers/fpga/
480F: cmd/fpga.c
481F: include/fpga.h
482
00f141cc
DS
483FLATTENED DEVICE TREE
484M: Simon Glass <[email protected]>
485S: Maintained
486T: git git://git.denx.de/u-boot-fdt.git
487F: lib/fdtdec*
488F: lib/libfdt/
489F: include/fdt*
18fa6230 490F: include/linux/libfdt*
643f8d4c 491F: cmd/fdt.c
00f141cc
DS
492F: common/fdt_support.c
493
494FREEBSD
495M: Rafal Jaworowski <[email protected]>
496S: Maintained
497T: git git://git.denx.de/u-boot-freebsd.git
498
499FREESCALE QORIQ
2f231025 500M: York Sun <[email protected]>
00f141cc
DS
501S: Maintained
502T: git git://git.denx.de/u-boot-fsl-qoriq.git
503
504I2C
505M: Heiko Schocher <[email protected]>
506S: Maintained
507T: git git://git.denx.de/u-boot-i2c.git
508F: drivers/i2c/
509
e9c8d49d
SG
510LOGGING
511M: Simon Glass <[email protected]>
512S: Maintained
513T: git git://git.denx.de/u-boot.git
514F: common/log.c
515F: cmd/log.c
ef11ed82 516F: test/log/log_test.c
20faa27c 517F: test/py/tests/test_log.py
e9c8d49d 518
c1a65a8c
LD
519MALI DISPLAY PROCESSORS
520M: Liviu Dudau <[email protected]>
521S: Supported
522T: git git://github.com/ARM-software/u-boot.git
523F: drivers/video/mali_dp.c
e3bc4bb8 524F: drivers/i2c/i2c-versatile.c
c1a65a8c 525
00f141cc
DS
526MICROBLAZE
527M: Michal Simek <[email protected]>
528S: Maintained
529T: git git://git.denx.de/u-boot-microblaze.git
530F: arch/microblaze/
8ae3d0b5
MS
531F: cmd/mfsl.c
532F: drivers/gpio/xilinx_gpio.c
533F: drivers/net/xilinx_axi_emac.c
534F: drivers/net/xilinx_emaclite.c
535F: drivers/serial/serial_xuartlite.c
536F: drivers/spi/xilinx_spi.c
0d832b32 537F: drivers/sysreset/sysreset_gpio.c
8ae3d0b5
MS
538F: drivers/watchdog/xilinx_tb_wdt.c
539N: xilinx
00f141cc
DS
540
541MIPS
542M: Daniel Schwierzeck <[email protected]>
543S: Maintained
544T: git git://git.denx.de/u-boot-mips.git
545F: arch/mips/
546
dd1033e4
GC
547MIPS MSCC
548M: Gregory CLEMENT <[email protected]>
549M: Lars Povlsen <[email protected]>
550M: Horatiu Vultur <[email protected]>
551S: Maintained
552F: arch/mips/mach-mscc/
f8c8cedd 553F: arch/mips/dts/luton*
6787c1ec
GC
554F: arch/mips/dts/mscc*
555F: arch/mips/dts/ocelot*
d1182056 556F: arch/mips/dts/jr2*
393b77d8 557F: arch/mips/dts/serval*
6787c1ec
GC
558F: board/mscc/
559F: configs/mscc*
be8313fe 560F: drivers/gpio/mscc_sgpio.c
fd6e0b05 561F: drivers/spi/mscc_bb_spi.c
6787c1ec 562F: include/configs/vcoreiii.h
051de9b3 563F: drivers/pinctrl/mscc/
4c66157f 564F: drivers/net/mscc_eswitch/
dd1033e4 565
cd71b1d5
PB
566MIPS JZ4780
567M: Ezequiel Garcia <[email protected]>
568S: Maintained
569F: arch/mips/mach-jz47xx/
570
00f141cc 571MMC
dbc39699 572M: Jaehoon Chung <[email protected]>
00f141cc
DS
573S: Maintained
574T: git git://git.denx.de/u-boot-mmc.git
575F: drivers/mmc/
576
4ef17f9c 577NAND FLASH
9f8aba7a
TR
578#M: Scott Wood <[email protected]>
579S: Orphaned (Since 2018-07)
4ef17f9c 580T: git git://git.denx.de/u-boot-nand-flash.git
a430fa06 581F: drivers/mtd/nand/raw/
4ef17f9c
HS
582
583NDS32
584M: Macpaul Lin <[email protected]>
585S: Maintained
586T: git git://git.denx.de/u-boot-nds32.git
587F: arch/nds32/
588
b7d6e0ab
HS
589NETWORK
590M: Joe Hershberger <[email protected]>
591S: Maintained
592T: git git://git.denx.de/u-boot-net.git
593F: drivers/net/
594F: net/
595
4ef17f9c
HS
596NIOS
597M: Thomas Chou <[email protected]>
598S: Maintained
599T: git git://git.denx.de/u-boot-nios.git
600F: arch/nios2/
601
602ONENAND
603#M: Lukasz Majewski <[email protected]>
604S: Orphaned (Since 2017-01)
605T: git git://git.denx.de/u-boot-onenand.git
606F: drivers/mtd/onenand/
607
00f141cc
DS
608PATMAN
609M: Simon Glass <[email protected]>
610S: Maintained
611F: tools/patman/
612
4ef17f9c
HS
613POWER
614M: Jaehoon Chung <[email protected]>
615S: Maintained
616T: git git://git.denx.de/u-boot-pmic.git
617F: drivers/power/
618
00f141cc
DS
619POWERPC
620M: Wolfgang Denk <[email protected]>
621S: Maintained
622F: arch/powerpc/
623
00f141cc 624POWERPC MPC8XX
907208c4 625M: Christophe Leroy <[email protected]>
00f141cc
DS
626S: Maintained
627T: git git://git.denx.de/u-boot-mpc8xx.git
628F: arch/powerpc/cpu/mpc8xx/
629
00f141cc 630POWERPC MPC83XX
e5ed4c3e 631M: Mario Six <[email protected]>
632S: Maintained
00f141cc 633T: git git://git.denx.de/u-boot-mpc83xx.git
e4061556
MS
634F: drivers/ram/mpc83xx_sdram.c
635F: include/dt-bindings/memory/mpc83xx-sdram.h
76fdad1f
MS
636F: drivers/sysreset/sysreset_mpc83xx.c
637F: drivers/sysreset/sysreset_mpc83xx.h
07d538d2
MS
638F: drivers/clk/mpc83xx_clk.c
639F: drivers/clk/mpc83xx_clk.h
640F: include/dt-bindings/clk/mpc83xx-clk.h
2c21749d 641F: drivers/timer/mpc83xx_timer.c
19fbdca4
MS
642F: drivers/cpu/mpc83xx_cpu.c
643F: drivers/cpu/mpc83xx_cpu.h
d2166319 644F: drivers/misc/mpc83xx_serdes.c
00f141cc
DS
645F: arch/powerpc/cpu/mpc83xx/
646F: arch/powerpc/include/asm/arch-mpc83xx/
647
648POWERPC MPC85XX
2f231025 649M: York Sun <[email protected]>
00f141cc
DS
650S: Maintained
651T: git git://git.denx.de/u-boot-mpc85xx.git
652F: arch/powerpc/cpu/mpc85xx/
653
654POWERPC MPC86XX
2f231025 655M: York Sun <[email protected]>
00f141cc
DS
656S: Maintained
657T: git git://git.denx.de/u-boot-mpc86xx.git
658F: arch/powerpc/cpu/mpc86xx/
659
f94c44e5
RC
660RISC-V
661M: Rick Chen <[email protected]>
662S: Maintained
663T: git git://git.denx.de/u-boot-riscv.git
664F: arch/riscv/
665F: tools/prelink-riscv.c
666
4ef17f9c
HS
667ROCKUSB
668M: Eddie Cai <[email protected]>
669S: Maintained
670F: drivers/usb/gadget/f_rockusb.c
671F: cmd/rockusb.c
672F: doc/README.rockusb
673
00f141cc
DS
674SANDBOX
675M: Simon Glass <[email protected]>
676S: Maintained
677F: arch/sandbox/
678
679SH
680M: Nobuhiro Iwamatsu <[email protected]>
681S: Maintained
682T: git git://git.denx.de/u-boot-sh.git
683F: arch/sh/
684
00f141cc 685SPI
16185a85 686M: Jagan Teki <[email protected]>
00f141cc
DS
687S: Maintained
688T: git git://git.denx.de/u-boot-spi.git
689F: drivers/mtd/spi/
690F: drivers/spi/
691F: include/spi*
692
e721e981
MK
693SPMI
694M: Mateusz Kulikowski <[email protected]>
695S: Maintained
696F: drivers/spmi/
697F: include/spmi/
698
055da186
LD
699TDA19988 HDMI ENCODER
700M: Liviu Dudau <[email protected]>
701S: Maintained
702F: drivers/video/tda19988.c
703
4e2fdf45
AD
704TI SYSTEM SECURITY
705M: Andrew F. Davis <[email protected]>
706S: Supported
707F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
4e2fdf45
AD
708F: arch/arm/mach-omap2/sec-common.c
709F: arch/arm/mach-omap2/config_secure.mk
a42eee12 710F: configs/am335x_hs_evm_defconfig
c2dca337 711F: configs/am335x_hs_evm_uart_defconfig
4e2fdf45
AD
712F: configs/am43xx_hs_evm_defconfig
713F: configs/am57xx_hs_evm_defconfig
714F: configs/dra7xx_hs_evm_defconfig
8a707baf
LV
715F: configs/k2hk_hs_evm_defconfig
716F: configs/k2e_hs_evm_defconfig
717F: configs/k2g_hs_evm_defconfig
f274f265 718F: configs/k2l_hs_evm_defconfig
4e2fdf45 719
00f141cc 720TQ GROUP
3a53aba3
BM
721#M: Martin Krause <[email protected]>
722S: Orphaned (Since 2016-02)
00f141cc
DS
723T: git git://git.denx.de/u-boot-tq-group.git
724
9ff4a311
JW
725TEE
726M: Jens Wiklander <[email protected]>
727S: Maintained
728F: drivers/tee/
729F: include/tee.h
1cc8cc4e 730F: include/tee/
9ff4a311 731
00f141cc
DS
732UBI
733M: Kyungmin Park <[email protected]>
69337a9d 734M: Heiko Schocher <[email protected]>
00f141cc
DS
735S: Maintained
736T: git git://git.denx.de/u-boot-ubi.git
737F: drivers/mtd/ubi/
738
739USB
740M: Marek Vasut <[email protected]>
741S: Maintained
742T: git git://git.denx.de/u-boot-usb.git
743F: drivers/usb/
744
c0c5f910
BM
745USB xHCI
746M: Bin Meng <[email protected]>
747S: Maintained
748T: git git://git.denx.de/u-boot-usb.git topic-xhci
749F: drivers/usb/host/xhci*
750
00f141cc
DS
751VIDEO
752M: Anatolij Gustschin <[email protected]>
753S: Maintained
754T: git git://git.denx.de/u-boot-video.git
755F: drivers/video/
c967fb78
AG
756F: common/lcd*.c
757F: include/lcd*.h
9cdbc906 758F: include/video*.h
00f141cc
DS
759
760X86
761M: Simon Glass <[email protected]>
dc5210a2 762M: Bin Meng <[email protected]>
00f141cc
DS
763S: Maintained
764T: git git://git.denx.de/u-boot-x86.git
765F: arch/x86/
766
de5e5cea
CZ
767XTENSA
768M: Max Filippov <[email protected]>
769S: Maintained
770F: arch/xtensa/
771
00f141cc 772THE REST
4e34d610 773M: Tom Rini <[email protected]>
00f141cc
DS
774L: [email protected]
775Q: http://patchwork.ozlabs.org/project/uboot/list/
776S: Maintained
777T: git git://git.denx.de/u-boot.git
80870e2a 778F: configs/tools-only_defconfig
00f141cc
DS
779F: *
780F: */
This page took 0.401891 seconds and 4 git commands to generate.