MAINTAINERS 13.2 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
Descriptions of section entries:

	P: Person (obsolete)
	M: Mail patches to: FullName <address@domain>
	L: Mailing list that is relevant to this area
	W: Web-page with status/info
	Q: Patchwork web based patch tracking system site
	T: SCM tree type and location.
	   Type is one of: git, hg, quilt, stgit, topgit
	S: Status, one of the following:
	   Supported:	Someone is actually paid to look after this.
	   Maintained:	Someone actually looks after it.
	   Odd Fixes:	It has a maintainer but they don't have time to do
			much other than throw the odd patch in. See below..
	   Orphan:	No current maintainer [but maybe you could take the
			role as you write your new code].
	   Obsolete:	Old code. Something tagged obsolete generally means
			it has been replaced by a better system and you
			should be using that.
	F: Files and directories with wildcard patterns.
	   A trailing slash includes all files and subdirectory files.
	   F:	drivers/net/	all files in and below drivers/net
	   F:	drivers/net/*	all files in drivers/net, but not below
	   F:	*/net/*		all files in "any top level directory"/net
	   One pattern per line.  Multiple F: lines acceptable.
	N: Files and directories with regex patterns.
	   N:	[^a-z]tegra	all files whose path contains the word tegra
	   One pattern per line.  Multiple N: lines acceptable.
	   scripts/get_maintainer.pl has different behavior for files that
	   match F: pattern and matches of N: patterns.  By default,
	   get_maintainer will not look at git log history when an F: pattern
	   match occurs.  When an N: match occurs, git log history is used
	   to also notify the people that have git commit signatures.
	X: Files and directories that are NOT maintained, same rules as F:
	   Files exclusions are tested before file matches.
	   Can be useful for excluding a specific subdirectory, for instance:
	   F:	net/
	   X:	net/ipv6/
	   matches all files in and below net excluding net/ipv6/
	K: Keyword perl extended regex pattern to match content in a
	   patch or file.  For instance:
	   K: of_get_profile
	      matches patches or files that contain "of_get_profile"
	   K: \b(printk|pr_(info|err))\b
	      matches patches or files that contain one or more of the words
	      printk, pr_info or pr_err
	   One regex pattern per line.  Multiple K: lines acceptable.

Note: For the hard of thinking, this list is meant to remain in alphabetical
order. If you could add yourselves to it in alphabetical order that would be
so much easier [Ed]

Maintainers List (try to look for most precise areas first)

		-----------------------------------
ARC
M:	Alexey Brodkin <alexey.brodkin@synopsys.com>
S:	Maintained
T:	git git://git.denx.de/u-boot-arc.git
F:	arch/arc/

62 63 64 65 66 67 68 69
ARC HSDK CGU CLOCK
M:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
S:	Maintained
L:	uboot-snps-arc@synopsys.com
F:	drivers/clk/clk-hsdk-cgu.c
F:	include/dt-bindings/clock/snps,hsdk-cgu.h
F:	doc/device-tree-bindings/clock/snps,hsdk-cgu.txt

70 71 72 73 74 75
ARC HSDK CREG GPIO
M:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
S:	Maintained
L:	uboot-snps-arc@synopsys.com
F:	drivers/gpio/hsdk-creg-gpio.c

76 77 78 79 80 81
ARM
M:	Albert Aribaud <albert.u.boot@aribaud.net>
S:	Maintained
T:	git git://git.denx.de/u-boot-arm.git
F:	arch/arm/

P
Pavel Machek 已提交
82 83 84 85
ARM ALTERA SOCFPGA
M:	Marek Vasut <marex@denx.de>
S:	Maintainted
T:	git git://git.denx.de/u-boot-socfpga.git
J
Jagan Teki 已提交
86
F:	arch/arm/mach-socfpga/
P
Pavel Machek 已提交
87

88
ARM ATMEL AT91
A
Andreas Bießmann 已提交
89
M:	Andreas Bießmann <andreas@biessmann.org>
90 91
S:	Maintained
T:	git git://git.denx.de/u-boot-atmel.git
92
F:	arch/arm/mach-at91/
93

94
ARM BROADCOM BCM283X
95 96
M:	Alexander Graf <agraf@suse.de>
S:	Maintained
97 98 99
F:	arch/arm/mach-bcm283x/
F:	drivers/gpio/bcm2835_gpio.c
F:	drivers/mmc/bcm2835_sdhci.c
100
F:	drivers/mmc/bcm2835_sdhost.c
101
F:	drivers/serial/serial_bcm283x_mu.c
102
F:	drivers/serial/serial_bcm283x_pl011.c
103 104
F:	drivers/video/bcm2835.c
F:	include/dm/platform_data/serial_bcm283x_mu.h
A
Alexander Graf 已提交
105
F:	drivers/pinctrl/broadcom/
106

107 108
ARM FREESCALE IMX
M:	Stefano Babic <sbabic@denx.de>
109
M:	Fabio Estevam <fabio.estevam@nxp.com>
110 111 112 113 114 115
S:	Maintained
T:	git git://git.denx.de/u-boot-imx.git
F:	arch/arm/cpu/arm1136/mx*/
F:	arch/arm/cpu/arm926ejs/mx*/
F:	arch/arm/cpu/armv7/mx*/
F:	arch/arm/cpu/armv7/vf610/
116
F:	arch/arm/mach-imx/
117 118 119
F:	arch/arm/include/asm/arch-imx/
F:	arch/arm/include/asm/arch-mx*/
F:	arch/arm/include/asm/arch-vf610/
120
F:	arch/arm/include/asm/mach-imx/
121
F:	board/freescale/*mx*/
122

123 124 125 126 127 128
ARM HISILICON
M:	Peter Griffin <peter.griffin@linaro.org>
S:	Maintained
F:	arch/arm/cpu/armv8/hisilicon
F:	arm/include/asm/arch-hi6220/

129
ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X
130
M:	Prafulla Wadaskar <prafulla@marvell.com>
131
M:	Luka Perkov <luka.perkov@sartura.hr>
132
M:	Stefan Roese <sr@denx.de>
133 134
S:	Maintained
T:	git git://git.denx.de/u-boot-marvell.git
135
F:	arch/arm/mach-kirkwood/
136
F:	arch/arm/mach-mvebu/
137 138 139 140 141 142 143 144

ARM MARVELL PXA
M:	Marek Vasut <marex@denx.de>
S:	Maintained
T:	git git://git.denx.de/u-boot-pxa.git
F:	arch/arm/cpu/pxa/
F:	arch/arm/include/asm/arch-pxa/

145 146
ARM RENESAS RMOBILE/R-CAR
M:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
147
M:	Marek Vasut <marek.vasut+renesas@gmail.com>
148 149 150 151
S:	Maintained
T:	git git://git.denx.de/u-boot-sh.git
F:	arch/arm/mach-rmobile/

152 153
ARM ROCKCHIP
M:	Simon Glass <sjg@chromium.org>
154
M:	Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
155 156
S:	Maintained
T:	git git://git.denx.de/u-boot-rockchip.git
157
F:	arch/arm/include/asm/arch-rockchip/
158
F:	arch/arm/mach-rockchip/
159
F:	board/rockchip/
160 161 162 163 164 165
F:	drivers/clk/rockchip/
F:	drivers/gpio/rk_gpio.c
F:	drivers/misc/rockchip-efuse.c
F:	drivers/pinctrl/rockchip/
F:	drivers/ram/rockchip/
F:	drivers/sysreset/sysreset_rockchip.c
166
F:	drivers/video/rockchip/
167 168 169 170 171
F:	tools/rkcommon.c
F:	tools/rkcommon.h
F:	tools/rkimage.c
F:	tools/rksd.c
F:	tools/rkspi.c
172

173 174 175 176 177
ARM SAMSUNG
M:	Minkyu Kang <mk7.kang@samsung.com>
S:	Maintained
T:	git git://git.denx.de/u-boot-samsung.git
F:	arch/arm/cpu/arm920t/s3c24x0/
178 179
F:	arch/arm/mach-exynos/
F:	arch/arm/mach-s5pc1xx/
180 181 182
F:	arch/arm/cpu/armv7/s5p-common/
F:	arch/arm/include/asm/arch-s3c24x0/

183 184 185 186 187
ARM SNAPDRAGON
M:	Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
S:	Maintained
F:	arch/arm/mach-snapdragon/

188 189 190 191 192 193
ARM STI
M:	Patrice Chotard <patrice.chotard@st.com>
S:	Maintained
F:	arch/arm/mach-sti/
F:	arch/arm/include/asm/arch-sti*/

194
ARM STM SPEAR
195 196
#M:	Vipin Kumar <vipin.kumar@st.com>
S:	Orphaned (Since 2016-02)
197 198 199 200
T:	git git://git.denx.de/u-boot-stm.git
F:	arch/arm/cpu/arm926ejs/spear/
F:	arch/arm/include/asm/arch-spear/

201 202 203 204 205 206
ARM STM STV0991
M:	Vikas Manocha <vikas.manocha@st.com>
S:	Maintained
F:	arch/arm/cpu/armv7/stv0991/
F:	arch/arm/include/asm/arch-stv0991/

207
ARM SUNXI
208
M:	Jagan Teki <jagan@openedev.com>
209
M:	Maxime Ripard <maxime.ripard@bootlin.com>
210
S:	Maintained
211 212 213
T:	git git://git.denx.de/u-boot-sunxi.git
F:	arch/arm/cpu/armv7/sunxi/
F:	arch/arm/include/asm/arch-sunxi/
214 215
F:	arch/arm/mach-sunxi/
F:	board/sunxi/
216 217 218 219 220

ARM TEGRA
M:	Tom Warren <twarren@nvidia.com>
S:	Maintained
T:	git git://git.denx.de/u-boot-tegra.git
221
F:	arch/arm/mach-tegra/
222 223 224
F:	arch/arm/include/asm/arch-tegra*/

ARM TI
225
M:	Tom Rini <trini@konsulko.com>
226 227
S:	Maintained
T:	git git://git.denx.de/u-boot-ti.git
228 229
F:	arch/arm/mach-davinci/
F:	arch/arm/mach-keystone/
230 231 232 233 234
F:	arch/arm/cpu/arm926ejs/omap/
F:	arch/arm/cpu/armv7/omap*/
F:	arch/arm/include/asm/arch-omap*/
F:	arch/arm/include/asm/ti-common/

235
ARM UNIPHIER
236
M:	Masahiro Yamada <yamada.masahiro@socionext.com>
237 238
S:	Maintained
T:	git git://git.denx.de/u-boot-uniphier.git
239
F:	arch/arm/mach-uniphier/
240
F:	configs/uniphier_*_defconfig
241
N:	uniphier
242

243 244 245 246 247 248
ARM ZYNQ
M:	Michal Simek <monstr@monstr.eu>
S:	Maintained
F:	arch/arm/cpu/armv7/zynq/
F:	arch/arm/include/asm/arch-zynq/

M
Michal Simek 已提交
249 250 251 252 253 254
ARM ZYNQMP
M:	Michal Simek <michal.simek@xilinx.com>
S:	Maintained
F:	arch/arm/cpu/armv8/zynqmp/
F:	arch/arm/include/asm/arch-zynqmp/

255 256 257 258 259 260 261 262 263
BUILDMAN
M:	Simon Glass <sjg@chromium.org>
S:	Maintained
F:	tools/buildman/

CFI FLASH
M:	Stefan Roese <sr@denx.de>
S:	Maintained
T:	git git://git.denx.de/u-boot-cfi-flash.git
264 265
F:	drivers/mtd/cfi_flash.c
F:	drivers/mtd/jedec_flash.c
266 267

COLDFIRE
268 269
M:	Huan Wang <alison.wang@freescale.com>
M:	Angelo Dureghello <angelo@sysam.it>
270 271 272 273 274
S:	Maintained
T:	git git://git.denx.de/u-boot-coldfire.git
F:	arch/m68k/

DFU
275
M:	Lukasz Majewski <lukma@denx.de>
276 277 278
S:	Maintained
T:	git git://git.denx.de/u-boot-dfu.git
F:	drivers/dfu/
279
F:	drivers/usb/gadget/
280 281 282 283

DRIVER MODEL
M:	Simon Glass <sjg@chromium.org>
S:	Maintained
284
T:	git git://git.denx.de/u-boot-dm.git
285 286 287 288
F:	drivers/core/
F:	include/dm/
F:	test/dm/

289 290 291
EFI PAYLOAD
M:	Alexander Graf <agraf@suse.de>
S:	Maintained
292
T:	git git://github.com/agraf/u-boot.git
293
F:	doc/README.efi
294
F:	doc/README.iscsi
295
F:	include/efi*
296 297
F:	include/pe.h
F:	include/asm-generic/pe.h
298
F:	lib/efi*/
299
F:	test/py/tests/test_efi*
300
F:	cmd/bootefi.c
301
F:	tools/file2include.c
302

303 304 305 306 307 308 309 310
FLATTENED DEVICE TREE
M:	Simon Glass <sjg@chromium.org>
S:	Maintained
T:	git git://git.denx.de/u-boot-fdt.git
F:	lib/fdtdec*
F:	lib/libfdt/
F:	include/fdt*
F:	include/libfdt*
311
F:	cmd/fdt.c
312 313 314 315 316 317 318 319
F:	common/fdt_support.c

FREEBSD
M:	Rafal Jaworowski <raj@semihalf.com>
S:	Maintained
T:	git git://git.denx.de/u-boot-freebsd.git

FREESCALE QORIQ
320
M:	York Sun <york.sun@nxp.com>
321 322 323 324 325 326 327 328 329
S:	Maintained
T:	git git://git.denx.de/u-boot-fsl-qoriq.git

I2C
M:	Heiko Schocher <hs@denx.de>
S:	Maintained
T:	git git://git.denx.de/u-boot-i2c.git
F:	drivers/i2c/

330 331 332 333 334 335
LOGGING
M:	Simon Glass <sjg@chromium.org>
S:	Maintained
T:	git git://git.denx.de/u-boot.git
F:	common/log.c
F:	cmd/log.c
S
Simon Glass 已提交
336
F:	test/log/log_test.c
S
Simon Glass 已提交
337
F:	test/py/tests/test_log.py
338

339 340 341 342 343 344 345 346 347 348 349 350 351
MICROBLAZE
M:	Michal Simek <monstr@monstr.eu>
S:	Maintained
T:	git git://git.denx.de/u-boot-microblaze.git
F:	arch/microblaze/

MIPS
M:	Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
S:	Maintained
T:	git git://git.denx.de/u-boot-mips.git
F:	arch/mips/

MMC
352
M:	Jaehoon Chung <jh80.chung@samsung.com>
353 354 355 356
S:	Maintained
T:	git git://git.denx.de/u-boot-mmc.git
F:	drivers/mmc/

357 358 359 360 361 362 363 364 365 366 367 368
NAND FLASH
M:	Scott Wood <oss@buserror.net>
S:	Maintained
T:	git git://git.denx.de/u-boot-nand-flash.git
F:	drivers/mtd/nand/

NDS32
M:	Macpaul Lin <macpaul@andestech.com>
S:	Maintained
T:	git git://git.denx.de/u-boot-nds32.git
F:	arch/nds32/

369 370 371 372 373 374 375
NETWORK
M:	Joe Hershberger <joe.hershberger@ni.com>
S:	Maintained
T:	git git://git.denx.de/u-boot-net.git
F:	drivers/net/
F:	net/

376 377 378 379 380 381 382 383 384 385 386 387
NIOS
M:	Thomas Chou <thomas@wytron.com.tw>
S:	Maintained
T:	git git://git.denx.de/u-boot-nios.git
F:	arch/nios2/

ONENAND
#M:	Lukasz Majewski <l.majewski@majess.pl>
S:	Orphaned (Since 2017-01)
T:	git git://git.denx.de/u-boot-onenand.git
F:	drivers/mtd/onenand/

388 389 390 391 392
PATMAN
M:	Simon Glass <sjg@chromium.org>
S:	Maintained
F:	tools/patman/

393 394 395 396 397 398
POWER
M:	Jaehoon Chung <jh80.chung@samsung.com>
S:	Maintained
T:	git git://git.denx.de/u-boot-pmic.git
F:	drivers/power/

399 400 401 402 403 404
POWERPC
M:	Wolfgang Denk <wd@denx.de>
S:	Maintained
F:	arch/powerpc/

POWERPC MPC8XX
405
M:	Christophe Leroy <christophe.leroy@c-s.fr>
406 407 408 409 410
S:	Maintained
T:	git git://git.denx.de/u-boot-mpc8xx.git
F:	arch/powerpc/cpu/mpc8xx/

POWERPC MPC83XX
411 412
M:	Mario Six <mario.six@gdsys.cc>
S:	Maintained
413 414 415 416 417
T:	git git://git.denx.de/u-boot-mpc83xx.git
F:	arch/powerpc/cpu/mpc83xx/
F:	arch/powerpc/include/asm/arch-mpc83xx/

POWERPC MPC85XX
418
M:	York Sun <york.sun@nxp.com>
419 420 421 422 423
S:	Maintained
T:	git git://git.denx.de/u-boot-mpc85xx.git
F:	arch/powerpc/cpu/mpc85xx/

POWERPC MPC86XX
424
M:	York Sun <york.sun@nxp.com>
425 426 427 428 429 430 431 432 433 434
S:	Maintained
T:	git git://git.denx.de/u-boot-mpc86xx.git
F:	arch/powerpc/cpu/mpc86xx/

POWERPC PPC4XX
M:	Stefan Roese <sr@denx.de>
S:	Maintained
T:	git git://git.denx.de/u-boot-ppc4xx.git
F:	arch/powerpc/cpu/ppc4xx/

R
Rick Chen 已提交
435 436 437 438 439 440 441
RISC-V
M:	Rick Chen <rick@andestech.com>
S:	Maintained
T:	git git://git.denx.de/u-boot-riscv.git
F:	arch/riscv/
F:	tools/prelink-riscv.c

442 443 444 445 446 447 448
ROCKUSB
M:	Eddie Cai <eddie.cai.linux@gmail.com>
S:	Maintained
F:	drivers/usb/gadget/f_rockusb.c
F:	cmd/rockusb.c
F:	doc/README.rockusb

449 450 451 452 453 454 455 456 457 458 459 460
SANDBOX
M:	Simon Glass <sjg@chromium.org>
S:	Maintained
F:	arch/sandbox/

SH
M:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
S:	Maintained
T:	git git://git.denx.de/u-boot-sh.git
F:	arch/sh/

SPI
J
Jagan Teki 已提交
461
M:	Jagan Teki <jagan@openedev.com>
462 463 464 465 466 467
S:	Maintained
T:	git git://git.denx.de/u-boot-spi.git
F:	drivers/mtd/spi/
F:	drivers/spi/
F:	include/spi*

468 469 470 471 472 473
SPMI
M:	Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
S:	Maintained
F:	drivers/spmi/
F:	include/spmi/

474 475 476 477 478 479 480
TI SYSTEM SECURITY
M:	Andrew F. Davis <afd@ti.com>
S:	Supported
F:	arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
F:	arch/arm/mach-omap2/omap5/sec-fxns.c
F:	arch/arm/mach-omap2/sec-common.c
F:	arch/arm/mach-omap2/config_secure.mk
481
F:	configs/am335x_hs_evm_defconfig
482
F:	configs/am335x_hs_evm_uart_defconfig
483 484 485
F:	configs/am43xx_hs_evm_defconfig
F:	configs/am57xx_hs_evm_defconfig
F:	configs/dra7xx_hs_evm_defconfig
486 487 488
F:	configs/k2hk_hs_evm_defconfig
F:	configs/k2e_hs_evm_defconfig
F:	configs/k2g_hs_evm_defconfig
489

490
TQ GROUP
491 492
#M:	Martin Krause <martin.krause@tq-systems.de>
S:	Orphaned (Since 2016-02)
493 494 495 496
T:	git git://git.denx.de/u-boot-tq-group.git

UBI
M:	Kyungmin Park <kmpark@infradead.org>
497
M:	Heiko Schocher <hs@denx.de>
498 499 500 501 502 503 504 505 506 507
S:	Maintained
T:	git git://git.denx.de/u-boot-ubi.git
F:	drivers/mtd/ubi/

USB
M:	Marek Vasut <marex@denx.de>
S:	Maintained
T:	git git://git.denx.de/u-boot-usb.git
F:	drivers/usb/

508 509 510 511 512 513
USB xHCI
M:	Bin Meng <bmeng.cn@gmail.com>
S:	Maintained
T:	git git://git.denx.de/u-boot-usb.git topic-xhci
F:	drivers/usb/host/xhci*

514 515 516 517 518
VIDEO
M:	Anatolij Gustschin <agust@denx.de>
S:	Maintained
T:	git git://git.denx.de/u-boot-video.git
F:	drivers/video/
519 520
F:	common/lcd*.c
F:	include/lcd*.h
521 522 523

X86
M:	Simon Glass <sjg@chromium.org>
524
M:	Bin Meng <bmeng.cn@gmail.com>
525 526 527 528
S:	Maintained
T:	git git://git.denx.de/u-boot-x86.git
F:	arch/x86/

529 530 531 532 533
XTENSA
M:	Max Filippov <jcmvbkbc@gmail.com>
S:	Maintained
F:	arch/xtensa/

534
THE REST
535
M:	Tom Rini <trini@konsulko.com>
536 537 538 539 540 541
L:	u-boot@lists.denx.de
Q:	http://patchwork.ozlabs.org/project/uboot/list/
S:	Maintained
T:	git git://git.denx.de/u-boot.git
F:	*
F:	*/