]> Git Repo - J-u-boot.git/blob - MAINTAINERS
x86: acpi: Prevent acpi_table.h from being included more than once
[J-u-boot.git] / MAINTAINERS
1 Descriptions 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
49 Note: For the hard of thinking, this list is meant to remain in alphabetical
50 order. If you could add yourselves to it in alphabetical order that would be
51 so much easier [Ed]
52
53 Maintainers List (try to look for most precise areas first)
54
55                 -----------------------------------
56 ARC
57 M:      Alexey Brodkin <[email protected]>
58 M:      Eugeniy Paltsev <[email protected]>
59 S:      Maintained
60 L:      [email protected]
61 T:      git git://git.denx.de/u-boot-arc.git
62 F:      arch/arc/
63 F:      board/synopsys/
64
65 ARC HSDK CGU CLOCK
66 M:      Eugeniy Paltsev <[email protected]>
67 S:      Maintained
68 L:      [email protected]
69 F:      drivers/clk/clk-hsdk-cgu.c
70 F:      include/dt-bindings/clock/snps,hsdk-cgu.h
71 F:      doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
72
73 ARC HSDK CREG GPIO
74 M:      Eugeniy Paltsev <[email protected]>
75 S:      Maintained
76 L:      [email protected]
77 F:      drivers/gpio/hsdk-creg-gpio.c
78
79 ARM
80 M:      Albert Aribaud <[email protected]>
81 S:      Maintained
82 T:      git git://git.denx.de/u-boot-arm.git
83 F:      arch/arm/
84
85 ARM ALTERA SOCFPGA
86 M:      Marek Vasut <[email protected]>
87 S:      Maintainted
88 T:      git git://git.denx.de/u-boot-socfpga.git
89 F:      arch/arm/mach-socfpga/
90
91 ARM ATMEL AT91
92 M:      Andreas Bießmann <[email protected]>
93 S:      Maintained
94 T:      git git://git.denx.de/u-boot-atmel.git
95 F:      arch/arm/mach-at91/
96
97 ARM BROADCOM BCM283X
98 M:      Alexander Graf <[email protected]>
99 S:      Maintained
100 F:      arch/arm/mach-bcm283x/
101 F:      drivers/gpio/bcm2835_gpio.c
102 F:      drivers/mmc/bcm2835_sdhci.c
103 F:      drivers/mmc/bcm2835_sdhost.c
104 F:      drivers/serial/serial_bcm283x_mu.c
105 F:      drivers/serial/serial_bcm283x_pl011.c
106 F:      drivers/video/bcm2835.c
107 F:      include/dm/platform_data/serial_bcm283x_mu.h
108 F:      drivers/pinctrl/broadcom/
109
110 ARM BROADCOM BCMSTB
111 M:      Thomas Fitzsimmons <[email protected]>
112 S:      Maintained
113 F:      arch/arm/mach-bcmstb/
114 F:      board/broadcom/bcmstb/
115 F:      configs/bcm7445_defconfig
116 F:      doc/README.bcm7xxx
117 F:      drivers/mmc/bcmstb_sdhci.c
118 F:      drivers/spi/bcmstb_spi.c
119
120 ARM FREESCALE IMX
121 M:      Stefano Babic <[email protected]>
122 M:      Fabio Estevam <[email protected]>
123 S:      Maintained
124 T:      git git://git.denx.de/u-boot-imx.git
125 F:      arch/arm/cpu/arm1136/mx*/
126 F:      arch/arm/cpu/arm926ejs/mx*/
127 F:      arch/arm/cpu/armv7/vf610/
128 F:      arch/arm/mach-imx/
129 F:      arch/arm/include/asm/arch-imx/
130 F:      arch/arm/include/asm/arch-mx*/
131 F:      arch/arm/include/asm/arch-vf610/
132 F:      arch/arm/include/asm/mach-imx/
133 F:      board/freescale/*mx*/
134
135 ARM HISILICON
136 M:      Peter Griffin <[email protected]>
137 S:      Maintained
138 F:      arch/arm/cpu/armv8/hisilicon
139 F:      arch/arm/include/asm/arch-hi6220/
140
141 ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X
142 M:      Prafulla Wadaskar <[email protected]>
143 M:      Luka Perkov <[email protected]>
144 M:      Stefan Roese <[email protected]>
145 S:      Maintained
146 T:      git git://git.denx.de/u-boot-marvell.git
147 F:      arch/arm/mach-kirkwood/
148 F:      arch/arm/mach-mvebu/
149 F:      drivers/ata/ahci_mvebu.c
150
151 ARM MARVELL PXA
152 M:      Marek Vasut <[email protected]>
153 S:      Maintained
154 T:      git git://git.denx.de/u-boot-pxa.git
155 F:      arch/arm/cpu/pxa/
156 F:      arch/arm/include/asm/arch-pxa/
157
158 ARM OWL
159 M:      Manivannan Sadhasivam <[email protected]>
160 S:      Maintained
161 F:      arch/arm/include/asm/arch-owl/
162 F:      arch/arm/mach-owl/
163 F:      board/ucRobotics/
164 F:      drivers/clk/owl/
165 F:      drivers/serial/serial_owl.c
166
167 ARM RENESAS RMOBILE/R-CAR
168 M:      Nobuhiro Iwamatsu <[email protected]>
169 M:      Marek Vasut <[email protected]>
170 S:      Maintained
171 T:      git git://git.denx.de/u-boot-sh.git
172 F:      arch/arm/mach-rmobile/
173
174 ARM ROCKCHIP
175 M:      Simon Glass <[email protected]>
176 M:      Philipp Tomsich <[email protected]>
177 S:      Maintained
178 T:      git git://git.denx.de/u-boot-rockchip.git
179 F:      arch/arm/include/asm/arch-rockchip/
180 F:      arch/arm/mach-rockchip/
181 F:      board/rockchip/
182 F:      drivers/clk/rockchip/
183 F:      drivers/gpio/rk_gpio.c
184 F:      drivers/misc/rockchip-efuse.c
185 F:      drivers/mmc/rockchip_sdhci.c
186 F:      drivers/mmc/rockchip_dw_mmc.c
187 F:      drivers/pinctrl/rockchip/
188 F:      drivers/ram/rockchip/
189 F:      drivers/sysreset/sysreset_rockchip.c
190 F:      drivers/video/rockchip/
191 F:      tools/rkcommon.c
192 F:      tools/rkcommon.h
193 F:      tools/rkimage.c
194 F:      tools/rksd.c
195 F:      tools/rkspi.c
196
197 ARM SAMSUNG
198 M:      Minkyu Kang <[email protected]>
199 S:      Maintained
200 T:      git git://git.denx.de/u-boot-samsung.git
201 F:      arch/arm/mach-exynos/
202 F:      arch/arm/mach-s5pc1xx/
203 F:      arch/arm/cpu/armv7/s5p-common/
204
205 ARM SNAPDRAGON
206 M:      Ramon Fried <[email protected]>
207 S:      Maintained
208 F:      arch/arm/mach-snapdragon/
209
210 ARM STI
211 M:      Patrice Chotard <[email protected]>
212 S:      Maintained
213 F:      arch/arm/mach-sti/
214 F:      arch/arm/include/asm/arch-sti*/
215
216 ARM STM SPEAR
217 #M:     Vipin Kumar <[email protected]>
218 S:      Orphaned (Since 2016-02)
219 T:      git git://git.denx.de/u-boot-stm.git
220 F:      arch/arm/cpu/arm926ejs/spear/
221 F:      arch/arm/include/asm/arch-spear/
222
223 ARM STM STM32MP
224 M:      Patrick Delaunay <[email protected]>
225 S:      Maintained
226 F:      arch/arm/mach-stm32mp
227 F:      drivers/clk/clk_stm32mp1.c
228 F:      drivers/misc/stm32mp_fuse.c
229 F:      drivers/ram/stm32mp1/
230
231 ARM STM STV0991
232 M:      Vikas Manocha <[email protected]>
233 S:      Maintained
234 F:      arch/arm/cpu/armv7/stv0991/
235 F:      arch/arm/include/asm/arch-stv0991/
236
237 ARM SUNXI
238 M:      Jagan Teki <[email protected]>
239 M:      Maxime Ripard <[email protected]>
240 S:      Maintained
241 T:      git git://git.denx.de/u-boot-sunxi.git
242 F:      arch/arm/cpu/armv7/sunxi/
243 F:      arch/arm/include/asm/arch-sunxi/
244 F:      arch/arm/mach-sunxi/
245 F:      board/sunxi/
246
247 ARM TEGRA
248 M:      Tom Warren <[email protected]>
249 S:      Maintained
250 T:      git git://git.denx.de/u-boot-tegra.git
251 F:      arch/arm/mach-tegra/
252 F:      arch/arm/include/asm/arch-tegra*/
253
254 ARM TI
255 M:      Tom Rini <[email protected]>
256 S:      Maintained
257 T:      git git://git.denx.de/u-boot-ti.git
258 F:      arch/arm/mach-davinci/
259 F:      arch/arm/mach-keystone/
260 F:      arch/arm/include/asm/arch-omap*/
261 F:      arch/arm/include/asm/ti-common/
262
263 ARM UNIPHIER
264 M:      Masahiro Yamada <[email protected]>
265 S:      Maintained
266 T:      git git://git.denx.de/u-boot-uniphier.git
267 F:      arch/arm/mach-uniphier/
268 F:      configs/uniphier_*_defconfig
269 N:      uniphier
270
271 ARM ZYNQ
272 M:      Michal Simek <[email protected]>
273 S:      Maintained
274 T:      git git://git.denx.de/u-boot-microblaze.git
275 F:      arch/arm/mach-zynq/
276 F:      drivers/clk/clk_zynq.c
277 F:      drivers/fpga/zynqpl.c
278 F:      drivers/gpio/zynq_gpio.c
279 F:      drivers/i2c/i2c-cdns.c
280 F:      drivers/i2c/muxes/pca954x.c
281 F:      drivers/i2c/zynq_i2c.c
282 F:      drivers/mmc/zynq_sdhci.c
283 F:      drivers/mtd/nand/zynq_nand.c
284 F:      drivers/net/phy/xilinx_phy.c
285 F:      drivers/net/zynq_gem.c
286 F:      drivers/serial/serial_zynq.c
287 F:      drivers/spi/zynq_qspi.c
288 F:      drivers/spi/zynq_spi.c
289 F:      drivers/usb/host/ehci-zynq.c
290 F:      drivers/watchdog/cdns_wdt.c
291 F:      include/zynqpl.h
292 F:      tools/zynqimage.c
293 N:      zynq
294
295 ARM ZYNQMP
296 M:      Michal Simek <[email protected]>
297 S:      Maintained
298 T:      git git://git.denx.de/u-boot-microblaze.git
299 F:      arch/arm/cpu/armv8/zynqmp/
300 F:      drivers/clk/clk_zynqmp.c
301 F:      drivers/fpga/zynqpl.c
302 F:      drivers/gpio/zynq_gpio.c
303 F:      drivers/i2c/i2c-cdns.c
304 F:      drivers/i2c/muxes/pca954x.c
305 F:      drivers/i2c/zynq_i2c.c
306 F:      drivers/mmc/zynq_sdhci.c
307 F:      drivers/mtd/nand/zynq_nand.c
308 F:      drivers/net/phy/xilinx_phy.c
309 F:      drivers/net/zynq_gem.c
310 F:      drivers/serial/serial_zynq.c
311 F:      drivers/spi/zynq_qspi.c
312 F:      drivers/spi/zynq_spi.c
313 F:      drivers/timer/cadence-ttc.c
314 F:      drivers/usb/host/ehci-zynq.c
315 F:      drivers/watchdog/cdns_wdt.c
316 F:      include/zynqmppl.h
317 F:      tools/zynqmp*
318 N:      zynqmp
319
320 ARM ZYNQMP R5
321 M:      Michal Simek <[email protected]>
322 S:      Maintained
323 T:      git git://git.denx.de/u-boot-microblaze.git
324 F:      arch/arm/mach-zynqmp-r5/
325
326 BUILDMAN
327 M:      Simon Glass <[email protected]>
328 S:      Maintained
329 F:      tools/buildman/
330
331 CFI FLASH
332 M:      Stefan Roese <[email protected]>
333 S:      Maintained
334 T:      git git://git.denx.de/u-boot-cfi-flash.git
335 F:      drivers/mtd/cfi_flash.c
336 F:      drivers/mtd/jedec_flash.c
337
338 COLDFIRE
339 M:      Huan Wang <[email protected]>
340 M:      Angelo Dureghello <[email protected]>
341 S:      Maintained
342 T:      git git://git.denx.de/u-boot-coldfire.git
343 F:      arch/m68k/
344
345 DFU
346 M:      Lukasz Majewski <[email protected]>
347 S:      Maintained
348 T:      git git://git.denx.de/u-boot-dfu.git
349 F:      drivers/dfu/
350 F:      drivers/usb/gadget/
351
352 DRIVER MODEL
353 M:      Simon Glass <[email protected]>
354 S:      Maintained
355 T:      git git://git.denx.de/u-boot-dm.git
356 F:      drivers/core/
357 F:      include/dm/
358 F:      test/dm/
359
360 EFI PAYLOAD
361 M:      Alexander Graf <[email protected]>
362 S:      Maintained
363 T:      git git://github.com/agraf/u-boot.git
364 F:      doc/DocBook/efi.tmpl
365 F:      doc/README.uefi
366 F:      doc/README.iscsi
367 F:      include/efi*
368 F:      include/pe.h
369 F:      include/asm-generic/pe.h
370 F:      lib/efi*/
371 F:      test/py/tests/test_efi*
372 F:      cmd/bootefi.c
373 F:      tools/file2include.c
374
375 FLATTENED DEVICE TREE
376 M:      Simon Glass <[email protected]>
377 S:      Maintained
378 T:      git git://git.denx.de/u-boot-fdt.git
379 F:      lib/fdtdec*
380 F:      lib/libfdt/
381 F:      include/fdt*
382 F:      include/linux/libfdt*
383 F:      cmd/fdt.c
384 F:      common/fdt_support.c
385
386 FREEBSD
387 M:      Rafal Jaworowski <[email protected]>
388 S:      Maintained
389 T:      git git://git.denx.de/u-boot-freebsd.git
390
391 FREESCALE QORIQ
392 M:      York Sun <[email protected]>
393 S:      Maintained
394 T:      git git://git.denx.de/u-boot-fsl-qoriq.git
395
396 I2C
397 M:      Heiko Schocher <[email protected]>
398 S:      Maintained
399 T:      git git://git.denx.de/u-boot-i2c.git
400 F:      drivers/i2c/
401
402 LOGGING
403 M:      Simon Glass <[email protected]>
404 S:      Maintained
405 T:      git git://git.denx.de/u-boot.git
406 F:      common/log.c
407 F:      cmd/log.c
408 F:      test/log/log_test.c
409 F:      test/py/tests/test_log.py
410
411 MICROBLAZE
412 M:      Michal Simek <[email protected]>
413 S:      Maintained
414 T:      git git://git.denx.de/u-boot-microblaze.git
415 F:      arch/microblaze/
416 F:      cmd/mfsl.c
417 F:      drivers/gpio/xilinx_gpio.c
418 F:      drivers/net/xilinx_axi_emac.c
419 F:      drivers/net/xilinx_emaclite.c
420 F:      drivers/serial/serial_xuartlite.c
421 F:      drivers/spi/xilinx_spi.c
422 F:      drivers/sysreset/sysreset_gpio.c
423 F:      drivers/watchdog/xilinx_tb_wdt.c
424 N:      xilinx
425
426 MIPS
427 M:      Daniel Schwierzeck <[email protected]>
428 S:      Maintained
429 T:      git git://git.denx.de/u-boot-mips.git
430 F:      arch/mips/
431
432 MMC
433 M:      Jaehoon Chung <[email protected]>
434 S:      Maintained
435 T:      git git://git.denx.de/u-boot-mmc.git
436 F:      drivers/mmc/
437
438 NAND FLASH
439 M:      Scott Wood <[email protected]>
440 S:      Maintained
441 T:      git git://git.denx.de/u-boot-nand-flash.git
442 F:      drivers/mtd/nand/
443
444 NDS32
445 M:      Macpaul Lin <[email protected]>
446 S:      Maintained
447 T:      git git://git.denx.de/u-boot-nds32.git
448 F:      arch/nds32/
449
450 NETWORK
451 M:      Joe Hershberger <[email protected]>
452 S:      Maintained
453 T:      git git://git.denx.de/u-boot-net.git
454 F:      drivers/net/
455 F:      net/
456
457 NIOS
458 M:      Thomas Chou <[email protected]>
459 S:      Maintained
460 T:      git git://git.denx.de/u-boot-nios.git
461 F:      arch/nios2/
462
463 ONENAND
464 #M:     Lukasz Majewski <[email protected]>
465 S:      Orphaned (Since 2017-01)
466 T:      git git://git.denx.de/u-boot-onenand.git
467 F:      drivers/mtd/onenand/
468
469 PATMAN
470 M:      Simon Glass <[email protected]>
471 S:      Maintained
472 F:      tools/patman/
473
474 POWER
475 M:      Jaehoon Chung <[email protected]>
476 S:      Maintained
477 T:      git git://git.denx.de/u-boot-pmic.git
478 F:      drivers/power/
479
480 POWERPC
481 M:      Wolfgang Denk <[email protected]>
482 S:      Maintained
483 F:      arch/powerpc/
484
485 POWERPC MPC8XX
486 M:      Christophe Leroy <[email protected]>
487 S:      Maintained
488 T:      git git://git.denx.de/u-boot-mpc8xx.git
489 F:      arch/powerpc/cpu/mpc8xx/
490
491 POWERPC MPC83XX
492 M:      Mario Six <[email protected]>
493 S:      Maintained
494 T:      git git://git.denx.de/u-boot-mpc83xx.git
495 F:      arch/powerpc/cpu/mpc83xx/
496 F:      arch/powerpc/include/asm/arch-mpc83xx/
497
498 POWERPC MPC85XX
499 M:      York Sun <[email protected]>
500 S:      Maintained
501 T:      git git://git.denx.de/u-boot-mpc85xx.git
502 F:      arch/powerpc/cpu/mpc85xx/
503
504 POWERPC MPC86XX
505 M:      York Sun <[email protected]>
506 S:      Maintained
507 T:      git git://git.denx.de/u-boot-mpc86xx.git
508 F:      arch/powerpc/cpu/mpc86xx/
509
510 RISC-V
511 M:      Rick Chen <[email protected]>
512 S:      Maintained
513 T:      git git://git.denx.de/u-boot-riscv.git
514 F:      arch/riscv/
515 F:      tools/prelink-riscv.c
516
517 ROCKUSB
518 M:      Eddie Cai <[email protected]>
519 S:      Maintained
520 F:      drivers/usb/gadget/f_rockusb.c
521 F:      cmd/rockusb.c
522 F:      doc/README.rockusb
523
524 SANDBOX
525 M:      Simon Glass <[email protected]>
526 S:      Maintained
527 F:      arch/sandbox/
528
529 SH
530 M:      Nobuhiro Iwamatsu <[email protected]>
531 S:      Maintained
532 T:      git git://git.denx.de/u-boot-sh.git
533 F:      arch/sh/
534
535 SPI
536 M:      Jagan Teki <[email protected]>
537 S:      Maintained
538 T:      git git://git.denx.de/u-boot-spi.git
539 F:      drivers/mtd/spi/
540 F:      drivers/spi/
541 F:      include/spi*
542
543 SPMI
544 M:      Mateusz Kulikowski <[email protected]>
545 S:      Maintained
546 F:      drivers/spmi/
547 F:      include/spmi/
548
549 TI SYSTEM SECURITY
550 M:      Andrew F. Davis <[email protected]>
551 S:      Supported
552 F:      arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
553 F:      arch/arm/mach-omap2/sec-common.c
554 F:      arch/arm/mach-omap2/config_secure.mk
555 F:      configs/am335x_hs_evm_defconfig
556 F:      configs/am335x_hs_evm_uart_defconfig
557 F:      configs/am43xx_hs_evm_defconfig
558 F:      configs/am57xx_hs_evm_defconfig
559 F:      configs/dra7xx_hs_evm_defconfig
560 F:      configs/k2hk_hs_evm_defconfig
561 F:      configs/k2e_hs_evm_defconfig
562 F:      configs/k2g_hs_evm_defconfig
563 F:      configs/k2l_hs_evm_defconfig
564
565 TQ GROUP
566 #M:     Martin Krause <[email protected]>
567 S:      Orphaned (Since 2016-02)
568 T:      git git://git.denx.de/u-boot-tq-group.git
569
570 UBI
571 M:      Kyungmin Park <[email protected]>
572 M:      Heiko Schocher <[email protected]>
573 S:      Maintained
574 T:      git git://git.denx.de/u-boot-ubi.git
575 F:      drivers/mtd/ubi/
576
577 USB
578 M:      Marek Vasut <[email protected]>
579 S:      Maintained
580 T:      git git://git.denx.de/u-boot-usb.git
581 F:      drivers/usb/
582
583 USB xHCI
584 M:      Bin Meng <[email protected]>
585 S:      Maintained
586 T:      git git://git.denx.de/u-boot-usb.git topic-xhci
587 F:      drivers/usb/host/xhci*
588
589 VIDEO
590 M:      Anatolij Gustschin <[email protected]>
591 S:      Maintained
592 T:      git git://git.denx.de/u-boot-video.git
593 F:      drivers/video/
594 F:      common/lcd*.c
595 F:      include/lcd*.h
596
597 X86
598 M:      Simon Glass <[email protected]>
599 M:      Bin Meng <[email protected]>
600 S:      Maintained
601 T:      git git://git.denx.de/u-boot-x86.git
602 F:      arch/x86/
603
604 XTENSA
605 M:      Max Filippov <[email protected]>
606 S:      Maintained
607 F:      arch/xtensa/
608
609 THE REST
610 M:      Tom Rini <[email protected]>
611 L:      [email protected]
612 Q:      http://patchwork.ozlabs.org/project/uboot/list/
613 S:      Maintained
614 T:      git git://git.denx.de/u-boot.git
615 F:      *
616 F:      */
This page took 0.058839 seconds and 4 git commands to generate.