public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add support for hym8563 rtcs
@ 2013-12-01 19:47 Heiko Stübner
  2013-12-01 19:47 ` [PATCH v3 1/2] dt-bindings: add hym8563 binding Heiko Stübner
  2013-12-01 19:48 ` [PATCH v3 2/2] rtc: add hym8563 rtc-driver Heiko Stübner
  0 siblings, 2 replies; 6+ messages in thread
From: Heiko Stübner @ 2013-12-01 19:47 UTC (permalink / raw)
  To: Alessandro Zummo
  Cc: Rob Herring, Pawel Moll, Mark Rutland, Stephen Warren,
	Ian Campbell, devicetree, Grant Likely, linux-kernel, rtc-linux,
	Mike Turquette, Richard Weinberger

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.

changes since v2:
- get size for devm_kzalloc from struct not from pointer
changes since v1:
- add haoyu prefix to vendor-prefixes.txt
- use gpio_to_irq to get the alarm interrupt instead of specifying it
  separately to the gpio itself

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

 .../devicetree/bindings/rtc/haoyu,hym8563.txt      |   27 +
 .../devicetree/bindings/vendor-prefixes.txt        |    1 +
 drivers/rtc/Kconfig                                |   11 +
 drivers/rtc/Makefile                               |    1 +
 drivers/rtc/rtc-hym8563.c                          |  626 ++++++++++++++++++++
 5 files changed, 666 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/rtc/haoyu,hym8563.txt
 create mode 100644 drivers/rtc/rtc-hym8563.c

-- 
1.7.10.4


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-12-09 11:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-01 19:47 [PATCH v3 0/2] Add support for hym8563 rtcs Heiko Stübner
2013-12-01 19:47 ` [PATCH v3 1/2] dt-bindings: add hym8563 binding Heiko Stübner
2013-12-02 13:41   ` [rtc-linux] " Mark Brown
2013-12-07 13:46     ` Heiko Stübner
2013-12-09 11:14       ` Mark Brown
2013-12-01 19:48 ` [PATCH v3 2/2] rtc: add hym8563 rtc-driver Heiko Stübner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox