Commit 8b45193a2243c2e86e0c473e74bad7b08072b522

Authored by Philipp Tomsich
1 parent 9804d88630

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>

Showing 1 changed file with 12 additions and 0 deletions Side-by-side Diff

... ... @@ -143,8 +143,20 @@
143 143 M: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
144 144 S: Maintained
145 145 T: git git://git.denx.de/u-boot-rockchip.git
  146 +F: arch/arm/include/asm/arch-rockchip/
146 147 F: arch/arm/mach-rockchip/
147 148 F: board/rockchip/
  149 +F: drivers/clk/rockchip/
  150 +F: drivers/gpio/rk_gpio.c
  151 +F: drivers/misc/rockchip-efuse.c
  152 +F: drivers/pinctrl/rockchip/
  153 +F: drivers/ram/rockchip/
  154 +F: drivers/sysreset/sysreset_rockchip.c
  155 +F: tools/rkcommon.c
  156 +F: tools/rkcommon.h
  157 +F: tools/rkimage.c
  158 +F: tools/rksd.c
  159 +F: tools/rkspi.c
148 160  
149 161 ARM SAMSUNG
150 162 M: Minkyu Kang <mk7.kang@samsung.com>