diff options
author | Alexandre Belloni <[email protected]> | 2017-08-12 23:53:45 +0200 |
---|---|---|
committer | Alexandre Belloni <[email protected]> | 2017-09-17 19:45:59 +0200 |
commit | faec5ee1c7acb00eec4853321e4da42cd690a220 (patch) | |
tree | e025d76576eaa99e090b05a38e7f6c10612265e9 | |
parent | cd2e9be89a246046d42939b8c0e0ea0d08530d30 (diff) |
MAINTAINERS: Add SoC drivers to AT91 entry
We (the AT91/Atmel SoC maintainers) are not seeing patches for several
drivers present only on our SoCs. Add more patterns to match at91 and atmel
drivers.
Acked-by: Nicolas Ferre <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2281af4b41b6..226e7485f310 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1214,6 +1214,8 @@ L: [email protected] (moderated for non-subscribers) W: http://www.linux4sam.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git S: Supported +N: at91 +N: atmel F: arch/arm/mach-at91/ F: include/soc/at91/ F: arch/arm/boot/dts/at91*.dts @@ -1222,6 +1224,9 @@ F: arch/arm/boot/dts/sama*.dts F: arch/arm/boot/dts/sama*.dtsi F: arch/arm/include/debug/at91.S F: drivers/memory/atmel* +F: drivers/watchdog/sama5d4_wdt.c +X: drivers/input/touchscreen/atmel_mxt_ts.c +X: drivers/net/wireless/atmel/ ARM/CALXEDA HIGHBANK ARCHITECTURE M: Rob Herring <[email protected]> |