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