]> git.ipfire.org Git - people/ms/u-boot.git/blob - MAINTAINERS
Add myself as Snapdragon and SPMI maintainer
[people/ms/u-boot.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 ALTERA SOCFPGA
69 M: Marek Vasut <marex@denx.de>
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
75 ARM ATMEL AT91
76 M: Andreas Bießmann <andreas.devel@googlemail.com>
77 S: Maintained
78 T: git git://git.denx.de/u-boot-atmel.git
79 F: arch/arm/mach-at91/
80
81 ARM FREESCALE IMX
82 M: Stefano Babic <sbabic@denx.de>
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 ARMADA-XP ARMADA-38X
97 M: Prafulla Wadaskar <prafulla@marvell.com>
98 M: Luka Perkov <luka.perkov@sartura.hr>
99 M: Stefan Roese <sr@denx.de>
100 S: Maintained
101 T: git git://git.denx.de/u-boot-marvell.git
102 F: arch/arm/mach-kirkwood/
103 F: arch/arm/mach-mvebu/
104
105 ARM MARVELL PXA
106 M: Marek Vasut <marex@denx.de>
107 S: Maintained
108 T: git git://git.denx.de/u-boot-pxa.git
109 F: arch/arm/cpu/pxa/
110 F: arch/arm/include/asm/arch-pxa/
111
112 ARM ROCKCHIP
113 M: Simon Glass <sjg@chromium.org>
114 S: Maintained
115 T: git git://git.denx.de/u-boot-rockchip.git
116 F: arch/arm/mach-rockchip/
117
118 ARM SAMSUNG
119 M: Minkyu Kang <mk7.kang@samsung.com>
120 S: Maintained
121 T: git git://git.denx.de/u-boot-samsung.git
122 F: arch/arm/cpu/arm920t/s3c24x0/
123 F: arch/arm/mach-exynos/
124 F: arch/arm/mach-s5pc1xx/
125 F: arch/arm/cpu/armv7/s5p-common/
126 F: arch/arm/include/asm/arch-s3c24x0/
127
128 ARM SNAPDRAGON
129 M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
130 S: Maintained
131 F: arch/arm/mach-snapdragon/
132
133 ARM STM SPEAR
134 #M: Vipin Kumar <vipin.kumar@st.com>
135 S: Orphaned (Since 2016-02)
136 T: git git://git.denx.de/u-boot-stm.git
137 F: arch/arm/cpu/arm926ejs/spear/
138 F: arch/arm/include/asm/arch-spear/
139
140 ARM STM STV0991
141 M: Vikas Manocha <vikas.manocha@st.com>
142 S: Maintained
143 F: arch/arm/cpu/armv7/stv0991/
144 F: arch/arm/include/asm/arch-stv0991/
145
146 ARM SUNXI
147 M: Ian Campbell <ijc@hellion.org.uk>
148 M: Hans De Goede <hdegoede@redhat.com>
149 S: Maintained
150 T: git git://git.denx.de/u-boot-sunxi.git
151 F: arch/arm/cpu/armv7/sunxi/
152 F: arch/arm/include/asm/arch-sunxi/
153
154 ARM TEGRA
155 M: Tom Warren <twarren@nvidia.com>
156 S: Maintained
157 T: git git://git.denx.de/u-boot-tegra.git
158 F: arch/arm/mach-tegra/
159 F: arch/arm/include/asm/arch-tegra*/
160
161 ARM TI
162 M: Tom Rini <trini@konsulko.com>
163 S: Maintained
164 T: git git://git.denx.de/u-boot-ti.git
165 F: arch/arm/mach-davinci/
166 F: arch/arm/mach-keystone/
167 F: arch/arm/cpu/arm926ejs/omap/
168 F: arch/arm/cpu/armv7/omap*/
169 F: arch/arm/include/asm/arch-omap*/
170 F: arch/arm/include/asm/ti-common/
171
172 ARM UNIPHIER
173 M: Masahiro Yamada <yamada.masahiro@socionext.com>
174 S: Maintained
175 T: git git://git.denx.de/u-boot-uniphier.git
176 F: arch/arm/mach-uniphier/
177 F: configs/uniphier_*_defconfig
178 N: uniphier
179
180 ARM ZYNQ
181 M: Michal Simek <monstr@monstr.eu>
182 S: Maintained
183 F: arch/arm/cpu/armv7/zynq/
184 F: arch/arm/include/asm/arch-zynq/
185
186 ARM ZYNQMP
187 M: Michal Simek <michal.simek@xilinx.com>
188 S: Maintained
189 F: arch/arm/cpu/armv8/zynqmp/
190 F: arch/arm/include/asm/arch-zynqmp/
191
192 AVR32
193 M: Andreas Bießmann <andreas.devel@googlemail.com>
194 S: Maintained
195 T: git git://git.denx.de/u-boot-avr32.git
196 F: arch/avr32/
197
198 BLACKFIN
199 M: Sonic Zhang <sonic.adi@gmail.com>
200 S: Maintained
201 T: git git://git.denx.de/u-boot-blackfin.git
202 F: arch/blackfin/
203
204 BUILDMAN
205 M: Simon Glass <sjg@chromium.org>
206 S: Maintained
207 F: tools/buildman/
208
209 CFI FLASH
210 M: Stefan Roese <sr@denx.de>
211 S: Maintained
212 T: git git://git.denx.de/u-boot-cfi-flash.git
213 F: drivers/mtd/cfi_flash.c
214 F: drivers/mtd/jedec_flash.c
215
216 COLDFIRE
217 M: Huan Wang <alison.wang@freescale.com>
218 M: Angelo Dureghello <angelo@sysam.it>
219 S: Maintained
220 T: git git://git.denx.de/u-boot-coldfire.git
221 F: arch/m68k/
222
223 DFU
224 M: Lukasz Majewski <l.majewski@samsung.com>
225 S: Maintained
226 T: git git://git.denx.de/u-boot-dfu.git
227 F: drivers/dfu/
228 F: drivers/usb/gadget/
229
230 DRIVER MODEL
231 M: Simon Glass <sjg@chromium.org>
232 S: Maintained
233 T: git git://git.denx.de/u-boot-dm.git
234 F: drivers/core/
235 F: include/dm/
236 F: test/dm/
237
238 EFI PAYLOAD
239 M: Alexander Graf <agraf@suse.de>
240 S: Maintained
241 F: include/efi_loader.h
242 F: lib/efi_loader/
243 F: cmd/bootefi.c
244
245 FLATTENED DEVICE TREE
246 M: Simon Glass <sjg@chromium.org>
247 S: Maintained
248 T: git git://git.denx.de/u-boot-fdt.git
249 F: lib/fdtdec*
250 F: lib/libfdt/
251 F: include/fdt*
252 F: include/libfdt*
253 F. common/cmd_fdt.c
254 F: common/fdt_support.c
255
256 FREEBSD
257 M: Rafal Jaworowski <raj@semihalf.com>
258 S: Maintained
259 T: git git://git.denx.de/u-boot-freebsd.git
260
261 FREESCALE QORIQ
262 M: York Sun <york.sun@nxp.com>
263 S: Maintained
264 T: git git://git.denx.de/u-boot-fsl-qoriq.git
265
266 I2C
267 M: Heiko Schocher <hs@denx.de>
268 S: Maintained
269 T: git git://git.denx.de/u-boot-i2c.git
270 F: drivers/i2c/
271
272 MICROBLAZE
273 M: Michal Simek <monstr@monstr.eu>
274 S: Maintained
275 T: git git://git.denx.de/u-boot-microblaze.git
276 F: arch/microblaze/
277
278 MIPS
279 M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
280 S: Maintained
281 T: git git://git.denx.de/u-boot-mips.git
282 F: arch/mips/
283
284 MMC
285 M: Pantelis Antoniou <panto@antoniou-consulting.com>
286 S: Maintained
287 T: git git://git.denx.de/u-boot-mmc.git
288 F: drivers/mmc/
289
290 OPENRISC
291 M: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
292 S: Maintained
293 F: arch/openrisc/
294
295 PATMAN
296 M: Simon Glass <sjg@chromium.org>
297 S: Maintained
298 F: tools/patman/
299
300 POWERPC
301 M: Wolfgang Denk <wd@denx.de>
302 S: Maintained
303 F: arch/powerpc/
304
305 POWERPC MPC5XXX
306 M: Wolfgang Denk <wd@denx.de>
307 S: Maintained
308 T: git git://git.denx.de/u-boot-mpc5xxx.git
309 F: arch/powerpc/cpu/mpc5*/
310
311 POWERPC MPC8XX
312 M: Wolfgang Denk <wd@denx.de>
313 S: Maintained
314 T: git git://git.denx.de/u-boot-mpc8xx.git
315 F: arch/powerpc/cpu/mpc8xx/
316
317 POWERPC MPC82XX
318 M: Wolfgang Denk <wd@denx.de>
319 S: Maintained
320 T: git git://git.denx.de/u-boot-mpc82xx.git
321 F: arch/powerpc/cpu/mpc82*/
322
323 POWERPC MPC83XX
324 #M: Kim Phillips <kim.phillips@freescale.com>
325 S: Orphaned (Since 2016-02)
326 T: git git://git.denx.de/u-boot-mpc83xx.git
327 F: arch/powerpc/cpu/mpc83xx/
328 F: arch/powerpc/include/asm/arch-mpc83xx/
329
330 POWERPC MPC85XX
331 M: York Sun <york.sun@nxp.com>
332 S: Maintained
333 T: git git://git.denx.de/u-boot-mpc85xx.git
334 F: arch/powerpc/cpu/mpc85xx/
335
336 POWERPC MPC86XX
337 M: York Sun <york.sun@nxp.com>
338 S: Maintained
339 T: git git://git.denx.de/u-boot-mpc86xx.git
340 F: arch/powerpc/cpu/mpc86xx/
341
342 POWERPC PPC4XX
343 M: Stefan Roese <sr@denx.de>
344 S: Maintained
345 T: git git://git.denx.de/u-boot-ppc4xx.git
346 F: arch/powerpc/cpu/ppc4xx/
347
348 NETWORK
349 M: Joe Hershberger <joe.hershberger@ni.com>
350 S: Maintained
351 T: git git://git.denx.de/u-boot-net.git
352 F: drivers/net/
353 F: net/
354
355 NAND FLASH
356 M: Scott Wood <scottwood@freescale.com>
357 S: Maintained
358 T: git git://git.denx.de/u-boot-nand-flash.git
359 F: drivers/mtd/nand/
360
361 NDS32
362 M: Macpaul Lin <macpaul@andestech.com>
363 S: Maintained
364 T: git git://git.denx.de/u-boot-nds32.git
365 F: arch/nds32/
366
367 NIOS
368 M: Thomas Chou <thomas@wytron.com.tw>
369 S: Maintained
370 T: git git://git.denx.de/u-boot-nios.git
371 F: arch/nios2/
372
373 ONENAND
374 M: Lukasz Majewski <l.majewski@samsung.com>
375 S: Maintained
376 T: git git://git.denx.de/u-boot-onenand.git
377 F: drivers/mtd/onenand/
378
379 SANDBOX
380 M: Simon Glass <sjg@chromium.org>
381 S: Maintained
382 F: arch/sandbox/
383
384 SH
385 M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
386 S: Maintained
387 T: git git://git.denx.de/u-boot-sh.git
388 F: arch/sh/
389
390 SPARC
391 #M: Francois Retief <fgretief@spaceteq.co.za>
392 S: Orphaned (Since 2016-02)
393 T: git git://git.denx.de/u-boot-sparc.git
394 F: arch/sparc/
395
396 SPI
397 M: Jagan Teki <jteki@openedev.com>
398 S: Maintained
399 T: git git://git.denx.de/u-boot-spi.git
400 F: drivers/mtd/spi/
401 F: drivers/spi/
402 F: include/spi*
403
404 SPMI
405 M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
406 S: Maintained
407 F: drivers/spmi/
408 F: include/spmi/
409
410 TQ GROUP
411 #M: Martin Krause <martin.krause@tq-systems.de>
412 S: Orphaned (Since 2016-02)
413 T: git git://git.denx.de/u-boot-tq-group.git
414
415 UBI
416 M: Kyungmin Park <kmpark@infradead.org>
417 M: Heiko Schocher <hs@denx.de>
418 S: Maintained
419 T: git git://git.denx.de/u-boot-ubi.git
420 F: drivers/mtd/ubi/
421
422 USB
423 M: Marek Vasut <marex@denx.de>
424 S: Maintained
425 T: git git://git.denx.de/u-boot-usb.git
426 F: drivers/usb/
427
428 VIDEO
429 M: Anatolij Gustschin <agust@denx.de>
430 S: Maintained
431 T: git git://git.denx.de/u-boot-video.git
432 F: drivers/video/
433
434 X86
435 M: Simon Glass <sjg@chromium.org>
436 S: Maintained
437 T: git git://git.denx.de/u-boot-x86.git
438 F: arch/x86/
439
440 THE REST
441 M: Tom Rini <trini@konsulko.com>
442 L: u-boot@lists.denx.de
443 Q: http://patchwork.ozlabs.org/project/uboot/list/
444 S: Maintained
445 T: git git://git.denx.de/u-boot.git
446 F: *
447 F: */