From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751576AbeAWMSf (ORCPT ); Tue, 23 Jan 2018 07:18:35 -0500 Received: from metis.ext.pengutronix.de ([85.220.165.71]:50843 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751169AbeAWMSS (ORCPT ); Tue, 23 Jan 2018 07:18:18 -0500 From: Michael Grzeschik To: a.zummo@towertech.it, alexandre.belloni@free-electrons.com Cc: linux-rtc@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux@roeck-us.net, jdelvare@suse.com, kernel@pengutronix.de, Denis.Osterland@diehl.com Subject: [PATCH 0/4] rtc: isl1208: fixes, documentation and isl1219 support Date: Tue, 23 Jan 2018 13:17:57 +0100 Message-Id: <20180123121801.4214-1-m.grzeschik@pengutronix.de> X-Mailer: git-send-email 2.11.0 X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::7 X-SA-Exim-Mail-From: mgr@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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