Hi, This series makes rtc-omap driver DT capable, adds AM33xx RTC DT support along with a few enchancments to the driver.
rtc-omap driver is made intelligent enough to handle kicker mechanism. This helps in removing kicker mechanism support done for DaVinci at platform level. This has been tested on Beaglebone (AM33xx platform) and on DaVinci DA850 EVM. This series is based over linux-omap master and can be directly applied over linux-next, except for [PATCH 6/6] arm/dts: am33xx rtc node. PATCH 6/6 should go through linux-omap tree and needs http://www.mail-archive.com/linux-omap@vger.kernel.org/msg71644.html (arm/dts: am33xx wdt node) to get applied cleanly Regards Afzal v3: Remove unit address in DT node Use readb/writeb instead of __raw_* variants Remove unnecessary parens v2: Use device name da830-rtc instead of am1808-rtc, similar change in compatible for DT Newly added register name made similar to that existing in the driver Better commit message description Modify Kconfig help, resolve checkpatch warning Afzal Mohammed (5): rtc: omap: kicker mechanism support ARM: davinci: remove rtc kicker release rtc: omap: dt support rtc: omap: depend on am33xx arm/dts: am33xx rtc node Vaibhav Hiremath (1): rtc: omap: Add runtime pm support Documentation/devicetree/bindings/rtc/rtc-omap.txt | 20 +++++ arch/arm/boot/dts/am33xx.dtsi | 5 + arch/arm/mach-davinci/devices-da8xx.c | 13 +--- drivers/rtc/Kconfig | 10 ++- drivers/rtc/rtc-omap.c | 79 +++++++++++++++++++- 5 files changed, 108 insertions(+), 19 deletions(-) create mode 100644 Documentation/devicetree/bindings/rtc/rtc-omap.txt _______________________________________________ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source