From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 34DCF79F8 for ; Thu, 12 Jan 2023 17:39:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6DA4EC433EF; Thu, 12 Jan 2023 17:39:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673545155; bh=LZYuTZSSPTCVVSKRkpW2/c8JVDxXZJdj7wXB1kN2alo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qzG3CxDpSr5Z2+G60lQ4y1EPmDe/i8bUrbPgDF2CubZojWl6tOKzOCqyE8PMyfxTV Gj+LD4i3/HlfazJY9b7m9t54EHF+s9Wx8aKt5cirNzybguPK1/2olsNeH3AGesxnvm MYJWtHvMJvgt1lArN+T0GQgmaxN5Ctht1Y92asA6cob3Q/muouNaA2TaVp02/ivfrY 0NWlNr+BmoJT7BZOosGkD1c3icSjvjSVqiFQJAaOdJx0/gqOdQkk7csh5DwF+PCagm FxpMhzcx2R456hMFw058Q50StS47E3xxIlV7pW/T9AiJnzbBLQKFGikX18KZl2TgJW x92APt4JTL+fg== Date: Thu, 12 Jan 2023 23:09:12 +0530 From: Vinod Koul To: Andre Przywara Cc: Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Icenowy Zheng , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev Subject: Re: [PATCH v5 0/3] phy: sun4i-usb: add support for the USB PHY on F1C100s SoC Message-ID: References: <20230109012223.4079299-1-andre.przywara@arm.com> Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230109012223.4079299-1-andre.przywara@arm.com> On 09-01-23, 01:22, Andre Przywara wrote: > Hi, > > this is a rebased version of v4[1], with no actual changes. I haven't > received any feedback on the last version, but technically this looks > mostly approved to me anyway, we just need to get around to merge it > now, I guess? > > This is a spin-off of v3 of the suniv F1C100s USB support series[2], just > carrying the USB PHY bits. It's now based on top of v6.2-rc2. > The actual binding and driver changes in the first two patches are > straightforward. Since it came up in reviews, I reworked the quirk > handling in the phy-sun4i-usb.c driver, to become more maintainable and > readable, in patch 3/3. For a changelog, see below. Applied, thanks -- ~Vinod