Hi, Shawn > -----Original Message----- > From: Shawn Guo <[email protected]> > Sent: Monday, June 24, 2019 10:27 AM > To: Anson Huang <[email protected]> > Cc: [email protected]; Aisheng Dong <[email protected]>; Peng > Fan <[email protected]>; [email protected]; Jacky Bai > <[email protected]>; [email protected]; [email protected]; > [email protected]; [email protected]; linux- > [email protected]; Daniel Baluta <[email protected]>; linux- > [email protected]; [email protected]; dl-linux-imx <linux- > [email protected]>; [email protected]; Leonard Crestez > <[email protected]>; [email protected]; [email protected]; > [email protected]; Abel Vesa <[email protected]> > Subject: Re: [PATCH 1/4] arm64: Enable TIMER_IMX_SYS_CTR for ARCH_MXC > platforms > > On Mon, Jun 24, 2019 at 10:22:01AM +0800, Shawn Guo wrote: > > On Fri, Jun 21, 2019 at 03:07:17PM +0800, [email protected] wrote: > > > From: Anson Huang <[email protected]> > > > > > > ARCH_MXC platforms needs system counter as broadcast timer to > > > support cpuidle, enable it by default. > > > > > > Signed-off-by: Anson Huang <[email protected]> > > > --- > > > arch/arm64/Kconfig.platforms | 1 + > > > 1 file changed, 1 insertion(+) > > > > > > diff --git a/arch/arm64/Kconfig.platforms > > > b/arch/arm64/Kconfig.platforms index 4778c77..f5e623f 100644 > > > --- a/arch/arm64/Kconfig.platforms > > > +++ b/arch/arm64/Kconfig.platforms > > > @@ -173,6 +173,7 @@ config ARCH_MXC > > > select PM > > > select PM_GENERIC_DOMAINS > > > select SOC_BUS > > > + select TIMER_IMX_SYS_CTR > > > > Where is that driver? > > Okay, just found it in the mailbox. They seem to be sent in the wrong order. > Really, you should send this series only after the driver lands on mainline.
OK, just noticed that mainline does NOT have it, since I did it based on next tree. I will resend the patch series after the system counter driver landing on mainline. Thanks, Anson. > > Shawn

