Re: [PATCH v4 2/9] rtc: mt6397: refine RTC_TC_MTH

2020-12-16 Thread Alexandre Belloni
On 16/12/2020 15:47:00+0800, Hsin-Hsiung Wang wrote: > This patch adds RTC_TC_MTH_MASK to support new chips. > > Signed-off-by: Yuchen Huang > Signed-off-by: Hsin-Hsiung Wang Acked-by: Alexandre Belloni > --- > drivers/rtc/rtc-mt6397.c | 2 +- > include/linux/mfd/mt6397/rtc.h | 1 + > 2

[PATCH v4 2/9] rtc: mt6397: refine RTC_TC_MTH

2020-12-15 Thread Hsin-Hsiung Wang
This patch adds RTC_TC_MTH_MASK to support new chips. Signed-off-by: Yuchen Huang Signed-off-by: Hsin-Hsiung Wang --- drivers/rtc/rtc-mt6397.c | 2 +- include/linux/mfd/mt6397/rtc.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/rtc/rtc-mt6397.c b/drivers/rtc