This patch set provide support for RTC controller found on Alphascale ASM9260 SoC. v2: - change license to GPLv2 and later - remove HW_RTC_AUX and HW_RTC_AUXEN. Thay was taken from reference driver. Documentation do not provide any info about it. According to my tests this regs are not available on asm9260. - remove calibration from DT. It will be beter to set it over sysfs. Oleksij Rempel (2): rtc: add rtc-asm9260 driver doc: dt: add documentation for alphascale,asm9260-rtc .../bindings/rtc/alphascale,asm9260-rtc.txt | 19 ++ drivers/rtc/Kconfig | 10 + drivers/rtc/Makefile | 1 + drivers/rtc/rtc-asm9260.c | 355 +++++++++++++++++++++ 4 files changed, 385 insertions(+) create mode 100644 Documentation/devicetree/bindings/rtc/alphascale,asm9260-rtc.txt create mode 100644 drivers/rtc/rtc-asm9260.c -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html