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