]> Git Repo - J-u-boot.git/blame - MAINTAINERS
spl: add USB Gadget config option
[J-u-boot.git] / MAINTAINERS
CommitLineData
00f141cc
DS
1Descriptions 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
49Note: For the hard of thinking, this list is meant to remain in alphabetical
50order. If you could add yourselves to it in alphabetical order that would be
51so much easier [Ed]
52
53Maintainers List (try to look for most precise areas first)
54
55 -----------------------------------
56ARC
57M: Alexey Brodkin <[email protected]>
58S: Maintained
59T: git git://git.denx.de/u-boot-arc.git
60F: arch/arc/
61
62ARM
63M: Albert Aribaud <[email protected]>
64S: Maintained
65T: git git://git.denx.de/u-boot-arm.git
66F: arch/arm/
67
d8540a16
PM
68ARM ALTERA SOCFPGA
69M: Marek Vasut <[email protected]>
70S: Maintainted
71T: git git://git.denx.de/u-boot-socfpga.git
72F: arch/arm/cpu/armv7/socfpga/
73F: board/altera/socfpga/
74
00f141cc 75ARM ATMEL AT91
09c2b8f3 76M: Andreas Bießmann <[email protected]>
00f141cc
DS
77S: Maintained
78T: git git://git.denx.de/u-boot-atmel.git
62011840 79F: arch/arm/mach-at91/
00f141cc 80
fe84ebf0
SW
81ARM BROADCOM BCM283X
82M: Stephen Warren <[email protected]>
83S: Maintained
84F: arch/arm/mach-bcm283x/
85F: drivers/gpio/bcm2835_gpio.c
86F: drivers/mmc/bcm2835_sdhci.c
87F: drivers/serial/serial_bcm283x_mu.c
88F: drivers/video/bcm2835.c
89F: include/dm/platform_data/serial_bcm283x_mu.h
90
00f141cc
DS
91ARM FREESCALE IMX
92M: Stefano Babic <[email protected]>
93S: Maintained
94T: git git://git.denx.de/u-boot-imx.git
95F: arch/arm/cpu/arm1136/mx*/
96F: arch/arm/cpu/arm926ejs/mx*/
97F: arch/arm/cpu/arm926ejs/imx/
98F: arch/arm/cpu/armv7/mx*/
99F: arch/arm/cpu/armv7/vf610/
100F: arch/arm/cpu/imx-common/
101F: arch/arm/include/asm/arch-imx/
102F: arch/arm/include/asm/arch-mx*/
103F: arch/arm/include/asm/arch-vf610/
104F: arch/arm/include/asm/imx-common/
77cbd3a1 105F: board/freescale/*mx*/
00f141cc 106
ae4dc15d
PG
107ARM HISILICON
108M: Peter Griffin <[email protected]>
109S: Maintained
110F: arch/arm/cpu/armv8/hisilicon
111F: arm/include/asm/arch-hi6220/
112
f822d857 113ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X
00f141cc 114M: Prafulla Wadaskar <[email protected]>
5ea01961 115M: Luka Perkov <[email protected]>
f822d857 116M: Stefan Roese <[email protected]>
00f141cc
DS
117S: Maintained
118T: git git://git.denx.de/u-boot-marvell.git
56f86e39 119F: arch/arm/mach-kirkwood/
f822d857 120F: arch/arm/mach-mvebu/
00f141cc
DS
121
122ARM MARVELL PXA
123M: Marek Vasut <[email protected]>
124S: Maintained
125T: git git://git.denx.de/u-boot-pxa.git
126F: arch/arm/cpu/pxa/
127F: arch/arm/include/asm/arch-pxa/
128
4810c2f8
NI
129ARM RENESAS RMOBILE/R-CAR
130M: Nobuhiro Iwamatsu <[email protected]>
131S: Maintained
132T: git git://git.denx.de/u-boot-sh.git
133F: arch/arm/mach-rmobile/
134
c3caeac0
MY
135ARM ROCKCHIP
136M: Simon Glass <[email protected]>
137S: Maintained
138T: git git://git.denx.de/u-boot-rockchip.git
139F: arch/arm/mach-rockchip/
140
00f141cc
DS
141ARM SAMSUNG
142M: Minkyu Kang <[email protected]>
143S: Maintained
144T: git git://git.denx.de/u-boot-samsung.git
145F: arch/arm/cpu/arm920t/s3c24x0/
225f5eec
MK
146F: arch/arm/mach-exynos/
147F: arch/arm/mach-s5pc1xx/
00f141cc 148F: arch/arm/cpu/armv7/s5p-common/
00f141cc 149F: arch/arm/include/asm/arch-s3c24x0/
00f141cc 150
e721e981
MK
151ARM SNAPDRAGON
152M: Mateusz Kulikowski <[email protected]>
153S: Maintained
154F: arch/arm/mach-snapdragon/
155
00f141cc 156ARM STM SPEAR
3a53aba3
BM
157#M: Vipin Kumar <[email protected]>
158S: Orphaned (Since 2016-02)
00f141cc
DS
159T: git git://git.denx.de/u-boot-stm.git
160F: arch/arm/cpu/arm926ejs/spear/
161F: arch/arm/include/asm/arch-spear/
162
9fa32b12
VM
163ARM STM STV0991
164M: Vikas Manocha <[email protected]>
165S: Maintained
166F: arch/arm/cpu/armv7/stv0991/
167F: arch/arm/include/asm/arch-stv0991/
168
00f141cc 169ARM SUNXI
543bd273
JT
170M: Jagan Teki <[email protected]>
171M: Maxime Ripard <[email protected]>
00f141cc
DS
172T: git git://git.denx.de/u-boot-sunxi.git
173F: arch/arm/cpu/armv7/sunxi/
174F: arch/arm/include/asm/arch-sunxi/
175
176ARM TEGRA
177M: Tom Warren <[email protected]>
178S: Maintained
179T: git git://git.denx.de/u-boot-tegra.git
09f455dc 180F: arch/arm/mach-tegra/
00f141cc
DS
181F: arch/arm/include/asm/arch-tegra*/
182
183ARM TI
4e34d610 184M: Tom Rini <[email protected]>
00f141cc
DS
185S: Maintained
186T: git git://git.denx.de/u-boot-ti.git
26f7c111
MY
187F: arch/arm/mach-davinci/
188F: arch/arm/mach-keystone/
00f141cc
DS
189F: arch/arm/cpu/arm926ejs/omap/
190F: arch/arm/cpu/armv7/omap*/
00f141cc
DS
191F: arch/arm/include/asm/arch-omap*/
192F: arch/arm/include/asm/ti-common/
193
0fb63aa6 194ARM UNIPHIER
ed6226c4 195M: Masahiro Yamada <[email protected]>
0fb63aa6
MY
196S: Maintained
197T: git git://git.denx.de/u-boot-uniphier.git
4c425570 198F: arch/arm/mach-uniphier/
5fd3f434 199F: configs/uniphier_*_defconfig
eb006c83 200N: uniphier
0fb63aa6 201
00f141cc
DS
202ARM ZYNQ
203M: Michal Simek <[email protected]>
204S: Maintained
205F: arch/arm/cpu/armv7/zynq/
206F: arch/arm/include/asm/arch-zynq/
207
84c7204b
MS
208ARM ZYNQMP
209M: Michal Simek <[email protected]>
210S: Maintained
211F: arch/arm/cpu/armv8/zynqmp/
212F: arch/arm/include/asm/arch-zynqmp/
213
00f141cc 214AVR32
09c2b8f3 215M: Andreas Bießmann <[email protected]>
00f141cc
DS
216S: Maintained
217T: git git://git.denx.de/u-boot-avr32.git
218F: arch/avr32/
219
220BLACKFIN
221M: Sonic Zhang <[email protected]>
222S: Maintained
223T: git git://git.denx.de/u-boot-blackfin.git
224F: arch/blackfin/
225
226BUILDMAN
227M: Simon Glass <[email protected]>
228S: Maintained
229F: tools/buildman/
230
231CFI FLASH
232M: Stefan Roese <[email protected]>
233S: Maintained
234T: git git://git.denx.de/u-boot-cfi-flash.git
c4c2e141
SR
235F: drivers/mtd/cfi_flash.c
236F: drivers/mtd/jedec_flash.c
00f141cc
DS
237
238COLDFIRE
82ebb7e5 239M: Huan Wang <[email protected]>
240M: Angelo Dureghello <[email protected]>
00f141cc
DS
241S: Maintained
242T: git git://git.denx.de/u-boot-coldfire.git
243F: arch/m68k/
244
245DFU
246M: Lukasz Majewski <[email protected]>
247S: Maintained
248T: git git://git.denx.de/u-boot-dfu.git
249F: drivers/dfu/
55ca6138 250F: drivers/usb/gadget/
00f141cc
DS
251
252DRIVER MODEL
253M: Simon Glass <[email protected]>
254S: Maintained
8770633e 255T: git git://git.denx.de/u-boot-dm.git
00f141cc
DS
256F: drivers/core/
257F: include/dm/
258F: test/dm/
259
e4a7394a
AG
260EFI PAYLOAD
261M: Alexander Graf <[email protected]>
262S: Maintained
263F: include/efi_loader.h
264F: lib/efi_loader/
265F: cmd/bootefi.c
266
00f141cc
DS
267FLATTENED DEVICE TREE
268M: Simon Glass <[email protected]>
269S: Maintained
270T: git git://git.denx.de/u-boot-fdt.git
271F: lib/fdtdec*
272F: lib/libfdt/
273F: include/fdt*
274F: include/libfdt*
643f8d4c 275F: cmd/fdt.c
00f141cc
DS
276F: common/fdt_support.c
277
278FREEBSD
279M: Rafal Jaworowski <[email protected]>
280S: Maintained
281T: git git://git.denx.de/u-boot-freebsd.git
282
283FREESCALE QORIQ
2f231025 284M: York Sun <[email protected]>
00f141cc
DS
285S: Maintained
286T: git git://git.denx.de/u-boot-fsl-qoriq.git
287
288I2C
289M: Heiko Schocher <[email protected]>
290S: Maintained
291T: git git://git.denx.de/u-boot-i2c.git
292F: drivers/i2c/
293
294MICROBLAZE
295M: Michal Simek <[email protected]>
296S: Maintained
297T: git git://git.denx.de/u-boot-microblaze.git
298F: arch/microblaze/
299
300MIPS
301M: Daniel Schwierzeck <[email protected]>
302S: Maintained
303T: git git://git.denx.de/u-boot-mips.git
304F: arch/mips/
305
306MMC
dbc39699 307M: Jaehoon Chung <[email protected]>
00f141cc
DS
308S: Maintained
309T: git git://git.denx.de/u-boot-mmc.git
310F: drivers/mmc/
311
312OPENRISC
313M: Stefan Kristiansson <[email protected]>
314S: Maintained
315F: arch/openrisc/
316
317PATMAN
318M: Simon Glass <[email protected]>
319S: Maintained
320F: tools/patman/
321
322POWERPC
323M: Wolfgang Denk <[email protected]>
324S: Maintained
325F: arch/powerpc/
326
327POWERPC MPC5XXX
328M: Wolfgang Denk <[email protected]>
329S: Maintained
330T: git git://git.denx.de/u-boot-mpc5xxx.git
331F: arch/powerpc/cpu/mpc5*/
332
333POWERPC MPC8XX
334M: Wolfgang Denk <[email protected]>
335S: Maintained
336T: git git://git.denx.de/u-boot-mpc8xx.git
337F: arch/powerpc/cpu/mpc8xx/
338
339POWERPC MPC82XX
340M: Wolfgang Denk <[email protected]>
341S: Maintained
342T: git git://git.denx.de/u-boot-mpc82xx.git
343F: arch/powerpc/cpu/mpc82*/
344
345POWERPC MPC83XX
3a53aba3
BM
346#M: Kim Phillips <[email protected]>
347S: Orphaned (Since 2016-02)
00f141cc
DS
348T: git git://git.denx.de/u-boot-mpc83xx.git
349F: arch/powerpc/cpu/mpc83xx/
350F: arch/powerpc/include/asm/arch-mpc83xx/
351
352POWERPC MPC85XX
2f231025 353M: York Sun <[email protected]>
00f141cc
DS
354S: Maintained
355T: git git://git.denx.de/u-boot-mpc85xx.git
356F: arch/powerpc/cpu/mpc85xx/
357
358POWERPC MPC86XX
2f231025 359M: York Sun <[email protected]>
00f141cc
DS
360S: Maintained
361T: git git://git.denx.de/u-boot-mpc86xx.git
362F: arch/powerpc/cpu/mpc86xx/
363
00f141cc
DS
364POWERPC PPC4XX
365M: Stefan Roese <[email protected]>
366S: Maintained
367T: git git://git.denx.de/u-boot-ppc4xx.git
368F: arch/powerpc/cpu/ppc4xx/
369
370NETWORK
a60de1ee 371M: Joe Hershberger <[email protected]>
00f141cc
DS
372S: Maintained
373T: git git://git.denx.de/u-boot-net.git
374F: drivers/net/
a60de1ee 375F: net/
00f141cc
DS
376
377NAND FLASH
3ef9cdb7 378M: Scott Wood <[email protected]>
00f141cc
DS
379S: Maintained
380T: git git://git.denx.de/u-boot-nand-flash.git
381F: drivers/mtd/nand/
382
383NDS32
384M: Macpaul Lin <[email protected]>
385S: Maintained
386T: git git://git.denx.de/u-boot-nds32.git
387F: arch/nds32/
388
389NIOS
390M: Thomas Chou <[email protected]>
391S: Maintained
392T: git git://git.denx.de/u-boot-nios.git
393F: arch/nios2/
394
395ONENAND
396M: Lukasz Majewski <[email protected]>
397S: Maintained
398T: git git://git.denx.de/u-boot-onenand.git
399F: drivers/mtd/onenand/
400
401SANDBOX
402M: Simon Glass <[email protected]>
403S: Maintained
404F: arch/sandbox/
405
406SH
407M: Nobuhiro Iwamatsu <[email protected]>
408S: Maintained
409T: git git://git.denx.de/u-boot-sh.git
410F: arch/sh/
411
412SPARC
3a53aba3
BM
413#M: Francois Retief <[email protected]>
414S: Orphaned (Since 2016-02)
00f141cc
DS
415T: git git://git.denx.de/u-boot-sparc.git
416F: arch/sparc/
417
418SPI
16185a85 419M: Jagan Teki <[email protected]>
00f141cc
DS
420S: Maintained
421T: git git://git.denx.de/u-boot-spi.git
422F: drivers/mtd/spi/
423F: drivers/spi/
424F: include/spi*
425
e721e981
MK
426SPMI
427M: Mateusz Kulikowski <[email protected]>
428S: Maintained
429F: drivers/spmi/
430F: include/spmi/
431
00f141cc 432TQ GROUP
3a53aba3
BM
433#M: Martin Krause <[email protected]>
434S: Orphaned (Since 2016-02)
00f141cc
DS
435T: git git://git.denx.de/u-boot-tq-group.git
436
437UBI
438M: Kyungmin Park <[email protected]>
69337a9d 439M: Heiko Schocher <[email protected]>
00f141cc
DS
440S: Maintained
441T: git git://git.denx.de/u-boot-ubi.git
442F: drivers/mtd/ubi/
443
444USB
445M: Marek Vasut <[email protected]>
446S: Maintained
447T: git git://git.denx.de/u-boot-usb.git
448F: drivers/usb/
449
450VIDEO
451M: Anatolij Gustschin <[email protected]>
452S: Maintained
453T: git git://git.denx.de/u-boot-video.git
454F: drivers/video/
455
456X86
457M: Simon Glass <[email protected]>
458S: Maintained
459T: git git://git.denx.de/u-boot-x86.git
460F: arch/x86/
461
de5e5cea
CZ
462XTENSA
463M: Max Filippov <[email protected]>
464S: Maintained
465F: arch/xtensa/
466
00f141cc 467THE REST
4e34d610 468M: Tom Rini <[email protected]>
00f141cc
DS
469L: [email protected]
470Q: http://patchwork.ozlabs.org/project/uboot/list/
471S: Maintained
472T: git git://git.denx.de/u-boot.git
473F: *
474F: */
This page took 0.26239 seconds and 4 git commands to generate.