Re: [U-Boot] [PATCH] Add RTC chip pcf2127 support

2016-11-30 Thread Meng Yi
Hi Simon, > > > On 28 November 2016 at 22:32, Meng Yi wrote: > > This driver compatible with pcf2127 and pcf2129 > > > > Signed-off-by: Meng Yi > > --- > > drivers/rtc/Makefile | 1 + > > drivers/rtc/pcf2127.c | 94 > > +++ > > 2 files changed,

Re: [U-Boot] [PATCH] Add RTC chip pcf2127 support

2016-11-29 Thread Simon Glass
Hi Meng, On 28 November 2016 at 22:32, Meng Yi wrote: > This driver compatible with pcf2127 and pcf2129 > > Signed-off-by: Meng Yi > --- > drivers/rtc/Makefile | 1 + > drivers/rtc/pcf2127.c | 94 > +++ > 2 files changed, 95 insertions(+) > cr

[U-Boot] [PATCH] Add RTC chip pcf2127 support

2016-11-29 Thread Meng Yi
This driver compatible with pcf2127 and pcf2129 Signed-off-by: Meng Yi --- drivers/rtc/Makefile | 1 + drivers/rtc/pcf2127.c | 94 +++ 2 files changed, 95 insertions(+) create mode 100644 drivers/rtc/pcf2127.c diff --git a/drivers/rtc/Makefile