]> Git Repo - J-u-boot.git/blob - MAINTAINERS
video: backlight: fix pwm inversion
[J-u-boot.git] / MAINTAINERS
1 Descriptions of section entries:
2
3         P: Person (obsolete)
4         M: Mail patches to: FullName <address@domain>
5         R: Designated reviewer: FullName <address@domain>
6            These reviewers should be CCed on patches.
7         L: Mailing list that is relevant to this area
8         W: Web-page with status/info
9         Q: Patchwork web based patch tracking system site
10         T: SCM tree type and location.
11            Type is one of: git, hg, quilt, stgit, topgit
12         S: Status, one of the following:
13            Supported:   Someone is actually paid to look after this.
14            Maintained:  Someone actually looks after it.
15            Orphan:      No current maintainer [but maybe you could take the
16                         role as you write your new code].
17         F: Files and directories with wildcard patterns.
18            A trailing slash includes all files and subdirectory files.
19            F:   drivers/net/    all files in and below drivers/net
20            F:   drivers/net/*   all files in drivers/net, but not below
21            F:   */net/*         all files in "any top level directory"/net
22            One pattern per line.  Multiple F: lines acceptable.
23         N: Files and directories with regex patterns.
24            N:   [^a-z]tegra     all files whose path contains the word tegra
25            One pattern per line.  Multiple N: lines acceptable.
26            scripts/get_maintainer.pl has different behavior for files that
27            match F: pattern and matches of N: patterns.  By default,
28            get_maintainer will not look at git log history when an F: pattern
29            match occurs.  When an N: match occurs, git log history is used
30            to also notify the people that have git commit signatures.
31         X: Files and directories that are NOT maintained, same rules as F:
32            Files exclusions are tested before file matches.
33            Can be useful for excluding a specific subdirectory, for instance:
34            F:   net/
35            X:   net/ipv6/
36            matches all files in and below net excluding net/ipv6/
37         K: Keyword perl extended regex pattern to match content in a
38            patch or file.  For instance:
39            K: of_get_profile
40               matches patches or files that contain "of_get_profile"
41            K: \b(printk|pr_(info|err))\b
42               matches patches or files that contain one or more of the words
43               printk, pr_info or pr_err
44            One regex pattern per line.  Multiple K: lines acceptable.
45
46 Note: For the hard of thinking, this list is meant to remain in alphabetical
47 order. If you could add yourselves to it in alphabetical order that would be
48 so much easier [Ed]
49
50 Maintainers List (try to look for most precise areas first)
51
52                 -----------------------------------
53 ARC
54 M:      Alexey Brodkin <[email protected]>
55 M:      Eugeniy Paltsev <[email protected]>
56 S:      Maintained
57 L:      [email protected]
58 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-arc.git
59 F:      arch/arc/
60 F:      board/synopsys/
61
62 ARC HSDK CGU CLOCK
63 M:      Eugeniy Paltsev <[email protected]>
64 S:      Maintained
65 L:      [email protected]
66 F:      drivers/clk/clk-hsdk-cgu.c
67 F:      include/dt-bindings/clock/snps,hsdk-cgu.h
68 F:      doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
69
70 ARC HSDK CREG GPIO
71 M:      Eugeniy Paltsev <[email protected]>
72 S:      Maintained
73 L:      [email protected]
74 F:      doc/device-tree-bindings/gpio/snps,creg-gpio.txt
75 F:      drivers/gpio/hsdk-creg-gpio.c
76
77 ARC SYNOPSYS DW MMC EXTENSIONS
78 M:      Eugeniy Paltsev <[email protected]>
79 S:      Maintained
80 L:      [email protected]
81 F:      doc/device-tree-bindings/mmc/snps,dw-mmc.txt
82 F:      drivers/mmc/snps_dw_mmc.c
83
84 ARM
85 M:      Albert Aribaud <[email protected]>
86 S:      Maintained
87 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-arm.git
88 F:      arch/arm/
89 F:      cmd/arm/
90
91 ARM ALTERA SOCFPGA
92 M:      Marek Vasut <[email protected]>
93 M:      Simon Goldschmidt <[email protected]>
94 S:      Maintainted
95 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga.git
96 F:      arch/arm/mach-socfpga/
97
98 ARM AMLOGIC SOC SUPPORT
99 M:      Neil Armstrong <[email protected]>
100 S:      Maintained
101 L:      [email protected]
102 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git
103 F:      arch/arm/mach-meson/
104 F:      arch/arm/include/asm/arch-meson/
105 F:      drivers/clk/meson/
106 F:      drivers/serial/serial_meson.c
107 F:      drivers/reset/reset-meson.c
108 F:      drivers/i2c/meson_i2c.c
109 F:      drivers/net/phy/meson-gxl.c
110 F:      drivers/adc/meson-saradc.c
111 F:      drivers/phy/meson*
112 F:      drivers/mmc/meson_gx_mmc.c
113 F:      drivers/spi/meson_spifc.c
114 F:      drivers/pinctrl/meson/
115 F:      drivers/power/domain/meson-gx-pwrc-vpu.c
116 F:      drivers/video/meson/
117 F:      include/configs/meson64.h
118 N:      meson
119
120 ARM BROADCOM BCM283X
121 M:      Matthias Brugger <[email protected]>
122 S:      Maintained
123 F:      arch/arm/mach-bcm283x/
124 F:      drivers/gpio/bcm2835_gpio.c
125 F:      drivers/mmc/bcm2835_sdhci.c
126 F:      drivers/mmc/bcm2835_sdhost.c
127 F:      drivers/serial/serial_bcm283x_mu.c
128 F:      drivers/serial/serial_bcm283x_pl011.c
129 F:      drivers/video/bcm2835.c
130 F:      include/dm/platform_data/serial_bcm283x_mu.h
131 F:      drivers/pinctrl/broadcom/
132
133 ARM BROADCOM BCMSTB
134 M:      Thomas Fitzsimmons <[email protected]>
135 S:      Maintained
136 F:      arch/arm/mach-bcmstb/
137 F:      board/broadcom/bcmstb/
138 F:      configs/bcm7*_defconfig
139 F:      doc/README.bcm7xxx
140 F:      drivers/mmc/bcmstb_sdhci.c
141 F:      drivers/spi/bcmstb_spi.c
142
143 ARM/CZ.NIC TURRIS MOX SUPPORT
144 M:      Marek Behun <[email protected]>
145 S:      Maintained
146 F:      arch/arm/dts/armada-3720-turris-mox.dts
147 F:      board/CZ.NIC/
148 F:      configs/turris_*_defconfig
149 F:      include/configs/turris_*.h
150
151 ARM FREESCALE IMX
152 M:      Stefano Babic <[email protected]>
153 M:      Fabio Estevam <[email protected]>
154 R:      NXP i.MX U-Boot Team <[email protected]>
155 S:      Maintained
156 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
157 F:      arch/arm/cpu/arm1136/mx*/
158 F:      arch/arm/cpu/arm926ejs/mx*/
159 F:      arch/arm/cpu/armv7/vf610/
160 F:      arch/arm/dts/*imx*
161 F:      arch/arm/mach-imx/
162 F:      arch/arm/include/asm/arch-imx/
163 F:      arch/arm/include/asm/arch-mx*/
164 F:      arch/arm/include/asm/arch-vf610/
165 F:      arch/arm/include/asm/mach-imx/
166 F:      board/freescale/*mx*/
167
168 ARM HISILICON
169 M:      Peter Griffin <[email protected]>
170 S:      Maintained
171 F:      arch/arm/cpu/armv8/hisilicon
172 F:      arch/arm/include/asm/arch-hi6220/
173
174 ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
175 M:      Stefan Roese <[email protected]>
176 S:      Maintained
177 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-marvell.git
178 F:      arch/arm/mach-kirkwood/
179 F:      arch/arm/mach-mvebu/
180 F:      drivers/ata/ahci_mvebu.c
181 F:      drivers/ddr/marvell/
182 F:      drivers/gpio/mvebu_gpio.c
183 F:      drivers/spi/kirkwood_spi.c
184 F:      drivers/pci/pci_mvebu.c
185 F:      drivers/pci/pcie_dw_mvebu.c
186 F:      drivers/watchdog/orion_wdt.c
187
188 ARM MARVELL PXA
189 M:      Marek Vasut <[email protected]>
190 S:      Maintained
191 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-pxa.git
192 F:      arch/arm/cpu/pxa/
193 F:      arch/arm/include/asm/arch-pxa/
194
195 ARM MEDIATEK
196 M:      Ryder Lee <[email protected]>
197 M:      Weijie Gao <[email protected]>
198 S:      Maintained
199 F:      arch/arm/mach-mediatek/
200 F:      arch/arm/include/asm/arch-mediatek/
201 F:      board/mediatek/
202 F:      doc/README.mediatek
203 F:      drivers/clk/mediatek/
204 F:      drivers/mmc/mtk-sd.c
205 F:      drivers/pinctrl/mediatek/
206 F:      drivers/power/domain/mtk-power-domain.c
207 F:      drivers/ram/mediatek/
208 F:      drivers/spi/mtk_qspi.c
209 F:      drivers/timer/mtk_timer.c
210 F:      drivers/watchdog/mtk_wdt.c
211 F:      drivers/net/mtk_eth.c
212 F:      drivers/reset/reset-mediatek.c
213 F:      tools/mtk_image.c
214 F:      tools/mtk_image.h
215 N:      mediatek
216
217 ARM MICROCHIP/ATMEL AT91
218 M:      Eugen Hristev <[email protected]>
219 S:      Maintained
220 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git
221 F:      arch/arm/mach-at91/
222 F:      board/atmel/
223
224 ARM OWL
225 M:      Manivannan Sadhasivam <[email protected]>
226 S:      Maintained
227 F:      arch/arm/include/asm/arch-owl/
228 F:      arch/arm/mach-owl/
229 F:      board/ucRobotics/
230 F:      drivers/clk/owl/
231 F:      drivers/serial/serial_owl.c
232
233 ARM RENESAS RMOBILE/R-CAR
234 M:      Nobuhiro Iwamatsu <[email protected]>
235 M:      Marek Vasut <[email protected]>
236 S:      Maintained
237 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
238 F:      arch/arm/mach-rmobile/
239
240 ARM ROCKCHIP
241 M:      Simon Glass <[email protected]>
242 M:      Philipp Tomsich <[email protected]>
243 M:      Kever Yang <[email protected]>
244 S:      Maintained
245 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git
246 F:      arch/arm/include/asm/arch-rockchip/
247 F:      arch/arm/mach-rockchip/
248 F:      board/rockchip/
249 F:      drivers/clk/rockchip/
250 F:      drivers/gpio/rk_gpio.c
251 F:      drivers/misc/rockchip-efuse.c
252 F:      drivers/mmc/rockchip_sdhci.c
253 F:      drivers/mmc/rockchip_dw_mmc.c
254 F:      drivers/pinctrl/rockchip/
255 F:      drivers/ram/rockchip/
256 F:      drivers/sysreset/sysreset_rockchip.c
257 F:      drivers/video/rockchip/
258 F:      tools/rkcommon.c
259 F:      tools/rkcommon.h
260 F:      tools/rkimage.c
261 F:      tools/rksd.c
262 F:      tools/rkspi.c
263
264 ARM SAMSUNG
265 M:      Minkyu Kang <[email protected]>
266 S:      Maintained
267 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.git
268 F:      arch/arm/mach-exynos/
269 F:      arch/arm/mach-s5pc1xx/
270 F:      arch/arm/cpu/armv7/s5p-common/
271
272 ARM SNAPDRAGON
273 M:      Ramon Fried <[email protected]>
274 S:      Maintained
275 F:      arch/arm/mach-snapdragon/
276 F:      drivers/gpio/msm_gpio.c
277 F:      drivers/mmc/msm_sdhci.c
278 F:      drivers/phy/msm8916-usbh-phy.c
279 F:      drivers/serial/serial_msm.c
280 F:      drivers/smem/msm_smem.c
281 F:      drivers/usb/host/ehci-msm.c
282
283 ARM STI
284 M:      Patrice Chotard <[email protected]>
285 S:      Maintained
286 F:      arch/arm/mach-sti/
287 F:      arch/arm/include/asm/arch-sti*/
288
289 ARM STM SPEAR
290 #M:     Vipin Kumar <[email protected]>
291 S:      Orphaned (Since 2016-02)
292 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
293 F:      arch/arm/cpu/arm926ejs/spear/
294 F:      arch/arm/include/asm/arch-spear/
295
296 ARM STM STM32MP
297 M:      Patrick Delaunay <[email protected]>
298 M:      Patrice Chotard <[email protected]>
299 L:      [email protected] (moderated for non-subscribers)
300 S:      Maintained
301 F:      arch/arm/mach-stm32mp/
302 F:      drivers/clk/clk_stm32mp1.c
303 F:      drivers/i2c/stm32f7_i2c.c
304 F:      drivers/misc/stm32mp_fuse.c
305 F:      drivers/mmc/stm32_sdmmc2.c
306 F:      drivers/phy/phy-stm32-usbphyc.c
307 F:      drivers/pinctrl/pinctrl_stm32.c
308 F:      drivers/power/pmic/stpmic1.c
309 F:      drivers/power/regulator/stm32-vrefbuf.c
310 F:      drivers/power/regulator/stpmic1.c
311 F:      drivers/ram/stm32mp1/
312 F:      drivers/misc/stm32_rcc.c
313 F:      drivers/reset/stm32-reset.c
314 F:      drivers/spi/stm32_qspi.c
315 F:      drivers/spi/stm32_spi.c
316 F:      drivers/watchdog/stm32mp_wdt.c
317
318 ARM STM STV0991
319 M:      Vikas Manocha <[email protected]>
320 S:      Maintained
321 F:      arch/arm/cpu/armv7/stv0991/
322 F:      arch/arm/include/asm/arch-stv0991/
323
324 ARM SUNXI
325 M:      Jagan Teki <[email protected]>
326 M:      Maxime Ripard <[email protected]>
327 S:      Maintained
328 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi.git
329 F:      arch/arm/cpu/armv7/sunxi/
330 F:      arch/arm/include/asm/arch-sunxi/
331 F:      arch/arm/mach-sunxi/
332 F:      board/sunxi/
333
334 ARM TEGRA
335 M:      Tom Warren <[email protected]>
336 S:      Maintained
337 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-tegra.git
338 F:      arch/arm/mach-tegra/
339 F:      arch/arm/include/asm/arch-tegra*/
340
341 ARM TI
342 M:      Tom Rini <[email protected]>
343 S:      Maintained
344 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git
345 F:      arch/arm/mach-davinci/
346 F:      arch/arm/mach-k3/
347 F:      arch/arm/mach-keystone/
348 F:      arch/arm/include/asm/arch-omap*/
349 F:      arch/arm/include/asm/ti-common/
350
351 ARM UNIPHIER
352 M:      Masahiro Yamada <[email protected]>
353 S:      Maintained
354 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier.git
355 F:      arch/arm/mach-uniphier/
356 F:      configs/uniphier_*_defconfig
357 N:      uniphier
358
359 ARM VERSAL
360 M:      Michal Simek <[email protected]>
361 S:      Maintained
362 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
363 F:      arch/arm/mach-versal/
364
365 ARM VERSATILE EXPRESS DRIVERS
366 M:      Liviu Dudau <[email protected]>
367 S:      Maintained
368 T:      git git://github.com/ARM-software/u-boot.git
369 F:      drivers/misc/vexpress_config.c
370 N:      vexpress
371
372 ARM ZYNQ
373 M:      Michal Simek <[email protected]>
374 S:      Maintained
375 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
376 F:      arch/arm/mach-zynq/
377 F:      drivers/clk/clk_zynq.c
378 F:      drivers/fpga/zynqpl.c
379 F:      drivers/gpio/zynq_gpio.c
380 F:      drivers/i2c/i2c-cdns.c
381 F:      drivers/i2c/muxes/pca954x.c
382 F:      drivers/i2c/zynq_i2c.c
383 F:      drivers/mmc/zynq_sdhci.c
384 F:      drivers/mtd/nand/raw/zynq_nand.c
385 F:      drivers/net/phy/xilinx_phy.c
386 F:      drivers/net/zynq_gem.c
387 F:      drivers/serial/serial_zynq.c
388 F:      drivers/spi/zynq_qspi.c
389 F:      drivers/spi/zynq_spi.c
390 F:      drivers/usb/host/ehci-zynq.c
391 F:      drivers/watchdog/cdns_wdt.c
392 F:      include/zynqpl.h
393 F:      tools/zynqimage.c
394 N:      zynq
395
396 ARM ZYNQMP
397 M:      Michal Simek <[email protected]>
398 S:      Maintained
399 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
400 F:      arch/arm/mach-zynqmp/
401 F:      drivers/clk/clk_zynqmp.c
402 F:      drivers/fpga/zynqpl.c
403 F:      drivers/gpio/zynq_gpio.c
404 F:      drivers/i2c/i2c-cdns.c
405 F:      drivers/i2c/muxes/pca954x.c
406 F:      drivers/i2c/zynq_i2c.c
407 F:      drivers/mmc/zynq_sdhci.c
408 F:      drivers/mtd/nand/raw/zynq_nand.c
409 F:      drivers/net/phy/xilinx_phy.c
410 F:      drivers/net/zynq_gem.c
411 F:      drivers/serial/serial_zynq.c
412 F:      drivers/spi/zynq_qspi.c
413 F:      drivers/spi/zynq_spi.c
414 F:      drivers/timer/cadence-ttc.c
415 F:      drivers/usb/host/ehci-zynq.c
416 F:      drivers/watchdog/cdns_wdt.c
417 F:      include/zynqmppl.h
418 F:      tools/zynqmp*
419 N:      ultra96
420 N:      zynqmp
421
422 ARM ZYNQMP R5
423 M:      Michal Simek <[email protected]>
424 S:      Maintained
425 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
426 F:      arch/arm/mach-zynqmp-r5/
427
428 BINMAN
429 M:      Simon Glass <[email protected]>
430 S:      Maintained
431 F:      tools/binman/
432
433 BUILDMAN
434 M:      Simon Glass <[email protected]>
435 S:      Maintained
436 F:      tools/buildman/
437
438 CFI FLASH
439 M:      Stefan Roese <[email protected]>
440 S:      Maintained
441 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flash.git
442 F:      drivers/mtd/cfi_flash.c
443 F:      drivers/mtd/jedec_flash.c
444
445 COLDFIRE
446 M:      Huan Wang <[email protected]>
447 M:      Angelo Dureghello <[email protected]>
448 S:      Maintained
449 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-coldfire.git
450 F:      arch/m68k/
451
452 DFU
453 M:      Lukasz Majewski <[email protected]>
454 S:      Maintained
455 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-dfu.git
456 F:      cmd/dfu.c
457 F:      cmd/usb_*.c
458 F:      common/dfu.c
459 F:      common/update.c
460 F:      common/usb_storage.c
461 F:      drivers/dfu/
462 F:      drivers/usb/gadget/
463
464 DRIVER MODEL
465 M:      Simon Glass <[email protected]>
466 S:      Maintained
467 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git
468 F:      drivers/core/
469 F:      include/dm/
470 F:      test/dm/
471
472 EFI PAYLOAD
473 M:      Heinrich Schuchardt <[email protected]>
474 R:      Alexander Graf <[email protected]>
475 S:      Maintained
476 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
477 F:      doc/README.uefi
478 F:      doc/README.iscsi
479 F:      doc/efi.rst
480 F:      include/capitalization.h
481 F:      include/charset.h
482 F:      include/cp1250.h
483 F:      include/cp437.h
484 F:      include/efi*
485 F:      include/pe.h
486 F:      include/asm-generic/pe.h
487 F:      lib/charset.c
488 F:      lib/efi*/
489 F:      test/py/tests/test_efi*
490 F:      test/unicode_ut.c
491 F:      cmd/bootefi.c
492 F:      cmd/efidebug.c
493 F:      cmd/nvedit_efi.c
494 F:      tools/file2include.c
495
496 FPGA
497 M:      Michal Simek <[email protected]>
498 S:      Maintained
499 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
500 F:      drivers/fpga/
501 F:      cmd/fpga.c
502 F:      include/fpga.h
503
504 FLATTENED DEVICE TREE
505 M:      Simon Glass <[email protected]>
506 S:      Maintained
507 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-fdt.git
508 F:      lib/fdtdec*
509 F:      lib/libfdt/
510 F:      include/fdt*
511 F:      include/linux/libfdt*
512 F:      cmd/fdt.c
513 F:      common/fdt_support.c
514
515 FREEBSD
516 M:      Rafal Jaworowski <[email protected]>
517 S:      Maintained
518 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-freebsd.git
519
520 FREESCALE QORIQ
521 M:      Prabhakar Kushwaha <[email protected]>
522 S:      Maintained
523 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
524 F:      drivers/watchdog/sp805_wdt.c
525
526 I2C
527 M:      Heiko Schocher <[email protected]>
528 S:      Maintained
529 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git
530 F:      drivers/i2c/
531
532 LOGGING
533 M:      Simon Glass <[email protected]>
534 S:      Maintained
535 T:      git https://gitlab.denx.de/u-boot/u-boot.git
536 F:      common/log.c
537 F:      cmd/log.c
538 F:      test/log/log_test.c
539 F:      test/py/tests/test_log.py
540
541 MALI DISPLAY PROCESSORS
542 M:      Liviu Dudau <[email protected]>
543 S:      Supported
544 T:      git git://github.com/ARM-software/u-boot.git
545 F:      drivers/video/mali_dp.c
546 F:      drivers/i2c/i2c-versatile.c
547
548 MICROBLAZE
549 M:      Michal Simek <[email protected]>
550 S:      Maintained
551 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
552 F:      arch/microblaze/
553 F:      cmd/mfsl.c
554 F:      drivers/gpio/xilinx_gpio.c
555 F:      drivers/net/xilinx_axi_emac.c
556 F:      drivers/net/xilinx_emaclite.c
557 F:      drivers/serial/serial_xuartlite.c
558 F:      drivers/spi/xilinx_spi.c
559 F:      drivers/sysreset/sysreset_gpio.c
560 F:      drivers/watchdog/xilinx_tb_wdt.c
561 N:      xilinx
562
563 MIPS
564 M:      Daniel Schwierzeck <[email protected]>
565 S:      Maintained
566 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-mips.git
567 F:      arch/mips/
568
569 MIPS MSCC
570 M:      Gregory CLEMENT <[email protected]>
571 M:      Lars Povlsen <[email protected]>
572 M:      Horatiu Vultur <[email protected]>
573 S:      Maintained
574 F:      arch/mips/mach-mscc/
575 F:      arch/mips/dts/luton*
576 F:      arch/mips/dts/mscc*
577 F:      arch/mips/dts/ocelot*
578 F:      arch/mips/dts/jr2*
579 F:      arch/mips/dts/serval*
580 F:      board/mscc/
581 F:      configs/mscc*
582 F:      drivers/gpio/mscc_sgpio.c
583 F:      drivers/spi/mscc_bb_spi.c
584 F:      include/configs/vcoreiii.h
585 F:      include/dt-bindings/mscc/
586 F:      drivers/pinctrl/mscc/
587 F:      drivers/net/mscc_eswitch/
588
589 MIPS JZ4780
590 M:      Ezequiel Garcia <[email protected]>
591 S:      Maintained
592 F:      arch/mips/mach-jz47xx/
593
594 MMC
595 M:      Peng Fan <[email protected]>
596 S:      Maintained
597 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git
598 F:      drivers/mmc/
599
600 NAND FLASH
601 #M:     Scott Wood <[email protected]>
602 S:      Orphaned (Since 2018-07)
603 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-nand-flash.git
604 F:      drivers/mtd/nand/raw/
605
606 NDS32
607 M:      Macpaul Lin <[email protected]>
608 S:      Maintained
609 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-nds32.git
610 F:      arch/nds32/
611
612 NETWORK
613 M:      Joe Hershberger <[email protected]>
614 S:      Maintained
615 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-net.git
616 F:      drivers/net/
617 F:      net/
618
619 NIOS
620 M:      Thomas Chou <[email protected]>
621 S:      Maintained
622 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-nios.git
623 F:      arch/nios2/
624
625 ONENAND
626 #M:     Lukasz Majewski <[email protected]>
627 S:      Orphaned (Since 2017-01)
628 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-onenand.git
629 F:      drivers/mtd/onenand/
630
631 PATMAN
632 M:      Simon Glass <[email protected]>
633 S:      Maintained
634 F:      tools/patman/
635
636 POWER
637 M:      Jaehoon Chung <[email protected]>
638 S:      Maintained
639 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-pmic.git
640 F:      drivers/power/
641
642 POWERPC
643 M:      Wolfgang Denk <[email protected]>
644 S:      Maintained
645 F:      arch/powerpc/
646
647 POWERPC MPC8XX
648 M:      Christophe Leroy <[email protected]>
649 S:      Maintained
650 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc8xx.git
651 F:      arch/powerpc/cpu/mpc8xx/
652
653 POWERPC MPC83XX
654 M:      Mario Six <[email protected]>
655 S:      Maintained
656 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx.git
657 F:      drivers/ram/mpc83xx_sdram.c
658 F:      include/dt-bindings/memory/mpc83xx-sdram.h
659 F:      drivers/sysreset/sysreset_mpc83xx.c
660 F:      drivers/sysreset/sysreset_mpc83xx.h
661 F:      drivers/clk/mpc83xx_clk.c
662 F:      drivers/clk/mpc83xx_clk.h
663 F:      include/dt-bindings/clk/mpc83xx-clk.h
664 F:      drivers/timer/mpc83xx_timer.c
665 F:      drivers/cpu/mpc83xx_cpu.c
666 F:      drivers/cpu/mpc83xx_cpu.h
667 F:      drivers/misc/mpc83xx_serdes.c
668 F:      arch/powerpc/cpu/mpc83xx/
669 F:      arch/powerpc/include/asm/arch-mpc83xx/
670
671 POWERPC MPC85XX
672 M:      Prabhakar Kushwaha <[email protected]>
673 S:      Maintained
674 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git
675 F:      arch/powerpc/cpu/mpc85xx/
676
677 POWERPC MPC86XX
678 M:      Prabhakar Kushwaha <[email protected]>
679 S:      Maintained
680 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc86xx.git
681 F:      arch/powerpc/cpu/mpc86xx/
682
683 RISC-V
684 M:      Rick Chen <[email protected]>
685 S:      Maintained
686 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-riscv.git
687 F:      arch/riscv/
688 F:      cmd/riscv/
689 F:      tools/prelink-riscv.c
690
691 ROCKUSB
692 M:      Eddie Cai <[email protected]>
693 S:      Maintained
694 F:      drivers/usb/gadget/f_rockusb.c
695 F:      cmd/rockusb.c
696 F:      doc/README.rockusb
697
698 SANDBOX
699 M:      Simon Glass <[email protected]>
700 S:      Maintained
701 F:      arch/sandbox/
702
703 SH
704 M:      Marek Vasut <[email protected]>
705 M:      Nobuhiro Iwamatsu <[email protected]>
706 S:      Maintained
707 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
708 F:      arch/sh/
709
710 SPI
711 M:      Jagan Teki <[email protected]>
712 S:      Maintained
713 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-spi.git
714 F:      drivers/spi/
715 F:      include/spi*
716
717 SPI-NOR
718 M:      Jagan Teki <[email protected]>
719 M:      Vignesh R <[email protected]>
720 S:      Maintained
721 F:      drivers/mtd/spi/
722 F:      include/spi_flash.h
723 F:      include/linux/mtd/cfi.h
724 F:      include/linux/mtd/spi-nor.h
725
726 SPMI
727 M:      Mateusz Kulikowski <[email protected]>
728 S:      Maintained
729 F:      drivers/spmi/
730 F:      include/spmi/
731
732 TDA19988 HDMI ENCODER
733 M:      Liviu Dudau <[email protected]>
734 S:      Maintained
735 F:      drivers/video/tda19988.c
736
737 TI SYSTEM SECURITY
738 M:      Andrew F. Davis <[email protected]>
739 S:      Supported
740 F:      arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
741 F:      arch/arm/mach-omap2/sec-common.c
742 F:      arch/arm/mach-omap2/config_secure.mk
743 F:      arch/arm/mach-k3/security.c
744 F:      arch/arm/mach-k3/config_secure.mk
745 F:      configs/am335x_hs_evm_defconfig
746 F:      configs/am335x_hs_evm_uart_defconfig
747 F:      configs/am43xx_hs_evm_defconfig
748 F:      configs/am57xx_hs_evm_defconfig
749 F:      configs/am57xx_hs_evm_usb_defconfig
750 F:      configs/dra7xx_hs_evm_defconfig
751 F:      configs/dra7xx_hs_evm_usb_defconfig
752 F:      configs/k2hk_hs_evm_defconfig
753 F:      configs/k2e_hs_evm_defconfig
754 F:      configs/k2g_hs_evm_defconfig
755 F:      configs/k2l_hs_evm_defconfig
756 F:      configs/am65x_hs_evm_r5_defconfig
757 F:      configs/am65x_hs_evm_a53_defconfig
758
759 TQ GROUP
760 #M:     Martin Krause <[email protected]>
761 S:      Orphaned (Since 2016-02)
762 T:      git git://git.denx.de/u-boot-tq-group.git
763
764 TEE
765 M:      Jens Wiklander <[email protected]>
766 S:      Maintained
767 F:      drivers/tee/
768 F:      include/tee.h
769 F:      include/tee/
770
771 UBI
772 M:      Kyungmin Park <[email protected]>
773 M:      Heiko Schocher <[email protected]>
774 S:      Maintained
775 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-ubi.git
776 F:      drivers/mtd/ubi/
777
778 USB
779 M:      Marek Vasut <[email protected]>
780 S:      Maintained
781 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git
782 F:      drivers/usb/
783
784 USB xHCI
785 M:      Bin Meng <[email protected]>
786 S:      Maintained
787 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
788 F:      drivers/usb/host/xhci*
789
790 VIDEO
791 M:      Anatolij Gustschin <[email protected]>
792 S:      Maintained
793 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-video.git
794 F:      drivers/video/
795 F:      common/lcd*.c
796 F:      include/lcd*.h
797 F:      include/video*.h
798
799 X86
800 M:      Simon Glass <[email protected]>
801 M:      Bin Meng <[email protected]>
802 S:      Maintained
803 T:      git https://gitlab.denx.de/u-boot/custodians/u-boot-x86.git
804 F:      arch/x86/
805 F:      cmd/x86/
806
807 XTENSA
808 M:      Max Filippov <[email protected]>
809 S:      Maintained
810 F:      arch/xtensa/
811
812 THE REST
813 M:      Tom Rini <[email protected]>
814 L:      [email protected]
815 Q:      http://patchwork.ozlabs.org/project/uboot/list/
816 S:      Maintained
817 T:      git https://gitlab.denx.de/u-boot/u-boot.git
818 F:      configs/tools-only_defconfig
819 F:      *
820 F:      */
This page took 0.071498 seconds and 4 git commands to generate.