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 02AD4C433FE for ; Thu, 10 Nov 2022 07:36:49 +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=w7Ayzat9tYFlEVcx60A0SNgmn7R/64d0Os5j8lnpnI8=; b=NkW6w1juz02qSa 35lRvcvJKF6CgNAtZnWE7Av6ftJ0YmlbtPSmeSM8N/7SGbrBKVKxC68rnjSRBISYR0HiL0Z508hJ1 ZZKGJO317j8YauUyP6fh0R1ahJbY3N0Tv4Eg8dk3LSdwyokKuc/vBZ/2i7k8KCPMN+X/oMrjwh5vs NETi0TXemOXbXSPIUO6QfyZjKnPoEmyjKFiHQ9RE6ydzm3mauHEJYZCqJG5JCqABZB6zafkb/x8JD RB5dvr5El9lGMg15m931iB8IlBrupIUIsODTHAcWpLdFJfDwAyP+vO+DwIPDE1FHiRpzJG3CtcIoW EZCAMKTXbEQweypT70ZA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ot26H-003qqN-DF; Thu, 10 Nov 2022 07:35:49 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ot26E-003qpV-8s; Thu, 10 Nov 2022 07:35:47 +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 ams.source.kernel.org (Postfix) with ESMTPS id A79BDB81F30; Thu, 10 Nov 2022 07:35:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 595EAC433C1; Thu, 10 Nov 2022 07:35:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668065743; bh=TaM1TxLO3us2TGPm08YT2OLxKkm7+1jQOLmHX+nTxUs=; h=Date:From:To:List-Id:Cc:Subject:References:In-Reply-To:From; b=FhuMbQ73heOT2dapg/pppR1HmLpIQJVtocv4fdf8y5qcOBLmyQ6M96SahddpTJQXD 4HoHfKCdOwiRJwWJ0mwmEzHiYA1kRAzrHGIldZNGhfwxtd+AqTSv6XCV7ipYosiNWM t8Tlyt7afMq2oww/GYt1NvoS6mvZv6iEAeqkLCGTxLX4jX/IPPKQu7GDpPBGSsw24W HxrAhF//fyG2YvLIJwfSYC5WBgEaYaiBQEnPsQz0MX1sPynScUHY+TPyhlzR/q7DXo lzT/cUP02ZpkKOm6KaGAdQIx5noxUtGStIHCaNn4nfgDbYCO9GnBU6lxzYe6vsrbPh KZeMAiedIVp4w== Date: Thu, 10 Nov 2022 13:05:39 +0530 From: Vinod Koul To: Andre Przywara Cc: Chen-Yu Tsai , Samuel Holland , Jernej Skrabec , Rob Herring , Krzysztof Kozlowski , Greg Kroah-Hartman , Icenowy Zheng , soc@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-phy@lists.infradead.org, linux-usb@vger.kernel.org Subject: Re: [PATCH v3 03/11] phy: sun4i-usb: add support for the USB PHY on F1C100s SoC Message-ID: References: <20221106154826.6687-1-andre.przywara@arm.com> <20221106154826.6687-4-andre.przywara@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221106154826.6687-4-andre.przywara@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221109_233546_472935_00C93F22 X-CRM114-Status: GOOD ( 11.81 ) 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 06-11-22, 15:48, Andre Przywara wrote: > From: Icenowy Zheng > > The F1C100s SoC has one USB OTG port connected to a MUSB controller. > > Add support for its USB PHY. This does not apply for me, please rebase and resend Also, consider splitting phy patches from this. I dont think there is any dependency -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel