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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id C84BFC4332F for ; Thu, 14 Dec 2023 12:01:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc: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=EPKjt/A78CJ0LCsHUWwhiPUNpR+JVZOZhK1Eyg+3OG0=; b=GxqMEwDmGDe51Y 0AGi6YaaBD/RxsSsei98CC1Uu8V6bkdvhuf1yTylQFp/VBU7dP+Nd2Z7hurf7YRSzdrjOW7fNOM5o A2Xf9ZBtMqriXbQJx8vq6UelyuhGgx9tAQCO/Ws2KP0C2R95WSl9yyB7Aj+3W+4kjs1cR1iqD9XPi PXufYz2rYsJ6tCx4/tiLi2x5ipY99KVGoyPJF1VlKB7gyrGuzuaOsttHHWKIDDqwYZKIcslDOJ2wo A3iZgd05riT12dalJGjhj0k0kY0a53KJq3yFkmKF2OYPKE19mGIRgVevP3DpGcHSkb7kt9A9OgjTX EWTTd9DovxvEyHfqsJkg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rDkOz-000EDv-2W; Thu, 14 Dec 2023 12:01:17 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rDkOw-000EDY-1l for linux-arm-kernel@lists.infradead.org; Thu, 14 Dec 2023 12:01:15 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by ams.source.kernel.org (Postfix) with ESMTP id 5C821B8228E; Thu, 14 Dec 2023 12:01:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3627CC433C7; Thu, 14 Dec 2023 12:01:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1702555271; bh=wmm5VJo/mf86B2edEvK+x/I76cDLt+Rwo3WycGSRNeM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nxn94L0eTM+dosoYMAZwO5Nhsfsj+mHXd6gDdnie5TUaqtXT5sh8koDS6+ptBGzrU JwMLf7DrDmjG9U2CKgyN7eNweDtYDYKbVpjDN5vV8MwvHMIrdfMumuqzWMs2+Lh5US diwi/ElJKUuUrTjLg/o8gQ3VgENbiJ8hp2/s0UE0= Date: Thu, 14 Dec 2023 13:01:08 +0100 From: Greg KH To: Xu Yang Cc: peter.chen@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, luca.ceresoli@bootlin.com, jun.li@nxp.com, linux-usb@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/3] usb: chipidea: ci_hdrc_imx: add wakeup clock and keep it always on Message-ID: <2023121447-consent-decent-7c69@gregkh> References: <20231214112622.2412321-1-xu.yang_2@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231214112622.2412321-1-xu.yang_2@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231214_040114_772893_9CBED3DA X-CRM114-Status: GOOD ( 10.16 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Dec 14, 2023 at 07:26:20PM +0800, Xu Yang wrote: > Some platform using ChipIdea IP may keep 32KHz wakeup clock always > on without usb driver intervention. And some may need driver to handle > this clock. This patch will get wakeup clock and keep it always on to > make controller work correctlly. > > Signed-off-by: Xu Yang > --- > drivers/usb/chipidea/ci_hdrc_imx.c | 22 +++++++++++++++++++++- > 1 file changed, 21 insertions(+), 1 deletion(-) > Why do I have 2 different copies of this series? Please fix up and send a v2 and describe what changed... thanks, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel