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,
	Neil Armstrong <narmstrong@baylibre.com>
Subject: Re: [PATCH v2 10/14] arm64: dts: amlogic: use the new USB control driver for GXL and GXM
Date: Wed, 29 Apr 2020 11:17:31 -0700	[thread overview]
Message-ID: <7hr1w6kvgk.fsf@baylibre.com> (raw)
In-Reply-To: <20200326134507.4808-11-narmstrong@baylibre.com>

Neil Armstrong <narmstrong@baylibre.com> writes:

> From: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
>
> Add the correcly architectured USB Glue node and adapt all the Amlogic
> GXL and GXM board to the new organization.
>
> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>

Queued for v5.8,

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-usb@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	Neil Armstrong <narmstrong@baylibre.com>
Subject: Re: [PATCH v2 10/14] arm64: dts: amlogic: use the new USB control driver for GXL and GXM
Date: Wed, 29 Apr 2020 11:17:31 -0700	[thread overview]
Message-ID: <7hr1w6kvgk.fsf@baylibre.com> (raw)
In-Reply-To: <20200326134507.4808-11-narmstrong@baylibre.com>

Neil Armstrong <narmstrong@baylibre.com> writes:

> From: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
>
> Add the correcly architectured USB Glue node and adapt all the Amlogic
> GXL and GXM board to the new organization.
>
> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>

Queued for v5.8,

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,
	Neil Armstrong <narmstrong@baylibre.com>
Subject: Re: [PATCH v2 10/14] arm64: dts: amlogic: use the new USB control driver for GXL and GXM
Date: Wed, 29 Apr 2020 11:17:31 -0700	[thread overview]
Message-ID: <7hr1w6kvgk.fsf@baylibre.com> (raw)
In-Reply-To: <20200326134507.4808-11-narmstrong@baylibre.com>

Neil Armstrong <narmstrong@baylibre.com> writes:

> From: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
>
> Add the correcly architectured USB Glue node and adapt all the Amlogic
> GXL and GXM board to the new organization.
>
> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>

Queued for v5.8,

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-04-29 18:17 UTC|newest]

Thread overview: 78+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-26 13:44 [PATCH v2 00/14] usb: dwc3: meson: add OTG support for GXL/GXM Neil Armstrong
2020-03-26 13:44 ` Neil Armstrong
2020-03-26 13:44 ` Neil Armstrong
2020-03-26 13:44 ` [PATCH v2 01/14] dt-bindings: usb: amlogic, meson-g12a-usb-ctrl: add the Amlogic GXL and GXM Families USB Glue Bindings Neil Armstrong
2020-03-26 13:44   ` Neil Armstrong
2020-03-26 13:44   ` [PATCH v2 01/14] dt-bindings: usb: amlogic,meson-g12a-usb-ctrl: " Neil Armstrong
2020-04-04 17:20   ` Rob Herring
2020-04-04 17:20     ` Rob Herring
2020-04-04 17:20     ` Rob Herring
2020-03-26 13:44 ` [PATCH v2 02/14] usb: dwc3: meson-g12a: specify phy names in soc data Neil Armstrong
2020-03-26 13:44   ` Neil Armstrong
2020-03-26 13:44   ` Neil Armstrong
2020-03-26 13:44 ` [PATCH v2 03/14] usb: dwc3: meson-g12a: handle the phy and glue registers separately Neil Armstrong
2020-03-26 13:44   ` Neil Armstrong
2020-03-26 13:44   ` Neil Armstrong
2020-03-26 13:44 ` [PATCH v2 04/14] usb: dwc3: meson-g12a: get the reset as shared Neil Armstrong
2020-03-26 13:44   ` Neil Armstrong
2020-03-26 13:44   ` Neil Armstrong
2020-03-26 13:44 ` [PATCH v2 05/14] usb: dwc3: meson-g12a: check return of dwc3_meson_g12a_usb_init Neil Armstrong
2020-03-26 13:44   ` Neil Armstrong
2020-03-26 13:44   ` Neil Armstrong
2020-03-26 22:57   ` Martin Blumenstingl
2020-03-26 22:57     ` Martin Blumenstingl
2020-03-26 22:57     ` Martin Blumenstingl
2020-03-26 13:44 ` [PATCH v2 06/14] usb: dwc3: meson-g12a: refactor usb2 phy init Neil Armstrong
2020-03-26 13:44   ` Neil Armstrong
2020-03-26 13:44   ` Neil Armstrong
2020-03-26 23:08   ` Martin Blumenstingl
2020-03-26 23:08     ` Martin Blumenstingl
2020-03-26 23:08     ` Martin Blumenstingl
2020-03-29 10:35     ` Felipe Balbi
2020-03-29 10:35       ` Felipe Balbi
2020-03-29 10:35       ` Felipe Balbi
2020-03-26 13:44 ` [PATCH v2 07/14] usb: dwc3: meson-g12a: refactor usb init Neil Armstrong
2020-03-26 13:44   ` Neil Armstrong
2020-03-26 13:44   ` Neil Armstrong
2020-03-26 23:26   ` Martin Blumenstingl
2020-03-26 23:26     ` Martin Blumenstingl
2020-03-26 23:26     ` Martin Blumenstingl
2020-03-31  8:44     ` Neil Armstrong
2020-03-31  8:44       ` Neil Armstrong
2020-03-31  8:44       ` Neil Armstrong
2020-03-26 13:45 ` [PATCH v2 08/14] usb: dwc3: meson-g12a: support the GXL/GXM DWC3 host phy disconnect Neil Armstrong
2020-03-26 13:45   ` Neil Armstrong
2020-03-26 13:45   ` Neil Armstrong
2020-03-26 13:45 ` [PATCH v2 09/14] usb: dwc3: meson-g12a: add support for GXL and GXM SoCs Neil Armstrong
2020-03-26 13:45   ` Neil Armstrong
2020-03-26 13:45   ` Neil Armstrong
2020-03-26 13:45 ` [PATCH v2 10/14] arm64: dts: amlogic: use the new USB control driver for GXL and GXM Neil Armstrong
2020-03-26 13:45   ` Neil Armstrong
2020-03-26 13:45   ` Neil Armstrong
2020-04-29 18:17   ` Kevin Hilman [this message]
2020-04-29 18:17     ` Kevin Hilman
2020-04-29 18:17     ` Kevin Hilman
2020-03-26 13:45 ` [PATCH v2 11/14] phy: amlogic: meson-gxl-usb3: remove code for non-existing PHY Neil Armstrong
2020-03-26 13:45   ` Neil Armstrong
2020-03-26 13:45   ` Neil Armstrong
2020-03-26 13:45 ` [PATCH v2 12/14] usb: dwc3: of-simple: remove Amlogic GXL and AXG compatibles Neil Armstrong
2020-03-26 13:45   ` Neil Armstrong
2020-03-26 13:45   ` Neil Armstrong
2020-03-26 13:45 ` [PATCH v2 13/14] doc: dt: bindings: usb: dwc3: remove amlogic compatible entries Neil Armstrong
2020-03-26 13:45   ` Neil Armstrong
2020-03-26 13:45   ` Neil Armstrong
2020-04-04 17:21   ` Rob Herring
2020-04-04 17:21     ` Rob Herring
2020-04-04 17:21     ` Rob Herring
2020-03-26 13:45 ` [PATCH v2 14/14] dt-bindings: usb: dwc3: remove old DWC3 wrapper Neil Armstrong
2020-03-26 13:45   ` Neil Armstrong
2020-03-26 13:45   ` Neil Armstrong
2020-04-04 17:21   ` Rob Herring
2020-04-04 17:21     ` Rob Herring
2020-04-04 17:21     ` Rob Herring
2020-03-29 10:36 ` [PATCH v2 00/14] usb: dwc3: meson: add OTG support for GXL/GXM Felipe Balbi
2020-03-29 10:36   ` Felipe Balbi
2020-03-29 10:36   ` Felipe Balbi
2020-03-31  8:40   ` Neil Armstrong
2020-03-31  8:40     ` Neil Armstrong
2020-03-31  8:40     ` 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=7hr1w6kvgk.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.