Re: [PATCH v2 2/4] rtc: mediatek: add driver for RTC on MT7622 SoC

2017-10-19 Thread Alexandre Belloni
On 19/10/2017 at 18:04:39 +0800, Sean Wang wrote: > I prefer to 2001 to 2099 only which can be completely handled in the > common logic. Extra specific logic simply for 2100 seems not be > worthwhile. > Agreed. -- Alexandre Belloni, Free Electrons Embedded Linux and Kernel engineering http://f

Re: [PATCH v2 2/4] rtc: mediatek: add driver for RTC on MT7622 SoC

2017-10-19 Thread Sean Wang
On Thu, 2017-10-19 at 11:02 +0200, Alexandre Belloni wrote: > On 19/10/2017 at 10:55:49 +0800, Sean Wang wrote: > > Hi, both > > > > On Wed, 2017-10-18 at 14:57 +0200, Alexandre Belloni wrote: > > > On 18/10/2017 at 19:12:06 +0800, Yingjoe Chen wrote: > > > > On Tue, 2017-10-17 at 17:40 +0800, sea

Re: [PATCH v2 2/4] rtc: mediatek: add driver for RTC on MT7622 SoC

2017-10-19 Thread Alexandre Belloni
On 19/10/2017 at 10:55:49 +0800, Sean Wang wrote: > Hi, both > > On Wed, 2017-10-18 at 14:57 +0200, Alexandre Belloni wrote: > > On 18/10/2017 at 19:12:06 +0800, Yingjoe Chen wrote: > > > On Tue, 2017-10-17 at 17:40 +0800, sean.w...@mediatek.com wrote: > > > > From: Sean Wang > > > > > > > > Thi

Re: [PATCH v2 2/4] rtc: mediatek: add driver for RTC on MT7622 SoC

2017-10-18 Thread Sean Wang
Hi, both On Wed, 2017-10-18 at 14:57 +0200, Alexandre Belloni wrote: > On 18/10/2017 at 19:12:06 +0800, Yingjoe Chen wrote: > > On Tue, 2017-10-17 at 17:40 +0800, sean.w...@mediatek.com wrote: > > > From: Sean Wang > > > > > > This patch introduces the driver for the RTC on MT7622 SoC. > > > >

Re: [PATCH v2 2/4] rtc: mediatek: add driver for RTC on MT7622 SoC

2017-10-18 Thread Sean Wang
On Wed, 2017-10-18 at 17:52 +0800, Yingjoe Chen wrote: > On Tue, 2017-10-17 at 17:40 +0800, sean.w...@mediatek.com wrote: > > From: Sean Wang > > > > This patch introduces the driver for the RTC on MT7622 SoC. > > > > Signed-off-by: Sean Wang > > --- > > drivers/rtc/Kconfig | 10 ++ > >

Re: [PATCH v2 2/4] rtc: mediatek: add driver for RTC on MT7622 SoC

2017-10-18 Thread Alexandre Belloni
On 18/10/2017 at 19:12:06 +0800, Yingjoe Chen wrote: > On Tue, 2017-10-17 at 17:40 +0800, sean.w...@mediatek.com wrote: > > From: Sean Wang > > > > This patch introduces the driver for the RTC on MT7622 SoC. > > > > Signed-off-by: Sean Wang > > --- > > drivers/rtc/Kconfig | 10 ++ > > dr

Re: [PATCH v2 2/4] rtc: mediatek: add driver for RTC on MT7622 SoC

2017-10-18 Thread Yingjoe Chen
On Tue, 2017-10-17 at 17:40 +0800, sean.w...@mediatek.com wrote: > From: Sean Wang > > This patch introduces the driver for the RTC on MT7622 SoC. > > Signed-off-by: Sean Wang > --- > drivers/rtc/Kconfig | 10 ++ > drivers/rtc/Makefile | 1 + > drivers/rtc/rtc-mt7622.c | 418 > +++

Re: [PATCH v2 2/4] rtc: mediatek: add driver for RTC on MT7622 SoC

2017-10-18 Thread Yingjoe Chen
On Tue, 2017-10-17 at 17:40 +0800, sean.w...@mediatek.com wrote: > From: Sean Wang > > This patch introduces the driver for the RTC on MT7622 SoC. > > Signed-off-by: Sean Wang > --- > drivers/rtc/Kconfig | 10 ++ > drivers/rtc/Makefile | 1 + > drivers/rtc/rtc-mt7622.c | 418 > +++

[PATCH v2 2/4] rtc: mediatek: add driver for RTC on MT7622 SoC

2017-10-17 Thread sean.wang
From: Sean Wang This patch introduces the driver for the RTC on MT7622 SoC. Signed-off-by: Sean Wang --- drivers/rtc/Kconfig | 10 ++ drivers/rtc/Makefile | 1 + drivers/rtc/rtc-mt7622.c | 418 +++ 3 files changed, 429 insertions(+) crea