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