Re: [PATCH] drivers/rtc/rtc-isl12022.c: Device tree support

2014-07-21 Thread Andrew Morton
On Wed, 16 Jul 2014 12:28:25 +1000 Stuart Longland wrote: > Add some support for configuring isl12020/isl12022 devices using the > Device Tree blob. checkpatch said WARNING: DT compatible string "isl,isl12022" appears un-documented -- check ./Documentation/devicetree/bindings/ #50: FILE: drive

[REVISED PATCH] drivers/rtc/rtc-isl12022.c: Device tree support

2014-07-16 Thread Stuart Longland
The following patches are the revised set, incorporating Mark Rutland's feedback. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ

Re: [PATCH] drivers/rtc/rtc-isl12022.c: Device tree support

2014-07-16 Thread Stuart Longland
Hi Mark, On 16/07/14 18:59, Mark Rutland wrote: > On Wed, Jul 16, 2014 at 03:28:25AM +0100, Stuart Longland wrote: >> Add some support for configuring isl12020/isl12022 devices using the >> Device Tree blob. >> >> Signed-off-by: Stuart Longland > > Please document this as with isl,isl12057, in >

Re: [PATCH] drivers/rtc/rtc-isl12022.c: Device tree support

2014-07-16 Thread Mark Rutland
On Wed, Jul 16, 2014 at 03:28:25AM +0100, Stuart Longland wrote: > Add some support for configuring isl12020/isl12022 devices using the > Device Tree blob. > > Signed-off-by: Stuart Longland Please document this as with isl,isl12057, in Documentation/devicetree/bindings/i2c/trivial-devices.txt

[PATCH] drivers/rtc/rtc-isl12022.c: Device tree support

2014-07-15 Thread Stuart Longland
Add some support for configuring isl12020/isl12022 devices using the Device Tree blob. Signed-off-by: Stuart Longland --- drivers/rtc/rtc-isl12022.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/rtc/rtc-isl12022.c b/drivers/rtc/rtc-isl12022.c index 03b8911..aa55f08 10