[linux-sunxi] Re: [PATCH v10 5/6] arm64: dts: allwinner: a64: Add MIPI DSI pipeline

2019-10-24 Thread Jagan Teki
On Thu, Oct 17, 2019 at 3:22 PM Maxime Ripard wrote: > > On Wed, Oct 16, 2019 at 02:19:44PM +0530, Jagan Teki wrote: > > On Wed, Oct 16, 2019 at 1:33 PM Maxime Ripard wrote: > > > > > > On Mon, Oct 14, 2019 at 05:37:50PM +0530, Jagan Teki wrote: > > > > On Mon, Oct 7, 2019 at 4:27 PM Maxime

[linux-sunxi] [PATCH v2 4/4] arm64: dts: allwinner: orange-pi-3: Enable USB 3.0 host support

2019-10-24 Thread Ondrej Jirman
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:

[linux-sunxi] [PATCH v2 2/4] phy: allwinner: add phy driver for USB3 PHY on Allwinner H6 SoC

2019-10-24 Thread Ondrej Jirman
From: Icenowy Zheng Allwinner H6 SoC contains a USB3 PHY (with USB2 DP/DM lines also controlled). Add a driver for it. The register operations in this driver is mainly extracted from the BSP USB3 driver. Signed-off-by: Ondrej Jirman Signed-off-by: Icenowy Zheng Reviewed-by: Chen-Yu Tsai

[linux-sunxi] [PATCH v2 3/4] arm64: dts: allwinner: h6: add USB3 device nodes

2019-10-24 Thread Ondrej Jirman
From: Icenowy Zheng Allwinner H6 SoC features USB3 functionality, with a DWC3 controller and a custom PHY. Add device tree nodes for them. Signed-off-by: Ondrej Jirman Signed-off-by: Icenowy Zheng Reviewed-by: Chen-Yu Tsai --- arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi | 32

[linux-sunxi] [PATCH v2 0/4] Add USB 3 support for H6 and Orange Pi 3

2019-10-24 Thread Ondrej Jirman
This series implements USB 3 support for Xunlong Orange Pi 3 board. This is a re-hash of the Icenowy's earlier USB3 work[1] without code that caused controversy previously. Orange Pi 3 board doesn't need vbus supply to be dynamically enabled, so that code is not needed to support USB3 on this

[linux-sunxi] [PATCH v2 1/4] dt-bindings: Add bindings for USB3 phy on Allwinner H6

2019-10-24 Thread Ondrej Jirman
The new Allwinner H6 SoC contains a USB3 PHY that is wired to the external USB3 pins of the SoC. Add a device tree binding for the PHY. Signed-off-by: Ondrej Jirman Acked-by: Maxime Ripard --- .../phy/allwinner,sun50i-h6-usb3-phy.yaml | 47 +++ 1 file changed, 47

[linux-sunxi] Re: [PATCH v2 2/4] dt-bindings: crypto: Add DT bindings documentation for sun8i-ss Security System

2019-10-24 Thread Corentin Labbe
On Thu, Oct 24, 2019 at 08:50:05AM +0200, Maxime Ripard wrote: > Hi, > > On Wed, Oct 23, 2019 at 10:10:14PM +0200, Corentin Labbe wrote: > > This patch adds documentation for Device-Tree bindings of the > > Security System cryptographic offloader driver. > > > > Signed-off-by: Corentin Labbe > >

[linux-sunxi] Re: [PATCH v10 5/6] arm64: dts: allwinner: a64: Add MIPI DSI pipeline

2019-10-24 Thread Jagan Teki
On Thu, Oct 17, 2019 at 3:22 PM Maxime Ripard wrote: > > On Wed, Oct 16, 2019 at 02:19:44PM +0530, Jagan Teki wrote: > > On Wed, Oct 16, 2019 at 1:33 PM Maxime Ripard wrote: > > > > > > On Mon, Oct 14, 2019 at 05:37:50PM +0530, Jagan Teki wrote: > > > > On Mon, Oct 7, 2019 at 4:27 PM Maxime