]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - MAINTAINERS
MAINTAINERS: add me as a maintainer of UniPhier platform
[karo-tx-uboot.git] / MAINTAINERS
1 Descriptions 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
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
51 so much easier [Ed]
52
53 Maintainers List (try to look for most precise areas first)
54
55                 -----------------------------------
56 ARC
57 M:      Alexey Brodkin <alexey.brodkin@synopsys.com>
58 S:      Maintained
59 T:      git git://git.denx.de/u-boot-arc.git
60 F:      arch/arc/
61
62 ARM
63 M:      Albert Aribaud <albert.u.boot@aribaud.net>
64 S:      Maintained
65 T:      git git://git.denx.de/u-boot-arm.git
66 F:      arch/arm/
67
68 ARM ATMEL AT91
69 M:      Andreas Bießmann <andreas.devel@googlemail.com>
70 S:      Maintained
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/
75
76 ARM FREESCALE IMX
77 M:      Stefano Babic <sbabic@denx.de>
78 S:      Maintained
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/
90
91 ARM MARVELL KIRKWOOD
92 M:      Prafulla Wadaskar <prafulla@marvell.com>
93 S:      Maintained
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/
97
98 ARM MARVELL PXA
99 M:      Marek Vasut <marex@denx.de>
100 S:      Maintained
101 T:      git git://git.denx.de/u-boot-pxa.git
102 F:      arch/arm/cpu/pxa/
103 F:      arch/arm/include/asm/arch-pxa/
104
105 ARM SAMSUNG
106 M:      Minkyu Kang <mk7.kang@samsung.com>
107 S:      Maintained
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/
116
117 ARM STM SPEAR
118 M:      Vipin Kumar <vipin.kumar@st.com>
119 S:      Maintained
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/
123
124 ARM SUNXI
125 M:      Ian Campbell <ijc@hellion.org.uk>
126 M:      Hans De Goede <hdegoede@redhat.com>
127 S:      Maintained
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/
131
132 ARM TEGRA
133 M:      Tom Warren <twarren@nvidia.com>
134 S:      Maintained
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*/
140
141 ARM TI
142 M:      Tom Rini <trini@ti.com>
143 S:      Maintained
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/
151
152 ARM UNIPHIER
153 M:      Masahiro Yamada <yamada.m@jp.panasonic.com>
154 S:      Maintained
155 T:      git git://git.denx.de/u-boot-uniphier.git
156 F:      arch/arm/cpu/armv7/uniphier/
157 F:      arch/arm/include/asm/arch-uniphier/
158 F:      configs/ph1_*_defconfig
159 F:      drivers/serial/serial_uniphier.c
160
161 ARM ZYNQ
162 M:      Michal Simek <monstr@monstr.eu>
163 S:      Maintained
164 F:      arch/arm/cpu/armv7/zynq/
165 F:      arch/arm/include/asm/arch-zynq/
166
167 AVR32
168 M:      Andreas Bießmann <andreas.devel@googlemail.com>
169 S:      Maintained
170 T:      git git://git.denx.de/u-boot-avr32.git
171 F:      arch/avr32/
172
173 BLACKFIN
174 M:      Sonic Zhang <sonic.adi@gmail.com>
175 S:      Maintained
176 T:      git git://git.denx.de/u-boot-blackfin.git
177 F:      arch/blackfin/
178
179 BUILDMAN
180 M:      Simon Glass <sjg@chromium.org>
181 S:      Maintained
182 F:      tools/buildman/
183
184 CFI FLASH
185 M:      Stefan Roese <sr@denx.de>
186 S:      Maintained
187 T:      git git://git.denx.de/u-boot-cfi-flash.git
188 F:      drivers/mtd/*
189
190 COLDFIRE
191 M:      Jason Jin <jason.jin@freescale.com>
192 S:      Maintained
193 T:      git git://git.denx.de/u-boot-coldfire.git
194 F:      arch/m68k/
195
196 DFU
197 M:      Lukasz Majewski <l.majewski@samsung.com>
198 S:      Maintained
199 T:      git git://git.denx.de/u-boot-dfu.git
200 F:      drivers/dfu/
201
202 DRIVER MODEL
203 M:      Simon Glass <sjg@chromium.org>
204 S:      Maintained
205 F:      drivers/core/
206 F:      include/dm/
207 F:      test/dm/
208
209 FLATTENED DEVICE TREE
210 M:      Simon Glass <sjg@chromium.org>
211 S:      Maintained
212 T:      git git://git.denx.de/u-boot-fdt.git
213 F:      lib/fdtdec*
214 F:      lib/libfdt/
215 F:      include/fdt*
216 F:      include/libfdt*
217 F.      common/cmd_fdt.c
218 F:      common/fdt_support.c
219
220 FREEBSD
221 M:      Rafal Jaworowski <raj@semihalf.com>
222 S:      Maintained
223 T:      git git://git.denx.de/u-boot-freebsd.git
224
225 FREESCALE QORIQ
226 M:      York Sun <yorksun@freescale.com>
227 S:      Maintained
228 T:      git git://git.denx.de/u-boot-fsl-qoriq.git
229
230 I2C
231 M:      Heiko Schocher <hs@denx.de>
232 S:      Maintained
233 T:      git git://git.denx.de/u-boot-i2c.git
234 F:      drivers/i2c/
235
236 MICROBLAZE
237 M:      Michal Simek <monstr@monstr.eu>
238 S:      Maintained
239 T:      git git://git.denx.de/u-boot-microblaze.git
240 F:      arch/microblaze/
241
242 MIPS
243 M:      Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
244 S:      Maintained
245 T:      git git://git.denx.de/u-boot-mips.git
246 F:      arch/mips/
247
248 MMC
249 M:      Pantelis Antoniou <panto.antoniou-consulting.com>
250 S:      Maintained
251 T:      git git://git.denx.de/u-boot-mmc.git
252 F:      drivers/mmc/
253
254 OPENRISC
255 M:      Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
256 S:      Maintained
257 F:      arch/openrisc/
258
259 PATMAN
260 M:      Simon Glass <sjg@chromium.org>
261 S:      Maintained
262 F:      tools/patman/
263
264 POWERPC
265 M:      Wolfgang Denk <wd@denx.de>
266 S:      Maintained
267 F:      arch/powerpc/
268
269 POWERPC MPC5XXX
270 M:      Wolfgang Denk <wd@denx.de>
271 S:      Maintained
272 T:      git git://git.denx.de/u-boot-mpc5xxx.git
273 F:      arch/powerpc/cpu/mpc5*/
274
275 POWERPC MPC8XX
276 M:      Wolfgang Denk <wd@denx.de>
277 S:      Maintained
278 T:      git git://git.denx.de/u-boot-mpc8xx.git
279 F:      arch/powerpc/cpu/mpc8xx/
280
281 POWERPC MPC82XX
282 M:      Wolfgang Denk <wd@denx.de>
283 S:      Maintained
284 T:      git git://git.denx.de/u-boot-mpc82xx.git
285 F:      arch/powerpc/cpu/mpc82*/
286
287 POWERPC MPC83XX
288 M:      Kim Phillips <kim.phillips@freescale.com>
289 S:      Maintained
290 T:      git git://git.denx.de/u-boot-mpc83xx.git
291 F:      arch/powerpc/cpu/mpc83xx/
292 F:      arch/powerpc/include/asm/arch-mpc83xx/
293
294 POWERPC MPC85XX
295 M:      York Sun <yorksun@freescale.com>
296 S:      Maintained
297 T:      git git://git.denx.de/u-boot-mpc85xx.git
298 F:      arch/powerpc/cpu/mpc85xx/
299
300 POWERPC MPC86XX
301 M:      York Sun <yorksun@freescale.com>
302 S:      Maintained
303 T:      git git://git.denx.de/u-boot-mpc86xx.git
304 F:      arch/powerpc/cpu/mpc86xx/
305
306 POWERPC PPC74XX PPC7XX
307 M:      Wolfgang Denk <wd@denx.de>
308 S:      Maintained
309 T:      git git://git.denx.de/u-boot-74xx-7xx.git
310 F:      arch/powerpc/cpu/74xx_7xx/
311
312 POWERPC PPC4XX
313 M:      Stefan Roese <sr@denx.de>
314 S:      Maintained
315 T:      git git://git.denx.de/u-boot-ppc4xx.git
316 F:      arch/powerpc/cpu/ppc4xx/
317
318 NETWORK
319 M:      Joe Hershberger <joe.hershberger@gmail.com>
320 S:      Maintained
321 T:      git git://git.denx.de/u-boot-net.git
322 F:      drivers/net/
323
324 NAND FLASH
325 M:      Scott Wood <scottwood@freescale.com>
326 S:      Maintained
327 T:      git git://git.denx.de/u-boot-nand-flash.git
328 F:      drivers/mtd/nand/
329
330 NDS32
331 M:      Macpaul Lin <macpaul@andestech.com>
332 S:      Maintained
333 T:      git git://git.denx.de/u-boot-nds32.git
334 F:      arch/nds32/
335
336 NIOS
337 M:      Thomas Chou <thomas@wytron.com.tw>
338 S:      Maintained
339 T:      git git://git.denx.de/u-boot-nios.git
340 F:      arch/nios2/
341
342 ONENAND
343 M:      Lukasz Majewski <l.majewski@samsung.com>
344 S:      Maintained
345 T:      git git://git.denx.de/u-boot-onenand.git
346 F:      drivers/mtd/onenand/
347
348 SANDBOX
349 M:      Simon Glass <sjg@chromium.org>
350 S:      Maintained
351 F:      arch/sandbox/
352
353 SH
354 M:      Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
355 S:      Maintained
356 T:      git git://git.denx.de/u-boot-sh.git
357 F:      arch/sh/
358
359 SPARC
360 M:      Daniel Hellstrom <daniel@gaisler.com>
361 S:      Maintained
362 T:      git git://git.denx.de/u-boot-sparc.git
363 F:      arch/sparc/
364
365 SPI
366 M:      Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
367 S:      Maintained
368 T:      git git://git.denx.de/u-boot-spi.git
369 F:      drivers/mtd/spi/
370 F:      drivers/spi/
371 F:      include/spi*
372
373 TESTING
374 M:      Detlev Zundel <dzu@denx.de>
375 S:      Maintained
376 T:      git git://git.denx.de/u-boot-testing.git
377
378 TQ GROUP
379 M:      Martin Krause <martin.krause@tq-systems.de>
380 S:      Maintained
381 T:      git git://git.denx.de/u-boot-tq-group.git
382
383 UBI
384 M:      Kyungmin Park <kmpark@infradead.org>
385 S:      Maintained
386 T:      git git://git.denx.de/u-boot-ubi.git
387 F:      drivers/mtd/ubi/
388
389 USB
390 M:      Marek Vasut <marex@denx.de>
391 S:      Maintained
392 T:      git git://git.denx.de/u-boot-usb.git
393 F:      drivers/usb/
394
395 VIDEO
396 M:      Anatolij Gustschin <agust@denx.de>
397 S:      Maintained
398 T:      git git://git.denx.de/u-boot-video.git
399 F:      drivers/video/
400
401 X86
402 M:      Simon Glass <sjg@chromium.org>
403 S:      Maintained
404 T:      git git://git.denx.de/u-boot-x86.git
405 F:      arch/x86/
406
407 THE REST
408 M:      Tom Rini <trini@ti.com>
409 L:      u-boot@lists.denx.de
410 Q:      http://patchwork.ozlabs.org/project/uboot/list/
411 S:      Maintained
412 T:      git git://git.denx.de/u-boot.git
413 F:      *
414 F:      */