All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hanjie Lin <hanjie.lin@amlogic.com>
To: Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	Neil Armstrong <narmstrong@baylibre.com>
Cc: <kishon@ti.com>, <balbi@kernel.org>, <khilman@baylibre.com>,
	<linux-amlogic@lists.infradead.org>, <linux-usb@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 02/13] usb: dwc3: meson-g12a: specify phy names in soc data
Date: Wed, 25 Mar 2020 21:36:06 +0800	[thread overview]
Message-ID: <0cc6076c-1334-026f-c7ce-32a5945351b5@amlogic.com> (raw)
In-Reply-To: <CAFBinCDOrhXAEwPf4L8-5XoCGqDT89=L2CX2Qsr2J-1pQp6N5Q@mail.gmail.com>



On 2020/3/24 22:19, Martin Blumenstingl wrote:
> On Tue, Mar 24, 2020 at 3:17 PM Neil Armstrong <narmstrong@baylibre.com> wrote:
>>
>> On 24/03/2020 15:13, Martin Blumenstingl wrote:
>>> Hi Neil,
>>>
>>> On Tue, Mar 24, 2020 at 11:20 AM Neil Armstrong <narmstrong@baylibre.com> 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.lin@amlogic.com>

Hanjie


WARNING: multiple messages have this Message-ID (diff)
From: Hanjie Lin <hanjie.lin@amlogic.com>
To: Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	Neil Armstrong <narmstrong@baylibre.com>
Cc: balbi@kernel.org, khilman@baylibre.com,
	linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org,
	kishon@ti.com, linux-amlogic@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 02/13] usb: dwc3: meson-g12a: specify phy names in soc data
Date: Wed, 25 Mar 2020 21:36:06 +0800	[thread overview]
Message-ID: <0cc6076c-1334-026f-c7ce-32a5945351b5@amlogic.com> (raw)
In-Reply-To: <CAFBinCDOrhXAEwPf4L8-5XoCGqDT89=L2CX2Qsr2J-1pQp6N5Q@mail.gmail.com>



On 2020/3/24 22:19, Martin Blumenstingl wrote:
> On Tue, Mar 24, 2020 at 3:17 PM Neil Armstrong <narmstrong@baylibre.com> wrote:
>>
>> On 24/03/2020 15:13, Martin Blumenstingl wrote:
>>> Hi Neil,
>>>
>>> On Tue, Mar 24, 2020 at 11:20 AM Neil Armstrong <narmstrong@baylibre.com> 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.lin@amlogic.com>

Hanjie


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Hanjie Lin <hanjie.lin@amlogic.com>
To: Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	Neil Armstrong <narmstrong@baylibre.com>
Cc: balbi@kernel.org, khilman@baylibre.com,
	linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org,
	kishon@ti.com, linux-amlogic@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 02/13] usb: dwc3: meson-g12a: specify phy names in soc data
Date: Wed, 25 Mar 2020 21:36:06 +0800	[thread overview]
Message-ID: <0cc6076c-1334-026f-c7ce-32a5945351b5@amlogic.com> (raw)
In-Reply-To: <CAFBinCDOrhXAEwPf4L8-5XoCGqDT89=L2CX2Qsr2J-1pQp6N5Q@mail.gmail.com>



On 2020/3/24 22:19, Martin Blumenstingl wrote:
> On Tue, Mar 24, 2020 at 3:17 PM Neil Armstrong <narmstrong@baylibre.com> wrote:
>>
>> On 24/03/2020 15:13, Martin Blumenstingl wrote:
>>> Hi Neil,
>>>
>>> On Tue, Mar 24, 2020 at 11:20 AM Neil Armstrong <narmstrong@baylibre.com> 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.lin@amlogic.com>

Hanjie


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

  reply	other threads:[~2020-03-25 13:35 UTC|newest]

Thread overview: 93+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-24 10:20 [PATCH 00/13] usb: dwc3: meson: add OTG support for GXL/GXM Neil Armstrong
2020-03-24 10:20 ` Neil Armstrong
2020-03-24 10:20 ` Neil Armstrong
2020-03-24 10:20 ` [PATCH 01/13] dt-bindings: usb: amlogic,meson-g12a-usb-ctrl: add the Amlogic GXL and GXM Families USB Glue Bindings Neil Armstrong
2020-03-24 10:20   ` [PATCH 01/13] dt-bindings: usb: amlogic, meson-g12a-usb-ctrl: " Neil Armstrong
2020-03-24 10:20   ` Neil Armstrong
2020-03-24 14:06   ` [PATCH 01/13] dt-bindings: usb: amlogic,meson-g12a-usb-ctrl: " Martin Blumenstingl
2020-03-24 14:06     ` [PATCH 01/13] dt-bindings: usb: amlogic, meson-g12a-usb-ctrl: " Martin Blumenstingl
2020-03-24 14:06     ` Martin Blumenstingl
2020-03-24 14:10     ` [PATCH 01/13] dt-bindings: usb: amlogic,meson-g12a-usb-ctrl: " Neil Armstrong
2020-03-24 14:10       ` [PATCH 01/13] dt-bindings: usb: amlogic, meson-g12a-usb-ctrl: " Neil Armstrong
2020-03-24 14:10       ` Neil Armstrong
2020-03-24 10:20 ` [PATCH 02/13] usb: dwc3: meson-g12a: specify phy names in soc data Neil Armstrong
2020-03-24 10:20   ` Neil Armstrong
2020-03-24 10:20   ` Neil Armstrong
2020-03-24 14:13   ` Martin Blumenstingl
2020-03-24 14:13     ` Martin Blumenstingl
2020-03-24 14:13     ` Martin Blumenstingl
2020-03-24 14:17     ` Neil Armstrong
2020-03-24 14:17       ` Neil Armstrong
2020-03-24 14:17       ` Neil Armstrong
2020-03-24 14:19       ` Martin Blumenstingl
2020-03-24 14:19         ` Martin Blumenstingl
2020-03-24 14:19         ` Martin Blumenstingl
2020-03-25 13:36         ` Hanjie Lin [this message]
2020-03-25 13:36           ` Hanjie Lin
2020-03-25 13:36           ` Hanjie Lin
2020-03-24 10:20 ` [PATCH 03/13] usb: dwc3: meson-g12a: handle the phy and glue registers separately Neil Armstrong
2020-03-24 10:20   ` Neil Armstrong
2020-03-24 10:20   ` Neil Armstrong
2020-03-24 14:17   ` Martin Blumenstingl
2020-03-24 14:17     ` Martin Blumenstingl
2020-03-24 14:17     ` Martin Blumenstingl
2020-03-24 10:20 ` [PATCH 04/13] usb: dwc3: meson-g12a: get the reset as shared Neil Armstrong
2020-03-24 10:20   ` Neil Armstrong
2020-03-24 10:20   ` Neil Armstrong
2020-03-24 14:23   ` Martin Blumenstingl
2020-03-24 14:23     ` Martin Blumenstingl
2020-03-24 14:23     ` Martin Blumenstingl
2020-03-24 10:20 ` [PATCH 05/13] usb: dwc3: meson-g12a: refactor usb2 phy init Neil Armstrong
2020-03-24 10:20   ` Neil Armstrong
2020-03-24 10:20   ` Neil Armstrong
2020-03-24 14:33   ` Martin Blumenstingl
2020-03-24 14:33     ` Martin Blumenstingl
2020-03-24 14:33     ` Martin Blumenstingl
2020-03-24 14:35     ` Neil Armstrong
2020-03-24 14:35       ` Neil Armstrong
2020-03-24 14:35       ` Neil Armstrong
2020-03-24 10:20 ` [PATCH 06/13] usb: dwc3: meson-g12a: refactor usb init Neil Armstrong
2020-03-24 10:20   ` Neil Armstrong
2020-03-24 10:20   ` Neil Armstrong
2020-03-24 10:20 ` [PATCH 07/13] usb: dwc3: meson-g12a: support the GXL/GXM DWC3 host phy disconnect Neil Armstrong
2020-03-24 10:20   ` Neil Armstrong
2020-03-24 10:20   ` Neil Armstrong
2020-03-24 10:20 ` [PATCH 08/13] usb: dwc3: meson-g12a: add support for GXL and GXM SoCs Neil Armstrong
2020-03-24 10:20   ` Neil Armstrong
2020-03-24 10:20   ` Neil Armstrong
2020-03-24 10:20 ` [PATCH 09/13] arm64: dts: amlogic: use the new USB control driver for GXL and GXM Neil Armstrong
2020-03-24 10:20   ` Neil Armstrong
2020-03-24 10:20   ` Neil Armstrong
2020-03-24 10:20 ` [PATCH 10/13] phy: amlogic: meson-gxl-usb3: remove code for non-existing PHY Neil Armstrong
2020-03-24 10:20   ` Neil Armstrong
2020-03-24 10:20   ` Neil Armstrong
2020-03-24 10:20 ` [PATCH 11/13] usb: dwc3: of-simple: remove Amlogic GXL and AXG compatibles Neil Armstrong
2020-03-24 10:20   ` Neil Armstrong
2020-03-24 10:20   ` Neil Armstrong
2020-03-24 10:20 ` [PATCH 12/13] dt-bindings: usb: dwc3: remove amlogic compatible entries Neil Armstrong
2020-03-24 10:20   ` Neil Armstrong
2020-03-24 10:20   ` Neil Armstrong
2020-03-31 19:58   ` Rob Herring
2020-03-31 19:58     ` Rob Herring
2020-03-31 19:58     ` Rob Herring
2020-03-24 10:20 ` [PATCH 13/13] dt-bindings: usb: amlogic,dwc3: remove old DWC3 wrapper Neil Armstrong
2020-03-24 10:20   ` [PATCH 13/13] dt-bindings: usb: amlogic, dwc3: " Neil Armstrong
2020-03-24 10:20   ` Neil Armstrong
2020-03-31 19:58   ` [PATCH 13/13] dt-bindings: usb: amlogic,dwc3: " Rob Herring
2020-03-31 19:58     ` Rob Herring
2020-03-31 19:58     ` Rob Herring
2020-03-29 10:30 ` [PATCH 00/13] usb: dwc3: meson: add OTG support for GXL/GXM Felipe Balbi
2020-03-29 10:30   ` Felipe Balbi
2020-03-29 10:30   ` Felipe Balbi
2020-05-14 10:23   ` Felipe Balbi
2020-05-14 10:23     ` Felipe Balbi
2020-05-14 10:23     ` Felipe Balbi
2020-05-14 12:42     ` Neil Armstrong
2020-05-14 12:42       ` Neil Armstrong
2020-05-14 12:42       ` Neil Armstrong
2020-05-14 12:59       ` Felipe Balbi
2020-05-14 12:59         ` Felipe Balbi
2020-05-14 12:59         ` Felipe Balbi
2020-05-15  8:03         ` Neil Armstrong
2020-05-15  8:03           ` Neil Armstrong
2020-05-15  8:03           ` Neil Armstrong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0cc6076c-1334-026f-c7ce-32a5945351b5@amlogic.com \
    --to=hanjie.lin@amlogic.com \
    --cc=balbi@kernel.org \
    --cc=khilman@baylibre.com \
    --cc=kishon@ti.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=narmstrong@baylibre.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.