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: Marek Vasut <marex@denx.de>
71 T: git git://git.denx.de/u-boot-socfpga.git
72 F: arch/arm/cpu/armv7/socfpga/
73 F: board/altera/socfpga/
76 M: Andreas Bießmann <andreas.devel@googlemail.com>
78 T: git git://git.denx.de/u-boot-atmel.git
79 F: arch/arm/mach-at91/
80 F: arch/arm/include/asm/arch-at91/
83 M: Stefano Babic <sbabic@denx.de>
85 T: git git://git.denx.de/u-boot-imx.git
86 F: arch/arm/cpu/arm1136/mx*/
87 F: arch/arm/cpu/arm926ejs/mx*/
88 F: arch/arm/cpu/arm926ejs/imx/
89 F: arch/arm/cpu/armv7/mx*/
90 F: arch/arm/cpu/armv7/vf610/
91 F: arch/arm/cpu/imx-common/
92 F: arch/arm/include/asm/arch-imx/
93 F: arch/arm/include/asm/arch-mx*/
94 F: arch/arm/include/asm/arch-vf610/
95 F: arch/arm/include/asm/imx-common/
98 M: Prafulla Wadaskar <prafulla@marvell.com>
99 M: Luka Perkov <luka.perkov@sartura.hr>
101 T: git git://git.denx.de/u-boot-marvell.git
102 F: arch/arm/mach-kirkwood/
103 F: arch/arm/include/asm/arch-kirkwood/
106 M: Marek Vasut <marex@denx.de>
108 T: git git://git.denx.de/u-boot-pxa.git
110 F: arch/arm/include/asm/arch-pxa/
113 M: Minkyu Kang <mk7.kang@samsung.com>
115 T: git git://git.denx.de/u-boot-samsung.git
116 F: arch/arm/cpu/arm920t/s3c24x0/
117 F: arch/arm/cpu/armv7/exynos/
118 F: arch/arm/cpu/armv7/s5pc1xx/
119 F: arch/arm/cpu/armv7/s5p-common/
120 F: arch/arm/include/asm/arch-exynos/
121 F: arch/arm/include/asm/arch-s3c24x0/
122 F: arch/arm/include/asm/arch-s5pc1xx/
125 M: Vipin Kumar <vipin.kumar@st.com>
127 T: git git://git.denx.de/u-boot-stm.git
128 F: arch/arm/cpu/arm926ejs/spear/
129 F: arch/arm/include/asm/arch-spear/
132 M: Vikas Manocha <vikas.manocha@st.com>
134 F: arch/arm/cpu/armv7/stv0991/
135 F: arch/arm/include/asm/arch-stv0991/
138 M: Ian Campbell <ijc@hellion.org.uk>
139 M: Hans De Goede <hdegoede@redhat.com>
141 T: git git://git.denx.de/u-boot-sunxi.git
142 F: arch/arm/cpu/armv7/sunxi/
143 F: arch/arm/include/asm/arch-sunxi/
146 M: Tom Warren <twarren@nvidia.com>
148 T: git git://git.denx.de/u-boot-tegra.git
149 F: arch/arm/mach-tegra/
150 F: arch/arm/include/asm/arch-tegra*/
153 M: Tom Rini <trini@ti.com>
155 T: git git://git.denx.de/u-boot-ti.git
156 F: arch/arm/cpu/arm926ejs/davinci/
157 F: arch/arm/cpu/arm926ejs/omap/
158 F: arch/arm/cpu/armv7/omap*/
159 F: arch/arm/include/asm/arch-davinci/
160 F: arch/arm/include/asm/arch-omap*/
161 F: arch/arm/include/asm/ti-common/
164 M: Masahiro Yamada <yamada.m@jp.panasonic.com>
166 T: git git://git.denx.de/u-boot-uniphier.git
167 F: arch/arm/cpu/armv7/uniphier/
168 F: arch/arm/include/asm/arch-uniphier/
169 F: configs/ph1_*_defconfig
173 M: Michal Simek <monstr@monstr.eu>
175 F: arch/arm/cpu/armv7/zynq/
176 F: arch/arm/include/asm/arch-zynq/
179 M: Andreas Bießmann <andreas.devel@googlemail.com>
181 T: git git://git.denx.de/u-boot-avr32.git
185 M: Sonic Zhang <sonic.adi@gmail.com>
187 T: git git://git.denx.de/u-boot-blackfin.git
191 M: Simon Glass <sjg@chromium.org>
196 M: Stefan Roese <sr@denx.de>
198 T: git git://git.denx.de/u-boot-cfi-flash.git
199 F: drivers/mtd/cfi_flash.c
200 F: drivers/mtd/jedec_flash.c
203 M: Huan Wang <alison.wang@freescale.com>
204 M: Angelo Dureghello <angelo@sysam.it>
206 T: git git://git.denx.de/u-boot-coldfire.git
210 M: Lukasz Majewski <l.majewski@samsung.com>
212 T: git git://git.denx.de/u-boot-dfu.git
216 M: Simon Glass <sjg@chromium.org>
222 FLATTENED DEVICE TREE
223 M: Simon Glass <sjg@chromium.org>
225 T: git git://git.denx.de/u-boot-fdt.git
231 F: common/fdt_support.c
234 M: Rafal Jaworowski <raj@semihalf.com>
236 T: git git://git.denx.de/u-boot-freebsd.git
239 M: York Sun <yorksun@freescale.com>
241 T: git git://git.denx.de/u-boot-fsl-qoriq.git
244 M: Heiko Schocher <hs@denx.de>
246 T: git git://git.denx.de/u-boot-i2c.git
250 M: Michal Simek <monstr@monstr.eu>
252 T: git git://git.denx.de/u-boot-microblaze.git
256 M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
258 T: git git://git.denx.de/u-boot-mips.git
262 M: Pantelis Antoniou <panto@antoniou-consulting.com>
264 T: git git://git.denx.de/u-boot-mmc.git
268 M: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
273 M: Simon Glass <sjg@chromium.org>
278 M: Wolfgang Denk <wd@denx.de>
283 M: Wolfgang Denk <wd@denx.de>
285 T: git git://git.denx.de/u-boot-mpc5xxx.git
286 F: arch/powerpc/cpu/mpc5*/
289 M: Wolfgang Denk <wd@denx.de>
291 T: git git://git.denx.de/u-boot-mpc8xx.git
292 F: arch/powerpc/cpu/mpc8xx/
295 M: Wolfgang Denk <wd@denx.de>
297 T: git git://git.denx.de/u-boot-mpc82xx.git
298 F: arch/powerpc/cpu/mpc82*/
301 M: Kim Phillips <kim.phillips@freescale.com>
303 T: git git://git.denx.de/u-boot-mpc83xx.git
304 F: arch/powerpc/cpu/mpc83xx/
305 F: arch/powerpc/include/asm/arch-mpc83xx/
308 M: York Sun <yorksun@freescale.com>
310 T: git git://git.denx.de/u-boot-mpc85xx.git
311 F: arch/powerpc/cpu/mpc85xx/
314 M: York Sun <yorksun@freescale.com>
316 T: git git://git.denx.de/u-boot-mpc86xx.git
317 F: arch/powerpc/cpu/mpc86xx/
320 M: Stefan Roese <sr@denx.de>
322 T: git git://git.denx.de/u-boot-ppc4xx.git
323 F: arch/powerpc/cpu/ppc4xx/
326 M: Joe Hershberger <joe.hershberger@gmail.com>
328 T: git git://git.denx.de/u-boot-net.git
332 M: Scott Wood <scottwood@freescale.com>
334 T: git git://git.denx.de/u-boot-nand-flash.git
338 M: Macpaul Lin <macpaul@andestech.com>
340 T: git git://git.denx.de/u-boot-nds32.git
344 M: Thomas Chou <thomas@wytron.com.tw>
346 T: git git://git.denx.de/u-boot-nios.git
350 M: Lukasz Majewski <l.majewski@samsung.com>
352 T: git git://git.denx.de/u-boot-onenand.git
353 F: drivers/mtd/onenand/
356 M: Simon Glass <sjg@chromium.org>
361 M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
363 T: git git://git.denx.de/u-boot-sh.git
367 M: Daniel Hellstrom <daniel@gaisler.com>
369 T: git git://git.denx.de/u-boot-sparc.git
373 M: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
375 T: git git://git.denx.de/u-boot-spi.git
381 M: Detlev Zundel <dzu@denx.de>
383 T: git git://git.denx.de/u-boot-testing.git
386 M: Martin Krause <martin.krause@tq-systems.de>
388 T: git git://git.denx.de/u-boot-tq-group.git
391 M: Kyungmin Park <kmpark@infradead.org>
392 M: Heiko Schocher <hs@denx.de>
394 T: git git://git.denx.de/u-boot-ubi.git
398 M: Marek Vasut <marex@denx.de>
400 T: git git://git.denx.de/u-boot-usb.git
404 M: Anatolij Gustschin <agust@denx.de>
406 T: git git://git.denx.de/u-boot-video.git
410 M: Simon Glass <sjg@chromium.org>
412 T: git git://git.denx.de/u-boot-x86.git
416 M: Tom Rini <trini@ti.com>
417 L: u-boot@lists.denx.de
418 Q: http://patchwork.ozlabs.org/project/uboot/list/
420 T: git git://git.denx.de/u-boot.git