summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-06-20 22:47:53 +0200
committerLinus Walleij <linus.walleij@linaro.org>2016-07-12 11:24:07 +0200
commit269f1aac1410d27959bd073a089eb85eed55c8a1 (patch)
tree506d36e2a45b5720d1761c3f1a8d707ecc7ab02f /MAINTAINERS
parent1e6cbc0691abc6b1a053f98d8ce1d692c8c71501 (diff)
downloadlinux-stable-269f1aac1410d27959bd073a089eb85eed55c8a1.tar.gz
linux-stable-269f1aac1410d27959bd073a089eb85eed55c8a1.tar.bz2
linux-stable-269f1aac1410d27959bd073a089eb85eed55c8a1.zip
ARM: ux500: use CLK_OF_DECLARE()
The ux500 DT support predates the CLK_OF_DECLARE macro and calls directly into the clk driver from platform code. Converting this to CLK_OF_DECLARE makes the code much nicer and similar to how modern platforms do it today. It also removes the last user of cpu_is_u8500_family() etc. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 0 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 7304d2e37a98..1c75f3f610ee 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1821,7 +1821,6 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
T: git git://git.linaro.org/people/ulfh/clk.git
S: Maintained
F: drivers/clk/ux500/
-F: include/linux/platform_data/clk-ux500.h
ARM/VERSATILE EXPRESS PLATFORM
M: Liviu Dudau <liviu.dudau@arm.com>