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 86101C433FE for ; Mon, 17 Oct 2022 00:43:42 +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=NEA6TO4/RU7qyp9yis9jWyRFbCqLici0zea9Pw3aM5g=; b=kvIKTqhUMhEzM4 6zdmElwPgR2ZeMz0CfAnH4BgRqOvyr94HE97AfA5F7Msj9RqW4qBWmEuBQZk7GJZoP+AqGdri363D v1mKmrABiXQgm4Rc8kwVHFVDyU59HKf5ACDJPM4t8upYvtljjF22DgcWWxHEglFlNOUjOsI4LhVmp MaQjJ64DPcS5++K1O99ugSx9Tqgj/plueZwJiArNimlg5Tr8r5fDuztzjjUMk6T4nLcD40MYIoZvk QA5j0U6hHJV1H4TFa8UI1Id7ZSnTRb/R9AUExy9780SZGDqpD1bQ53aEUI9Uvc9NRJ+p2zVylNZGE 2Vea3nFePxR7VHXukrbg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1okECi-005HoY-P0; Mon, 17 Oct 2022 00:42:04 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1okECf-005HkI-Dw for linux-arm-kernel@lists.infradead.org; Mon, 17 Oct 2022 00:42:02 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id DE0E760E9C; Mon, 17 Oct 2022 00:41:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AB883C433C1; Mon, 17 Oct 2022 00:41:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665967319; bh=+6/iX7ck2Oohq9Zjb0OiVQciCXoiHsAIcWt5IlbTcY4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=R5Fxx1CuFWN2O2/LMRi+LN5bWu8nhXkqQzjWypQZgJUPQeJyR6hOnk7wJt5jvXev2 4Tn/C+OGDb4SyLYR2a1M2jDOOROcO4Dfd5uAsLe+zdbbuC/7lOP7ELeuzk8ZweAz8e TE9Zz4wufl69OtWvdi7v87IzzboNOVCYV8GOq75zP+R0cwkMb8JdBIetqbgshxMLzs KF0qzB9tTxpSpOqyloah575XJggksD4u2Op4rCnDywbZtLA/+uJwDSIMUKfpkl/yJm X4Lyz5JFvH124203WQMnGJICefcwMrq8VMJl9kpBFjBFOK8emOXAH1n7nVc8pnw9bG P5UQgqVC27dEg== Date: Mon, 17 Oct 2022 08:41:53 +0800 From: Peter Chen To: Sascha Hauer , Xu Yang , Li Jun Cc: linux-usb@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Peng Fan , Pengutronix Kernel Team , devicetree@vger.kernel.org Subject: Re: [PATCH 0/6] usb: chipidea: Export more phy tuning parameters to device tree Message-ID: <20221017004153.GC12701@nchen-desktop> References: <20221011082924.884123-1-s.hauer@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221011082924.884123-1-s.hauer@pengutronix.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221016_174201_570280_B1E1D35D X-CRM114-Status: GOOD ( 16.20 ) 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 22-10-11 10:29:18, Sascha Hauer wrote: > This series exports more phy tuning settings to device tree. There are > some values already exported and I follow that example in this series. > > Patches 1 and 2 contain two small bugfixes for issues I stumbled upon > along the way. Patches 3 and 4 are cleanups. These patches could be > applied without the remaining two patches. > > The binding patch is based on > https://lore.kernel.org/linux-arm-kernel/20221010101816.298334-3-peng.fan@oss.nxp.com/t/, > so this will need a rebase once this series settles. I have left NXP, maybe Jun Li or Yang Xu could have a review. Peter > > Sascha > > Sascha Hauer (6): > usb: chipidea: usbmisc_imx: Fix i.MX53 clock sel masks > usb: chipidea: usbmisc_imx: Fix setting i.MX6SX wakeup source > usb: chipidea: usbmisc_imx: Use GENMASK/FIELD_PREP for bitfields > usb: chipidea: usbmisc_imx: Add prefix to register defines > usb: chipidea: usbmisc_imx: Add device tree properties for i.MX7 phy > tuning > dt-bindings: usb: ci-hdrc-usb2: Add more phy tuning properties > > .../devicetree/bindings/usb/ci-hdrc-usb2.yaml | 79 ++++++++ > drivers/usb/chipidea/ci_hdrc_imx.c | 14 ++ > drivers/usb/chipidea/ci_hdrc_imx.h | 7 + > drivers/usb/chipidea/usbmisc_imx.c | 186 ++++++++++++------ > 4 files changed, 230 insertions(+), 56 deletions(-) > > -- > 2.30.2 > -- Thanks, Peter Chen _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel