[linux-sunxi] Re: [PATCH 1/5] phy: allwinner: add phy driver for USB3 PHY on Allwinner H6 SoC

2018-05-22 Thread Rob Herring
On Mon, May 07, 2018 at 11:18:13PM +0800, Icenowy Zheng wrote: > 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: Icenowy Zheng

[linux-sunxi] Re: [PATCH 4/5] arm64: allwinner: h6: add USB3 device nodes

2018-05-22 Thread Rob Herring
On Tue, May 08, 2018 at 11:31:27AM +0300, Sergei Shtylyov wrote: > Hello! > > On 5/7/2018 6:18 PM, Icenowy Zheng wrote: > > > Allwinner H6 SoC features USB3 functionality, with a DWC3 controller and > > a custom PHY. > > > > Add device tree nodes for them. > > > > Signed-off-by: Icenowy Zheng

[linux-sunxi] Re: [BUG] sound: soc: sunxi: sun4i-codec.c left control in right mixer

2018-05-22 Thread Maxime Ripard
Hi, On Sat, May 19, 2018 at 03:15:08PM +0200, Markus Mitsch wrote: > in linux/sound/sunxi/sun4i-codec.c there is a control for the left > channel in the section of routes for the right channel at line number > 770. I dont know if this is wanted. It is. > And, i dont know if it is related, but

Re: [linux-sunxi] [BUG] On Allwinner A20 Board Cubietruck distorted SPDIF opical output

2018-05-22 Thread Code Kipper
Hi Markus, I've been able to reproduce this on my A31 board with linux-next(plays at 44100 but not at 96K)so it is an issue. I also tested the same code on my A64 and it worked fine, The blocks are very similar so it maybe a clocking issue, I'll look into this. BR, CK On 21 May 2018 at 20:17,

[linux-sunxi] Re: [PATCH v2 14/26] dt-bindings: display: Add compatible for A64 HDMI

2018-05-22 Thread Rob Herring
On Fri, May 18, 2018 at 03:15:24PM +0530, Jagan Teki wrote: > HDMI on Allwinner A64 has similar like H3/H5/A83T. > > Add compatible a64 and update A83T compatible as fallback. > > Signed-off-by: Jagan Teki > --- > Changes for v2: > - Add fallback compatible > >

[linux-sunxi] Re: [PATCH v2 07/26] dt-bindings: display: Add compatible for A64 DE2 tcon1 blocks

2018-05-22 Thread Rob Herring
On Fri, May 18, 2018 at 03:15:17PM +0530, Jagan Teki wrote: > Allwinner A64 has DE2 pipeline with tcon0 and tcon1 block > which is similar Allwinner A83T. > > This patch adds dt-binding documentation for A64 DE2 tcon1 blocks. > > Mixer1 has different configuration for A64 so use separate

[linux-sunxi] Re: [PATCH v3] arm64: allwinner: a64: Add Amarula A64-Relic initial support

2018-05-22 Thread Maxime Ripard
On Tue, May 22, 2018 at 06:52:28PM +0530, Jagan Teki wrote: > Amarula A64-Relic is Allwinner A64 based IoT device, which support > - Allwinner A64 Cortex-A53 > - Mali-400MP2 GPU > - AXP803 PMIC > - 1GB DDR3 RAM > - 8GB eMMC > - AP6330 Wifi/BLE > - MIPI-DSI > - CSI: OV5640 sensor > - USB OTG You

[linux-sunxi] [PATCH v3] arm64: allwinner: a64: Add Amarula A64-Relic initial support

2018-05-22 Thread Jagan Teki
Amarula A64-Relic is Allwinner A64 based IoT device, which support - Allwinner A64 Cortex-A53 - Mali-400MP2 GPU - AXP803 PMIC - 1GB DDR3 RAM - 8GB eMMC - AP6330 Wifi/BLE - MIPI-DSI - CSI: OV5640 sensor - USB OTG - 12V DC power supply Signed-off-by: Jagan Teki ---

Re: [linux-sunxi] Re: [U-Boot] [PATCH v7 00/35] phy: sunxi: Add Allwinner sun4i USB PHY

2018-05-22 Thread Marek Vasut
On 05/22/2018 02:40 PM, Jagan Teki wrote: > On Tue, May 15, 2018 at 6:19 PM, Jagan Teki wrote: >> Hi Marek, >> >> On Tue, May 15, 2018 at 2:16 PM, Jun Nie wrote: >>> 2018-05-07 15:33 GMT+08:00 Jagan Teki : This series

Re: [linux-sunxi] Re: [U-Boot] [PATCH v7 00/35] phy: sunxi: Add Allwinner sun4i USB PHY

2018-05-22 Thread Jagan Teki
On Tue, May 15, 2018 at 6:19 PM, Jagan Teki wrote: > Hi Marek, > > On Tue, May 15, 2018 at 2:16 PM, Jun Nie wrote: >> 2018-05-07 15:33 GMT+08:00 Jagan Teki : >>> This series rework of previous version where it removes