diff options
author | Santosh Shilimkar <[email protected]> | 2014-06-22 16:06:22 -0400 |
---|---|---|
committer | Olof Johansson <[email protected]> | 2014-07-04 21:53:13 -0700 |
commit | bc6aa56680b07984dc1443ef1a5a1a0fac0e20be (patch) | |
tree | cc9c20e88fdbcf96941b1ab66cb6a0df6697407b | |
parent | ce515a6b8de2f52156e4abe722e55e4f371319d6 (diff) |
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]>
Signed-off-by: Olof Johansson <[email protected]>
-rw-r--r-- | MAINTAINERS | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 161762e40b85..c4e2f478e562 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1046,9 +1046,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]> +S: Maintained +F: drivers/clk/keystone/ + +ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE +M: Santosh Shilimkar <[email protected]> +L: [email protected] (moderated for non-subscribers) +S: Maintained +F: drivers/clocksource/timer-keystone.c + +ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER +M: Santosh Shilimkar <[email protected]> +S: Maintained +F: drivers/power/reset/keystone-reset.c + +ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS +M: Santosh Shilimkar <[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) |