aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Tomsich2017-11-26 17:18:42 -0600
committerPhilipp Tomsich2017-11-30 15:55:26 -0600
commit8b45193a2243c2e86e0c473e74bad7b08072b522 (patch)
treef374e055539afd4b5826d9d497d0297b42c9914f /MAINTAINERS
parent9804d88630cdb22f5f0ace05ac05942928410fd9 (diff)
downloadu-boot-8b45193a2243c2e86e0c473e74bad7b08072b522.tar.gz
u-boot-8b45193a2243c2e86e0c473e74bad7b08072b522.tar.xz
u-boot-8b45193a2243c2e86e0c473e74bad7b08072b522.zip
MAINTAINERS: update maintained files for Rockchip
With some of the recent cleanups (e.g. moving the DRAM controller drivers for Rockchip devices to drivers/ram/rockchip), the files and paths listed in MAINTAINERS no longer covered what really is looked after as part of the Rockchip port. This commit updates the files/paths listed in MAINTAINERS for the Rockchip port. I am certain, though, that this will have missed some additional paths that should have been included... Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS12
1 files changed, 12 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index a3069e65a3..c024b41f13 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -143,8 +143,20 @@ M: Simon Glass <sjg@chromium.org>
143M: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> 143M: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
144S: Maintained 144S: Maintained
145T: git git://git.denx.de/u-boot-rockchip.git 145T: git git://git.denx.de/u-boot-rockchip.git
146F: arch/arm/include/asm/arch-rockchip/
146F: arch/arm/mach-rockchip/ 147F: arch/arm/mach-rockchip/
147F: board/rockchip/ 148F: board/rockchip/
149F: drivers/clk/rockchip/
150F: drivers/gpio/rk_gpio.c
151F: drivers/misc/rockchip-efuse.c
152F: drivers/pinctrl/rockchip/
153F: drivers/ram/rockchip/
154F: drivers/sysreset/sysreset_rockchip.c
155F: tools/rkcommon.c
156F: tools/rkcommon.h
157F: tools/rkimage.c
158F: tools/rksd.c
159F: tools/rkspi.c
148 160
149ARM SAMSUNG 161ARM SAMSUNG
150M: Minkyu Kang <mk7.kang@samsung.com> 162M: Minkyu Kang <mk7.kang@samsung.com>