RE: [PATCH v2 2/4] rtc: pcf85363: Add support for NXP pcf85263 rtc

2018-12-05 Thread Biju Das
Hi Geert, Thanks for the feedback. > Subject: Re: [PATCH v2 2/4] rtc: pcf85363: Add support for NXP pcf85263 rtc > > Hi Biju, > > On Thu, Nov 29, 2018 at 6:03 PM Biju Das wrote: > > Add support for NXP pcf85263 real-time clock. pcf85263 rtc is > > compatible with pc

RE: [PATCH v2 2/4] rtc: pcf85363: Add support for NXP pcf85263 rtc

2018-12-05 Thread Biju Das
Hi Geert and Alexandre, Thanks for the feedback. > Subject: Re: [PATCH v2 2/4] rtc: pcf85363: Add support for NXP pcf85263 rtc > > Hi Alexandre, > > On Fri, Nov 30, 2018 at 1:32 PM Alexandre Belloni > wrote: > > On 30/11/2018 12:05:16+0100, Geert Uytterhoeven wrote: &g

Re: [PATCH v2 2/4] rtc: pcf85363: Add support for NXP pcf85263 rtc

2018-11-30 Thread Geert Uytterhoeven
Hi Alexandre, On Fri, Nov 30, 2018 at 1:32 PM Alexandre Belloni wrote: > On 30/11/2018 12:05:16+0100, Geert Uytterhoeven wrote: > > On Thu, Nov 29, 2018 at 6:03 PM Biju Das wrote: > > > Add support for NXP pcf85263 real-time clock. pcf85263 rtc is compatible > > > with pcf85363,except that pcf85

Re: [PATCH v2 2/4] rtc: pcf85363: Add support for NXP pcf85263 rtc

2018-11-30 Thread Alexandre Belloni
On 30/11/2018 12:05:16+0100, Geert Uytterhoeven wrote: > Hi Biju, > > On Thu, Nov 29, 2018 at 6:03 PM Biju Das wrote: > > Add support for NXP pcf85263 real-time clock. pcf85263 rtc is compatible > > with pcf85363,except that pcf85363 has additional 64 bytes of RAM. > > > > 1 byte of nvmem is supp

Re: [PATCH v2 2/4] rtc: pcf85363: Add support for NXP pcf85263 rtc

2018-11-30 Thread Geert Uytterhoeven
Hi Biju, On Thu, Nov 29, 2018 at 6:03 PM Biju Das wrote: > Add support for NXP pcf85263 real-time clock. pcf85263 rtc is compatible > with pcf85363,except that pcf85363 has additional 64 bytes of RAM. > > 1 byte of nvmem is supported and exposed in sysfs (# is the instance > number,starting with

[PATCH v2 2/4] rtc: pcf85363: Add support for NXP pcf85263 rtc

2018-11-29 Thread Biju Das
Add support for NXP pcf85263 real-time clock. pcf85263 rtc is compatible with pcf85363,except that pcf85363 has additional 64 bytes of RAM. 1 byte of nvmem is supported and exposed in sysfs (# is the instance number,starting with 0): /sys/bus/nvmem/devices/pcf85x63-#/nvmem Signed-off-by: Biju Das