From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 173C7C76195 for ; Mon, 22 Jul 2019 02:01:05 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E29F721903 for ; Mon, 22 Jul 2019 02:01:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="bFvwCE1w"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="j9r0LDVx" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E29F721903 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=N1KxyYPifMEY1BRk/s26HgcKpWMQi1GQ9YmsMRBnrRM=; b=bFvwCE1wwqG7Uq H8BI4TbNTbqtITXDd/K5/wG6wYeZU1dqYdMWBRLHAObF8igW0G5UoLqSCwUTdUp3REP7sS+IaV+By Z0gO+p1GjmA2K28Q4ecj3YyWHrJIYnA6LTCluVZqgfmpraBuxYNOF2yCXicjMRkXGSxC77v+cZzT7 dKsn7g6HcBCdaK0q0UovUeYvXRmjB/mAtfV2LnZ0ZYOZ2lhQzRp/aHdkI8PDCiwOrMjVGEDVK9+Em 5KcX2XrHyCV3NGS5giOON6zl/KpYqLVY56kaPSSaXFCQ5foRHZDwC/3+BAkkUybSc9Mwx5gEMX3Ln uAyMtwtps41YMMA7Jz1A==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hpNdK-0003tI-P2; Mon, 22 Jul 2019 02:00:58 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hpNdH-0003sy-PF for linux-arm-kernel@lists.infradead.org; Mon, 22 Jul 2019 02:00:57 +0000 Received: from dragon (98.142.130.235.16clouds.com [98.142.130.235]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2145B21903; Mon, 22 Jul 2019 02:00:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563760855; bh=0+CKCqaGn9rc9ATckfsjU7zrwnYa0a42D4iOj0xJWso=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=j9r0LDVxTxRVHTVu+Rs7Uu12SKkCSVLixXbjwwaiInDmkCupXAUAm1imOSKmaSyAE cjCr91IMOcSgs3x5zmhT4DmEju+YPdVp8Js1Jt31SHWrwsZpSyvpN/xPAK0ICOkOVm nY+sOq57aaxkOqcC8x82pyQtFKRSBaCTzfBIKUbg= Date: Mon, 22 Jul 2019 10:00:27 +0800 From: Shawn Guo To: Anson Huang Subject: Re: [PATCH 1/4] arm64: Enable TIMER_IMX_SYS_CTR for ARCH_MXC platforms Message-ID: <20190722020026.GQ3738@dragon> References: <20190621070720.12395-1-Anson.Huang@nxp.com> <20190624022200.GN3800@dragon> <20190624022713.GO3800@dragon> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190721_190055_856126_D42B9FA9 X-CRM114-Status: GOOD ( 19.22 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "mark.rutland@arm.com" , Aisheng Dong , Peng Fan , Jacky Bai , "will@kernel.org" , "devicetree@vger.kernel.org" , "sboyd@kernel.org" , "catalin.marinas@arm.com" , "s.hauer@pengutronix.de" , "linux-kernel@vger.kernel.org" , Daniel Baluta , "mturquette@baylibre.com" , "robh+dt@kernel.org" , dl-linux-imx , "kernel@pengutronix.de" , Leonard Crestez , "festevam@gmail.com" , "linux-clk@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Abel Vesa Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel