All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@baylibre.com>
To: Neil Armstrong <narmstrong@baylibre.com>,
	kishon@ti.com, balbi@kernel.org,
	martin.blumenstingl@googlemail.com
Cc: linux-amlogic@lists.infradead.org, linux-usb@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 0/5] usb: dwc-meson-g12a: Add support for USB on S400 board
Date: Fri, 02 Oct 2020 11:23:46 -0700	[thread overview]
Message-ID: <7hpn60mqq5.fsf@baylibre.com> (raw)
In-Reply-To: <30e2c174-c94b-f42a-1dd4-ae05c317d618@baylibre.com>

Neil Armstrong <narmstrong@baylibre.com> writes:

> Hi Kevin,
>
> On 17/09/2020 08:59, Neil Armstrong wrote:
>> The Amlogic AXG is close to the GXL Glue but with a single OTG PHY.
>> 
>> It needs the same init sequence as GXL & GXM, but it seems it doesn't need
>> the host disconnect bit.
>> 
>> The Glue driver reuses the already implemented GXL & GXM work.
>> 
>> The USB2 PHY driver needs a slight tweak to keep the OTG detection working.
>> 
>> Changes since v1 at [1]:
>> - s/close from/close to/g
>> - collected review tags
>> - added small comment about phy management in patch 3
>> - removed status = "okay" in patch 4
>> - removed invalid phy-supply of phy1 in patch 5
>> 
>> [1] http://lore.kernel.org/r/20200909160409.8678-1-narmstrong@baylibre.com
>> 
>> Neil Armstrong (5):
>>   phy: amlogic: phy-meson-gxl-usb2: keep ID pull-up even in Host mode
>>   dt-bindings: usb: amlogic,meson-g12a-usb-ctrl: add the Amlogic AXG
>>     Families USB Glue Bindings
>>   usb: dwc-meson-g12a: Add support for USB on AXG SoCs
>>   arm64: dts: meson-axg: add USB nodes
>>   arm64: dts: meson-axg-s400: enable USB OTG
>
> Can you pick the DT patches ?

Yes, queued up.

Since we're already at -rc7, this may not make it until v5.11.

Kevin

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

WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@baylibre.com>
To: Neil Armstrong <narmstrong@baylibre.com>,
	kishon@ti.com, balbi@kernel.org,
	martin.blumenstingl@googlemail.com
Cc: linux-amlogic@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: Re: [PATCH v2 0/5] usb: dwc-meson-g12a: Add support for USB on S400 board
Date: Fri, 02 Oct 2020 11:23:46 -0700	[thread overview]
Message-ID: <7hpn60mqq5.fsf@baylibre.com> (raw)
In-Reply-To: <30e2c174-c94b-f42a-1dd4-ae05c317d618@baylibre.com>

Neil Armstrong <narmstrong@baylibre.com> writes:

> Hi Kevin,
>
> On 17/09/2020 08:59, Neil Armstrong wrote:
>> The Amlogic AXG is close to the GXL Glue but with a single OTG PHY.
>> 
>> It needs the same init sequence as GXL & GXM, but it seems it doesn't need
>> the host disconnect bit.
>> 
>> The Glue driver reuses the already implemented GXL & GXM work.
>> 
>> The USB2 PHY driver needs a slight tweak to keep the OTG detection working.
>> 
>> Changes since v1 at [1]:
>> - s/close from/close to/g
>> - collected review tags
>> - added small comment about phy management in patch 3
>> - removed status = "okay" in patch 4
>> - removed invalid phy-supply of phy1 in patch 5
>> 
>> [1] http://lore.kernel.org/r/20200909160409.8678-1-narmstrong@baylibre.com
>> 
>> Neil Armstrong (5):
>>   phy: amlogic: phy-meson-gxl-usb2: keep ID pull-up even in Host mode
>>   dt-bindings: usb: amlogic,meson-g12a-usb-ctrl: add the Amlogic AXG
>>     Families USB Glue Bindings
>>   usb: dwc-meson-g12a: Add support for USB on AXG SoCs
>>   arm64: dts: meson-axg: add USB nodes
>>   arm64: dts: meson-axg-s400: enable USB OTG
>
> Can you pick the DT patches ?

Yes, queued up.

Since we're already at -rc7, this may not make it until v5.11.

Kevin

WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@baylibre.com>
To: Neil Armstrong <narmstrong@baylibre.com>,
	kishon@ti.com, balbi@kernel.org,
	martin.blumenstingl@googlemail.com
Cc: linux-amlogic@lists.infradead.org, linux-usb@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 0/5] usb: dwc-meson-g12a: Add support for USB on S400 board
Date: Fri, 02 Oct 2020 11:23:46 -0700	[thread overview]
Message-ID: <7hpn60mqq5.fsf@baylibre.com> (raw)
In-Reply-To: <30e2c174-c94b-f42a-1dd4-ae05c317d618@baylibre.com>

Neil Armstrong <narmstrong@baylibre.com> writes:

> Hi Kevin,
>
> On 17/09/2020 08:59, Neil Armstrong wrote:
>> The Amlogic AXG is close to the GXL Glue but with a single OTG PHY.
>> 
>> It needs the same init sequence as GXL & GXM, but it seems it doesn't need
>> the host disconnect bit.
>> 
>> The Glue driver reuses the already implemented GXL & GXM work.
>> 
>> The USB2 PHY driver needs a slight tweak to keep the OTG detection working.
>> 
>> Changes since v1 at [1]:
>> - s/close from/close to/g
>> - collected review tags
>> - added small comment about phy management in patch 3
>> - removed status = "okay" in patch 4
>> - removed invalid phy-supply of phy1 in patch 5
>> 
>> [1] http://lore.kernel.org/r/20200909160409.8678-1-narmstrong@baylibre.com
>> 
>> Neil Armstrong (5):
>>   phy: amlogic: phy-meson-gxl-usb2: keep ID pull-up even in Host mode
>>   dt-bindings: usb: amlogic,meson-g12a-usb-ctrl: add the Amlogic AXG
>>     Families USB Glue Bindings
>>   usb: dwc-meson-g12a: Add support for USB on AXG SoCs
>>   arm64: dts: meson-axg: add USB nodes
>>   arm64: dts: meson-axg-s400: enable USB OTG
>
> Can you pick the DT patches ?

Yes, queued up.

Since we're already at -rc7, this may not make it until v5.11.

Kevin

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

  reply	other threads:[~2020-10-02 18:24 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-17  6:59 [PATCH v2 0/5] usb: dwc-meson-g12a: Add support for USB on S400 board Neil Armstrong
2020-09-17  6:59 ` Neil Armstrong
2020-09-17  6:59 ` Neil Armstrong
2020-09-17  6:59 ` [PATCH v2 1/5] phy: amlogic: phy-meson-gxl-usb2: keep ID pull-up even in Host mode Neil Armstrong
2020-09-17  6:59   ` Neil Armstrong
2020-09-17  6:59   ` Neil Armstrong
2020-09-17  6:59 ` [PATCH v2 2/5] dt-bindings: usb: amlogic, meson-g12a-usb-ctrl: add the Amlogic AXG Families USB Glue Bindings Neil Armstrong
2020-09-17  6:59   ` Neil Armstrong
2020-09-17  6:59   ` [PATCH v2 2/5] dt-bindings: usb: amlogic,meson-g12a-usb-ctrl: " Neil Armstrong
2020-09-17  7:02   ` [PATCH v2 2/5] dt-bindings: usb: amlogic, meson-g12a-usb-ctrl: " Neil Armstrong
2020-09-17  7:02     ` Neil Armstrong
2020-09-17  7:02     ` [PATCH v2 2/5] dt-bindings: usb: amlogic,meson-g12a-usb-ctrl: " Neil Armstrong
2020-09-17  6:59 ` [PATCH v2 3/5] usb: dwc-meson-g12a: Add support for USB on AXG SoCs Neil Armstrong
2020-09-17  6:59   ` Neil Armstrong
2020-09-17  6:59   ` Neil Armstrong
2020-09-23 14:12   ` Martin Blumenstingl
2020-09-23 14:12     ` Martin Blumenstingl
2020-09-23 14:12     ` Martin Blumenstingl
2020-09-17  6:59 ` [PATCH v2 4/5] arm64: dts: meson-axg: add USB nodes Neil Armstrong
2020-09-17  6:59   ` Neil Armstrong
2020-09-17  6:59   ` Neil Armstrong
2020-09-17  6:59 ` [PATCH v2 5/5] arm64: dts: meson-axg-s400: enable USB OTG Neil Armstrong
2020-09-17  6:59   ` Neil Armstrong
2020-09-17  6:59   ` Neil Armstrong
2020-09-29  9:26 ` [PATCH v2 0/5] usb: dwc-meson-g12a: Add support for USB on S400 board Neil Armstrong
2020-09-29  9:26   ` Neil Armstrong
2020-09-29  9:26   ` Neil Armstrong
2020-09-29 10:33   ` Felipe Balbi
2020-09-29 10:33     ` Felipe Balbi
2020-09-29 10:33     ` Felipe Balbi
2020-09-29 10:51     ` Neil Armstrong
2020-09-29 10:51       ` Neil Armstrong
2020-09-29 10:51       ` Neil Armstrong
2020-10-02 12:45 ` Neil Armstrong
2020-10-02 12:45   ` Neil Armstrong
2020-10-02 12:45   ` Neil Armstrong
2020-10-02 18:23   ` Kevin Hilman [this message]
2020-10-02 18:23     ` Kevin Hilman
2020-10-02 18:23     ` Kevin Hilman

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=7hpn60mqq5.fsf@baylibre.com \
    --to=khilman@baylibre.com \
    --cc=balbi@kernel.org \
    --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.