Re: [PATCH 1/4] rtc: add i.MX system controller RTC support

2018-11-27 Thread Alexandre Belloni
Hello, Thank you for your submission. On 27/11/2018 09:41:20+, Anson Huang wrote: > diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile > index 290c173..965725f 100644 > --- a/drivers/rtc/Makefile > +++ b/drivers/rtc/Makefile > @@ -151,6 +151,7 @@ obj-$(CONFIG_RTC_DRV_SC27XX) +=

Re: [PATCH 1/4] rtc: add i.MX system controller RTC support

2018-11-27 Thread Alexandre Belloni
Hello, Thank you for your submission. On 27/11/2018 09:41:20+, Anson Huang wrote: > diff --git a/drivers/rtc/Makefile b/drivers/rtc/Makefile > index 290c173..965725f 100644 > --- a/drivers/rtc/Makefile > +++ b/drivers/rtc/Makefile > @@ -151,6 +151,7 @@ obj-$(CONFIG_RTC_DRV_SC27XX) +=

[PATCH 1/4] rtc: add i.MX system controller RTC support

2018-11-27 Thread Anson Huang
i.MX8QXP is an ARMv8 SoC which has a Cortex-M4 system controller inside, the system controller is in charge of controlling power, clock and secure rtc etc.. This patch adds i.MX system controller RTC driver support, Linux kernel has to communicate with system controller via MU (message unit) IPC

[PATCH 1/4] rtc: add i.MX system controller RTC support

2018-11-27 Thread Anson Huang
i.MX8QXP is an ARMv8 SoC which has a Cortex-M4 system controller inside, the system controller is in charge of controlling power, clock and secure rtc etc.. This patch adds i.MX system controller RTC driver support, Linux kernel has to communicate with system controller via MU (message unit) IPC