1 Descriptions of section entries:
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
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:
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:
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.
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
53 Maintainers List (try to look for most precise areas first)
55 -----------------------------------
57 M: Alexey Brodkin <alexey.brodkin@synopsys.com>
59 T: git git://git.denx.de/u-boot-arc.git
63 M: Albert Aribaud <albert.u.boot@aribaud.net>
65 T: git git://git.denx.de/u-boot-arm.git
69 M: Andreas Bießmann <andreas.devel@googlemail.com>
71 T: git git://git.denx.de/u-boot-atmel.git
72 F: arch/arm/cpu/armv7/at91/
73 F: arch/arm/cpu/at91-common/
74 F: arch/arm/include/asm/arch-at91/
77 M: Stefano Babic <sbabic@denx.de>
79 T: git git://git.denx.de/u-boot-imx.git
80 F: arch/arm/cpu/arm1136/mx*/
81 F: arch/arm/cpu/arm926ejs/mx*/
82 F: arch/arm/cpu/arm926ejs/imx/
83 F: arch/arm/cpu/armv7/mx*/
84 F: arch/arm/cpu/armv7/vf610/
85 F: arch/arm/cpu/imx-common/
86 F: arch/arm/include/asm/arch-imx/
87 F: arch/arm/include/asm/arch-mx*/
88 F: arch/arm/include/asm/arch-vf610/
89 F: arch/arm/include/asm/imx-common/
92 M: Prafulla Wadaskar <prafulla@marvell.com>
94 T: git git://git.denx.de/u-boot-marvell.git
95 F: arch/arm/cpu/arm926ejs/kirkwood/
96 F: arch/arm/include/asm/arch-kirkwood/
99 M: Marek Vasut <marex@denx.de>
101 T: git git://git.denx.de/u-boot-pxa.git
103 F: arch/arm/include/asm/arch-pxa/
106 M: Minkyu Kang <mk7.kang@samsung.com>
108 T: git git://git.denx.de/u-boot-samsung.git
109 F: arch/arm/cpu/arm920t/s3c24x0/
110 F: arch/arm/cpu/armv7/exynos/
111 F: arch/arm/cpu/armv7/s5pc1xx/
112 F: arch/arm/cpu/armv7/s5p-common/
113 F: arch/arm/include/asm/arch-exynos/
114 F: arch/arm/include/asm/arch-s3c24x0/
115 F: arch/arm/include/asm/arch-s5pc1xx/
118 M: Vipin Kumar <vipin.kumar@st.com>
120 T: git git://git.denx.de/u-boot-stm.git
121 F: arch/arm/cpu/arm926ejs/spear/
122 F: arch/arm/include/asm/arch-spear/
125 M: Ian Campbell <ijc@hellion.org.uk>
126 M: Hans De Goede <hdegoede@redhat.com>
128 T: git git://git.denx.de/u-boot-sunxi.git
129 F: arch/arm/cpu/armv7/sunxi/
130 F: arch/arm/include/asm/arch-sunxi/
133 M: Tom Warren <twarren@nvidia.com>
135 T: git git://git.denx.de/u-boot-tegra.git
136 F: arch/arm/cpu/arm720t/tegra*/
137 F: arch/arm/cpu/armv7/tegra*/
138 F: arch/arm/cpu/tegra*/
139 F: arch/arm/include/asm/arch-tegra*/
142 M: Tom Rini <trini@ti.com>
144 T: git git://git.denx.de/u-boot-ti.git
145 F: arch/arm/cpu/arm926ejs/davinci/
146 F: arch/arm/cpu/arm926ejs/omap/
147 F: arch/arm/cpu/armv7/omap*/
148 F: arch/arm/include/asm/arch-davinci/
149 F: arch/arm/include/asm/arch-omap*/
150 F: arch/arm/include/asm/ti-common/
153 M: Michal Simek <monstr@monstr.eu>
155 F: arch/arm/cpu/armv7/zynq/
156 F: arch/arm/include/asm/arch-zynq/
159 M: Andreas Bießmann <andreas.devel@googlemail.com>
161 T: git git://git.denx.de/u-boot-avr32.git
165 M: Sonic Zhang <sonic.adi@gmail.com>
167 T: git git://git.denx.de/u-boot-blackfin.git
171 M: Simon Glass <sjg@chromium.org>
176 M: Stefan Roese <sr@denx.de>
178 T: git git://git.denx.de/u-boot-cfi-flash.git
182 M: Jason Jin <jason.jin@freescale.com>
184 T: git git://git.denx.de/u-boot-coldfire.git
188 M: Lukasz Majewski <l.majewski@samsung.com>
190 T: git git://git.denx.de/u-boot-dfu.git
194 M: Simon Glass <sjg@chromium.org>
200 FLATTENED DEVICE TREE
201 M: Simon Glass <sjg@chromium.org>
203 T: git git://git.denx.de/u-boot-fdt.git
209 F: common/fdt_support.c
212 M: Rafal Jaworowski <raj@semihalf.com>
214 T: git git://git.denx.de/u-boot-freebsd.git
217 M: York Sun <yorksun@freescale.com>
219 T: git git://git.denx.de/u-boot-fsl-qoriq.git
222 M: Heiko Schocher <hs@denx.de>
224 T: git git://git.denx.de/u-boot-i2c.git
228 M: Michal Simek <monstr@monstr.eu>
230 T: git git://git.denx.de/u-boot-microblaze.git
234 M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
236 T: git git://git.denx.de/u-boot-mips.git
240 M: Pantelis Antoniou <panto.antoniou-consulting.com>
242 T: git git://git.denx.de/u-boot-mmc.git
246 M: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
251 M: Simon Glass <sjg@chromium.org>
256 M: Wolfgang Denk <wd@denx.de>
261 M: Wolfgang Denk <wd@denx.de>
263 T: git git://git.denx.de/u-boot-mpc5xxx.git
264 F: arch/powerpc/cpu/mpc5*/
267 M: Wolfgang Denk <wd@denx.de>
269 T: git git://git.denx.de/u-boot-mpc8xx.git
270 F: arch/powerpc/cpu/mpc8xx/
273 M: Wolfgang Denk <wd@denx.de>
275 T: git git://git.denx.de/u-boot-mpc82xx.git
276 F: arch/powerpc/cpu/mpc82*/
279 M: Kim Phillips <kim.phillips@freescale.com>
281 T: git git://git.denx.de/u-boot-mpc83xx.git
282 F: arch/powerpc/cpu/mpc83xx/
283 F: arch/powerpc/include/asm/arch-mpc83xx/
286 M: York Sun <yorksun@freescale.com>
288 T: git git://git.denx.de/u-boot-mpc85xx.git
289 F: arch/powerpc/cpu/mpc85xx/
292 M: York Sun <yorksun@freescale.com>
294 T: git git://git.denx.de/u-boot-mpc86xx.git
295 F: arch/powerpc/cpu/mpc86xx/
297 POWERPC PPC74XX PPC7XX
298 M: Wolfgang Denk <wd@denx.de>
300 T: git git://git.denx.de/u-boot-74xx-7xx.git
301 F: arch/powerpc/cpu/74xx_7xx/
304 M: Stefan Roese <sr@denx.de>
306 T: git git://git.denx.de/u-boot-ppc4xx.git
307 F: arch/powerpc/cpu/ppc4xx/
310 M: Joe Hershberger <joe.hershberger@gmail.com>
312 T: git git://git.denx.de/u-boot-net.git
316 M: Scott Wood <scottwood@freescale.com>
318 T: git git://git.denx.de/u-boot-nand-flash.git
322 M: Macpaul Lin <macpaul@andestech.com>
324 T: git git://git.denx.de/u-boot-nds32.git
328 M: Thomas Chou <thomas@wytron.com.tw>
330 T: git git://git.denx.de/u-boot-nios.git
334 M: Lukasz Majewski <l.majewski@samsung.com>
336 T: git git://git.denx.de/u-boot-onenand.git
337 F: drivers/mtd/onenand/
340 M: Simon Glass <sjg@chromium.org>
345 M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
347 T: git git://git.denx.de/u-boot-sh.git
351 M: Daniel Hellstrom <daniel@gaisler.com>
353 T: git git://git.denx.de/u-boot-sparc.git
357 M: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
359 T: git git://git.denx.de/u-boot-spi.git
365 M: Detlev Zundel <dzu@denx.de>
367 T: git git://git.denx.de/u-boot-testing.git
370 M: Martin Krause <martin.krause@tq-systems.de>
372 T: git git://git.denx.de/u-boot-tq-group.git
375 M: Kyungmin Park <kmpark@infradead.org>
377 T: git git://git.denx.de/u-boot-ubi.git
381 M: Marek Vasut <marex@denx.de>
383 T: git git://git.denx.de/u-boot-usb.git
387 M: Anatolij Gustschin <agust@denx.de>
389 T: git git://git.denx.de/u-boot-video.git
393 M: Simon Glass <sjg@chromium.org>
395 T: git git://git.denx.de/u-boot-x86.git
399 M: Tom Rini <trini@ti.com>
400 L: u-boot@lists.denx.de
401 Q: http://patchwork.ozlabs.org/project/uboot/list/
403 T: git git://git.denx.de/u-boot.git