diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2014-11-07 23:58:21 +0300 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-11-13 14:03:44 +0300 |
commit | f0a0a58e6f46c2dded813ee860b9cbd795b4e571 (patch) | |
tree | e73acda80e9ed29f6597c52195007c362738c6f3 /MAINTAINERS | |
parent | 93d2cf468adfcbb58895cc1d4052099e23392c82 (diff) | |
download | linux-f0a0a58e6f46c2dded813ee860b9cbd795b4e571.tar.xz |
ARM: at91: move sdramc/ddrsdr header to include/soc/at91
Move the (DDR) SDRAM controller headers to include/soc/at91 to remove the
dependency on mach/ headers from the at91-reset driver.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index dab92a78d1d5..9b604e7cc869 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -861,6 +861,7 @@ W: http://maxim.org.za/at91_26.html W: http://www.linux4sam.org S: Supported F: arch/arm/mach-at91/ +F: include/soc/at91/ F: arch/arm/boot/dts/at91*.dts F: arch/arm/boot/dts/at91*.dtsi F: arch/arm/boot/dts/sama*.dts |