Commit ed8f2a286d52b30cda3e68ede214f8a6d64c1116

Authored by Chen-Yu Tsai
Committed by Jagan Teki
1 parent 58c4020cf0

sunxi: Add boards/sunxi and arch/arm/mach-sunxi to sunxi MAINTAINERS entry

Recently some sunxi related code was moved to arch/arm/mach-sunxi, but
the MAINTAINERS entry was not updated to reflect this. Add this, and
the board level boards/sunxi directory to our entry.

While at it, also update its status, to reflect the current active
maintainership.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Reviewed-by: Jagan Teki <jagan@openedev.com>

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

... ... @@ -174,9 +174,12 @@
174 174 ARM SUNXI
175 175 M: Jagan Teki <jagan@openedev.com>
176 176 M: Maxime Ripard <maxime.ripard@free-electrons.com>
  177 +S: Maintained
177 178 T: git git://git.denx.de/u-boot-sunxi.git
178 179 F: arch/arm/cpu/armv7/sunxi/
179 180 F: arch/arm/include/asm/arch-sunxi/
  181 +F: arch/arm/mach-sunxi/
  182 +F: board/sunxi/
180 183  
181 184 ARM TEGRA
182 185 M: Tom Warren <twarren@nvidia.com>