]> Git Repo - J-u-boot.git/blame - MAINTAINERS
imx6: icorem6: Add ENET support
[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
DS
169ARM SUNXI
170M: Ian Campbell <[email protected]>
171M: Hans De Goede <[email protected]>
172S: Maintained
173T: git git://git.denx.de/u-boot-sunxi.git
174F: arch/arm/cpu/armv7/sunxi/
175F: arch/arm/include/asm/arch-sunxi/
176
177ARM TEGRA
178M: Tom Warren <[email protected]>
179S: Maintained
180T: git git://git.denx.de/u-boot-tegra.git
09f455dc 181F: arch/arm/mach-tegra/
00f141cc
DS
182F: arch/arm/include/asm/arch-tegra*/
183
184ARM TI
4e34d610 185M: Tom Rini <[email protected]>
00f141cc
DS
186S: Maintained
187T: git git://git.denx.de/u-boot-ti.git
26f7c111
MY
188F: arch/arm/mach-davinci/
189F: arch/arm/mach-keystone/
00f141cc
DS
190F: arch/arm/cpu/arm926ejs/omap/
191F: arch/arm/cpu/armv7/omap*/
00f141cc
DS
192F: arch/arm/include/asm/arch-omap*/
193F: arch/arm/include/asm/ti-common/
194
0fb63aa6 195ARM UNIPHIER
ed6226c4 196M: Masahiro Yamada <[email protected]>
0fb63aa6
MY
197S: Maintained
198T: git git://git.denx.de/u-boot-uniphier.git
4c425570 199F: arch/arm/mach-uniphier/
5fd3f434 200F: configs/uniphier_*_defconfig
eb006c83 201N: uniphier
0fb63aa6 202
00f141cc
DS
203ARM ZYNQ
204M: Michal Simek <[email protected]>
205S: Maintained
206F: arch/arm/cpu/armv7/zynq/
207F: arch/arm/include/asm/arch-zynq/
208
84c7204b
MS
209ARM ZYNQMP
210M: Michal Simek <[email protected]>
211S: Maintained
212F: arch/arm/cpu/armv8/zynqmp/
213F: arch/arm/include/asm/arch-zynqmp/
214
00f141cc 215AVR32
09c2b8f3 216M: Andreas Bießmann <[email protected]>
00f141cc
DS
217S: Maintained
218T: git git://git.denx.de/u-boot-avr32.git
219F: arch/avr32/
220
221BLACKFIN
222M: Sonic Zhang <[email protected]>
223S: Maintained
224T: git git://git.denx.de/u-boot-blackfin.git
225F: arch/blackfin/
226
227BUILDMAN
228M: Simon Glass <[email protected]>
229S: Maintained
230F: tools/buildman/
231
232CFI FLASH
233M: Stefan Roese <[email protected]>
234S: Maintained
235T: git git://git.denx.de/u-boot-cfi-flash.git
c4c2e141
SR
236F: drivers/mtd/cfi_flash.c
237F: drivers/mtd/jedec_flash.c
00f141cc
DS
238
239COLDFIRE
82ebb7e5 240M: Huan Wang <[email protected]>
241M: Angelo Dureghello <[email protected]>
00f141cc
DS
242S: Maintained
243T: git git://git.denx.de/u-boot-coldfire.git
244F: arch/m68k/
245
246DFU
247M: Lukasz Majewski <[email protected]>
248S: Maintained
249T: git git://git.denx.de/u-boot-dfu.git
250F: drivers/dfu/
55ca6138 251F: drivers/usb/gadget/
00f141cc
DS
252
253DRIVER MODEL
254M: Simon Glass <[email protected]>
255S: Maintained
8770633e 256T: git git://git.denx.de/u-boot-dm.git
00f141cc
DS
257F: drivers/core/
258F: include/dm/
259F: test/dm/
260
e4a7394a
AG
261EFI PAYLOAD
262M: Alexander Graf <[email protected]>
263S: Maintained
264F: include/efi_loader.h
265F: lib/efi_loader/
266F: cmd/bootefi.c
267
00f141cc
DS
268FLATTENED DEVICE TREE
269M: Simon Glass <[email protected]>
270S: Maintained
271T: git git://git.denx.de/u-boot-fdt.git
272F: lib/fdtdec*
273F: lib/libfdt/
274F: include/fdt*
275F: include/libfdt*
276F. common/cmd_fdt.c
277F: common/fdt_support.c
278
279FREEBSD
280M: Rafal Jaworowski <[email protected]>
281S: Maintained
282T: git git://git.denx.de/u-boot-freebsd.git
283
284FREESCALE QORIQ
2f231025 285M: York Sun <[email protected]>
00f141cc
DS
286S: Maintained
287T: git git://git.denx.de/u-boot-fsl-qoriq.git
288
289I2C
290M: Heiko Schocher <[email protected]>
291S: Maintained
292T: git git://git.denx.de/u-boot-i2c.git
293F: drivers/i2c/
294
295MICROBLAZE
296M: Michal Simek <[email protected]>
297S: Maintained
298T: git git://git.denx.de/u-boot-microblaze.git
299F: arch/microblaze/
300
301MIPS
302M: Daniel Schwierzeck <[email protected]>
303S: Maintained
304T: git git://git.denx.de/u-boot-mips.git
305F: arch/mips/
306
307MMC
dbc39699 308M: Jaehoon Chung <[email protected]>
00f141cc
DS
309S: Maintained
310T: git git://git.denx.de/u-boot-mmc.git
311F: drivers/mmc/
312
313OPENRISC
314M: Stefan Kristiansson <[email protected]>
315S: Maintained
316F: arch/openrisc/
317
318PATMAN
319M: Simon Glass <[email protected]>
320S: Maintained
321F: tools/patman/
322
323POWERPC
324M: Wolfgang Denk <[email protected]>
325S: Maintained
326F: arch/powerpc/
327
328POWERPC MPC5XXX
329M: Wolfgang Denk <[email protected]>
330S: Maintained
331T: git git://git.denx.de/u-boot-mpc5xxx.git
332F: arch/powerpc/cpu/mpc5*/
333
334POWERPC MPC8XX
335M: Wolfgang Denk <[email protected]>
336S: Maintained
337T: git git://git.denx.de/u-boot-mpc8xx.git
338F: arch/powerpc/cpu/mpc8xx/
339
340POWERPC MPC82XX
341M: Wolfgang Denk <[email protected]>
342S: Maintained
343T: git git://git.denx.de/u-boot-mpc82xx.git
344F: arch/powerpc/cpu/mpc82*/
345
346POWERPC MPC83XX
3a53aba3
BM
347#M: Kim Phillips <[email protected]>
348S: Orphaned (Since 2016-02)
00f141cc
DS
349T: git git://git.denx.de/u-boot-mpc83xx.git
350F: arch/powerpc/cpu/mpc83xx/
351F: arch/powerpc/include/asm/arch-mpc83xx/
352
353POWERPC MPC85XX
2f231025 354M: York Sun <[email protected]>
00f141cc
DS
355S: Maintained
356T: git git://git.denx.de/u-boot-mpc85xx.git
357F: arch/powerpc/cpu/mpc85xx/
358
359POWERPC MPC86XX
2f231025 360M: York Sun <[email protected]>
00f141cc
DS
361S: Maintained
362T: git git://git.denx.de/u-boot-mpc86xx.git
363F: arch/powerpc/cpu/mpc86xx/
364
00f141cc
DS
365POWERPC PPC4XX
366M: Stefan Roese <[email protected]>
367S: Maintained
368T: git git://git.denx.de/u-boot-ppc4xx.git
369F: arch/powerpc/cpu/ppc4xx/
370
371NETWORK
a60de1ee 372M: Joe Hershberger <[email protected]>
00f141cc
DS
373S: Maintained
374T: git git://git.denx.de/u-boot-net.git
375F: drivers/net/
a60de1ee 376F: net/
00f141cc
DS
377
378NAND FLASH
3ef9cdb7 379M: Scott Wood <[email protected]>
00f141cc
DS
380S: Maintained
381T: git git://git.denx.de/u-boot-nand-flash.git
382F: drivers/mtd/nand/
383
384NDS32
385M: Macpaul Lin <[email protected]>
386S: Maintained
387T: git git://git.denx.de/u-boot-nds32.git
388F: arch/nds32/
389
390NIOS
391M: Thomas Chou <[email protected]>
392S: Maintained
393T: git git://git.denx.de/u-boot-nios.git
394F: arch/nios2/
395
396ONENAND
397M: Lukasz Majewski <[email protected]>
398S: Maintained
399T: git git://git.denx.de/u-boot-onenand.git
400F: drivers/mtd/onenand/
401
402SANDBOX
403M: Simon Glass <[email protected]>
404S: Maintained
405F: arch/sandbox/
406
407SH
408M: Nobuhiro Iwamatsu <[email protected]>
409S: Maintained
410T: git git://git.denx.de/u-boot-sh.git
411F: arch/sh/
412
413SPARC
3a53aba3
BM
414#M: Francois Retief <[email protected]>
415S: Orphaned (Since 2016-02)
00f141cc
DS
416T: git git://git.denx.de/u-boot-sparc.git
417F: arch/sparc/
418
419SPI
3bfe3ce2 420M: Jagan Teki <[email protected]>
00f141cc
DS
421S: Maintained
422T: git git://git.denx.de/u-boot-spi.git
423F: drivers/mtd/spi/
424F: drivers/spi/
425F: include/spi*
426
e721e981
MK
427SPMI
428M: Mateusz Kulikowski <[email protected]>
429S: Maintained
430F: drivers/spmi/
431F: include/spmi/
432
00f141cc 433TQ GROUP
3a53aba3
BM
434#M: Martin Krause <[email protected]>
435S: Orphaned (Since 2016-02)
00f141cc
DS
436T: git git://git.denx.de/u-boot-tq-group.git
437
438UBI
439M: Kyungmin Park <[email protected]>
69337a9d 440M: Heiko Schocher <[email protected]>
00f141cc
DS
441S: Maintained
442T: git git://git.denx.de/u-boot-ubi.git
443F: drivers/mtd/ubi/
444
445USB
446M: Marek Vasut <[email protected]>
447S: Maintained
448T: git git://git.denx.de/u-boot-usb.git
449F: drivers/usb/
450
451VIDEO
452M: Anatolij Gustschin <[email protected]>
453S: Maintained
454T: git git://git.denx.de/u-boot-video.git
455F: drivers/video/
456
457X86
458M: Simon Glass <[email protected]>
459S: Maintained
460T: git git://git.denx.de/u-boot-x86.git
461F: arch/x86/
462
de5e5cea
CZ
463XTENSA
464M: Max Filippov <[email protected]>
465S: Maintained
466F: arch/xtensa/
467
00f141cc 468THE REST
4e34d610 469M: Tom Rini <[email protected]>
00f141cc
DS
470L: [email protected]
471Q: http://patchwork.ozlabs.org/project/uboot/list/
472S: Maintained
473T: git git://git.denx.de/u-boot.git
474F: *
475F: */
This page took 0.24525 seconds and 4 git commands to generate.