Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755463AbbLPWCz (ORCPT ); Wed, 16 Dec 2015 17:02:55 -0500 Received: from down.free-electrons.com ([37.187.137.238]:49111 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751906AbbLPWCy (ORCPT ); Wed, 16 Dec 2015 17:02:54 -0500 Date: Wed, 16 Dec 2015 23:02:52 +0100 From: Alexandre Belloni To: Akshay Bhat Cc: rtc-linux@googlegroups.com, linux-kernel@vger.kernel.org, a.zummo@towertech.it, justin.waters@timesys.com Subject: Re: [PATCH v2] rtc: Add Epson RX8010SJ RTC driver Message-ID: <20151216220252.GJ8574@piout.net> References: <1449171681-23701-1-git-send-email-akshay.bhat@timesys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1449171681-23701-1-git-send-email-akshay.bhat@timesys.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1328 Lines: 37 On 03/12/2015 at 14:41:21 -0500, Akshay Bhat wrote : > This driver supports the following functions: > - reading and setting time > - alarms when connected to an IRQ > - reading and clearing the voltage low flags > > Datasheet: > http://www.epsondevice.com/docs/qd/en/DownloadServlet?id=ID000956 > Signed-off-by: Akshay Bhat > --- > Changes in v2: > - Address comments from Alexandre Belloni > - Update copyright info > - Use i2c_smbus_read_byte_data/i2c_smbus_read_i2c_block_data directly > - Use ffs for wday instead of bcd2bin > - Fixes from checkpatch --strict > - Limit date range to 2000 to 2100 > - Fix incorrect write to RX8010_WDAY > - Do not clear VLF flag on power up > > drivers/rtc/Kconfig | 10 + > drivers/rtc/Makefile | 1 + > drivers/rtc/rtc-rx8010.c | 523 +++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 534 insertions(+) > create mode 100644 drivers/rtc/rtc-rx8010.c > Applied, thanks. -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/