]>
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/ | |
225f5eec MK |
115 | F: arch/arm/mach-exynos/ |
116 | F: arch/arm/mach-s5pc1xx/ | |
00f141cc | 117 | F: arch/arm/cpu/armv7/s5p-common/ |
00f141cc | 118 | F: arch/arm/include/asm/arch-s3c24x0/ |
00f141cc DS |
119 | |
120 | ARM STM SPEAR | |
121 | M: Vipin Kumar <[email protected]> | |
122 | S: Maintained | |
123 | T: git git://git.denx.de/u-boot-stm.git | |
124 | F: arch/arm/cpu/arm926ejs/spear/ | |
125 | F: arch/arm/include/asm/arch-spear/ | |
126 | ||
9fa32b12 VM |
127 | ARM STM STV0991 |
128 | M: Vikas Manocha <[email protected]> | |
129 | S: Maintained | |
130 | F: arch/arm/cpu/armv7/stv0991/ | |
131 | F: arch/arm/include/asm/arch-stv0991/ | |
132 | ||
00f141cc DS |
133 | ARM SUNXI |
134 | M: Ian Campbell <[email protected]> | |
135 | M: Hans De Goede <[email protected]> | |
136 | S: Maintained | |
137 | T: git git://git.denx.de/u-boot-sunxi.git | |
138 | F: arch/arm/cpu/armv7/sunxi/ | |
139 | F: arch/arm/include/asm/arch-sunxi/ | |
140 | ||
141 | ARM TEGRA | |
142 | M: Tom Warren <[email protected]> | |
143 | S: Maintained | |
144 | T: git git://git.denx.de/u-boot-tegra.git | |
09f455dc | 145 | F: arch/arm/mach-tegra/ |
00f141cc DS |
146 | F: arch/arm/include/asm/arch-tegra*/ |
147 | ||
148 | ARM TI | |
4e34d610 | 149 | M: Tom Rini <[email protected]> |
00f141cc DS |
150 | S: Maintained |
151 | T: git git://git.denx.de/u-boot-ti.git | |
26f7c111 MY |
152 | F: arch/arm/mach-davinci/ |
153 | F: arch/arm/mach-keystone/ | |
00f141cc DS |
154 | F: arch/arm/cpu/arm926ejs/omap/ |
155 | F: arch/arm/cpu/armv7/omap*/ | |
00f141cc DS |
156 | F: arch/arm/include/asm/arch-omap*/ |
157 | F: arch/arm/include/asm/ti-common/ | |
158 | ||
0fb63aa6 | 159 | ARM UNIPHIER |
ed6226c4 | 160 | M: Masahiro Yamada <[email protected]> |
0fb63aa6 MY |
161 | S: Maintained |
162 | T: git git://git.denx.de/u-boot-uniphier.git | |
4c425570 | 163 | F: arch/arm/mach-uniphier/ |
5fd3f434 | 164 | F: configs/uniphier_*_defconfig |
eb006c83 | 165 | N: uniphier |
0fb63aa6 | 166 | |
00f141cc DS |
167 | ARM ZYNQ |
168 | M: Michal Simek <[email protected]> | |
169 | S: Maintained | |
170 | F: arch/arm/cpu/armv7/zynq/ | |
171 | F: arch/arm/include/asm/arch-zynq/ | |
172 | ||
84c7204b MS |
173 | ARM ZYNQMP |
174 | M: Michal Simek <[email protected]> | |
175 | S: Maintained | |
176 | F: arch/arm/cpu/armv8/zynqmp/ | |
177 | F: arch/arm/include/asm/arch-zynqmp/ | |
178 | ||
00f141cc DS |
179 | AVR32 |
180 | M: Andreas Bießmann <[email protected]> | |
181 | S: Maintained | |
182 | T: git git://git.denx.de/u-boot-avr32.git | |
183 | F: arch/avr32/ | |
184 | ||
185 | BLACKFIN | |
186 | M: Sonic Zhang <[email protected]> | |
187 | S: Maintained | |
188 | T: git git://git.denx.de/u-boot-blackfin.git | |
189 | F: arch/blackfin/ | |
190 | ||
191 | BUILDMAN | |
192 | M: Simon Glass <[email protected]> | |
193 | S: Maintained | |
194 | F: tools/buildman/ | |
195 | ||
196 | CFI FLASH | |
197 | M: Stefan Roese <[email protected]> | |
198 | S: Maintained | |
199 | T: git git://git.denx.de/u-boot-cfi-flash.git | |
c4c2e141 SR |
200 | F: drivers/mtd/cfi_flash.c |
201 | F: drivers/mtd/jedec_flash.c | |
00f141cc DS |
202 | |
203 | COLDFIRE | |
82ebb7e5 | 204 | M: Huan Wang <[email protected]> |
205 | M: Angelo Dureghello <[email protected]> | |
00f141cc DS |
206 | S: Maintained |
207 | T: git git://git.denx.de/u-boot-coldfire.git | |
208 | F: arch/m68k/ | |
209 | ||
210 | DFU | |
211 | M: Lukasz Majewski <[email protected]> | |
212 | S: Maintained | |
213 | T: git git://git.denx.de/u-boot-dfu.git | |
214 | F: drivers/dfu/ | |
55ca6138 | 215 | F: drivers/usb/gadget/ |
00f141cc DS |
216 | |
217 | DRIVER MODEL | |
218 | M: Simon Glass <[email protected]> | |
219 | S: Maintained | |
8770633e | 220 | T: git git://git.denx.de/u-boot-dm.git |
00f141cc DS |
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 | |
2f231025 | 242 | M: York Sun <[email protected]> |
00f141cc DS |
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 | |
2f231025 | 311 | M: York Sun <[email protected]> |
00f141cc DS |
312 | S: Maintained |
313 | T: git git://git.denx.de/u-boot-mpc85xx.git | |
314 | F: arch/powerpc/cpu/mpc85xx/ | |
315 | ||
316 | POWERPC MPC86XX | |
2f231025 | 317 | M: York Sun <[email protected]> |
00f141cc DS |
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 | |
a60de1ee | 329 | M: Joe Hershberger <[email protected]> |
00f141cc DS |
330 | S: Maintained |
331 | T: git git://git.denx.de/u-boot-net.git | |
332 | F: drivers/net/ | |
a60de1ee | 333 | F: net/ |
00f141cc DS |
334 | |
335 | NAND FLASH | |
336 | M: Scott Wood <[email protected]> | |
337 | S: Maintained | |
338 | T: git git://git.denx.de/u-boot-nand-flash.git | |
339 | F: drivers/mtd/nand/ | |
340 | ||
341 | NDS32 | |
342 | M: Macpaul Lin <[email protected]> | |
343 | S: Maintained | |
344 | T: git git://git.denx.de/u-boot-nds32.git | |
345 | F: arch/nds32/ | |
346 | ||
347 | NIOS | |
348 | M: Thomas Chou <[email protected]> | |
349 | S: Maintained | |
350 | T: git git://git.denx.de/u-boot-nios.git | |
351 | F: arch/nios2/ | |
352 | ||
353 | ONENAND | |
354 | M: Lukasz Majewski <[email protected]> | |
355 | S: Maintained | |
356 | T: git git://git.denx.de/u-boot-onenand.git | |
357 | F: drivers/mtd/onenand/ | |
358 | ||
359 | SANDBOX | |
360 | M: Simon Glass <[email protected]> | |
361 | S: Maintained | |
362 | F: arch/sandbox/ | |
363 | ||
364 | SH | |
365 | M: Nobuhiro Iwamatsu <[email protected]> | |
366 | S: Maintained | |
367 | T: git git://git.denx.de/u-boot-sh.git | |
368 | F: arch/sh/ | |
369 | ||
370 | SPARC | |
fdf075fb | 371 | M: Francois Retief <[email protected]> |
00f141cc DS |
372 | S: Maintained |
373 | T: git git://git.denx.de/u-boot-sparc.git | |
374 | F: arch/sparc/ | |
375 | ||
376 | SPI | |
3bfe3ce2 | 377 | M: Jagan Teki <[email protected]> |
00f141cc DS |
378 | S: Maintained |
379 | T: git git://git.denx.de/u-boot-spi.git | |
380 | F: drivers/mtd/spi/ | |
381 | F: drivers/spi/ | |
382 | F: include/spi* | |
383 | ||
00f141cc DS |
384 | TQ GROUP |
385 | M: Martin Krause <[email protected]> | |
386 | S: Maintained | |
387 | T: git git://git.denx.de/u-boot-tq-group.git | |
388 | ||
389 | UBI | |
390 | M: Kyungmin Park <[email protected]> | |
69337a9d | 391 | M: Heiko Schocher <[email protected]> |
00f141cc DS |
392 | S: Maintained |
393 | T: git git://git.denx.de/u-boot-ubi.git | |
394 | F: drivers/mtd/ubi/ | |
395 | ||
396 | USB | |
397 | M: Marek Vasut <[email protected]> | |
398 | S: Maintained | |
399 | T: git git://git.denx.de/u-boot-usb.git | |
400 | F: drivers/usb/ | |
401 | ||
402 | VIDEO | |
403 | M: Anatolij Gustschin <[email protected]> | |
404 | S: Maintained | |
405 | T: git git://git.denx.de/u-boot-video.git | |
406 | F: drivers/video/ | |
407 | ||
408 | X86 | |
409 | M: Simon Glass <[email protected]> | |
410 | S: Maintained | |
411 | T: git git://git.denx.de/u-boot-x86.git | |
412 | F: arch/x86/ | |
413 | ||
414 | THE REST | |
4e34d610 | 415 | M: Tom Rini <[email protected]> |
00f141cc DS |
416 | L: [email protected] |
417 | Q: http://patchwork.ozlabs.org/project/uboot/list/ | |
418 | S: Maintained | |
419 | T: git git://git.denx.de/u-boot.git | |
420 | F: * | |
421 | F: */ |