All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maxime Ripard <mripard@kernel.org>
To: megous@megous.com
Cc: linux-sunxi@googlegroups.com,
	Kishon Vijay Abraham I <kishon@ti.com>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>, Chen-Yu Tsai <wens@csie.org>,
	Icenowy Zheng <icenowy@aosc.io>,
	Thomas Gleixner <tglx@linutronix.de>,
	Arnd Bergmann <arnd@arndb.de>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Paul Kocialkowski <paul.kocialkowski@bootlin.com>,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 4/4] arm64: dts: allwinner: orange-pi-3: Enable USB 3.0 host support
Date: Mon, 21 Oct 2019 13:09:46 +0200	[thread overview]
Message-ID: <20191021110946.gxmib3to7n7v2vof@gilmour> (raw)
In-Reply-To: <20191020134229.1216351-5-megous@megous.com>

[-- Attachment #1: Type: text/plain, Size: 553 bytes --]

On Sun, Oct 20, 2019 at 03:42:29PM +0200, megous@megous.com wrote:
> From: Ondrej Jirman <megous@megous.com>
>
> Enable Allwinner's USB 3.0 phy and the host controller. Orange Pi 3
> board has GL3510 USB 3.0 4-port hub connected to the SoC's USB 3.0
> port. All four ports are exposed via USB3-A connectors. VBUS is
> always on, since it's powered directly from DCIN (VCC-5V) and
> not switchable.
>
> Signed-off-by: Ondrej Jirman <megous@megous.com>

Those last two patches are fine with me, I'll merge them once the phy
driver will be merged.

Maxime

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Maxime Ripard <mripard@kernel.org>
To: megous@megous.com
Cc: Mark Rutland <mark.rutland@arm.com>,
	devicetree@vger.kernel.org, Arnd Bergmann <arnd@arndb.de>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Chen-Yu Tsai <wens@csie.org>,
	Kishon Vijay Abraham I <kishon@ti.com>,
	Paul Kocialkowski <paul.kocialkowski@bootlin.com>,
	linux-sunxi@googlegroups.com, Rob Herring <robh+dt@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	Thomas Gleixner <tglx@linutronix.de>,
	linux-kernel@vger.kernel.org, Icenowy Zheng <icenowy@aosc.io>
Subject: Re: [PATCH 4/4] arm64: dts: allwinner: orange-pi-3: Enable USB 3.0 host support
Date: Mon, 21 Oct 2019 13:09:46 +0200	[thread overview]
Message-ID: <20191021110946.gxmib3to7n7v2vof@gilmour> (raw)
In-Reply-To: <20191020134229.1216351-5-megous@megous.com>


[-- Attachment #1.1: Type: text/plain, Size: 553 bytes --]

On Sun, Oct 20, 2019 at 03:42:29PM +0200, megous@megous.com wrote:
> From: Ondrej Jirman <megous@megous.com>
>
> Enable Allwinner's USB 3.0 phy and the host controller. Orange Pi 3
> board has GL3510 USB 3.0 4-port hub connected to the SoC's USB 3.0
> port. All four ports are exposed via USB3-A connectors. VBUS is
> always on, since it's powered directly from DCIN (VCC-5V) and
> not switchable.
>
> Signed-off-by: Ondrej Jirman <megous@megous.com>

Those last two patches are fine with me, I'll merge them once the phy
driver will be merged.

Maxime

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

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

  reply	other threads:[~2019-10-21 11:09 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-20 13:42 [PATCH 0/4] Add USB 3 support for H6 and Orange Pi 3 megous
2019-10-20 13:42 ` megous
2019-10-20 13:42 ` [PATCH 1/4] dt-bindings: Add bindings for USB3 phy on Allwinner H6 megous
2019-10-20 13:42   ` megous
2019-10-21 11:06   ` Maxime Ripard
2019-10-21 11:06     ` Maxime Ripard
2019-10-20 13:42 ` [PATCH 2/4] phy: allwinner: add phy driver for USB3 PHY on Allwinner H6 SoC megous
2019-10-20 13:42   ` megous
2019-10-21 11:08   ` Maxime Ripard
2019-10-21 11:08     ` Maxime Ripard
2019-11-07 20:46   ` [PATCH] phy: allwinner: Fix GENMASK misuse Rikard Falkeborn
2019-11-07 20:46     ` Rikard Falkeborn
2019-11-07 21:45     ` Ondřej Jirman
2019-11-07 21:45       ` Ondřej Jirman
2019-11-08 11:29       ` Icenowy Zheng
2019-11-08 11:29         ` Icenowy Zheng
2019-11-08 11:41         ` Ondřej Jirman
2019-11-08 11:41           ` Ondřej Jirman
2019-11-08 11:43           ` Ondřej Jirman
2019-11-08 11:43             ` Ondřej Jirman
2019-11-07 23:39     ` Russell King - ARM Linux admin
2019-11-07 23:39       ` Russell King - ARM Linux admin
2019-11-08  1:46       ` Joe Perches
2019-11-08  1:46         ` Joe Perches
2019-11-08  8:29       ` Paul Kocialkowski
2019-11-08  8:29         ` Paul Kocialkowski
2019-11-10 12:43   ` [PATCH v2] " Rikard Falkeborn
2020-02-22 23:41     ` [PATCH v2 RESEND] " Ondrej Jirman
2019-11-10 12:43     ` [PATCH v2] " Rikard Falkeborn
2019-11-24 22:10     ` Rikard Falkeborn
2019-11-24 22:10       ` Rikard Falkeborn
2019-12-09 20:18     ` Rikard Falkeborn
2019-12-09 20:18       ` Rikard Falkeborn
2020-02-23  3:23     ` [linux-sunxi] [PATCH v2 RESEND] " Chen-Yu Tsai
2020-02-23  3:23       ` Chen-Yu Tsai
2020-02-24  9:18     ` Maxime Ripard
2020-02-24  9:18       ` Maxime Ripard
2019-10-20 13:42 ` [PATCH 3/4] arm64: dts: allwinner: h6: add USB3 device nodes megous
2019-10-20 13:42   ` megous
2019-10-20 13:42 ` [PATCH 4/4] arm64: dts: allwinner: orange-pi-3: Enable USB 3.0 host support megous
2019-10-20 13:42   ` megous
2019-10-21 11:09   ` Maxime Ripard [this message]
2019-10-21 11:09     ` Maxime Ripard
2019-11-04 12:16     ` Ondřej Jirman
2019-11-04 12:16       ` Ondřej Jirman
2019-11-05 10:45       ` Maxime Ripard
2019-11-05 10:45         ` Maxime Ripard

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=20191021110946.gxmib3to7n7v2vof@gilmour \
    --to=mripard@kernel.org \
    --cc=arnd@arndb.de \
    --cc=devicetree@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=icenowy@aosc.io \
    --cc=kishon@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sunxi@googlegroups.com \
    --cc=mark.rutland@arm.com \
    --cc=megous@megous.com \
    --cc=paul.kocialkowski@bootlin.com \
    --cc=robh+dt@kernel.org \
    --cc=tglx@linutronix.de \
    --cc=wens@csie.org \
    /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.