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

2018-12-19 Thread Alexandre Belloni
On 19/12/2018 09:48:25+, Aisheng Dong wrote: > [...] > > > > > > I applied it on my test branch and this makes sparc64-allyesconfig > > > fail > > > with: > > > > > >drivers/rtc/rtc-imx-sc.o: In function `imx_sc_rtc_read_time': > > >rtc-imx-sc.c:(.text+0x34): undefined reference to

RE: [PATCH V4 2/4] rtc: add i.MX system controller RTC support

2018-12-19 Thread Aisheng Dong
> -Original Message- > From: Anson Huang > Sent: Thursday, November 29, 2018 9:50 AM [...] > 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

RE: [PATCH V4 2/4] rtc: add i.MX system controller RTC support

2018-12-19 Thread Aisheng Dong
[...] > > > > I applied it on my test branch and this makes sparc64-allyesconfig > > fail > > with: > > > >drivers/rtc/rtc-imx-sc.o: In function `imx_sc_rtc_read_time': > >rtc-imx-sc.c:(.text+0x34): undefined reference to `imx_scu_call_rpc' > >drivers/rtc/rtc-imx-sc.o: In function

RE: [PATCH V4 2/4] rtc: add i.MX system controller RTC support

2018-12-19 Thread Anson Huang
el.org; linux-...@vger.kernel.org; > devicet...@vger.kernel.org; linux-kernel@vger.kernel.org; > linux-arm-ker...@lists.infradead.org; dl-linux-imx > Subject: Re: [PATCH V4 2/4] rtc: add i.MX system controller RTC support > > Hello, > > On 29/11/2018 01:50:11+, Anson Huang wro

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

2018-12-19 Thread Alexandre Belloni
Hello, On 29/11/2018 01:50:11+, Anson Huang wrote: > 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