Re: [PATCH v4 3/4] rtc: rk8xx: Add base support for the RK808 PMIC RTC

2020-07-21 Thread Suniel Mahesh
Hi kever, On Tue, Jul 21, 2020 at 8:43 AM Kever Yang wrote: > > On 2020/7/20 下午6:53, Jagan Teki wrote: > > Hi Kever, > > > > On Sat, Jul 18, 2020 at 5:41 PM Kever Yang > wrote: > >> Hi Jagan, > >> > >> On 2020/7/10 下午11:50, Jagan Teki wrote: > >>> From: Suniel Mahesh > >>> > >>> Rockchip

Re: [PATCH v4 3/4] rtc: rk8xx: Add base support for the RK808 PMIC RTC

2020-07-20 Thread Kever Yang
On 2020/7/20 下午6:53, Jagan Teki wrote: Hi Kever, On Sat, Jul 18, 2020 at 5:41 PM Kever Yang wrote: Hi Jagan, On 2020/7/10 下午11:50, Jagan Teki wrote: From: Suniel Mahesh Rockchip RK808 PMIC provides an integrated RTC module. It is commonly used with Rockchip SoCs. Add basic support to

Re: [PATCH v4 3/4] rtc: rk8xx: Add base support for the RK808 PMIC RTC

2020-07-20 Thread Jagan Teki
Hi Kever, On Sat, Jul 18, 2020 at 5:41 PM Kever Yang wrote: > > Hi Jagan, > > On 2020/7/10 下午11:50, Jagan Teki wrote: > > From: Suniel Mahesh > > > > Rockchip RK808 PMIC provides an integrated RTC module. It is > > commonly used with Rockchip SoCs. Add basic support to access > > date and time.

Re: [PATCH v4 3/4] rtc: rk8xx: Add base support for the RK808 PMIC RTC

2020-07-18 Thread Kever Yang
Hi Jagan, On 2020/7/10 下午11:50, Jagan Teki wrote: From: Suniel Mahesh Rockchip RK808 PMIC provides an integrated RTC module. It is commonly used with Rockchip SoCs. Add basic support to access date and time. Signed-off-by: Jagan Teki --- Change for v4: - rebase - style fixes - warning fixes

Re: [PATCH v4 3/4] rtc: rk8xx: Add base support for the RK808 PMIC RTC

2020-07-10 Thread Suniel Mahesh
On Fri, Jul 10, 2020 at 9:21 PM Jagan Teki wrote: > From: Suniel Mahesh > > Rockchip RK808 PMIC provides an integrated RTC module. It is > commonly used with Rockchip SoCs. Add basic support to access > date and time. > > Signed-off-by: Jagan Teki > Signed-off-by: Suniel Mahesh --- > Change

[PATCH v4 3/4] rtc: rk8xx: Add base support for the RK808 PMIC RTC

2020-07-10 Thread Jagan Teki
From: Suniel Mahesh Rockchip RK808 PMIC provides an integrated RTC module. It is commonly used with Rockchip SoCs. Add basic support to access date and time. Signed-off-by: Jagan Teki --- Change for v4: - rebase - style fixes - warning fixes drivers/rtc/Kconfig | 8 ++