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