]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rtc: sa1100/pxa: convert to run-time register mapping
authorRob Herring <robh@kernel.org>
Tue, 3 Feb 2015 20:44:51 +0000 (14:44 -0600)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Sat, 5 Sep 2015 17:37:16 +0000 (19:37 +0200)
commit90d0ae8e9583355725583e9d1ff0ebdc97936f39
treea30d02f925242015987afc043f1cdecfb67cead0
parent2c4fabec8790384b91473aa3d0d28d4407168ef9
rtc: sa1100/pxa: convert to run-time register mapping

SA1100 and PXA differ only in register offsets which are currently
hardcoded in a machine specific header. Some arm64 platforms (PXA1928)
have this RTC block as well (and not the PXA270 variant).

Convert the driver to use ioremap and set the register offsets dynamically.
Since we are touching all the register accesses, convert them all to
readl_relaxed/writel_relaxed.

Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Cc: rtc-linux@googlegroups.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-pxa.c
drivers/rtc/rtc-sa1100.c
drivers/rtc/rtc-sa1100.h