[PATCH 0/2] Add support for hym8563 rtcs

From: Heiko Stübner
Date: Fri Nov 22 2013 - 16:54:35 EST


This series adds support for the Haoyu Microelectronics HYM8563 rtc. This
chip is often used in designs around the Cortex-A9 SoCs from Rockchip to
provide rtc functionality and the 32kHz suspend clock the SoC needs.

Heiko Stuebner (2):
Documentation: dt: Add dt hym8563 binding
rtc: add hym8563 rtc-driver

.../devicetree/bindings/rtc/haoyu,hym8563.txt | 29 +
drivers/rtc/Kconfig | 11 +
drivers/rtc/Makefile | 1 +
drivers/rtc/rtc-hym8563.c | 619 ++++++++++++++++++++
4 files changed, 660 insertions(+)
create mode 100644 Documentation/devicetree/bindings/rtc/haoyu,hym8563.txt
create mode 100644 drivers/rtc/rtc-hym8563.c

--
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/