This patch set provide support for RTC controller found on Alphascale ASM9260 SoC. Oleksij Rempel (2): rtc: add rtc-asm9260 driver doc: dt: add documentation for alphascale,asm9260-rtc .../bindings/rtc/alphascale,asm9260-rtc.txt | 25 ++ drivers/rtc/Kconfig | 10 + drivers/rtc/Makefile | 1 + drivers/rtc/rtc-asm9260.c | 391 +++++++++++++++++++++ 4 files changed, 427 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