From: Karl Kurbjun <karl.os@veroson.com>
To: Andre Przywara <andre.przywara@arm.com>
Cc: Jernej Skrabec <jernej.skrabec@gmail.com>,
Samuel Holland <samuel@sholland.org>,
Chen-Yu Tsai <wens@csie.org>,
Kishon Vijay Abraham I <kishon@ti.com>,
Vinod Koul <vkoul@kernel.org>, Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-phy@lists.infradead.org, linux-usb@vger.kernel.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-sunxi@lists.linux.dev, Icenowy Zheng <icenowy@aosc.io>
Subject: Re: [PATCH 0/7] arm64: sunxi: h616: Add USB support
Date: Wed, 21 Sep 2022 22:19:14 -0600 [thread overview]
Message-ID: <YyviQkLXUX9FuLED@localhost> (raw)
In-Reply-To: <20220911235945.6635-1-andre.przywara@arm.com>
On 09/12, Andre Przywara wrote:
<snip>
> Please have a look and test on your hardware, especically on all ports
> exposed on header pins of the OrangePi Zero2 board.
I tested this patch set on an OrangePi Zero 2 with each of the USB ports:
Port 0: I tested this with a UART gadget to make sure I could access a console over the port.
Ports 1-3: I tested these with a USB memory stick - I was able to see the device and mount a partition.
As would be expected: for ports 2-3 I had to enable the ohci and ehci entries in the target dts file to test them.
Tested-By: Karl Kurbjun <karl.os@veroson.com>
Karl
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
WARNING: multiple messages have this Message-ID (diff)
From: Karl Kurbjun <karl.os@veroson.com>
To: Andre Przywara <andre.przywara@arm.com>
Cc: Jernej Skrabec <jernej.skrabec@gmail.com>,
Samuel Holland <samuel@sholland.org>,
Chen-Yu Tsai <wens@csie.org>,
Kishon Vijay Abraham I <kishon@ti.com>,
Vinod Koul <vkoul@kernel.org>, Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-phy@lists.infradead.org, linux-usb@vger.kernel.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-sunxi@lists.linux.dev, Icenowy Zheng <icenowy@aosc.io>
Subject: Re: [PATCH 0/7] arm64: sunxi: h616: Add USB support
Date: Wed, 21 Sep 2022 22:19:14 -0600 [thread overview]
Message-ID: <YyviQkLXUX9FuLED@localhost> (raw)
In-Reply-To: <20220911235945.6635-1-andre.przywara@arm.com>
On 09/12, Andre Przywara wrote:
<snip>
> Please have a look and test on your hardware, especically on all ports
> exposed on header pins of the OrangePi Zero2 board.
I tested this patch set on an OrangePi Zero 2 with each of the USB ports:
Port 0: I tested this with a UART gadget to make sure I could access a console over the port.
Ports 1-3: I tested these with a USB memory stick - I was able to see the device and mount a partition.
As would be expected: for ports 2-3 I had to enable the ohci and ehci entries in the target dts file to test them.
Tested-By: Karl Kurbjun <karl.os@veroson.com>
Karl
WARNING: multiple messages have this Message-ID (diff)
From: Karl Kurbjun <karl.os@veroson.com>
To: Andre Przywara <andre.przywara@arm.com>
Cc: Jernej Skrabec <jernej.skrabec@gmail.com>,
Samuel Holland <samuel@sholland.org>,
Chen-Yu Tsai <wens@csie.org>,
Kishon Vijay Abraham I <kishon@ti.com>,
Vinod Koul <vkoul@kernel.org>, Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-phy@lists.infradead.org, linux-usb@vger.kernel.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-sunxi@lists.linux.dev, Icenowy Zheng <icenowy@aosc.io>
Subject: Re: [PATCH 0/7] arm64: sunxi: h616: Add USB support
Date: Wed, 21 Sep 2022 22:19:14 -0600 [thread overview]
Message-ID: <YyviQkLXUX9FuLED@localhost> (raw)
In-Reply-To: <20220911235945.6635-1-andre.przywara@arm.com>
On 09/12, Andre Przywara wrote:
<snip>
> Please have a look and test on your hardware, especically on all ports
> exposed on header pins of the OrangePi Zero2 board.
I tested this patch set on an OrangePi Zero 2 with each of the USB ports:
Port 0: I tested this with a UART gadget to make sure I could access a console over the port.
Ports 1-3: I tested these with a USB memory stick - I was able to see the device and mount a partition.
As would be expected: for ports 2-3 I had to enable the ohci and ehci entries in the target dts file to test them.
Tested-By: Karl Kurbjun <karl.os@veroson.com>
Karl
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-09-22 4:19 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-11 23:59 [PATCH 0/7] arm64: sunxi: h616: Add USB support Andre Przywara
2022-09-11 23:59 ` Andre Przywara
2022-09-11 23:59 ` Andre Przywara
2022-09-11 23:59 ` [PATCH 1/7] dt-bindings: usb: Add H616 compatible string Andre Przywara
2022-09-11 23:59 ` Andre Przywara
2022-09-11 23:59 ` Andre Przywara
2022-09-12 10:59 ` Krzysztof Kozlowski
2022-09-12 10:59 ` Krzysztof Kozlowski
2022-09-12 10:59 ` Krzysztof Kozlowski
2022-09-11 23:59 ` [PATCH 2/7] dt-bindings: usb: Add special clock for Allwinner H616 PHY Andre Przywara
2022-09-11 23:59 ` Andre Przywara
2022-09-11 23:59 ` Andre Przywara
2022-09-12 10:59 ` Krzysztof Kozlowski
2022-09-12 10:59 ` Krzysztof Kozlowski
2022-09-12 10:59 ` Krzysztof Kozlowski
2022-09-20 6:35 ` Vinod Koul
2022-09-20 6:35 ` Vinod Koul
2022-09-20 6:35 ` Vinod Koul
2022-09-11 23:59 ` [PATCH 3/7] phy: sun4i-usb: Introduce port2 SIDDQ quirk Andre Przywara
2022-09-11 23:59 ` Andre Przywara
2022-09-11 23:59 ` Andre Przywara
2022-09-11 23:59 ` [PATCH 4/7] phy: sun4i-usb: Add support for the H616 USB PHY Andre Przywara
2022-09-11 23:59 ` Andre Przywara
2022-09-11 23:59 ` Andre Przywara
2022-09-11 23:59 ` [PATCH 5/7] arm64: dts: allwinner: h616: Add USB nodes Andre Przywara
2022-09-11 23:59 ` Andre Przywara
2022-09-11 23:59 ` Andre Przywara
2022-09-11 23:59 ` [PATCH 6/7] arm64: dts: allwinner: h616: OrangePi Zero 2: " Andre Przywara
2022-09-11 23:59 ` Andre Przywara
2022-09-11 23:59 ` Andre Przywara
2022-09-12 11:00 ` Krzysztof Kozlowski
2022-09-12 11:00 ` Krzysztof Kozlowski
2022-09-12 11:00 ` Krzysztof Kozlowski
2022-09-11 23:59 ` [PATCH 7/7] arm64: dts: allwinner: h616: X96 Mate: " Andre Przywara
2022-09-11 23:59 ` Andre Przywara
2022-09-11 23:59 ` Andre Przywara
2022-09-22 4:19 ` Karl Kurbjun [this message]
2022-09-22 4:19 ` [PATCH 0/7] arm64: sunxi: h616: Add USB support Karl Kurbjun
2022-09-22 4:19 ` Karl Kurbjun
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=YyviQkLXUX9FuLED@localhost \
--to=karl.os@veroson.com \
--cc=andre.przywara@arm.com \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=icenowy@aosc.io \
--cc=jernej.skrabec@gmail.com \
--cc=kishon@ti.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-phy@lists.infradead.org \
--cc=linux-sunxi@lists.linux.dev \
--cc=linux-usb@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=samuel@sholland.org \
--cc=vkoul@kernel.org \
--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.