All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv1 0/3] Alarm support for ISL12057 + RFC dt property
@ 2014-12-15 23:54 ` Arnaud Ebalard
  0 siblings, 0 replies; 16+ messages in thread
From: Arnaud Ebalard @ 2014-12-15 23:54 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

Changes since v0:

 - Basic alarm support is now the first patch of the series with nothing
   fancy in it: as per Uwe's request, all the "Chip IRQ#2 is not routed
   to the SoC but device can still be woken up with the alarm" is in the
   second patch. Uwe, can you review that one, so that Andrew can then
   merge it if it is ok?
 - Second patch has simple changes going on top of first patch to
   support the use case for current in-tree users, i.e. ReadyNAS 102,
   104 and 2120. It's a simple property with complete documentation
   about what it does and does not.
 - Third and last patch add that property to 102, 104 nd 2120 .dts
   files (in a single patch as suggested by Jason)

Comments welcome,

Cheers,

a+

Arnaud Ebalard (3):
  rtc: rtc-isl12057: add alarm support to Intersil ISL12057 RTC driver
  rtc: rtc-isl12057: add isil,irq2-can-wakeup-machine property for in-tree users
  ARM: mvebu: ISL12057 rtc chip can now wake up RN102, RN104 and RN2120

 .../devicetree/bindings/rtc/isil,isl12057.txt      |  78 +++++
 arch/arm/boot/dts/armada-370-netgear-rn102.dts     |   1 +
 arch/arm/boot/dts/armada-370-netgear-rn104.dts     |   1 +
 arch/arm/boot/dts/armada-xp-netgear-rn2120.dts     |   1 +
 drivers/rtc/rtc-isl12057.c                         | 346 ++++++++++++++++++++-
 5 files changed, 419 insertions(+), 8 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/rtc/isil,isl12057.txt

-- 
2.1.1

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

end of thread, other threads:[~2014-12-16 23:05 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-15 23:54 [PATCHv1 0/3] Alarm support for ISL12057 + RFC dt property Arnaud Ebalard
2014-12-15 23:54 ` Arnaud Ebalard
2014-12-15 23:54 ` [PATCHv1 1/3] rtc: rtc-isl12057: add alarm support to Intersil ISL12057 RTC driver Arnaud Ebalard
2014-12-15 23:54   ` Arnaud Ebalard
2014-12-16 10:08   ` Uwe Kleine-König
2014-12-16 10:08     ` Uwe Kleine-König
2014-12-16 12:07     ` Arnaud Ebalard
2014-12-16 12:07       ` Arnaud Ebalard
2014-12-16 21:47       ` Uwe Kleine-König
2014-12-16 21:47         ` Uwe Kleine-König
2014-12-16 23:05         ` Mark Brown
2014-12-16 23:05           ` Mark Brown
2014-12-15 23:54 ` [PATCHv1 2/3] rtc: rtc-isl12057: add isil,irq2-can-wakeup-machine property for in-tree users Arnaud Ebalard
2014-12-15 23:54   ` Arnaud Ebalard
2014-12-15 23:55 ` [PATCHv1 3/3] ARM: mvebu: ISL12057 rtc chip can now wake up RN102, RN102 and RN2120 Arnaud Ebalard
2014-12-15 23:55   ` Arnaud Ebalard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.