Re: [PATCH v4 10/10] rtc: Add support for the MediaTek MT6358 RTC

2019-08-06 Thread Ran Bi
Hi Belloni, On Mon, 2019-08-05 at 09:23 +0200, Alexandre Belloni wrote: > Hi, > > The subject should be: > > "rtc: mt6397: Add support for the MediaTek MT6358 RTC" Will be changed at next patch. > > +struct mtk_rtc_compatible { > > I would name that struct mtk_rtc_data > > > + u32

Re: [PATCH v4 10/10] rtc: Add support for the MediaTek MT6358 RTC

2019-08-05 Thread Alexandre Belloni
Hi, The subject should be: "rtc: mt6397: Add support for the MediaTek MT6358 RTC" On 05/08/2019 13:21:58+0800, Hsin-Hsiung Wang wrote: > From: Ran Bi > > This add support for the MediaTek MT6358 RTC. Driver using > compatible data to store different RTC_WRTGR address offset. > > Review-by: Yi