]> Git Repo - J-u-boot.git/blob - MAINTAINERS
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[J-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 <[email protected]>
58 M:      Eugeniy Paltsev <[email protected]>
59 S:      Maintained
60 L:      [email protected]
61 T:      git git://git.denx.de/u-boot-arc.git
62 F:      arch/arc/
63 F:      board/synopsys/
64
65 ARC HSDK CGU CLOCK
66 M:      Eugeniy Paltsev <[email protected]>
67 S:      Maintained
68 L:      [email protected]
69 F:      drivers/clk/clk-hsdk-cgu.c
70 F:      include/dt-bindings/clock/snps,hsdk-cgu.h
71 F:      doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
72
73 ARC HSDK CREG GPIO
74 M:      Eugeniy Paltsev <[email protected]>
75 S:      Maintained
76 L:      [email protected]
77 F:      doc/device-tree-bindings/gpio/snps,creg-gpio.txt
78 F:      drivers/gpio/hsdk-creg-gpio.c
79
80 ARM
81 M:      Albert Aribaud <[email protected]>
82 S:      Maintained
83 T:      git git://git.denx.de/u-boot-arm.git
84 F:      arch/arm/
85
86 ARM ALTERA SOCFPGA
87 M:      Marek Vasut <[email protected]>
88 S:      Maintainted
89 T:      git git://git.denx.de/u-boot-socfpga.git
90 F:      arch/arm/mach-socfpga/
91
92 ARM ATMEL AT91
93 M:      Andreas Bießmann <[email protected]>
94 S:      Maintained
95 T:      git git://git.denx.de/u-boot-atmel.git
96 F:      arch/arm/mach-at91/
97
98 ARM BROADCOM BCM283X
99 M:      Alexander Graf <[email protected]>
100 S:      Maintained
101 F:      arch/arm/mach-bcm283x/
102 F:      drivers/gpio/bcm2835_gpio.c
103 F:      drivers/mmc/bcm2835_sdhci.c
104 F:      drivers/mmc/bcm2835_sdhost.c
105 F:      drivers/serial/serial_bcm283x_mu.c
106 F:      drivers/serial/serial_bcm283x_pl011.c
107 F:      drivers/video/bcm2835.c
108 F:      include/dm/platform_data/serial_bcm283x_mu.h
109 F:      drivers/pinctrl/broadcom/
110
111 ARM BROADCOM BCMSTB
112 M:      Thomas Fitzsimmons <[email protected]>
113 S:      Maintained
114 F:      arch/arm/mach-bcmstb/
115 F:      board/broadcom/bcmstb/
116 F:      configs/bcm7*_defconfig
117 F:      doc/README.bcm7xxx
118 F:      drivers/mmc/bcmstb_sdhci.c
119 F:      drivers/spi/bcmstb_spi.c
120
121 ARM FREESCALE IMX
122 M:      Stefano Babic <[email protected]>
123 M:      Fabio Estevam <[email protected]>
124 S:      Maintained
125 T:      git git://git.denx.de/u-boot-imx.git
126 F:      arch/arm/cpu/arm1136/mx*/
127 F:      arch/arm/cpu/arm926ejs/mx*/
128 F:      arch/arm/cpu/armv7/vf610/
129 F:      arch/arm/mach-imx/
130 F:      arch/arm/include/asm/arch-imx/
131 F:      arch/arm/include/asm/arch-mx*/
132 F:      arch/arm/include/asm/arch-vf610/
133 F:      arch/arm/include/asm/mach-imx/
134 F:      board/freescale/*mx*/
135
136 ARM HISILICON
137 M:      Peter Griffin <[email protected]>
138 S:      Maintained
139 F:      arch/arm/cpu/armv8/hisilicon
140 F:      arch/arm/include/asm/arch-hi6220/
141
142 ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX
143 M:      Prafulla Wadaskar <[email protected]>
144 M:      Luka Perkov <[email protected]>
145 M:      Stefan Roese <[email protected]>
146 S:      Maintained
147 T:      git git://git.denx.de/u-boot-marvell.git
148 F:      arch/arm/mach-kirkwood/
149 F:      arch/arm/mach-mvebu/
150 F:      drivers/ata/ahci_mvebu.c
151 F:      drivers/phy/marvell/
152
153 ARM MARVELL PXA
154 M:      Marek Vasut <[email protected]>
155 S:      Maintained
156 T:      git git://git.denx.de/u-boot-pxa.git
157 F:      arch/arm/cpu/pxa/
158 F:      arch/arm/include/asm/arch-pxa/
159
160 ARM OWL
161 M:      Manivannan Sadhasivam <[email protected]>
162 S:      Maintained
163 F:      arch/arm/include/asm/arch-owl/
164 F:      arch/arm/mach-owl/
165 F:      board/ucRobotics/
166 F:      drivers/clk/owl/
167 F:      drivers/serial/serial_owl.c
168
169 ARM RENESAS RMOBILE/R-CAR
170 M:      Nobuhiro Iwamatsu <[email protected]>
171 M:      Marek Vasut <[email protected]>
172 S:      Maintained
173 T:      git git://git.denx.de/u-boot-sh.git
174 F:      arch/arm/mach-rmobile/
175
176 ARM ROCKCHIP
177 M:      Simon Glass <[email protected]>
178 M:      Philipp Tomsich <[email protected]>
179 S:      Maintained
180 T:      git git://git.denx.de/u-boot-rockchip.git
181 F:      arch/arm/include/asm/arch-rockchip/
182 F:      arch/arm/mach-rockchip/
183 F:      board/rockchip/
184 F:      drivers/clk/rockchip/
185 F:      drivers/gpio/rk_gpio.c
186 F:      drivers/misc/rockchip-efuse.c
187 F:      drivers/mmc/rockchip_sdhci.c
188 F:      drivers/mmc/rockchip_dw_mmc.c
189 F:      drivers/pinctrl/rockchip/
190 F:      drivers/ram/rockchip/
191 F:      drivers/sysreset/sysreset_rockchip.c
192 F:      drivers/video/rockchip/
193 F:      tools/rkcommon.c
194 F:      tools/rkcommon.h
195 F:      tools/rkimage.c
196 F:      tools/rksd.c
197 F:      tools/rkspi.c
198
199 ARM SAMSUNG
200 M:      Minkyu Kang <[email protected]>
201 S:      Maintained
202 T:      git git://git.denx.de/u-boot-samsung.git
203 F:      arch/arm/mach-exynos/
204 F:      arch/arm/mach-s5pc1xx/
205 F:      arch/arm/cpu/armv7/s5p-common/
206
207 ARM SNAPDRAGON
208 M:      Ramon Fried <[email protected]>
209 S:      Maintained
210 F:      arch/arm/mach-snapdragon/
211 F:      drivers/gpio/msm_gpio.c
212 F:      drivers/mmc/msm_sdhci.c
213 F:      drivers/serial/serial_msm.c
214 F:      drivers/smem/msm_smem.c
215 F:      drivers/usb/host/ehci-msm.c
216
217 ARM STI
218 M:      Patrice Chotard <[email protected]>
219 S:      Maintained
220 F:      arch/arm/mach-sti/
221 F:      arch/arm/include/asm/arch-sti*/
222
223 ARM STM SPEAR
224 #M:     Vipin Kumar <[email protected]>
225 S:      Orphaned (Since 2016-02)
226 T:      git git://git.denx.de/u-boot-stm.git
227 F:      arch/arm/cpu/arm926ejs/spear/
228 F:      arch/arm/include/asm/arch-spear/
229
230 ARM STM STM32MP
231 M:      Patrick Delaunay <[email protected]>
232 M:      Christophe Kerello <[email protected]>
233 M:      Patrice Chotard <[email protected]>
234 S:      Maintained
235 F:      arch/arm/mach-stm32mp
236 F:      drivers/clk/clk_stm32mp1.c
237 F:      drivers/i2c/stm32f7_i2c.c
238 F:      drivers/misc/stm32mp_fuse.c
239 F:      drivers/mmc/stm32_sdmmc2.c
240 F:      drivers/phy/phy-stm32-usbphyc.c
241 F:      drivers/pinctrl/pinctrl_stm32.c
242 F:      drivers/power/regulator/stm32-vrefbuf.c
243 F:      drivers/ram/stm32mp1/
244 F:      drivers/misc/stm32_rcc.c
245 F:      drivers/reset/stm32-reset.c
246 F:      drivers/spi/stm32_qspi.c
247
248 ARM STM STV0991
249 M:      Vikas Manocha <[email protected]>
250 S:      Maintained
251 F:      arch/arm/cpu/armv7/stv0991/
252 F:      arch/arm/include/asm/arch-stv0991/
253
254 ARM SUNXI
255 M:      Jagan Teki <[email protected]>
256 M:      Maxime Ripard <[email protected]>
257 S:      Maintained
258 T:      git git://git.denx.de/u-boot-sunxi.git
259 F:      arch/arm/cpu/armv7/sunxi/
260 F:      arch/arm/include/asm/arch-sunxi/
261 F:      arch/arm/mach-sunxi/
262 F:      board/sunxi/
263
264 ARM TEGRA
265 M:      Tom Warren <[email protected]>
266 S:      Maintained
267 T:      git git://git.denx.de/u-boot-tegra.git
268 F:      arch/arm/mach-tegra/
269 F:      arch/arm/include/asm/arch-tegra*/
270
271 ARM TI
272 M:      Tom Rini <[email protected]>
273 S:      Maintained
274 T:      git git://git.denx.de/u-boot-ti.git
275 F:      arch/arm/mach-davinci/
276 F:      arch/arm/mach-k3/
277 F:      arch/arm/mach-keystone/
278 F:      arch/arm/include/asm/arch-omap*/
279 F:      arch/arm/include/asm/ti-common/
280
281 ARM UNIPHIER
282 M:      Masahiro Yamada <[email protected]>
283 S:      Maintained
284 T:      git git://git.denx.de/u-boot-uniphier.git
285 F:      arch/arm/mach-uniphier/
286 F:      configs/uniphier_*_defconfig
287 N:      uniphier
288
289 ARM ZYNQ
290 M:      Michal Simek <[email protected]>
291 S:      Maintained
292 T:      git git://git.denx.de/u-boot-microblaze.git
293 F:      arch/arm/mach-zynq/
294 F:      drivers/clk/clk_zynq.c
295 F:      drivers/fpga/zynqpl.c
296 F:      drivers/gpio/zynq_gpio.c
297 F:      drivers/i2c/i2c-cdns.c
298 F:      drivers/i2c/muxes/pca954x.c
299 F:      drivers/i2c/zynq_i2c.c
300 F:      drivers/mmc/zynq_sdhci.c
301 F:      drivers/mtd/nand/zynq_nand.c
302 F:      drivers/net/phy/xilinx_phy.c
303 F:      drivers/net/zynq_gem.c
304 F:      drivers/serial/serial_zynq.c
305 F:      drivers/spi/zynq_qspi.c
306 F:      drivers/spi/zynq_spi.c
307 F:      drivers/usb/host/ehci-zynq.c
308 F:      drivers/watchdog/cdns_wdt.c
309 F:      include/zynqpl.h
310 F:      tools/zynqimage.c
311 N:      zynq
312
313 ARM ZYNQMP
314 M:      Michal Simek <[email protected]>
315 S:      Maintained
316 T:      git git://git.denx.de/u-boot-microblaze.git
317 F:      arch/arm/cpu/armv8/zynqmp/
318 F:      drivers/clk/clk_zynqmp.c
319 F:      drivers/fpga/zynqpl.c
320 F:      drivers/gpio/zynq_gpio.c
321 F:      drivers/i2c/i2c-cdns.c
322 F:      drivers/i2c/muxes/pca954x.c
323 F:      drivers/i2c/zynq_i2c.c
324 F:      drivers/mmc/zynq_sdhci.c
325 F:      drivers/mtd/nand/zynq_nand.c
326 F:      drivers/net/phy/xilinx_phy.c
327 F:      drivers/net/zynq_gem.c
328 F:      drivers/serial/serial_zynq.c
329 F:      drivers/spi/zynq_qspi.c
330 F:      drivers/spi/zynq_spi.c
331 F:      drivers/timer/cadence-ttc.c
332 F:      drivers/usb/host/ehci-zynq.c
333 F:      drivers/watchdog/cdns_wdt.c
334 F:      include/zynqmppl.h
335 F:      tools/zynqmp*
336 N:      ultra96
337 N:      zynqmp
338
339 ARM ZYNQMP R5
340 M:      Michal Simek <[email protected]>
341 S:      Maintained
342 T:      git git://git.denx.de/u-boot-microblaze.git
343 F:      arch/arm/mach-zynqmp-r5/
344
345 BUILDMAN
346 M:      Simon Glass <[email protected]>
347 S:      Maintained
348 F:      tools/buildman/
349
350 CFI FLASH
351 M:      Stefan Roese <[email protected]>
352 S:      Maintained
353 T:      git git://git.denx.de/u-boot-cfi-flash.git
354 F:      drivers/mtd/cfi_flash.c
355 F:      drivers/mtd/jedec_flash.c
356
357 COLDFIRE
358 M:      Huan Wang <[email protected]>
359 M:      Angelo Dureghello <[email protected]>
360 S:      Maintained
361 T:      git git://git.denx.de/u-boot-coldfire.git
362 F:      arch/m68k/
363
364 DFU
365 M:      Lukasz Majewski <[email protected]>
366 S:      Maintained
367 T:      git git://git.denx.de/u-boot-dfu.git
368 F:      drivers/dfu/
369 F:      drivers/usb/gadget/
370
371 DRIVER MODEL
372 M:      Simon Glass <[email protected]>
373 S:      Maintained
374 T:      git git://git.denx.de/u-boot-dm.git
375 F:      drivers/core/
376 F:      include/dm/
377 F:      test/dm/
378
379 EFI PAYLOAD
380 M:      Alexander Graf <[email protected]>
381 S:      Maintained
382 T:      git git://github.com/agraf/u-boot.git
383 F:      doc/README.uefi
384 F:      doc/README.iscsi
385 F:      Documentation/efi.rst
386 F:      include/capitalization.h
387 F:      include/cp1250.h
388 F:      include/cp437.h
389 F:      include/efi*
390 F:      include/pe.h
391 F:      include/asm-generic/pe.h
392 F:      lib/charset.c
393 F:      lib/efi*/
394 F:      test/py/tests/test_efi*
395 F:      test/unicode_ut.c
396 F:      cmd/bootefi.c
397 F:      tools/file2include.c
398
399 FPGA
400 M:      Michal Simek <[email protected]>
401 S:      Maintained
402 T:      git git://git.denx.de/u-boot-microblaze.git
403 F:      drivers/fpga/
404 F:      cmd/fpga.c
405 F:      include/fpga.h
406
407 FLATTENED DEVICE TREE
408 M:      Simon Glass <[email protected]>
409 S:      Maintained
410 T:      git git://git.denx.de/u-boot-fdt.git
411 F:      lib/fdtdec*
412 F:      lib/libfdt/
413 F:      include/fdt*
414 F:      include/linux/libfdt*
415 F:      cmd/fdt.c
416 F:      common/fdt_support.c
417
418 FREEBSD
419 M:      Rafal Jaworowski <[email protected]>
420 S:      Maintained
421 T:      git git://git.denx.de/u-boot-freebsd.git
422
423 FREESCALE QORIQ
424 M:      York Sun <[email protected]>
425 S:      Maintained
426 T:      git git://git.denx.de/u-boot-fsl-qoriq.git
427
428 I2C
429 M:      Heiko Schocher <[email protected]>
430 S:      Maintained
431 T:      git git://git.denx.de/u-boot-i2c.git
432 F:      drivers/i2c/
433
434 LOGGING
435 M:      Simon Glass <[email protected]>
436 S:      Maintained
437 T:      git git://git.denx.de/u-boot.git
438 F:      common/log.c
439 F:      cmd/log.c
440 F:      test/log/log_test.c
441 F:      test/py/tests/test_log.py
442
443 MICROBLAZE
444 M:      Michal Simek <[email protected]>
445 S:      Maintained
446 T:      git git://git.denx.de/u-boot-microblaze.git
447 F:      arch/microblaze/
448 F:      cmd/mfsl.c
449 F:      drivers/gpio/xilinx_gpio.c
450 F:      drivers/net/xilinx_axi_emac.c
451 F:      drivers/net/xilinx_emaclite.c
452 F:      drivers/serial/serial_xuartlite.c
453 F:      drivers/spi/xilinx_spi.c
454 F:      drivers/sysreset/sysreset_gpio.c
455 F:      drivers/watchdog/xilinx_tb_wdt.c
456 N:      xilinx
457
458 MIPS
459 M:      Daniel Schwierzeck <[email protected]>
460 S:      Maintained
461 T:      git git://git.denx.de/u-boot-mips.git
462 F:      arch/mips/
463
464 MMC
465 M:      Jaehoon Chung <[email protected]>
466 S:      Maintained
467 T:      git git://git.denx.de/u-boot-mmc.git
468 F:      drivers/mmc/
469
470 NAND FLASH
471 #M:     Scott Wood <[email protected]>
472 S:      Orphaned (Since 2018-07)
473 T:      git git://git.denx.de/u-boot-nand-flash.git
474 F:      drivers/mtd/nand/
475
476 NDS32
477 M:      Macpaul Lin <[email protected]>
478 S:      Maintained
479 T:      git git://git.denx.de/u-boot-nds32.git
480 F:      arch/nds32/
481
482 NETWORK
483 M:      Joe Hershberger <[email protected]>
484 S:      Maintained
485 T:      git git://git.denx.de/u-boot-net.git
486 F:      drivers/net/
487 F:      net/
488
489 NIOS
490 M:      Thomas Chou <[email protected]>
491 S:      Maintained
492 T:      git git://git.denx.de/u-boot-nios.git
493 F:      arch/nios2/
494
495 ONENAND
496 #M:     Lukasz Majewski <[email protected]>
497 S:      Orphaned (Since 2017-01)
498 T:      git git://git.denx.de/u-boot-onenand.git
499 F:      drivers/mtd/onenand/
500
501 PATMAN
502 M:      Simon Glass <[email protected]>
503 S:      Maintained
504 F:      tools/patman/
505
506 POWER
507 M:      Jaehoon Chung <[email protected]>
508 S:      Maintained
509 T:      git git://git.denx.de/u-boot-pmic.git
510 F:      drivers/power/
511
512 POWERPC
513 M:      Wolfgang Denk <[email protected]>
514 S:      Maintained
515 F:      arch/powerpc/
516
517 POWERPC MPC8XX
518 M:      Christophe Leroy <[email protected]>
519 S:      Maintained
520 T:      git git://git.denx.de/u-boot-mpc8xx.git
521 F:      arch/powerpc/cpu/mpc8xx/
522
523 POWERPC MPC83XX
524 M:      Mario Six <[email protected]>
525 S:      Maintained
526 T:      git git://git.denx.de/u-boot-mpc83xx.git
527 F:      drivers/ram/mpc83xx_sdram.c
528 F:      include/dt-bindings/memory/mpc83xx-sdram.h
529 F:      drivers/sysreset/sysreset_mpc83xx.c
530 F:      drivers/sysreset/sysreset_mpc83xx.h
531 F:      drivers/clk/mpc83xx_clk.c
532 F:      drivers/clk/mpc83xx_clk.h
533 F:      include/dt-bindings/clk/mpc83xx-clk.h
534 F:      drivers/timer/mpc83xx_timer.c
535 F:      drivers/cpu/mpc83xx_cpu.c
536 F:      drivers/cpu/mpc83xx_cpu.h
537 F:      drivers/misc/mpc83xx_serdes.c
538 F:      arch/powerpc/cpu/mpc83xx/
539 F:      arch/powerpc/include/asm/arch-mpc83xx/
540
541 POWERPC MPC85XX
542 M:      York Sun <[email protected]>
543 S:      Maintained
544 T:      git git://git.denx.de/u-boot-mpc85xx.git
545 F:      arch/powerpc/cpu/mpc85xx/
546
547 POWERPC MPC86XX
548 M:      York Sun <[email protected]>
549 S:      Maintained
550 T:      git git://git.denx.de/u-boot-mpc86xx.git
551 F:      arch/powerpc/cpu/mpc86xx/
552
553 RISC-V
554 M:      Rick Chen <[email protected]>
555 S:      Maintained
556 T:      git git://git.denx.de/u-boot-riscv.git
557 F:      arch/riscv/
558 F:      tools/prelink-riscv.c
559
560 ROCKUSB
561 M:      Eddie Cai <[email protected]>
562 S:      Maintained
563 F:      drivers/usb/gadget/f_rockusb.c
564 F:      cmd/rockusb.c
565 F:      doc/README.rockusb
566
567 SANDBOX
568 M:      Simon Glass <[email protected]>
569 S:      Maintained
570 F:      arch/sandbox/
571
572 SH
573 M:      Nobuhiro Iwamatsu <[email protected]>
574 S:      Maintained
575 T:      git git://git.denx.de/u-boot-sh.git
576 F:      arch/sh/
577
578 SPI
579 M:      Jagan Teki <[email protected]>
580 S:      Maintained
581 T:      git git://git.denx.de/u-boot-spi.git
582 F:      drivers/mtd/spi/
583 F:      drivers/spi/
584 F:      include/spi*
585
586 SPMI
587 M:      Mateusz Kulikowski <[email protected]>
588 S:      Maintained
589 F:      drivers/spmi/
590 F:      include/spmi/
591
592 TI SYSTEM SECURITY
593 M:      Andrew F. Davis <[email protected]>
594 S:      Supported
595 F:      arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
596 F:      arch/arm/mach-omap2/sec-common.c
597 F:      arch/arm/mach-omap2/config_secure.mk
598 F:      configs/am335x_hs_evm_defconfig
599 F:      configs/am335x_hs_evm_uart_defconfig
600 F:      configs/am43xx_hs_evm_defconfig
601 F:      configs/am57xx_hs_evm_defconfig
602 F:      configs/dra7xx_hs_evm_defconfig
603 F:      configs/k2hk_hs_evm_defconfig
604 F:      configs/k2e_hs_evm_defconfig
605 F:      configs/k2g_hs_evm_defconfig
606 F:      configs/k2l_hs_evm_defconfig
607
608 TQ GROUP
609 #M:     Martin Krause <[email protected]>
610 S:      Orphaned (Since 2016-02)
611 T:      git git://git.denx.de/u-boot-tq-group.git
612
613 UBI
614 M:      Kyungmin Park <[email protected]>
615 M:      Heiko Schocher <[email protected]>
616 S:      Maintained
617 T:      git git://git.denx.de/u-boot-ubi.git
618 F:      drivers/mtd/ubi/
619
620 USB
621 M:      Marek Vasut <[email protected]>
622 S:      Maintained
623 T:      git git://git.denx.de/u-boot-usb.git
624 F:      drivers/usb/
625
626 USB xHCI
627 M:      Bin Meng <[email protected]>
628 S:      Maintained
629 T:      git git://git.denx.de/u-boot-usb.git topic-xhci
630 F:      drivers/usb/host/xhci*
631
632 VIDEO
633 M:      Anatolij Gustschin <[email protected]>
634 S:      Maintained
635 T:      git git://git.denx.de/u-boot-video.git
636 F:      drivers/video/
637 F:      common/lcd*.c
638 F:      include/lcd*.h
639
640 X86
641 M:      Simon Glass <[email protected]>
642 M:      Bin Meng <[email protected]>
643 S:      Maintained
644 T:      git git://git.denx.de/u-boot-x86.git
645 F:      arch/x86/
646
647 XTENSA
648 M:      Max Filippov <[email protected]>
649 S:      Maintained
650 F:      arch/xtensa/
651
652 THE REST
653 M:      Tom Rini <[email protected]>
654 L:      [email protected]
655 Q:      http://patchwork.ozlabs.org/project/uboot/list/
656 S:      Maintained
657 T:      git git://git.denx.de/u-boot.git
658 F:      *
659 F:      */
This page took 0.061685 seconds and 4 git commands to generate.