Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp625052ybb; Wed, 25 Mar 2020 06:36:56 -0700 (PDT) X-Google-Smtp-Source: ADFU+vuq2k8hbLBI3lZkuO2sXs/fcaBQu5wy13KqTMdIuZzhMORGFAagMdQbkQNIz3mVCK21XL0d X-Received: by 2002:a4a:e38c:: with SMTP id l12mr1211255oov.7.1585143416379; Wed, 25 Mar 2020 06:36:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1585143416; cv=none; d=google.com; s=arc-20160816; b=i2yIv+rx0u6Te+fhqoB/izurQ98jgw2V3/ehyBobXa/5a0a+57tzRaLumj44svRK6H U68MyhlkpPFUNt/2LpZv2PXv1Vh8auAQ5uj4Z4yjC/LTxVs4wkMCRtDzoj3X2Je4sJNo fqYwVCU9tYLVmh68zMTZgaAyIdvr5suUL9owZHbYsR5qwX+1mzPUu0Q7ejSzdNafiYfM Gm6J7oJ8FKeVNTkFlXmAD0s2dY9Iek1SlUW4TlqwqPPFUztDYgsZYp2aAyqO5NZE0jbd 5WyYOnAsDqdnfJ10UHi8mg73hU1QVvYWgVmMwI3mrhQVsKwRZ+SgV4Em/OTGy/zS1PXa TxAQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=1z/kJRS5GrvlOYw6aObk/2vNq9s5aG9Fn2cf5ttCEF8=; b=zBjP3WYKGGDwfVRrWq8KCx4+rDifuhrNm/Ag4K064y/n/9p92EPskQOfzZ54DrTLqN +8dN/2B32OcYOKx8hRtlmtR7Cpjcja+54biRn83Tgy2ePOvJWZEh8aSF9AvIZv84B/Ar x8luYCaGtWoZIZOySl2U6W/mGvPc1ytHT3h1dS0rSLc0WpQbXJ9F3c7+nL/eqaoaC/py Gz7tfTioDPaBqq/TKxn65W3TcKqxePQXfW8YH5oYaJmal7aL0eG7XOLm/HGATjwltos0 Y0Dviejcg/jbki+a2hbNiGT69xrUuTTIHHR70nVDkRkSwnKeI/gkQgKLKP+39juEc2sg j8Aw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w18si3698087otp.73.2020.03.25.06.36.42; Wed, 25 Mar 2020 06:36:56 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727883AbgCYNff (ORCPT + 99 others); Wed, 25 Mar 2020 09:35:35 -0400 Received: from mail-sh.amlogic.com ([58.32.228.43]:32827 "EHLO mail-sh.amlogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727444AbgCYNfb (ORCPT ); Wed, 25 Mar 2020 09:35:31 -0400 Received: from [10.18.38.73] (10.18.38.73) by mail-sh.amlogic.com (10.18.11.5) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1591.10; Wed, 25 Mar 2020 21:36:06 +0800 Subject: Re: [PATCH 02/13] usb: dwc3: meson-g12a: specify phy names in soc data To: Martin Blumenstingl , Neil Armstrong CC: , , , , , , References: <20200324102030.31000-1-narmstrong@baylibre.com> <20200324102030.31000-3-narmstrong@baylibre.com> From: Hanjie Lin Message-ID: <0cc6076c-1334-026f-c7ce-32a5945351b5@amlogic.com> Date: Wed, 25 Mar 2020 21:36:06 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.18.38.73] X-ClientProxiedBy: mail-sh.amlogic.com (10.18.11.5) To mail-sh.amlogic.com (10.18.11.5) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020/3/24 22:19, Martin Blumenstingl wrote: > On Tue, Mar 24, 2020 at 3:17 PM Neil Armstrong wrote: >> >> On 24/03/2020 15:13, Martin Blumenstingl wrote: >>> Hi Neil, >>> >>> On Tue, Mar 24, 2020 at 11:20 AM Neil Armstrong wrote: >>> [...] >>>> +static const char *meson_a1_phy_names[] = { >>>> + "usb2-phy0", "usb2-phy1" >>>> +}; >>> my understanding is that the A1 SoC only has usb2-phy1. >>> +Cc Hanjie Lin to confirm this >> >> I forgot a comment here, it only has a single PHY, but still the 2 U2 PHY >> controls slots... it would need a large amount of code to handle this >> tweak, and leaving 2 PHYs keeps the behavior before the patchset. > I just reviewed patch #3 and I now understand that it would require a > large code-change > I'm fine with a comment > > > Martin > > . > I see, A comment here will be more comprehensible. Acked-by: Hanjie Lin Hanjie