]> Git Repo - J-u-boot.git/blob - MAINTAINERS
Merge tag 'u-boot-imx-20181106' of git://git.denx.de/u-boot-imx
[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 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 S:      Maintained
237 F:      arch/arm/mach-stm32mp
238 F:      drivers/clk/clk_stm32mp1.c
239 F:      drivers/i2c/stm32f7_i2c.c
240 F:      drivers/misc/stm32mp_fuse.c
241 F:      drivers/mmc/stm32_sdmmc2.c
242 F:      drivers/phy/phy-stm32-usbphyc.c
243 F:      drivers/pinctrl/pinctrl_stm32.c
244 F:      drivers/power/regulator/stm32-vrefbuf.c
245 F:      drivers/ram/stm32mp1/
246 F:      drivers/misc/stm32_rcc.c
247 F:      drivers/reset/stm32-reset.c
248 F:      drivers/spi/stm32_qspi.c
249
250 ARM STM STV0991
251 M:      Vikas Manocha <[email protected]>
252 S:      Maintained
253 F:      arch/arm/cpu/armv7/stv0991/
254 F:      arch/arm/include/asm/arch-stv0991/
255
256 ARM SUNXI
257 M:      Jagan Teki <[email protected]>
258 M:      Maxime Ripard <[email protected]>
259 S:      Maintained
260 T:      git git://git.denx.de/u-boot-sunxi.git
261 F:      arch/arm/cpu/armv7/sunxi/
262 F:      arch/arm/include/asm/arch-sunxi/
263 F:      arch/arm/mach-sunxi/
264 F:      board/sunxi/
265
266 ARM TEGRA
267 M:      Tom Warren <[email protected]>
268 S:      Maintained
269 T:      git git://git.denx.de/u-boot-tegra.git
270 F:      arch/arm/mach-tegra/
271 F:      arch/arm/include/asm/arch-tegra*/
272
273 ARM TI
274 M:      Tom Rini <[email protected]>
275 S:      Maintained
276 T:      git git://git.denx.de/u-boot-ti.git
277 F:      arch/arm/mach-davinci/
278 F:      arch/arm/mach-k3/
279 F:      arch/arm/mach-keystone/
280 F:      arch/arm/include/asm/arch-omap*/
281 F:      arch/arm/include/asm/ti-common/
282
283 ARM UNIPHIER
284 M:      Masahiro Yamada <[email protected]>
285 S:      Maintained
286 T:      git git://git.denx.de/u-boot-uniphier.git
287 F:      arch/arm/mach-uniphier/
288 F:      configs/uniphier_*_defconfig
289 N:      uniphier
290
291 ARM VERSAL
292 M:      Michal Simek <[email protected]>
293 S:      Maintained
294 T:      git git://git.denx.de/u-boot-microblaze.git
295 F:      arch/arm/mach-versal/
296
297 ARM VERSATILE EXPRESS DRIVERS
298 M:      Liviu Dudau <[email protected]>
299 S:      Maintained
300 T:      git git://github.com/ARM-software/u-boot.git
301 F:      drivers/misc/vexpress_config.c
302 N:      vexpress
303
304 ARM ZYNQ
305 M:      Michal Simek <[email protected]>
306 S:      Maintained
307 T:      git git://git.denx.de/u-boot-microblaze.git
308 F:      arch/arm/mach-zynq/
309 F:      drivers/clk/clk_zynq.c
310 F:      drivers/fpga/zynqpl.c
311 F:      drivers/gpio/zynq_gpio.c
312 F:      drivers/i2c/i2c-cdns.c
313 F:      drivers/i2c/muxes/pca954x.c
314 F:      drivers/i2c/zynq_i2c.c
315 F:      drivers/mmc/zynq_sdhci.c
316 F:      drivers/mtd/nand/raw/zynq_nand.c
317 F:      drivers/net/phy/xilinx_phy.c
318 F:      drivers/net/zynq_gem.c
319 F:      drivers/serial/serial_zynq.c
320 F:      drivers/spi/zynq_qspi.c
321 F:      drivers/spi/zynq_spi.c
322 F:      drivers/usb/host/ehci-zynq.c
323 F:      drivers/watchdog/cdns_wdt.c
324 F:      include/zynqpl.h
325 F:      tools/zynqimage.c
326 N:      zynq
327
328 ARM ZYNQMP
329 M:      Michal Simek <[email protected]>
330 S:      Maintained
331 T:      git git://git.denx.de/u-boot-microblaze.git
332 F:      arch/arm/cpu/armv8/zynqmp/
333 F:      drivers/clk/clk_zynqmp.c
334 F:      drivers/fpga/zynqpl.c
335 F:      drivers/gpio/zynq_gpio.c
336 F:      drivers/i2c/i2c-cdns.c
337 F:      drivers/i2c/muxes/pca954x.c
338 F:      drivers/i2c/zynq_i2c.c
339 F:      drivers/mmc/zynq_sdhci.c
340 F:      drivers/mtd/nand/raw/zynq_nand.c
341 F:      drivers/net/phy/xilinx_phy.c
342 F:      drivers/net/zynq_gem.c
343 F:      drivers/serial/serial_zynq.c
344 F:      drivers/spi/zynq_qspi.c
345 F:      drivers/spi/zynq_spi.c
346 F:      drivers/timer/cadence-ttc.c
347 F:      drivers/usb/host/ehci-zynq.c
348 F:      drivers/watchdog/cdns_wdt.c
349 F:      include/zynqmppl.h
350 F:      tools/zynqmp*
351 N:      ultra96
352 N:      zynqmp
353
354 ARM ZYNQMP R5
355 M:      Michal Simek <[email protected]>
356 S:      Maintained
357 T:      git git://git.denx.de/u-boot-microblaze.git
358 F:      arch/arm/mach-zynqmp-r5/
359
360 BUILDMAN
361 M:      Simon Glass <[email protected]>
362 S:      Maintained
363 F:      tools/buildman/
364
365 CFI FLASH
366 M:      Stefan Roese <[email protected]>
367 S:      Maintained
368 T:      git git://git.denx.de/u-boot-cfi-flash.git
369 F:      drivers/mtd/cfi_flash.c
370 F:      drivers/mtd/jedec_flash.c
371
372 COLDFIRE
373 M:      Huan Wang <[email protected]>
374 M:      Angelo Dureghello <[email protected]>
375 S:      Maintained
376 T:      git git://git.denx.de/u-boot-coldfire.git
377 F:      arch/m68k/
378
379 DFU
380 M:      Lukasz Majewski <[email protected]>
381 S:      Maintained
382 T:      git git://git.denx.de/u-boot-dfu.git
383 F:      drivers/dfu/
384 F:      drivers/usb/gadget/
385
386 DRIVER MODEL
387 M:      Simon Glass <[email protected]>
388 S:      Maintained
389 T:      git git://git.denx.de/u-boot-dm.git
390 F:      drivers/core/
391 F:      include/dm/
392 F:      test/dm/
393
394 EFI PAYLOAD
395 M:      Alexander Graf <[email protected]>
396 S:      Maintained
397 T:      git git://github.com/agraf/u-boot.git
398 F:      doc/README.uefi
399 F:      doc/README.iscsi
400 F:      Documentation/efi.rst
401 F:      include/capitalization.h
402 F:      include/cp1250.h
403 F:      include/cp437.h
404 F:      include/efi*
405 F:      include/pe.h
406 F:      include/asm-generic/pe.h
407 F:      lib/charset.c
408 F:      lib/efi*/
409 F:      test/py/tests/test_efi*
410 F:      test/unicode_ut.c
411 F:      cmd/bootefi.c
412 F:      tools/file2include.c
413
414 FPGA
415 M:      Michal Simek <[email protected]>
416 S:      Maintained
417 T:      git git://git.denx.de/u-boot-microblaze.git
418 F:      drivers/fpga/
419 F:      cmd/fpga.c
420 F:      include/fpga.h
421
422 FLATTENED DEVICE TREE
423 M:      Simon Glass <[email protected]>
424 S:      Maintained
425 T:      git git://git.denx.de/u-boot-fdt.git
426 F:      lib/fdtdec*
427 F:      lib/libfdt/
428 F:      include/fdt*
429 F:      include/linux/libfdt*
430 F:      cmd/fdt.c
431 F:      common/fdt_support.c
432
433 FREEBSD
434 M:      Rafal Jaworowski <[email protected]>
435 S:      Maintained
436 T:      git git://git.denx.de/u-boot-freebsd.git
437
438 FREESCALE QORIQ
439 M:      York Sun <[email protected]>
440 S:      Maintained
441 T:      git git://git.denx.de/u-boot-fsl-qoriq.git
442
443 I2C
444 M:      Heiko Schocher <[email protected]>
445 S:      Maintained
446 T:      git git://git.denx.de/u-boot-i2c.git
447 F:      drivers/i2c/
448
449 LOGGING
450 M:      Simon Glass <[email protected]>
451 S:      Maintained
452 T:      git git://git.denx.de/u-boot.git
453 F:      common/log.c
454 F:      cmd/log.c
455 F:      test/log/log_test.c
456 F:      test/py/tests/test_log.py
457
458 MALI DISPLAY PROCESSORS
459 M:      Liviu Dudau <[email protected]>
460 S:      Supported
461 T:      git git://github.com/ARM-software/u-boot.git
462 F:      drivers/video/mali_dp.c
463 F:      drivers/i2c/i2c-versatile.c
464
465 MICROBLAZE
466 M:      Michal Simek <[email protected]>
467 S:      Maintained
468 T:      git git://git.denx.de/u-boot-microblaze.git
469 F:      arch/microblaze/
470 F:      cmd/mfsl.c
471 F:      drivers/gpio/xilinx_gpio.c
472 F:      drivers/net/xilinx_axi_emac.c
473 F:      drivers/net/xilinx_emaclite.c
474 F:      drivers/serial/serial_xuartlite.c
475 F:      drivers/spi/xilinx_spi.c
476 F:      drivers/sysreset/sysreset_gpio.c
477 F:      drivers/watchdog/xilinx_tb_wdt.c
478 N:      xilinx
479
480 MIPS
481 M:      Daniel Schwierzeck <[email protected]>
482 S:      Maintained
483 T:      git git://git.denx.de/u-boot-mips.git
484 F:      arch/mips/
485
486 MMC
487 M:      Jaehoon Chung <[email protected]>
488 S:      Maintained
489 T:      git git://git.denx.de/u-boot-mmc.git
490 F:      drivers/mmc/
491
492 NAND FLASH
493 #M:     Scott Wood <[email protected]>
494 S:      Orphaned (Since 2018-07)
495 T:      git git://git.denx.de/u-boot-nand-flash.git
496 F:      drivers/mtd/nand/raw/
497
498 NDS32
499 M:      Macpaul Lin <[email protected]>
500 S:      Maintained
501 T:      git git://git.denx.de/u-boot-nds32.git
502 F:      arch/nds32/
503
504 NETWORK
505 M:      Joe Hershberger <[email protected]>
506 S:      Maintained
507 T:      git git://git.denx.de/u-boot-net.git
508 F:      drivers/net/
509 F:      net/
510
511 NIOS
512 M:      Thomas Chou <[email protected]>
513 S:      Maintained
514 T:      git git://git.denx.de/u-boot-nios.git
515 F:      arch/nios2/
516
517 ONENAND
518 #M:     Lukasz Majewski <[email protected]>
519 S:      Orphaned (Since 2017-01)
520 T:      git git://git.denx.de/u-boot-onenand.git
521 F:      drivers/mtd/onenand/
522
523 PATMAN
524 M:      Simon Glass <[email protected]>
525 S:      Maintained
526 F:      tools/patman/
527
528 POWER
529 M:      Jaehoon Chung <[email protected]>
530 S:      Maintained
531 T:      git git://git.denx.de/u-boot-pmic.git
532 F:      drivers/power/
533
534 POWERPC
535 M:      Wolfgang Denk <[email protected]>
536 S:      Maintained
537 F:      arch/powerpc/
538
539 POWERPC MPC8XX
540 M:      Christophe Leroy <[email protected]>
541 S:      Maintained
542 T:      git git://git.denx.de/u-boot-mpc8xx.git
543 F:      arch/powerpc/cpu/mpc8xx/
544
545 POWERPC MPC83XX
546 M:      Mario Six <[email protected]>
547 S:      Maintained
548 T:      git git://git.denx.de/u-boot-mpc83xx.git
549 F:      drivers/ram/mpc83xx_sdram.c
550 F:      include/dt-bindings/memory/mpc83xx-sdram.h
551 F:      drivers/sysreset/sysreset_mpc83xx.c
552 F:      drivers/sysreset/sysreset_mpc83xx.h
553 F:      drivers/clk/mpc83xx_clk.c
554 F:      drivers/clk/mpc83xx_clk.h
555 F:      include/dt-bindings/clk/mpc83xx-clk.h
556 F:      drivers/timer/mpc83xx_timer.c
557 F:      drivers/cpu/mpc83xx_cpu.c
558 F:      drivers/cpu/mpc83xx_cpu.h
559 F:      drivers/misc/mpc83xx_serdes.c
560 F:      arch/powerpc/cpu/mpc83xx/
561 F:      arch/powerpc/include/asm/arch-mpc83xx/
562
563 POWERPC MPC85XX
564 M:      York Sun <[email protected]>
565 S:      Maintained
566 T:      git git://git.denx.de/u-boot-mpc85xx.git
567 F:      arch/powerpc/cpu/mpc85xx/
568
569 POWERPC MPC86XX
570 M:      York Sun <[email protected]>
571 S:      Maintained
572 T:      git git://git.denx.de/u-boot-mpc86xx.git
573 F:      arch/powerpc/cpu/mpc86xx/
574
575 RISC-V
576 M:      Rick Chen <[email protected]>
577 S:      Maintained
578 T:      git git://git.denx.de/u-boot-riscv.git
579 F:      arch/riscv/
580 F:      tools/prelink-riscv.c
581
582 ROCKUSB
583 M:      Eddie Cai <[email protected]>
584 S:      Maintained
585 F:      drivers/usb/gadget/f_rockusb.c
586 F:      cmd/rockusb.c
587 F:      doc/README.rockusb
588
589 SANDBOX
590 M:      Simon Glass <[email protected]>
591 S:      Maintained
592 F:      arch/sandbox/
593
594 SH
595 M:      Nobuhiro Iwamatsu <[email protected]>
596 S:      Maintained
597 T:      git git://git.denx.de/u-boot-sh.git
598 F:      arch/sh/
599
600 SPI
601 M:      Jagan Teki <[email protected]>
602 S:      Maintained
603 T:      git git://git.denx.de/u-boot-spi.git
604 F:      drivers/mtd/spi/
605 F:      drivers/spi/
606 F:      include/spi*
607
608 SPMI
609 M:      Mateusz Kulikowski <[email protected]>
610 S:      Maintained
611 F:      drivers/spmi/
612 F:      include/spmi/
613
614 TDA19988 HDMI ENCODER
615 M:      Liviu Dudau <[email protected]>
616 S:      Maintained
617 F:      drivers/video/tda19988.c
618
619 TI SYSTEM SECURITY
620 M:      Andrew F. Davis <[email protected]>
621 S:      Supported
622 F:      arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
623 F:      arch/arm/mach-omap2/sec-common.c
624 F:      arch/arm/mach-omap2/config_secure.mk
625 F:      configs/am335x_hs_evm_defconfig
626 F:      configs/am335x_hs_evm_uart_defconfig
627 F:      configs/am43xx_hs_evm_defconfig
628 F:      configs/am57xx_hs_evm_defconfig
629 F:      configs/dra7xx_hs_evm_defconfig
630 F:      configs/k2hk_hs_evm_defconfig
631 F:      configs/k2e_hs_evm_defconfig
632 F:      configs/k2g_hs_evm_defconfig
633 F:      configs/k2l_hs_evm_defconfig
634
635 TQ GROUP
636 #M:     Martin Krause <[email protected]>
637 S:      Orphaned (Since 2016-02)
638 T:      git git://git.denx.de/u-boot-tq-group.git
639
640 TEE
641 M:      Jens Wiklander <[email protected]>
642 S:      Maintained
643 F:      drivers/tee/
644 F:      include/tee.h
645 F:      include/tee/
646
647 UBI
648 M:      Kyungmin Park <[email protected]>
649 M:      Heiko Schocher <[email protected]>
650 S:      Maintained
651 T:      git git://git.denx.de/u-boot-ubi.git
652 F:      drivers/mtd/ubi/
653
654 USB
655 M:      Marek Vasut <[email protected]>
656 S:      Maintained
657 T:      git git://git.denx.de/u-boot-usb.git
658 F:      drivers/usb/
659
660 USB xHCI
661 M:      Bin Meng <[email protected]>
662 S:      Maintained
663 T:      git git://git.denx.de/u-boot-usb.git topic-xhci
664 F:      drivers/usb/host/xhci*
665
666 VIDEO
667 M:      Anatolij Gustschin <[email protected]>
668 S:      Maintained
669 T:      git git://git.denx.de/u-boot-video.git
670 F:      drivers/video/
671 F:      common/lcd*.c
672 F:      include/lcd*.h
673 F:      include/video*.h
674
675 X86
676 M:      Simon Glass <[email protected]>
677 M:      Bin Meng <[email protected]>
678 S:      Maintained
679 T:      git git://git.denx.de/u-boot-x86.git
680 F:      arch/x86/
681
682 XTENSA
683 M:      Max Filippov <[email protected]>
684 S:      Maintained
685 F:      arch/xtensa/
686
687 THE REST
688 M:      Tom Rini <[email protected]>
689 L:      [email protected]
690 Q:      http://patchwork.ozlabs.org/project/uboot/list/
691 S:      Maintained
692 T:      git git://git.denx.de/u-boot.git
693 F:      *
694 F:      */
This page took 0.07484 seconds and 4 git commands to generate.