2014-06-22 20:07:08

by Santosh Shilimkar

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Add few more Keystone drivers

Update MAINTAINERS file for recently added reset controller, AEMIF
and clocksource driver for Keystone SOCs.

The EMIF memory controller driver is also added along with AEMIF.

Cc: Arnd Bergmann <[email protected]>
Cc: Olof Johansson <[email protected]>
Cc: Kevin Hilman <[email protected]>
Cc: Mike Turquette <[email protected]>
Cc: Daniel Lezcano <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Santosh Shilimkar <[email protected]>
---
MAINTAINERS | 26 +++++++++++++++++++++++++-
1 file changed, 25 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3f2e171..ae6d967 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1052,9 +1052,33 @@ M: Santosh Shilimkar <[email protected]>
L: [email protected] (moderated for non-subscribers)
S: Maintained
F: arch/arm/mach-keystone/
-F: drivers/clk/keystone/
T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git

+ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
+M: Santosh Shilimkar <[email protected]>
+L: [email protected]
+S: Maintained
+F: drivers/clk/keystone/
+
+ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
+M: Santosh Shilimkar <[email protected]>
+L: [email protected] (moderated for non-subscribers)
+L: [email protected]
+S: Maintained
+F: drivers/clocksource/timer-keystone.c
+
+ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
+M: Santosh Shilimkar <[email protected]>
+L: [email protected]
+S: Maintained
+F: drivers/power/reset/keystone-reset.c
+
+ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
+M: Santosh Shilimkar <[email protected]>
+L: [email protected]
+S: Maintained
+F: drivers/memory/*emif*
+
ARM/LOGICPD PXA270 MACHINE SUPPORT
M: Lennert Buytenhek <[email protected]>
L: [email protected] (moderated for non-subscribers)
--
1.7.9.5


2014-07-05 04:53:25

by Olof Johansson

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add few more Keystone drivers

On Sun, Jun 22, 2014 at 04:06:22PM -0400, Santosh Shilimkar wrote:
> Update MAINTAINERS file for recently added reset controller, AEMIF
> and clocksource driver for Keystone SOCs.
>
> The EMIF memory controller driver is also added along with AEMIF.
>
> Cc: Arnd Bergmann <[email protected]>
> Cc: Olof Johansson <[email protected]>
> Cc: Kevin Hilman <[email protected]>
> Cc: Mike Turquette <[email protected]>
> Cc: Daniel Lezcano <[email protected]>
> Cc: Greg Kroah-Hartman <[email protected]>
> Signed-off-by: Santosh Shilimkar <[email protected]>

Applied.


-Olof