MAINTAINERS 13.0 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
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

68 69 70 71 72 73 74 75
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

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:	Stephen Warren <swarren@wwwdotorg.org>
S:	Orphaned (Since 2017-07)
97 98 99 100 101 102 103
F:	arch/arm/mach-bcm283x/
F:	drivers/gpio/bcm2835_gpio.c
F:	drivers/mmc/bcm2835_sdhci.c
F:	drivers/serial/serial_bcm283x_mu.c
F:	drivers/video/bcm2835.c
F:	include/dm/platform_data/serial_bcm283x_mu.h

104 105
ARM FREESCALE IMX
M:	Stefano Babic <sbabic@denx.de>
106
M:	Fabio Estevam <fabio.estevam@nxp.com>
107 108 109 110 111 112
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/
113
F:	arch/arm/mach-imx/
114 115 116
F:	arch/arm/include/asm/arch-imx/
F:	arch/arm/include/asm/arch-mx*/
F:	arch/arm/include/asm/arch-vf610/
117
F:	arch/arm/include/asm/mach-imx/
118
F:	board/freescale/*mx*/
119

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

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

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/

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

149 150
ARM ROCKCHIP
M:	Simon Glass <sjg@chromium.org>
151
M:	Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
152 153
S:	Maintained
T:	git git://git.denx.de/u-boot-rockchip.git
154
F:	arch/arm/include/asm/arch-rockchip/
155
F:	arch/arm/mach-rockchip/
156
F:	board/rockchip/
157 158 159 160 161 162 163 164 165 166 167
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
F:	tools/rkcommon.c
F:	tools/rkcommon.h
F:	tools/rkimage.c
F:	tools/rksd.c
F:	tools/rkspi.c
168

169 170 171 172 173
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/
174 175
F:	arch/arm/mach-exynos/
F:	arch/arm/mach-s5pc1xx/
176 177 178
F:	arch/arm/cpu/armv7/s5p-common/
F:	arch/arm/include/asm/arch-s3c24x0/

179 180 181 182 183
ARM SNAPDRAGON
M:	Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
S:	Maintained
F:	arch/arm/mach-snapdragon/

184
ARM STM SPEAR
185 186
#M:	Vipin Kumar <vipin.kumar@st.com>
S:	Orphaned (Since 2016-02)
187 188 189 190
T:	git git://git.denx.de/u-boot-stm.git
F:	arch/arm/cpu/arm926ejs/spear/
F:	arch/arm/include/asm/arch-spear/

191 192 193 194 195 196
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/

197 198 199 200 201 202
ARM STI
M:	Patrice Chotard <patrice.chotard@st.com>
S:	Maintained
F:	arch/arm/mach-sti/
F:	arch/arm/include/asm/arch-sti*/

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

ARM TEGRA
M:	Tom Warren <twarren@nvidia.com>
S:	Maintained
T:	git git://git.denx.de/u-boot-tegra.git
217
F:	arch/arm/mach-tegra/
218 219 220
F:	arch/arm/include/asm/arch-tegra*/

ARM TI
221
M:	Tom Rini <trini@konsulko.com>
222 223
S:	Maintained
T:	git git://git.denx.de/u-boot-ti.git
224 225
F:	arch/arm/mach-davinci/
F:	arch/arm/mach-keystone/
226 227 228 229 230
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/

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

239 240 241 242 243 244
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 已提交
245 246 247 248 249 250
ARM ZYNQMP
M:	Michal Simek <michal.simek@xilinx.com>
S:	Maintained
F:	arch/arm/cpu/armv8/zynqmp/
F:	arch/arm/include/asm/arch-zynqmp/

251 252 253 254 255 256 257 258 259
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
260 261
F:	drivers/mtd/cfi_flash.c
F:	drivers/mtd/jedec_flash.c
262 263

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

DFU
271
M:	Lukasz Majewski <lukma@denx.de>
272 273 274
S:	Maintained
T:	git git://git.denx.de/u-boot-dfu.git
F:	drivers/dfu/
275
F:	drivers/usb/gadget/
276 277 278 279

DRIVER MODEL
M:	Simon Glass <sjg@chromium.org>
S:	Maintained
280
T:	git git://git.denx.de/u-boot-dm.git
281 282 283 284
F:	drivers/core/
F:	include/dm/
F:	test/dm/

285 286 287
EFI PAYLOAD
M:	Alexander Graf <agraf@suse.de>
S:	Maintained
288
T:	git git://github.com/agraf/u-boot.git
289
F:	include/efi*
290
F:	lib/efi*/
291
F:	test/py/tests/test_efi*
292 293
F:	cmd/bootefi.c

294 295 296 297 298 299 300 301
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*
302
F:	cmd/fdt.c
303 304 305 306 307 308 309 310
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
311
M:	York Sun <york.sun@nxp.com>
312 313 314 315 316 317 318 319 320
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/

321 322 323 324 325 326
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 已提交
327
F:	test/log/log_test.c
S
Simon Glass 已提交
328
F:	test/py/tests/test_log.py
329

330 331 332 333 334 335 336 337 338 339 340 341 342
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
343
M:	Jaehoon Chung <jh80.chung@samsung.com>
344 345 346 347 348 349 350 351 352 353 354 355 356 357 358
S:	Maintained
T:	git git://git.denx.de/u-boot-mmc.git
F:	drivers/mmc/

PATMAN
M:	Simon Glass <sjg@chromium.org>
S:	Maintained
F:	tools/patman/

POWERPC
M:	Wolfgang Denk <wd@denx.de>
S:	Maintained
F:	arch/powerpc/

POWERPC MPC8XX
359
M:	Christophe Leroy <christophe.leroy@c-s.fr>
360 361 362 363 364
S:	Maintained
T:	git git://git.denx.de/u-boot-mpc8xx.git
F:	arch/powerpc/cpu/mpc8xx/

POWERPC MPC83XX
365 366
M:	Mario Six <mario.six@gdsys.cc>
S:	Maintained
367 368 369 370 371
T:	git git://git.denx.de/u-boot-mpc83xx.git
F:	arch/powerpc/cpu/mpc83xx/
F:	arch/powerpc/include/asm/arch-mpc83xx/

POWERPC MPC85XX
372
M:	York Sun <york.sun@nxp.com>
373 374 375 376 377
S:	Maintained
T:	git git://git.denx.de/u-boot-mpc85xx.git
F:	arch/powerpc/cpu/mpc85xx/

POWERPC MPC86XX
378
M:	York Sun <york.sun@nxp.com>
379 380 381 382 383 384 385 386 387 388
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/

389 390 391 392 393 394
POWER
M:	Jaehoon Chung <jh80.chung@samsung.com>
S:	Maintained
T:	git git://git.denx.de/u-boot-pmic.git
F:	drivers/power/

395
NETWORK
396
M:	Joe Hershberger <joe.hershberger@ni.com>
397 398 399
S:	Maintained
T:	git git://git.denx.de/u-boot-net.git
F:	drivers/net/
400
F:	net/
401 402

NAND FLASH
403
M:	Scott Wood <oss@buserror.net>
404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420
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/

NIOS
M:	Thomas Chou <thomas@wytron.com.tw>
S:	Maintained
T:	git git://git.denx.de/u-boot-nios.git
F:	arch/nios2/

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

R
Rick Chen 已提交
426 427 428 429 430 431 432
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

433 434 435 436 437 438 439 440 441 442 443 444
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 已提交
445
M:	Jagan Teki <jagan@openedev.com>
446 447 448 449 450 451
S:	Maintained
T:	git git://git.denx.de/u-boot-spi.git
F:	drivers/mtd/spi/
F:	drivers/spi/
F:	include/spi*

452 453 454 455 456 457
SPMI
M:	Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
S:	Maintained
F:	drivers/spmi/
F:	include/spmi/

458 459 460 461 462 463 464
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
465
F:	configs/am335x_hs_evm_defconfig
466
F:	configs/am335x_hs_evm_uart_defconfig
467 468 469
F:	configs/am43xx_hs_evm_defconfig
F:	configs/am57xx_hs_evm_defconfig
F:	configs/dra7xx_hs_evm_defconfig
470 471 472
F:	configs/k2hk_hs_evm_defconfig
F:	configs/k2e_hs_evm_defconfig
F:	configs/k2g_hs_evm_defconfig
473

474
TQ GROUP
475 476
#M:	Martin Krause <martin.krause@tq-systems.de>
S:	Orphaned (Since 2016-02)
477 478 479 480
T:	git git://git.denx.de/u-boot-tq-group.git

UBI
M:	Kyungmin Park <kmpark@infradead.org>
481
M:	Heiko Schocher <hs@denx.de>
482 483 484 485 486 487 488 489 490 491
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/

492 493 494 495 496 497
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*

498 499 500 501
ROCKUSB
M:	Eddie Cai <eddie.cai.linux@gmail.com>
S:	Maintained
F:	drivers/usb/gadget/f_rockusb.c
E
Eddie Cai 已提交
502
F:	cmd/rockusb.c
503
F:	doc/README.rockusb
504

505 506 507 508 509
VIDEO
M:	Anatolij Gustschin <agust@denx.de>
S:	Maintained
T:	git git://git.denx.de/u-boot-video.git
F:	drivers/video/
510 511
F:	common/lcd*.c
F:	include/lcd*.h
512 513 514

X86
M:	Simon Glass <sjg@chromium.org>
515
M:	Bin Meng <bmeng.cn@gmail.com>
516 517 518 519
S:	Maintained
T:	git git://git.denx.de/u-boot-x86.git
F:	arch/x86/

520 521 522 523 524
XTENSA
M:	Max Filippov <jcmvbkbc@gmail.com>
S:	Maintained
F:	arch/xtensa/

525
THE REST
526
M:	Tom Rini <trini@konsulko.com>
527 528 529 530 531 532
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:	*/