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

2018-05-11 Thread Jagan Teki
On Fri, May 11, 2018 at 11:20 AM, Chen-Yu Tsai wrote: > On Thu, May 10, 2018 at 10:43 PM, Jagan Teki > wrote: >> Amarula A64 Relic is Allwinner A64 based IoT device, which support >> - Allwinner A64 Cortex-A53 >> - Mali-400MP2 GPU >> - AXP803 PMIC >> -

[linux-sunxi] Re: [PATCH v4 3/3] ARM: dts: sun8i: h3: Add SY8106A regulator to Orange Pi PC

2018-05-11 Thread Maxime Ripard
On Mon, May 07, 2018 at 08:29:42PM +0800, Icenowy Zheng wrote: > From: Ondrej Jirman > > Add SY8106A regulator to r_i2c bus and enable the r_i2c bus on > Orange Pi PC, then set the power supply of the ARM cores to this > regulator, in order to enable DVFS. > > Signed-off-by:

[linux-sunxi] Re: [PATCH 1/2] arm64: dts: allwinner: a64: Update Orange Pi Win/Win Plus

2018-05-11 Thread Maxime Ripard
Hi Samuel, On Thu, May 10, 2018 at 10:01:23PM -0500, Samuel Holland wrote: > Enable the following board hardware features: > - Gigabit Ethernet > - SDIO Wi-Fi on mmc1 > - SPI flash on spi0 > - Status LED > - Dual-role micro-USB connection > > Also provide nodes for the UARTs exposed by the

[linux-sunxi] Re: [PATCH v4 1/3] drm/panel: Add RGB666 variant of Innolux AT070TN90

2018-05-11 Thread Maxime Ripard
On Wed, May 09, 2018 at 01:31:23PM +0200, Paul Kocialkowski wrote: > On Wed, 2018-05-09 at 09:12 +0200, Maxime Ripard wrote: > > On Tue, May 08, 2018 at 12:04:11AM +0200, Paul Kocialkowski wrote: > > > This adds timings for the RGB666 variant of the Innolux AT070TN90 panel, > > > as found on the

[linux-sunxi] Re: [PATCH 1/2] arm64: arch_timer: Workaround for Allwinner A64 timer instability

2018-05-11 Thread Marc Zyngier
[+Mark, who co-maintains the arch timer code with me] Hi Samuel, On 11/05/18 03:27, Samuel Holland wrote: > The Allwinner A64 SoC is known [1] to have an unstable architectural > timer, which manifests itself most obviously in the time jumping forward > a multiple of 95 years [2][3]. This

[linux-sunxi] Re: [PATCH 0/2] Allwinner A64 timer workaround

2018-05-11 Thread Andre Przywara
Hi, On 11/05/18 03:27, Samuel Holland wrote: > Hello, > > Several people (including me) have experienced extremely large system > clock jumps on their A64-based devices, apparently due to the > architectural timer going backward, which is interpreted by Linux as > the timer wrapping around after

[linux-sunxi] Re: [PATCH v4 3/3] ARM: dts: sun7i: Add support for the Ainol AW1 tablet

2018-05-11 Thread Maxime Ripard
On Tue, May 08, 2018 at 12:04:13AM +0200, Paul Kocialkowski wrote: > +++ b/arch/arm/boot/dts/sun7i-a20-ainol-aw1.dts > @@ -0,0 +1,297 @@ > +/* > + * SPDX-License-Identifier: (GPL-2.0+ OR MIT) This really should be the first line, and with a C++ style comment, as in: // SPDX-License-Identifier:

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

2018-05-11 Thread Maxime Ripard
On Fri, May 11, 2018 at 11:37:04AM +0530, Jagan Teki wrote: > On Fri, May 11, 2018 at 11:20 AM, Chen-Yu Tsai wrote: > > On Thu, May 10, 2018 at 10:43 PM, Jagan Teki > > wrote: > >> Amarula A64 Relic is Allwinner A64 based IoT device, which support > >>

[linux-sunxi] Re: [PATCH 1/2] arm64: arch_timer: Workaround for Allwinner A64 timer instability

2018-05-11 Thread Samuel Holland
On 05/11/18 03:48, Marc Zyngier wrote: > [+Mark, who co-maintains the arch timer code with me] > > Hi Samuel, > > On 11/05/18 03:27, Samuel Holland wrote: >> The Allwinner A64 SoC is known [1] to have an unstable architectural >> timer, which manifests itself most obviously in the time jumping

[linux-sunxi] Applied "regulator: add support for SY8106A regulator" to the regulator tree

2018-05-11 Thread Mark Brown
The patch regulator: add support for SY8106A regulator has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours)

[linux-sunxi] Applied "regulator: add binding for the SY8106A voltage regulator" to the regulator tree

2018-05-11 Thread Mark Brown
The patch regulator: add binding for the SY8106A voltage regulator has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

[linux-sunxi] Applied "regulator: add support for SY8106A regulator" to the regulator tree

2018-05-11 Thread Mark Brown
The patch regulator: add support for SY8106A regulator has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours)

[linux-sunxi] Applied "regulator: add binding for the SY8106A voltage regulator" to the regulator tree

2018-05-11 Thread Mark Brown
The patch regulator: add binding for the SY8106A voltage regulator has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

[linux-sunxi] Re: [PATCH v7 06/35] musb: sunxi: Add OTG device clkgate and reset for H3/H5

2018-05-11 Thread Maxime Ripard
On Mon, May 07, 2018 at 10:55:16PM +0200, Marek Vasut wrote: > On 05/07/2018 10:11 PM, Maxime Ripard wrote: > > On Mon, May 07, 2018 at 05:32:34PM +0200, Marek Vasut wrote: > >> On 05/07/2018 04:52 PM, Maxime Ripard wrote: > >>> On Mon, May 07, 2018 at 01:47:43PM +0200, Marek Vasut wrote: >