All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] rtc: isl1208: fixes, documentation and isl1219 support
@ 2018-01-23 12:17 Michael Grzeschik
  2018-01-23 12:17   ` Michael Grzeschik
                   ` (3 more replies)
  0 siblings, 4 replies; 37+ messages in thread
From: Michael Grzeschik @ 2018-01-23 12:17 UTC (permalink / raw)
  To: a.zummo, alexandre.belloni
  Cc: linux-rtc, linux-kernel, devicetree, linux, jdelvare, kernel,
	Denis.Osterland

This series includes fixes regarding the time setup and interrupt
preparation. It also adds devicetree binding documentation.

It also adds support for the isl1219 device that comes with tamper
detection support. For this we also add devicetree binding documentation
and instantiate the function via hwmon including the new
intrusion[0-*]_timestamp interface.


Denis Osterland (2):
  rtc: isl1208: Fix unintended clear of SR bits
  rtc: isl1208: Add device tree binding documentation

Michael Grzeschik (2):
  rtc: isl1208: enable interrupt after context preparation
  rtc: isl1208: add support for isl1219 with hwmon for tamper detection

 .../devicetree/bindings/rtc/isil,isl1208.txt       |  51 +++++
 Documentation/hwmon/sysfs-interface                |   7 +
 drivers/rtc/rtc-isl1208.c                          | 227 ++++++++++++++++++---
 3 files changed, 256 insertions(+), 29 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/rtc/isil,isl1208.txt

-- 
2.11.0

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

end of thread, other threads:[~2018-02-15  8:30 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-23 12:17 [PATCH 0/4] rtc: isl1208: fixes, documentation and isl1219 support Michael Grzeschik
2018-01-23 12:17 ` [PATCH 1/4] rtc: isl1208: Fix unintended clear of SR bits Michael Grzeschik
2018-01-23 12:17   ` Michael Grzeschik
2018-02-14 20:26   ` Alexandre Belloni
2018-02-14 20:26     ` Alexandre Belloni
2018-02-15  7:27     ` Denis OSTERLAND
2018-02-15  7:27       ` Denis OSTERLAND
2018-02-15  8:30       ` Alexandre Belloni
2018-02-15  8:30         ` Alexandre Belloni
2018-01-23 12:17 ` [PATCH 2/4] rtc: isl1208: Add device tree binding documentation Michael Grzeschik
2018-01-23 12:17   ` Michael Grzeschik
2018-01-29 23:34   ` Rob Herring
2018-01-30 10:06   ` Alexandre Belloni
2018-01-23 12:18 ` [PATCH 3/4] rtc: isl1208: enable interrupt after context preparation Michael Grzeschik
2018-01-30 10:34   ` Alexandre Belloni
2018-01-23 12:18 ` [PATCH 4/4] rtc: isl1208: add support for isl1219 with hwmon for tamper detection Michael Grzeschik
2018-01-23 12:18   ` Michael Grzeschik
2018-01-23 18:22   ` Guenter Roeck
2018-01-23 18:22     ` Guenter Roeck
2018-01-24  9:03     ` Michael Grzeschik
2018-01-24 12:10       ` Michael Grzeschik
2018-01-29 21:59       ` Guenter Roeck
2018-01-29 21:59         ` Guenter Roeck
2018-01-30 10:27         ` Alexandre Belloni
2018-01-30 11:40           ` Denis OSTERLAND
2018-01-30 11:40             ` Denis OSTERLAND
2018-01-30 11:40             ` Denis OSTERLAND
2018-01-30 14:15             ` Guenter Roeck
2018-01-30 14:15               ` Guenter Roeck
2018-01-31 10:54               ` Alexandre Belloni
2018-01-29 23:41   ` Rob Herring
2018-01-29 23:41     ` Rob Herring
2018-01-30  8:56     ` Denis OSTERLAND
2018-01-30  8:56       ` Denis OSTERLAND
2018-01-30 14:41       ` Rob Herring
2018-01-30 14:44         ` Rob Herring
2018-01-30 14:44           ` Rob Herring

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.