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