diff mbox

[U-Boot] sunxi: Add boards/sunxi and arch/arm/mach-sunxi to sunxi MAINTAINERS entry

Message ID 20170301060334.14474-1-wens@csie.org
State Accepted
Commit ed8f2a286d52b30cda3e68ede214f8a6d64c1116
Delegated to: Jagannadha Sutradharudu Teki
Headers show

Commit Message

Chen-Yu Tsai March 1, 2017, 6:03 a.m. UTC
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>
---
 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)

Comments

Jagan Teki March 1, 2017, 10:05 a.m. UTC | #1
On Wed, Mar 1, 2017 at 11:33 AM, Chen-Yu Tsai <wens@csie.org> wrote:
> 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>

Applied to u-boot-sunxi/master

thanks!
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index eaa2c3bbb860..4eee53f5a9f6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -168,9 +168,12 @@  F:	arch/arm/include/asm/arch-stv0991/
 ARM SUNXI
 M:	Jagan Teki <jagan@openedev.com>
 M:	Maxime Ripard <maxime.ripard@free-electrons.com>
+S:	Maintained
 T:	git git://git.denx.de/u-boot-sunxi.git
 F:	arch/arm/cpu/armv7/sunxi/
 F:	arch/arm/include/asm/arch-sunxi/
+F:	arch/arm/mach-sunxi/
+F:	board/sunxi/
 
 ARM TEGRA
 M:	Tom Warren <twarren@nvidia.com>