]> Git Repo - J-u-boot.git/blob - MAINTAINERS
Merge git://git.denx.de/u-boot-i2c
[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/pinctrl/rockchip/
163 F:      drivers/ram/rockchip/
164 F:      drivers/sysreset/sysreset_rockchip.c
165 F:      drivers/video/rockchip/
166 F:      tools/rkcommon.c
167 F:      tools/rkcommon.h
168 F:      tools/rkimage.c
169 F:      tools/rksd.c
170 F:      tools/rkspi.c
171
172 ARM SAMSUNG
173 M:      Minkyu Kang <[email protected]>
174 S:      Maintained
175 T:      git git://git.denx.de/u-boot-samsung.git
176 F:      arch/arm/mach-exynos/
177 F:      arch/arm/mach-s5pc1xx/
178 F:      arch/arm/cpu/armv7/s5p-common/
179
180 ARM SNAPDRAGON
181 M:      Mateusz Kulikowski <[email protected]>
182 S:      Maintained
183 F:      arch/arm/mach-snapdragon/
184
185 ARM STI
186 M:      Patrice Chotard <[email protected]>
187 S:      Maintained
188 F:      arch/arm/mach-sti/
189 F:      arch/arm/include/asm/arch-sti*/
190
191 ARM STM SPEAR
192 #M:     Vipin Kumar <[email protected]>
193 S:      Orphaned (Since 2016-02)
194 T:      git git://git.denx.de/u-boot-stm.git
195 F:      arch/arm/cpu/arm926ejs/spear/
196 F:      arch/arm/include/asm/arch-spear/
197
198 ARM STM STM32MP
199 M:      Patrick Delaunay <[email protected]>
200 S:      Maintained
201 F:      arch/arm/mach-stm32mp
202 F:      clk/clk_stm32mp1.c
203 F:      ram/stm32mp1
204
205 ARM STM STV0991
206 M:      Vikas Manocha <[email protected]>
207 S:      Maintained
208 F:      arch/arm/cpu/armv7/stv0991/
209 F:      arch/arm/include/asm/arch-stv0991/
210
211 ARM SUNXI
212 M:      Jagan Teki <[email protected]>
213 M:      Maxime Ripard <[email protected]>
214 S:      Maintained
215 T:      git git://git.denx.de/u-boot-sunxi.git
216 F:      arch/arm/cpu/armv7/sunxi/
217 F:      arch/arm/include/asm/arch-sunxi/
218 F:      arch/arm/mach-sunxi/
219 F:      board/sunxi/
220
221 ARM TEGRA
222 M:      Tom Warren <[email protected]>
223 S:      Maintained
224 T:      git git://git.denx.de/u-boot-tegra.git
225 F:      arch/arm/mach-tegra/
226 F:      arch/arm/include/asm/arch-tegra*/
227
228 ARM TI
229 M:      Tom Rini <[email protected]>
230 S:      Maintained
231 T:      git git://git.denx.de/u-boot-ti.git
232 F:      arch/arm/mach-davinci/
233 F:      arch/arm/mach-keystone/
234 F:      arch/arm/include/asm/arch-omap*/
235 F:      arch/arm/include/asm/ti-common/
236
237 ARM UNIPHIER
238 M:      Masahiro Yamada <[email protected]>
239 S:      Maintained
240 T:      git git://git.denx.de/u-boot-uniphier.git
241 F:      arch/arm/mach-uniphier/
242 F:      configs/uniphier_*_defconfig
243 N:      uniphier
244
245 ARM ZYNQ
246 M:      Michal Simek <[email protected]>
247 S:      Maintained
248 T:      git git://git.denx.de/u-boot-microblaze.git
249 F:      arch/arm/mach-zynq/
250 F:      drivers/clk/clk_zynq.c
251 F:      drivers/fpga/zynqpl.c
252 F:      drivers/gpio/zynq_gpio.c
253 F:      drivers/i2c/i2c-cdns.c
254 F:      drivers/i2c/muxes/pca954x.c
255 F:      drivers/i2c/zynq_i2c.c
256 F:      drivers/mmc/zynq_sdhci.c
257 F:      drivers/mtd/nand/zynq_nand.c
258 F:      drivers/net/phy/xilinx_phy.c
259 F:      drivers/net/zynq_gem.c
260 F:      drivers/serial/serial_zynq.c
261 F:      drivers/spi/zynq_qspi.c
262 F:      drivers/spi/zynq_spi.c
263 F:      drivers/usb/host/ehci-zynq.c
264 F:      drivers/watchdog/cdns_wdt.c
265 F:      include/zynqmp.h
266 F:      tools/zynqimage.c
267 N:      zynq
268
269 ARM ZYNQMP
270 M:      Michal Simek <[email protected]>
271 S:      Maintained
272 T:      git git://git.denx.de/u-boot-microblaze.git
273 F:      arch/arm/mach-zynq/
274 F:      drivers/clk/clk_zynq.c
275 F:      drivers/fpga/zynqpl.c
276 F:      drivers/gpio/zynq_gpio.c
277 F:      drivers/i2c/i2c-cdns.c
278 F:      drivers/i2c/muxes/pca954x.c
279 F:      drivers/i2c/zynq_i2c.c
280 F:      drivers/mmc/zynq_sdhci.c
281 F:      drivers/mtd/nand/zynq_nand.c
282 F:      drivers/net/phy/xilinx_phy.c
283 F:      drivers/net/zynq_gem.c
284 F:      drivers/serial/serial_zynq.c
285 F:      drivers/spi/zynq_qspi.c
286 F:      drivers/spi/zynq_spi.c
287 F:      drivers/usb/host/ehci-zynq.c
288 F:      drivers/watchdog/cdns_wdt.c
289 F:      include/zynqmp.h
290 F:      tools/zynqimage.c
291 N:      zynqmp
292
293 BUILDMAN
294 M:      Simon Glass <[email protected]>
295 S:      Maintained
296 F:      tools/buildman/
297
298 CFI FLASH
299 M:      Stefan Roese <[email protected]>
300 S:      Maintained
301 T:      git git://git.denx.de/u-boot-cfi-flash.git
302 F:      drivers/mtd/cfi_flash.c
303 F:      drivers/mtd/jedec_flash.c
304
305 COLDFIRE
306 M:      Huan Wang <[email protected]>
307 M:      Angelo Dureghello <[email protected]>
308 S:      Maintained
309 T:      git git://git.denx.de/u-boot-coldfire.git
310 F:      arch/m68k/
311
312 DFU
313 M:      Lukasz Majewski <[email protected]>
314 S:      Maintained
315 T:      git git://git.denx.de/u-boot-dfu.git
316 F:      drivers/dfu/
317 F:      drivers/usb/gadget/
318
319 DRIVER MODEL
320 M:      Simon Glass <[email protected]>
321 S:      Maintained
322 T:      git git://git.denx.de/u-boot-dm.git
323 F:      drivers/core/
324 F:      include/dm/
325 F:      test/dm/
326
327 EFI PAYLOAD
328 M:      Alexander Graf <[email protected]>
329 S:      Maintained
330 T:      git git://github.com/agraf/u-boot.git
331 F:      doc/README.efi
332 F:      doc/README.iscsi
333 F:      include/efi*
334 F:      include/pe.h
335 F:      include/asm-generic/pe.h
336 F:      lib/efi*/
337 F:      test/py/tests/test_efi*
338 F:      cmd/bootefi.c
339 F:      tools/file2include.c
340
341 FLATTENED DEVICE TREE
342 M:      Simon Glass <[email protected]>
343 S:      Maintained
344 T:      git git://git.denx.de/u-boot-fdt.git
345 F:      lib/fdtdec*
346 F:      lib/libfdt/
347 F:      include/fdt*
348 F:      include/linux/libfdt*
349 F:      cmd/fdt.c
350 F:      common/fdt_support.c
351
352 FREEBSD
353 M:      Rafal Jaworowski <[email protected]>
354 S:      Maintained
355 T:      git git://git.denx.de/u-boot-freebsd.git
356
357 FREESCALE QORIQ
358 M:      York Sun <[email protected]>
359 S:      Maintained
360 T:      git git://git.denx.de/u-boot-fsl-qoriq.git
361
362 I2C
363 M:      Heiko Schocher <[email protected]>
364 S:      Maintained
365 T:      git git://git.denx.de/u-boot-i2c.git
366 F:      drivers/i2c/
367
368 LOGGING
369 M:      Simon Glass <[email protected]>
370 S:      Maintained
371 T:      git git://git.denx.de/u-boot.git
372 F:      common/log.c
373 F:      cmd/log.c
374 F:      test/log/log_test.c
375 F:      test/py/tests/test_log.py
376
377 MICROBLAZE
378 M:      Michal Simek <[email protected]>
379 S:      Maintained
380 T:      git git://git.denx.de/u-boot-microblaze.git
381 F:      arch/microblaze/
382 F:      cmd/mfsl.c
383 F:      drivers/gpio/xilinx_gpio.c
384 F:      drivers/net/xilinx_axi_emac.c
385 F:      drivers/net/xilinx_emaclite.c
386 F:      drivers/serial/serial_xuartlite.c
387 F:      drivers/spi/xilinx_spi.c
388 F:      drivers/watchdog/xilinx_tb_wdt.c
389 N:      xilinx
390
391 MIPS
392 M:      Daniel Schwierzeck <[email protected]>
393 S:      Maintained
394 T:      git git://git.denx.de/u-boot-mips.git
395 F:      arch/mips/
396
397 MMC
398 M:      Jaehoon Chung <[email protected]>
399 S:      Maintained
400 T:      git git://git.denx.de/u-boot-mmc.git
401 F:      drivers/mmc/
402
403 NAND FLASH
404 M:      Scott Wood <[email protected]>
405 S:      Maintained
406 T:      git git://git.denx.de/u-boot-nand-flash.git
407 F:      drivers/mtd/nand/
408
409 NDS32
410 M:      Macpaul Lin <[email protected]>
411 S:      Maintained
412 T:      git git://git.denx.de/u-boot-nds32.git
413 F:      arch/nds32/
414
415 NETWORK
416 M:      Joe Hershberger <[email protected]>
417 S:      Maintained
418 T:      git git://git.denx.de/u-boot-net.git
419 F:      drivers/net/
420 F:      net/
421
422 NIOS
423 M:      Thomas Chou <[email protected]>
424 S:      Maintained
425 T:      git git://git.denx.de/u-boot-nios.git
426 F:      arch/nios2/
427
428 ONENAND
429 #M:     Lukasz Majewski <[email protected]>
430 S:      Orphaned (Since 2017-01)
431 T:      git git://git.denx.de/u-boot-onenand.git
432 F:      drivers/mtd/onenand/
433
434 PATMAN
435 M:      Simon Glass <[email protected]>
436 S:      Maintained
437 F:      tools/patman/
438
439 POWER
440 M:      Jaehoon Chung <[email protected]>
441 S:      Maintained
442 T:      git git://git.denx.de/u-boot-pmic.git
443 F:      drivers/power/
444
445 POWERPC
446 M:      Wolfgang Denk <[email protected]>
447 S:      Maintained
448 F:      arch/powerpc/
449
450 POWERPC MPC8XX
451 M:      Christophe Leroy <[email protected]>
452 S:      Maintained
453 T:      git git://git.denx.de/u-boot-mpc8xx.git
454 F:      arch/powerpc/cpu/mpc8xx/
455
456 POWERPC MPC83XX
457 M:      Mario Six <[email protected]>
458 S:      Maintained
459 T:      git git://git.denx.de/u-boot-mpc83xx.git
460 F:      arch/powerpc/cpu/mpc83xx/
461 F:      arch/powerpc/include/asm/arch-mpc83xx/
462
463 POWERPC MPC85XX
464 M:      York Sun <[email protected]>
465 S:      Maintained
466 T:      git git://git.denx.de/u-boot-mpc85xx.git
467 F:      arch/powerpc/cpu/mpc85xx/
468
469 POWERPC MPC86XX
470 M:      York Sun <[email protected]>
471 S:      Maintained
472 T:      git git://git.denx.de/u-boot-mpc86xx.git
473 F:      arch/powerpc/cpu/mpc86xx/
474
475 RISC-V
476 M:      Rick Chen <[email protected]>
477 S:      Maintained
478 T:      git git://git.denx.de/u-boot-riscv.git
479 F:      arch/riscv/
480 F:      tools/prelink-riscv.c
481
482 ROCKUSB
483 M:      Eddie Cai <[email protected]>
484 S:      Maintained
485 F:      drivers/usb/gadget/f_rockusb.c
486 F:      cmd/rockusb.c
487 F:      doc/README.rockusb
488
489 SANDBOX
490 M:      Simon Glass <[email protected]>
491 S:      Maintained
492 F:      arch/sandbox/
493
494 SH
495 M:      Nobuhiro Iwamatsu <[email protected]>
496 S:      Maintained
497 T:      git git://git.denx.de/u-boot-sh.git
498 F:      arch/sh/
499
500 SPI
501 M:      Jagan Teki <[email protected]>
502 S:      Maintained
503 T:      git git://git.denx.de/u-boot-spi.git
504 F:      drivers/mtd/spi/
505 F:      drivers/spi/
506 F:      include/spi*
507
508 SPMI
509 M:      Mateusz Kulikowski <[email protected]>
510 S:      Maintained
511 F:      drivers/spmi/
512 F:      include/spmi/
513
514 TI SYSTEM SECURITY
515 M:      Andrew F. Davis <[email protected]>
516 S:      Supported
517 F:      arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
518 F:      arch/arm/mach-omap2/sec-common.c
519 F:      arch/arm/mach-omap2/config_secure.mk
520 F:      configs/am335x_hs_evm_defconfig
521 F:      configs/am335x_hs_evm_uart_defconfig
522 F:      configs/am43xx_hs_evm_defconfig
523 F:      configs/am57xx_hs_evm_defconfig
524 F:      configs/dra7xx_hs_evm_defconfig
525 F:      configs/k2hk_hs_evm_defconfig
526 F:      configs/k2e_hs_evm_defconfig
527 F:      configs/k2g_hs_evm_defconfig
528 F:      configs/k2l_hs_evm_defconfig
529
530 TQ GROUP
531 #M:     Martin Krause <[email protected]>
532 S:      Orphaned (Since 2016-02)
533 T:      git git://git.denx.de/u-boot-tq-group.git
534
535 UBI
536 M:      Kyungmin Park <[email protected]>
537 M:      Heiko Schocher <[email protected]>
538 S:      Maintained
539 T:      git git://git.denx.de/u-boot-ubi.git
540 F:      drivers/mtd/ubi/
541
542 USB
543 M:      Marek Vasut <[email protected]>
544 S:      Maintained
545 T:      git git://git.denx.de/u-boot-usb.git
546 F:      drivers/usb/
547
548 USB xHCI
549 M:      Bin Meng <[email protected]>
550 S:      Maintained
551 T:      git git://git.denx.de/u-boot-usb.git topic-xhci
552 F:      drivers/usb/host/xhci*
553
554 VIDEO
555 M:      Anatolij Gustschin <[email protected]>
556 S:      Maintained
557 T:      git git://git.denx.de/u-boot-video.git
558 F:      drivers/video/
559 F:      common/lcd*.c
560 F:      include/lcd*.h
561
562 X86
563 M:      Simon Glass <[email protected]>
564 M:      Bin Meng <[email protected]>
565 S:      Maintained
566 T:      git git://git.denx.de/u-boot-x86.git
567 F:      arch/x86/
568
569 XTENSA
570 M:      Max Filippov <[email protected]>
571 S:      Maintained
572 F:      arch/xtensa/
573
574 THE REST
575 M:      Tom Rini <[email protected]>
576 L:      [email protected]
577 Q:      http://patchwork.ozlabs.org/project/uboot/list/
578 S:      Maintained
579 T:      git git://git.denx.de/u-boot.git
580 F:      *
581 F:      */
This page took 0.05956 seconds and 4 git commands to generate.