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