Re: [PATCH v2] rtc: Add Epson RX8010SJ RTC driver

From: Alexandre Belloni
Date: Wed Dec 16 2015 - 17:02:58 EST


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 <akshay.bhat@xxxxxxxxxxx>
> ---
> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/