]> Git Repo - J-u-boot.git/blame - MAINTAINERS
configs: Resync with savedefconfig
[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]>
58S: Maintained
59T: git git://git.denx.de/u-boot-arc.git
60F: arch/arc/
61
e80dac0a
EP
62ARC HSDK CGU CLOCK
63M: Eugeniy Paltsev <[email protected]>
64S: Maintained
65L: [email protected]
66F: drivers/clk/clk-hsdk-cgu.c
67F: include/dt-bindings/clock/snps,hsdk-cgu.h
68F: doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
69
b7d6e0ab
HS
70ARC HSDK CREG GPIO
71M: Eugeniy Paltsev <[email protected]>
72S: Maintained
73L: [email protected]
74F: drivers/gpio/hsdk-creg-gpio.c
75
00f141cc
DS
76ARM
77M: Albert Aribaud <[email protected]>
78S: Maintained
79T: git git://git.denx.de/u-boot-arm.git
80F: arch/arm/
81
d8540a16
PM
82ARM ALTERA SOCFPGA
83M: Marek Vasut <[email protected]>
84S: Maintainted
85T: git git://git.denx.de/u-boot-socfpga.git
f22dede2 86F: arch/arm/mach-socfpga/
d8540a16 87
00f141cc 88ARM ATMEL AT91
09c2b8f3 89M: Andreas Bießmann <[email protected]>
00f141cc
DS
90S: Maintained
91T: git git://git.denx.de/u-boot-atmel.git
62011840 92F: arch/arm/mach-at91/
00f141cc 93
fe84ebf0 94ARM BROADCOM BCM283X
958d55f2
AG
95M: Alexander Graf <[email protected]>
96S: Maintained
fe84ebf0
SW
97F: arch/arm/mach-bcm283x/
98F: drivers/gpio/bcm2835_gpio.c
99F: drivers/mmc/bcm2835_sdhci.c
c8a73a26 100F: drivers/mmc/bcm2835_sdhost.c
fe84ebf0 101F: drivers/serial/serial_bcm283x_mu.c
6001985f 102F: drivers/serial/serial_bcm283x_pl011.c
fe84ebf0
SW
103F: drivers/video/bcm2835.c
104F: include/dm/platform_data/serial_bcm283x_mu.h
caf2233b 105F: drivers/pinctrl/broadcom/
fe84ebf0 106
00f141cc
DS
107ARM FREESCALE IMX
108M: Stefano Babic <[email protected]>
2aaf7c49 109M: Fabio Estevam <[email protected]>
00f141cc
DS
110S: Maintained
111T: git git://git.denx.de/u-boot-imx.git
112F: arch/arm/cpu/arm1136/mx*/
113F: arch/arm/cpu/arm926ejs/mx*/
00f141cc
DS
114F: arch/arm/cpu/armv7/mx*/
115F: arch/arm/cpu/armv7/vf610/
552a848e 116F: arch/arm/mach-imx/
00f141cc
DS
117F: arch/arm/include/asm/arch-imx/
118F: arch/arm/include/asm/arch-mx*/
119F: arch/arm/include/asm/arch-vf610/
552a848e 120F: arch/arm/include/asm/mach-imx/
77cbd3a1 121F: board/freescale/*mx*/
00f141cc 122
ae4dc15d
PG
123ARM HISILICON
124M: Peter Griffin <[email protected]>
125S: Maintained
126F: arch/arm/cpu/armv8/hisilicon
127F: arm/include/asm/arch-hi6220/
128
f822d857 129ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X
00f141cc 130M: Prafulla Wadaskar <[email protected]>
5ea01961 131M: Luka Perkov <[email protected]>
f822d857 132M: Stefan Roese <[email protected]>
00f141cc
DS
133S: Maintained
134T: git git://git.denx.de/u-boot-marvell.git
56f86e39 135F: arch/arm/mach-kirkwood/
f822d857 136F: arch/arm/mach-mvebu/
00f141cc
DS
137
138ARM MARVELL PXA
139M: Marek Vasut <[email protected]>
140S: Maintained
141T: git git://git.denx.de/u-boot-pxa.git
142F: arch/arm/cpu/pxa/
143F: arch/arm/include/asm/arch-pxa/
144
4810c2f8
NI
145ARM RENESAS RMOBILE/R-CAR
146M: Nobuhiro Iwamatsu <[email protected]>
9db60e25 147M: Marek Vasut <[email protected]>
4810c2f8
NI
148S: Maintained
149T: git git://git.denx.de/u-boot-sh.git
150F: arch/arm/mach-rmobile/
151
c3caeac0
MY
152ARM ROCKCHIP
153M: Simon Glass <[email protected]>
f8714372 154M: Philipp Tomsich <[email protected]>
c3caeac0
MY
155S: Maintained
156T: git git://git.denx.de/u-boot-rockchip.git
8b45193a 157F: arch/arm/include/asm/arch-rockchip/
c3caeac0 158F: arch/arm/mach-rockchip/
ae0fc89e 159F: board/rockchip/
8b45193a
PT
160F: drivers/clk/rockchip/
161F: drivers/gpio/rk_gpio.c
162F: drivers/misc/rockchip-efuse.c
163F: drivers/pinctrl/rockchip/
164F: drivers/ram/rockchip/
165F: drivers/sysreset/sysreset_rockchip.c
3f565522 166F: drivers/video/rockchip/
8b45193a
PT
167F: tools/rkcommon.c
168F: tools/rkcommon.h
169F: tools/rkimage.c
170F: tools/rksd.c
171F: tools/rkspi.c
c3caeac0 172
00f141cc
DS
173ARM SAMSUNG
174M: Minkyu Kang <[email protected]>
175S: Maintained
176T: git git://git.denx.de/u-boot-samsung.git
177F: arch/arm/cpu/arm920t/s3c24x0/
225f5eec
MK
178F: arch/arm/mach-exynos/
179F: arch/arm/mach-s5pc1xx/
00f141cc 180F: arch/arm/cpu/armv7/s5p-common/
00f141cc 181F: arch/arm/include/asm/arch-s3c24x0/
00f141cc 182
e721e981
MK
183ARM SNAPDRAGON
184M: Mateusz Kulikowski <[email protected]>
185S: Maintained
186F: arch/arm/mach-snapdragon/
187
b7d6e0ab
HS
188ARM STI
189M: Patrice Chotard <[email protected]>
190S: Maintained
191F: arch/arm/mach-sti/
192F: arch/arm/include/asm/arch-sti*/
193
00f141cc 194ARM STM SPEAR
3a53aba3
BM
195#M: Vipin Kumar <[email protected]>
196S: Orphaned (Since 2016-02)
00f141cc
DS
197T: git git://git.denx.de/u-boot-stm.git
198F: arch/arm/cpu/arm926ejs/spear/
199F: arch/arm/include/asm/arch-spear/
200
9fa32b12
VM
201ARM STM STV0991
202M: Vikas Manocha <[email protected]>
203S: Maintained
204F: arch/arm/cpu/armv7/stv0991/
205F: arch/arm/include/asm/arch-stv0991/
206
00f141cc 207ARM SUNXI
543bd273 208M: Jagan Teki <[email protected]>
bf8f4c44 209M: Maxime Ripard <[email protected]>
ed8f2a28 210S: Maintained
00f141cc
DS
211T: git git://git.denx.de/u-boot-sunxi.git
212F: arch/arm/cpu/armv7/sunxi/
213F: arch/arm/include/asm/arch-sunxi/
ed8f2a28
CYT
214F: arch/arm/mach-sunxi/
215F: board/sunxi/
00f141cc
DS
216
217ARM TEGRA
218M: Tom Warren <[email protected]>
219S: Maintained
220T: git git://git.denx.de/u-boot-tegra.git
09f455dc 221F: arch/arm/mach-tegra/
00f141cc
DS
222F: arch/arm/include/asm/arch-tegra*/
223
224ARM TI
4e34d610 225M: Tom Rini <[email protected]>
00f141cc
DS
226S: Maintained
227T: git git://git.denx.de/u-boot-ti.git
26f7c111
MY
228F: arch/arm/mach-davinci/
229F: arch/arm/mach-keystone/
00f141cc
DS
230F: arch/arm/cpu/arm926ejs/omap/
231F: arch/arm/cpu/armv7/omap*/
00f141cc
DS
232F: arch/arm/include/asm/arch-omap*/
233F: arch/arm/include/asm/ti-common/
234
0fb63aa6 235ARM UNIPHIER
ed6226c4 236M: Masahiro Yamada <[email protected]>
0fb63aa6
MY
237S: Maintained
238T: git git://git.denx.de/u-boot-uniphier.git
4c425570 239F: arch/arm/mach-uniphier/
5fd3f434 240F: configs/uniphier_*_defconfig
eb006c83 241N: uniphier
0fb63aa6 242
00f141cc
DS
243ARM ZYNQ
244M: Michal Simek <[email protected]>
245S: Maintained
246F: arch/arm/cpu/armv7/zynq/
247F: arch/arm/include/asm/arch-zynq/
248
84c7204b
MS
249ARM ZYNQMP
250M: Michal Simek <[email protected]>
251S: Maintained
252F: arch/arm/cpu/armv8/zynqmp/
253F: arch/arm/include/asm/arch-zynqmp/
254
00f141cc
DS
255BUILDMAN
256M: Simon Glass <[email protected]>
257S: Maintained
258F: tools/buildman/
259
260CFI FLASH
261M: Stefan Roese <[email protected]>
262S: Maintained
263T: git git://git.denx.de/u-boot-cfi-flash.git
c4c2e141
SR
264F: drivers/mtd/cfi_flash.c
265F: drivers/mtd/jedec_flash.c
00f141cc
DS
266
267COLDFIRE
82ebb7e5 268M: Huan Wang <[email protected]>
269M: Angelo Dureghello <[email protected]>
00f141cc
DS
270S: Maintained
271T: git git://git.denx.de/u-boot-coldfire.git
272F: arch/m68k/
273
274DFU
56acf018 275M: Lukasz Majewski <[email protected]>
00f141cc
DS
276S: Maintained
277T: git git://git.denx.de/u-boot-dfu.git
278F: drivers/dfu/
55ca6138 279F: drivers/usb/gadget/
00f141cc
DS
280
281DRIVER MODEL
282M: Simon Glass <[email protected]>
283S: Maintained
8770633e 284T: git git://git.denx.de/u-boot-dm.git
00f141cc
DS
285F: drivers/core/
286F: include/dm/
287F: test/dm/
288
e4a7394a
AG
289EFI PAYLOAD
290M: Alexander Graf <[email protected]>
291S: Maintained
bc188a30 292T: git git://github.com/agraf/u-boot.git
f3b5056c 293F: doc/README.efi
29a8a282 294F: doc/README.iscsi
623b3a57 295F: include/efi*
268ec6e0
HS
296F: include/pe.h
297F: include/asm-generic/pe.h
bc0bd77e 298F: lib/efi*/
623b3a57 299F: test/py/tests/test_efi*
e4a7394a 300F: cmd/bootefi.c
ac020196 301F: tools/file2include.c
e4a7394a 302
00f141cc
DS
303FLATTENED DEVICE TREE
304M: Simon Glass <[email protected]>
305S: Maintained
306T: git git://git.denx.de/u-boot-fdt.git
307F: lib/fdtdec*
308F: lib/libfdt/
309F: include/fdt*
310F: include/libfdt*
643f8d4c 311F: cmd/fdt.c
00f141cc
DS
312F: common/fdt_support.c
313
314FREEBSD
315M: Rafal Jaworowski <[email protected]>
316S: Maintained
317T: git git://git.denx.de/u-boot-freebsd.git
318
319FREESCALE QORIQ
2f231025 320M: York Sun <[email protected]>
00f141cc
DS
321S: Maintained
322T: git git://git.denx.de/u-boot-fsl-qoriq.git
323
324I2C
325M: Heiko Schocher <[email protected]>
326S: Maintained
327T: git git://git.denx.de/u-boot-i2c.git
328F: drivers/i2c/
329
e9c8d49d
SG
330LOGGING
331M: Simon Glass <[email protected]>
332S: Maintained
333T: git git://git.denx.de/u-boot.git
334F: common/log.c
335F: cmd/log.c
ef11ed82 336F: test/log/log_test.c
20faa27c 337F: test/py/tests/test_log.py
e9c8d49d 338
00f141cc
DS
339MICROBLAZE
340M: Michal Simek <[email protected]>
341S: Maintained
342T: git git://git.denx.de/u-boot-microblaze.git
343F: arch/microblaze/
344
345MIPS
346M: Daniel Schwierzeck <[email protected]>
347S: Maintained
348T: git git://git.denx.de/u-boot-mips.git
349F: arch/mips/
350
351MMC
dbc39699 352M: Jaehoon Chung <[email protected]>
00f141cc
DS
353S: Maintained
354T: git git://git.denx.de/u-boot-mmc.git
355F: drivers/mmc/
356
4ef17f9c
HS
357NAND FLASH
358M: Scott Wood <[email protected]>
359S: Maintained
360T: git git://git.denx.de/u-boot-nand-flash.git
361F: drivers/mtd/nand/
362
363NDS32
364M: Macpaul Lin <[email protected]>
365S: Maintained
366T: git git://git.denx.de/u-boot-nds32.git
367F: arch/nds32/
368
b7d6e0ab
HS
369NETWORK
370M: Joe Hershberger <[email protected]>
371S: Maintained
372T: git git://git.denx.de/u-boot-net.git
373F: drivers/net/
374F: net/
375
4ef17f9c
HS
376NIOS
377M: Thomas Chou <[email protected]>
378S: Maintained
379T: git git://git.denx.de/u-boot-nios.git
380F: arch/nios2/
381
382ONENAND
383#M: Lukasz Majewski <[email protected]>
384S: Orphaned (Since 2017-01)
385T: git git://git.denx.de/u-boot-onenand.git
386F: drivers/mtd/onenand/
387
00f141cc
DS
388PATMAN
389M: Simon Glass <[email protected]>
390S: Maintained
391F: tools/patman/
392
4ef17f9c
HS
393POWER
394M: Jaehoon Chung <[email protected]>
395S: Maintained
396T: git git://git.denx.de/u-boot-pmic.git
397F: drivers/power/
398
00f141cc
DS
399POWERPC
400M: Wolfgang Denk <[email protected]>
401S: Maintained
402F: arch/powerpc/
403
00f141cc 404POWERPC MPC8XX
907208c4 405M: Christophe Leroy <[email protected]>
00f141cc
DS
406S: Maintained
407T: git git://git.denx.de/u-boot-mpc8xx.git
408F: arch/powerpc/cpu/mpc8xx/
409
00f141cc 410POWERPC MPC83XX
e5ed4c3e 411M: Mario Six <[email protected]>
412S: Maintained
00f141cc
DS
413T: git git://git.denx.de/u-boot-mpc83xx.git
414F: arch/powerpc/cpu/mpc83xx/
415F: arch/powerpc/include/asm/arch-mpc83xx/
416
417POWERPC MPC85XX
2f231025 418M: York Sun <[email protected]>
00f141cc
DS
419S: Maintained
420T: git git://git.denx.de/u-boot-mpc85xx.git
421F: arch/powerpc/cpu/mpc85xx/
422
423POWERPC MPC86XX
2f231025 424M: York Sun <[email protected]>
00f141cc
DS
425S: Maintained
426T: git git://git.denx.de/u-boot-mpc86xx.git
427F: arch/powerpc/cpu/mpc86xx/
428
00f141cc
DS
429POWERPC PPC4XX
430M: Stefan Roese <[email protected]>
431S: Maintained
432T: git git://git.denx.de/u-boot-ppc4xx.git
433F: arch/powerpc/cpu/ppc4xx/
434
f94c44e5
RC
435RISC-V
436M: Rick Chen <[email protected]>
437S: Maintained
438T: git git://git.denx.de/u-boot-riscv.git
439F: arch/riscv/
440F: tools/prelink-riscv.c
441
4ef17f9c
HS
442ROCKUSB
443M: Eddie Cai <[email protected]>
444S: Maintained
445F: drivers/usb/gadget/f_rockusb.c
446F: cmd/rockusb.c
447F: doc/README.rockusb
448
00f141cc
DS
449SANDBOX
450M: Simon Glass <[email protected]>
451S: Maintained
452F: arch/sandbox/
453
454SH
455M: Nobuhiro Iwamatsu <[email protected]>
456S: Maintained
457T: git git://git.denx.de/u-boot-sh.git
458F: arch/sh/
459
00f141cc 460SPI
16185a85 461M: Jagan Teki <[email protected]>
00f141cc
DS
462S: Maintained
463T: git git://git.denx.de/u-boot-spi.git
464F: drivers/mtd/spi/
465F: drivers/spi/
466F: include/spi*
467
e721e981
MK
468SPMI
469M: Mateusz Kulikowski <[email protected]>
470S: Maintained
471F: drivers/spmi/
472F: include/spmi/
473
4e2fdf45
AD
474TI SYSTEM SECURITY
475M: Andrew F. Davis <[email protected]>
476S: Supported
477F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
478F: arch/arm/mach-omap2/omap5/sec-fxns.c
479F: arch/arm/mach-omap2/sec-common.c
480F: arch/arm/mach-omap2/config_secure.mk
a42eee12 481F: configs/am335x_hs_evm_defconfig
c2dca337 482F: configs/am335x_hs_evm_uart_defconfig
4e2fdf45
AD
483F: configs/am43xx_hs_evm_defconfig
484F: configs/am57xx_hs_evm_defconfig
485F: configs/dra7xx_hs_evm_defconfig
8a707baf
LV
486F: configs/k2hk_hs_evm_defconfig
487F: configs/k2e_hs_evm_defconfig
488F: configs/k2g_hs_evm_defconfig
4e2fdf45 489
00f141cc 490TQ GROUP
3a53aba3
BM
491#M: Martin Krause <[email protected]>
492S: Orphaned (Since 2016-02)
00f141cc
DS
493T: git git://git.denx.de/u-boot-tq-group.git
494
495UBI
496M: Kyungmin Park <[email protected]>
69337a9d 497M: Heiko Schocher <[email protected]>
00f141cc
DS
498S: Maintained
499T: git git://git.denx.de/u-boot-ubi.git
500F: drivers/mtd/ubi/
501
502USB
503M: Marek Vasut <[email protected]>
504S: Maintained
505T: git git://git.denx.de/u-boot-usb.git
506F: drivers/usb/
507
c0c5f910
BM
508USB xHCI
509M: Bin Meng <[email protected]>
510S: Maintained
511T: git git://git.denx.de/u-boot-usb.git topic-xhci
512F: drivers/usb/host/xhci*
513
00f141cc
DS
514VIDEO
515M: Anatolij Gustschin <[email protected]>
516S: Maintained
517T: git git://git.denx.de/u-boot-video.git
518F: drivers/video/
c967fb78
AG
519F: common/lcd*.c
520F: include/lcd*.h
00f141cc
DS
521
522X86
523M: Simon Glass <[email protected]>
dc5210a2 524M: Bin Meng <[email protected]>
00f141cc
DS
525S: Maintained
526T: git git://git.denx.de/u-boot-x86.git
527F: arch/x86/
528
de5e5cea
CZ
529XTENSA
530M: Max Filippov <[email protected]>
531S: Maintained
532F: arch/xtensa/
533
00f141cc 534THE REST
4e34d610 535M: Tom Rini <[email protected]>
00f141cc
DS
536L: [email protected]
537Q: http://patchwork.ozlabs.org/project/uboot/list/
538S: Maintained
539T: git git://git.denx.de/u-boot.git
540F: *
541F: */
This page took 0.309521 seconds and 4 git commands to generate.