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 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.lore.kernel.org (Postfix) with ESMTPS id 77258C433FE for ; Tue, 15 Nov 2022 06:01:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 37CABC433D7; Tue, 15 Nov 2022 06:01:40 +0000 (UTC) Received: from mail-ed1-f54.google.com (mail-ed1-f54.google.com [209.85.208.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 237CDC433D6; Tue, 15 Nov 2022 06:01:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 237CDC433D6 Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ed1-f54.google.com with SMTP id 21so20442279edv.3; Mon, 14 Nov 2022 22:01:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=Myor8n787DIBkDuVhefOsckVQpCRvL9+vEoJMW5tQZ0=; b=pPsj20BpS4ORtdE6mibv0QMuBA6Ig37PW4ZlcrAv+d715th7RdYh0EB2hkzYzQ116G l8a+1qOaYcWxpbDwBeO8aK4RJ7AWy0oJnUkQd2bgia2sBEy21hUDzkXmnjMiD7zcKhE+ JU5HghiJELpmf4tF8PkOxK0+Yjo+EQWO59ou+P+UI8dmmJbbGbQ2V8OcAQ+/SNWUj/W8 AEmsjk4NFxfkYxhGZraXXO7pxBTB+yUibGUwfN1co3AUZFvLQqrj6WNar9AE2SS/KuaN eE0qPp6XzMIZkYyo/QXK50m8fu/fA6Bxqze9Kxcqa01E7UavD9zQPNYjuGdfiMV4RrWp 5mRg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Myor8n787DIBkDuVhefOsckVQpCRvL9+vEoJMW5tQZ0=; b=1B5rORozICQ1vWKJpOqUZazTID2243EuHWBLcq1m0Czb5PiIhXa4VCqQcHHA4/Sz8e C6unqwd/oojg/K6x0RPaf9513kr+t6BZA8NmEhXXBYkwCUWO+NFk+XQXAVr7Nz2VDYgl CANcKLuatqU+2BEJ4c6nPphX3jESKgpsgseqaRAr4axYE5kUekU5sGnxwMjMFsvzgrNQ UVvrYaKiDiCHdX2vf8aSdQGFnxSZ3EigRK33o/vEUD4wFU+p1NiRKNiHDsfRR0JUQyA9 P5iNNWEFCCe+qJQrEWLOK9Cmf6JM17efkjwoSFYyBVx9i3BdVPo4psM48k8Dk7Ai+3T/ HQqw== X-Gm-Message-State: ANoB5pktYflazhIfC1T8ycMDIKSkQ8FGI+wbCJkHwcRQO+/4Uv7ggXtb t23R9ikCW3TgzmnT0giA6nI= X-Google-Smtp-Source: AA0mqf6i/3jHh060R/CT+OjGDanwY7AeoEfxktpAznZjdGnSsvDp8mT/+1qho0mFOEhF9tNVyrlqiA== X-Received: by 2002:a05:6402:17c2:b0:459:443a:faf4 with SMTP id s2-20020a05640217c200b00459443afaf4mr13748008edy.297.1668492097365; Mon, 14 Nov 2022 22:01:37 -0800 (PST) Received: from jernej-laptop.localnet (82-149-19-102.dynamic.telemach.net. [82.149.19.102]) by smtp.gmail.com with ESMTPSA id 3-20020a170906328300b007aec1b39478sm4953604ejw.188.2022.11.14.22.01.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Nov 2022 22:01:36 -0800 (PST) From: Jernej =?utf-8?B?xaBrcmFiZWM=?= To: Andre Przywara , Vinod Koul List-Id: Cc: Chen-Yu Tsai , Samuel Holland , 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 Date: Tue, 15 Nov 2022 07:01:34 +0100 Message-ID: <4438485.LvFx2qVVIh@jernej-laptop> In-Reply-To: References: <20221106154826.6687-1-andre.przywara@arm.com> <20221106154826.6687-4-andre.przywara@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" Dne =C4=8Detrtek, 10. november 2022 ob 08:35:39 CET je Vinod Koul napisal(a= ): > On 06-11-22, 15:48, Andre Przywara wrote: > > From: Icenowy Zheng > >=20 > > The F1C100s SoC has one USB OTG port connected to a MUSB controller. > >=20 > > Add support for its USB PHY. >=20 > This does not apply for me, please rebase and resend >=20 > Also, consider splitting phy patches from this. I dont think there is > any dependency DT patches in this series depend on functionality added here. Best regards, Jernej