From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH 1/4] arm64: Enable TIMER_IMX_SYS_CTR for ARCH_MXC platforms Date: Mon, 22 Jul 2019 10:00:27 +0800 Message-ID: <20190722020026.GQ3738@dragon> References: <20190621070720.12395-1-Anson.Huang@nxp.com> <20190624022200.GN3800@dragon> <20190624022713.GO3800@dragon> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Anson Huang Cc: "mark.rutland@arm.com" , Aisheng Dong , Peng Fan , "festevam@gmail.com" , Jacky Bai , "devicetree@vger.kernel.org" , "sboyd@kernel.org" , "catalin.marinas@arm.com" , "s.hauer@pengutronix.de" , "linux-kernel@vger.kernel.org" , Daniel Baluta , "linux-clk@vger.kernel.org" , "robh+dt@kernel.org" , dl-linux-imx , "kernel@pengutronix.de" , Leonard Crestez , "will@kernel.org" , mturqu List-Id: devicetree@vger.kernel.org On Mon, Jun 24, 2019 at 02:35:10AM +0000, Anson Huang wrote: > Hi, Shawn > > > -----Original Message----- > > From: Shawn Guo > > Sent: Monday, June 24, 2019 10:27 AM > > To: Anson Huang > > Cc: mark.rutland@arm.com; Aisheng Dong ; Peng > > Fan ; festevam@gmail.com; Jacky Bai > > ; devicetree@vger.kernel.org; sboyd@kernel.org; > > catalin.marinas@arm.com; s.hauer@pengutronix.de; linux- > > kernel@vger.kernel.org; Daniel Baluta ; linux- > > clk@vger.kernel.org; robh+dt@kernel.org; dl-linux-imx > imx@nxp.com>; kernel@pengutronix.de; Leonard Crestez > > ; will@kernel.org; mturquette@baylibre.com; > > linux-arm-kernel@lists.infradead.org; Abel Vesa > > 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, Anson.Huang@nxp.com wrote: > > > > From: Anson Huang > > > > > > > > ARCH_MXC platforms needs system counter as broadcast timer to > > > > support cpuidle, enable it by default. > > > > > > > > Signed-off-by: Anson Huang > > > > --- > > > > 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. I just picked the series up, so no need to resend. Shawn