Re: [rtc-linux] Re: [PATCHv2] rtc: Add support for Intersil ISL12057 I2C RTC chip

2013-11-22 Thread Mark Brown
On Thu, Nov 21, 2013 at 11:00:51PM +0100, Arnaud Ebalard wrote: Sorry for the delay, but I was somehow removed from the recipients in your reply. As I am not subscribed to rtc-linux, can you keep me in Cc: next time? This is because you're setting Reply-To the list so my mail program replaces

Re: [PATCHv2] rtc: Add support for Intersil ISL12057 I2C RTC chip

2013-11-21 Thread Arnaud Ebalard
Hi Mark, Sorry for the delay, but I was somehow removed from the recipients in your reply. As I am not subscribed to rtc-linux, can you keep me in Cc: next time? On Mon, Nov 18, 2013 at 09:51:27PM +0100, Arnaud Ebalard wrote: +/* Block read. Returns 0 on success, or a negative errno. */

Re: [rtc-linux] [PATCHv2] rtc: Add support for Intersil ISL12057 I2C RTC chip

2013-11-20 Thread Mark Brown
On Mon, Nov 18, 2013 at 09:51:27PM +0100, Arnaud Ebalard wrote: +/* Block read. Returns 0 on success, or a negative errno. */ +static int isl12057_i2c_read_regs(struct i2c_client *client, u8 reg, u8 buf[], + unsigned len) This looks like the device would work

[PATCHv2] rtc: Add support for Intersil ISL12057 I2C RTC chip

2013-11-18 Thread Arnaud Ebalard
Intersil ISL12057 I2C RTC chip also supports two alarms. This patch only adds support for basic RTC functionalities (i.e. getting and setting time). Tests have been performed on NETGEAR ReadyNAS 102 w/ startup/shutdown scripts, hwclock, ntpdate and openntpd. Signed-off-by: Arnaud Ebalard