[linux-sunxi] Applied "ASoC: sun4i-codec: Enable bus clock after getting GPIO" to the asoc tree

2016-11-02 Thread Mark Brown
The patch ASoC: sun4i-codec: Enable bus clock after getting GPIO has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and

[linux-sunxi] Applied "ASoC: dapm: Introduce DAPM_DOUBLE_R dual channel dual register control type" to the asoc tree

2016-11-02 Thread Mark Brown
The patch ASoC: dapm: Introduce DAPM_DOUBLE_R dual channel dual register control type has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in

[linux-sunxi] Re: [PATCH v6 4/4] arm64: dts: add Pine64 support

2016-11-02 Thread André Przywara
On 02/11/16 21:50, Maxime Ripard wrote: > From: Andre Przywara > > The Pine64 is a cost-efficient development board based on the > Allwinner A64 SoC. > There are three models: the basic version with Fast Ethernet and > 512 MB of DRAM (Pine64) and two Pine64+ versions,

[linux-sunxi] [PATCH v6 1/4] clk: sunxi-ng: Add A64 clocks

2016-11-02 Thread Maxime Ripard
Add the A64 CCU clocks set. Acked-by: Rob Herring Signed-off-by: Maxime Ripard --- Documentation/devicetree/bindings/clock/sunxi-ccu.txt | 1 +- drivers/clk/sunxi-ng/Kconfig | 11 +- drivers/clk/sunxi-ng/Makefile

[linux-sunxi] [PATCH v6 3/4] Documentation: devicetree: add vendor prefix for Pine64

2016-11-02 Thread Maxime Ripard
From: Andre Przywara Signed-off-by: Andre Przywara Acked-by: Rob Herring Acked-by: Chen-Yu Tsai [Maxime: Change title prefix to match the usual style] Signed-off-by: Maxime Ripard

[linux-sunxi] [PATCH v6 2/4] arm64: dts: add Allwinner A64 SoC .dtsi

2016-11-02 Thread Maxime Ripard
From: Andre Przywara The Allwinner A64 SoC is a low-cost chip with 4 ARM Cortex-A53 cores and the typical tablet / TV box peripherals. The SoC is based on the (32-bit) Allwinner H3 chip, sharing most of the peripherals and the memory map. Although the cores are proper

[linux-sunxi] [PATCH v6 0/4] arm64: Allwinner A64 support based on sunxi-ng

2016-11-02 Thread Maxime Ripard
Hi, As it was in the first iteration, this is the A64 support based on the new sunxi-ng clock framework. The support for it is quite minimal at the moment, but it should be fairly easy to add new devices, as most of the design is shared with older SoCs. Let me know what you think, Maxime

[linux-sunxi] [PATCH v6 4/4] arm64: dts: add Pine64 support

2016-11-02 Thread Maxime Ripard
From: Andre Przywara The Pine64 is a cost-efficient development board based on the Allwinner A64 SoC. There are three models: the basic version with Fast Ethernet and 512 MB of DRAM (Pine64) and two Pine64+ versions, which both feature Gigabit Ethernet and additional

[linux-sunxi] Re: [PATCH v6 1/4] clk: sunxi-ng: Add A64 clocks

2016-11-02 Thread Chen-Yu Tsai
On Thu, Nov 3, 2016 at 5:50 AM, Maxime Ripard wrote: > Add the A64 CCU clocks set. > > Acked-by: Rob Herring > Signed-off-by: Maxime Ripard I thought I acked this one... Skimming through it again, I think you

[linux-sunxi] Syslog is full of "vdd-cpu: ramp_delay not set"

2016-11-02 Thread Alexander Syring
Hi , I have a Cubietruck and since mainline 4.9-rc1 I'm getting this error "vdd-cpu: ramp_delay not set" every second.  Can anyone tell me which is the right value for regulator-ramp-delay?‎ I only found that there is a register in the axp209 which is named ramp, but there is no value. Best

Re: [linux-sunxi] Syslog is full of "vdd-cpu: ramp_delay not set"

2016-11-02 Thread Chen-Yu Tsai
Hi On Wed, Nov 2, 2016 at 8:25 PM, Alexander Syring wrote: > > Hi , > > I have a Cubietruck and since mainline 4.9-rc1 I'm getting this error > "vdd-cpu: ramp_delay not set" every second. > > Can anyone tell me which is the right value for regulator-ramp-delay?‎ > > I only

[linux-sunxi] Applied "ASoC: dapm: Introduce DAPM_DOUBLE dual channel control type" to the asoc tree

2016-11-02 Thread Mark Brown
The patch ASoC: dapm: Introduce DAPM_DOUBLE dual channel control type has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24

[linux-sunxi] Re: [PATCH] ASoC: sun4i-codec: Enable bus clock after getting GPIO

2016-11-02 Thread Maxime Ripard
On Tue, Nov 01, 2016 at 02:31:55PM +0800, Chen-Yu Tsai wrote: > In the current probe function the GPIO is acquired after the codec's > bus clock is enabled. However if it fails to acquire the GPIO due to > a deferred probe, it does not disable the bus clock before bailing out. > This would result