]> Git Repo - u-boot.git/blob - MAINTAINERS
MAINTAINERS: Take over BCM2835 maintainership
[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 CREG GPIO
63 M:      Eugeniy Paltsev <[email protected]>
64 S:      Maintained
65 L:      [email protected]
66 F:      drivers/gpio/hsdk-creg-gpio.c
67
68 ARC HSDK CGU CLOCK
69 M:      Eugeniy Paltsev <[email protected]>
70 S:      Maintained
71 L:      [email protected]
72 F:      drivers/clk/clk-hsdk-cgu.c
73 F:      include/dt-bindings/clock/snps,hsdk-cgu.h
74 F:      doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
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/video/bcm2835.c
103 F:      include/dm/platform_data/serial_bcm283x_mu.h
104 F:      drivers/pinctrl/broadcom/
105
106 ARM FREESCALE IMX
107 M:      Stefano Babic <[email protected]>
108 M:      Fabio Estevam <[email protected]>
109 S:      Maintained
110 T:      git git://git.denx.de/u-boot-imx.git
111 F:      arch/arm/cpu/arm1136/mx*/
112 F:      arch/arm/cpu/arm926ejs/mx*/
113 F:      arch/arm/cpu/armv7/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:      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:      tools/rkcommon.c
166 F:      tools/rkcommon.h
167 F:      tools/rkimage.c
168 F:      tools/rksd.c
169 F:      tools/rkspi.c
170
171 ARM SAMSUNG
172 M:      Minkyu Kang <[email protected]>
173 S:      Maintained
174 T:      git git://git.denx.de/u-boot-samsung.git
175 F:      arch/arm/cpu/arm920t/s3c24x0/
176 F:      arch/arm/mach-exynos/
177 F:      arch/arm/mach-s5pc1xx/
178 F:      arch/arm/cpu/armv7/s5p-common/
179 F:      arch/arm/include/asm/arch-s3c24x0/
180
181 ARM SNAPDRAGON
182 M:      Mateusz Kulikowski <[email protected]>
183 S:      Maintained
184 F:      arch/arm/mach-snapdragon/
185
186 ARM STM SPEAR
187 #M:     Vipin Kumar <[email protected]>
188 S:      Orphaned (Since 2016-02)
189 T:      git git://git.denx.de/u-boot-stm.git
190 F:      arch/arm/cpu/arm926ejs/spear/
191 F:      arch/arm/include/asm/arch-spear/
192
193 ARM STM STV0991
194 M:      Vikas Manocha <[email protected]>
195 S:      Maintained
196 F:      arch/arm/cpu/armv7/stv0991/
197 F:      arch/arm/include/asm/arch-stv0991/
198
199 ARM STI
200 M:      Patrice Chotard <[email protected]>
201 S:      Maintained
202 F:      arch/arm/mach-sti/
203 F:      arch/arm/include/asm/arch-sti*/
204
205 ARM SUNXI
206 M:      Jagan Teki <[email protected]>
207 M:      Maxime Ripard <[email protected]>
208 S:      Maintained
209 T:      git git://git.denx.de/u-boot-sunxi.git
210 F:      arch/arm/cpu/armv7/sunxi/
211 F:      arch/arm/include/asm/arch-sunxi/
212 F:      arch/arm/mach-sunxi/
213 F:      board/sunxi/
214
215 ARM TEGRA
216 M:      Tom Warren <[email protected]>
217 S:      Maintained
218 T:      git git://git.denx.de/u-boot-tegra.git
219 F:      arch/arm/mach-tegra/
220 F:      arch/arm/include/asm/arch-tegra*/
221
222 ARM TI
223 M:      Tom Rini <[email protected]>
224 S:      Maintained
225 T:      git git://git.denx.de/u-boot-ti.git
226 F:      arch/arm/mach-davinci/
227 F:      arch/arm/mach-keystone/
228 F:      arch/arm/cpu/arm926ejs/omap/
229 F:      arch/arm/cpu/armv7/omap*/
230 F:      arch/arm/include/asm/arch-omap*/
231 F:      arch/arm/include/asm/ti-common/
232
233 ARM UNIPHIER
234 M:      Masahiro Yamada <[email protected]>
235 S:      Maintained
236 T:      git git://git.denx.de/u-boot-uniphier.git
237 F:      arch/arm/mach-uniphier/
238 F:      configs/uniphier_*_defconfig
239 N:      uniphier
240
241 ARM ZYNQ
242 M:      Michal Simek <[email protected]>
243 S:      Maintained
244 F:      arch/arm/cpu/armv7/zynq/
245 F:      arch/arm/include/asm/arch-zynq/
246
247 ARM ZYNQMP
248 M:      Michal Simek <[email protected]>
249 S:      Maintained
250 F:      arch/arm/cpu/armv8/zynqmp/
251 F:      arch/arm/include/asm/arch-zynqmp/
252
253 BUILDMAN
254 M:      Simon Glass <[email protected]>
255 S:      Maintained
256 F:      tools/buildman/
257
258 CFI FLASH
259 M:      Stefan Roese <[email protected]>
260 S:      Maintained
261 T:      git git://git.denx.de/u-boot-cfi-flash.git
262 F:      drivers/mtd/cfi_flash.c
263 F:      drivers/mtd/jedec_flash.c
264
265 COLDFIRE
266 M:      Huan Wang <[email protected]>
267 M:      Angelo Dureghello <[email protected]>
268 S:      Maintained
269 T:      git git://git.denx.de/u-boot-coldfire.git
270 F:      arch/m68k/
271
272 DFU
273 M:      Lukasz Majewski <[email protected]>
274 S:      Maintained
275 T:      git git://git.denx.de/u-boot-dfu.git
276 F:      drivers/dfu/
277 F:      drivers/usb/gadget/
278
279 DRIVER MODEL
280 M:      Simon Glass <[email protected]>
281 S:      Maintained
282 T:      git git://git.denx.de/u-boot-dm.git
283 F:      drivers/core/
284 F:      include/dm/
285 F:      test/dm/
286
287 EFI PAYLOAD
288 M:      Alexander Graf <[email protected]>
289 S:      Maintained
290 T:      git git://github.com/agraf/u-boot.git
291 F:      include/efi*
292 F:      lib/efi*/
293 F:      test/py/tests/test_efi*
294 F:      cmd/bootefi.c
295 F:      tools/file2include.c
296
297 FLATTENED DEVICE TREE
298 M:      Simon Glass <[email protected]>
299 S:      Maintained
300 T:      git git://git.denx.de/u-boot-fdt.git
301 F:      lib/fdtdec*
302 F:      lib/libfdt/
303 F:      include/fdt*
304 F:      include/libfdt*
305 F:      cmd/fdt.c
306 F:      common/fdt_support.c
307
308 FREEBSD
309 M:      Rafal Jaworowski <[email protected]>
310 S:      Maintained
311 T:      git git://git.denx.de/u-boot-freebsd.git
312
313 FREESCALE QORIQ
314 M:      York Sun <[email protected]>
315 S:      Maintained
316 T:      git git://git.denx.de/u-boot-fsl-qoriq.git
317
318 I2C
319 M:      Heiko Schocher <[email protected]>
320 S:      Maintained
321 T:      git git://git.denx.de/u-boot-i2c.git
322 F:      drivers/i2c/
323
324 LOGGING
325 M:      Simon Glass <[email protected]>
326 S:      Maintained
327 T:      git git://git.denx.de/u-boot.git
328 F:      common/log.c
329 F:      cmd/log.c
330 F:      test/log/log_test.c
331 F:      test/py/tests/test_log.py
332
333 MICROBLAZE
334 M:      Michal Simek <[email protected]>
335 S:      Maintained
336 T:      git git://git.denx.de/u-boot-microblaze.git
337 F:      arch/microblaze/
338
339 MIPS
340 M:      Daniel Schwierzeck <[email protected]>
341 S:      Maintained
342 T:      git git://git.denx.de/u-boot-mips.git
343 F:      arch/mips/
344
345 MMC
346 M:      Jaehoon Chung <[email protected]>
347 S:      Maintained
348 T:      git git://git.denx.de/u-boot-mmc.git
349 F:      drivers/mmc/
350
351 PATMAN
352 M:      Simon Glass <[email protected]>
353 S:      Maintained
354 F:      tools/patman/
355
356 POWERPC
357 M:      Wolfgang Denk <[email protected]>
358 S:      Maintained
359 F:      arch/powerpc/
360
361 POWERPC MPC8XX
362 M:      Christophe Leroy <[email protected]>
363 S:      Maintained
364 T:      git git://git.denx.de/u-boot-mpc8xx.git
365 F:      arch/powerpc/cpu/mpc8xx/
366
367 POWERPC MPC83XX
368 M:      Mario Six <[email protected]>
369 S:      Maintained
370 T:      git git://git.denx.de/u-boot-mpc83xx.git
371 F:      arch/powerpc/cpu/mpc83xx/
372 F:      arch/powerpc/include/asm/arch-mpc83xx/
373
374 POWERPC MPC85XX
375 M:      York Sun <[email protected]>
376 S:      Maintained
377 T:      git git://git.denx.de/u-boot-mpc85xx.git
378 F:      arch/powerpc/cpu/mpc85xx/
379
380 POWERPC MPC86XX
381 M:      York Sun <[email protected]>
382 S:      Maintained
383 T:      git git://git.denx.de/u-boot-mpc86xx.git
384 F:      arch/powerpc/cpu/mpc86xx/
385
386 POWERPC PPC4XX
387 M:      Stefan Roese <[email protected]>
388 S:      Maintained
389 T:      git git://git.denx.de/u-boot-ppc4xx.git
390 F:      arch/powerpc/cpu/ppc4xx/
391
392 POWER
393 M:      Jaehoon Chung <[email protected]>
394 S:      Maintained
395 T:      git git://git.denx.de/u-boot-pmic.git
396 F:      drivers/power/
397
398 NETWORK
399 M:      Joe Hershberger <[email protected]>
400 S:      Maintained
401 T:      git git://git.denx.de/u-boot-net.git
402 F:      drivers/net/
403 F:      net/
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 NIOS
418 M:      Thomas Chou <[email protected]>
419 S:      Maintained
420 T:      git git://git.denx.de/u-boot-nios.git
421 F:      arch/nios2/
422
423 ONENAND
424 #M:     Lukasz Majewski <[email protected]>
425 S:      Orphaned (Since 2017-01)
426 T:      git git://git.denx.de/u-boot-onenand.git
427 F:      drivers/mtd/onenand/
428
429 RISC-V
430 M:      Rick Chen <[email protected]>
431 S:      Maintained
432 T:      git git://git.denx.de/u-boot-riscv.git
433 F:      arch/riscv/
434 F:      tools/prelink-riscv.c
435
436 SANDBOX
437 M:      Simon Glass <[email protected]>
438 S:      Maintained
439 F:      arch/sandbox/
440
441 SH
442 M:      Nobuhiro Iwamatsu <[email protected]>
443 S:      Maintained
444 T:      git git://git.denx.de/u-boot-sh.git
445 F:      arch/sh/
446
447 SPI
448 M:      Jagan Teki <[email protected]>
449 S:      Maintained
450 T:      git git://git.denx.de/u-boot-spi.git
451 F:      drivers/mtd/spi/
452 F:      drivers/spi/
453 F:      include/spi*
454
455 SPMI
456 M:      Mateusz Kulikowski <[email protected]>
457 S:      Maintained
458 F:      drivers/spmi/
459 F:      include/spmi/
460
461 TI SYSTEM SECURITY
462 M:      Andrew F. Davis <[email protected]>
463 S:      Supported
464 F:      arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
465 F:      arch/arm/mach-omap2/omap5/sec-fxns.c
466 F:      arch/arm/mach-omap2/sec-common.c
467 F:      arch/arm/mach-omap2/config_secure.mk
468 F:      configs/am335x_hs_evm_defconfig
469 F:      configs/am335x_hs_evm_uart_defconfig
470 F:      configs/am43xx_hs_evm_defconfig
471 F:      configs/am57xx_hs_evm_defconfig
472 F:      configs/dra7xx_hs_evm_defconfig
473 F:      configs/k2hk_hs_evm_defconfig
474 F:      configs/k2e_hs_evm_defconfig
475 F:      configs/k2g_hs_evm_defconfig
476
477 TQ GROUP
478 #M:     Martin Krause <[email protected]>
479 S:      Orphaned (Since 2016-02)
480 T:      git git://git.denx.de/u-boot-tq-group.git
481
482 UBI
483 M:      Kyungmin Park <[email protected]>
484 M:      Heiko Schocher <[email protected]>
485 S:      Maintained
486 T:      git git://git.denx.de/u-boot-ubi.git
487 F:      drivers/mtd/ubi/
488
489 USB
490 M:      Marek Vasut <[email protected]>
491 S:      Maintained
492 T:      git git://git.denx.de/u-boot-usb.git
493 F:      drivers/usb/
494
495 USB xHCI
496 M:      Bin Meng <[email protected]>
497 S:      Maintained
498 T:      git git://git.denx.de/u-boot-usb.git topic-xhci
499 F:      drivers/usb/host/xhci*
500
501 ROCKUSB
502 M:      Eddie Cai <[email protected]>
503 S:      Maintained
504 F:      drivers/usb/gadget/f_rockusb.c
505 F:      cmd/rockusb.c
506 F:      doc/README.rockusb
507
508 VIDEO
509 M:      Anatolij Gustschin <[email protected]>
510 S:      Maintained
511 T:      git git://git.denx.de/u-boot-video.git
512 F:      drivers/video/
513 F:      common/lcd*.c
514 F:      include/lcd*.h
515
516 X86
517 M:      Simon Glass <[email protected]>
518 M:      Bin Meng <[email protected]>
519 S:      Maintained
520 T:      git git://git.denx.de/u-boot-x86.git
521 F:      arch/x86/
522
523 XTENSA
524 M:      Max Filippov <[email protected]>
525 S:      Maintained
526 F:      arch/xtensa/
527
528 THE REST
529 M:      Tom Rini <[email protected]>
530 L:      [email protected]
531 Q:      http://patchwork.ozlabs.org/project/uboot/list/
532 S:      Maintained
533 T:      git git://git.denx.de/u-boot.git
534 F:      *
535 F:      */
This page took 0.06295 seconds and 4 git commands to generate.