[linux-sunxi] Re: [PATCH] dma: sun4i: expose block size and wait cycle configuration to DMA users

2016-03-15 Thread Vinod Koul
On Mon, Mar 14, 2016 at 12:46:41PM +0100, Maxime Ripard wrote: > On Fri, Mar 11, 2016 at 04:48:26PM +0530, Vinod Koul wrote: > > > > But this nees to be property for clients and not driver. Client can then > > > > program these > > > > > > Yes, totally. The question here is how the clients give th

[linux-sunxi] [PATCH v2 0/2] ARM: dt: sunxi: Add Itead Ibox support

2016-03-15 Thread codekipper
From: Marcus Cooper This patch delivers the uboot changes required for the Itead Ibox A20. As there are a few Itead variants out there based on their A10/A20 core module; I have created a common dtsi for all of them. I've also converted the A10 Itead Iteaduino dts to use this common file. BR, CK

[linux-sunxi] [PATCH v2 1/2] sun7i: Add support for the Itead Ibox

2016-03-15 Thread codekipper
From: Marcus Cooper Add dts and defconfig for the multi board device based on the Allwinner A20 SoC. It contains the A20 Itead Core module and a base board for the external interfaces. The core module comes with 4GB NAND and 1GB DDR RAM. As this is a generic design which has also been used on a

[linux-sunxi] [PATCH v2 2/2] sun4i: Convert Iteadunio plus dts

2016-03-15 Thread codekipper
From: Marcus Cooper The delivery of the Itead Ibox A20 contained a common include dtsi file for the core module which this Itead Iteadunio Plus uses. This patch modifies the dts to use this include dtsi. Signed-off-by: Marcus Cooper --- arch/arm/dts/sun4i-a10-itead-iteaduino-plus.dts | 86 +---

[linux-sunxi] Re: [PATCH 0/2] ARM: dt: sunxi: Add Itead Ibox support

2016-03-15 Thread Code Kipper
On 15 March 2016 at 18:34, wrote: > From: Marcus Cooper > > This patch delivers the uboot changes required for the Itead Ibox A20. As > there > are a few Itead variants out there based on their A10/A20 core module; I have > created a common dtsi for all of them. > > I've also converted the A10

[linux-sunxi] [PATCH 2/2] sun4i: Convert Iteadunio plus dts

2016-03-15 Thread codekipper
From: Marcus Cooper The delivery of the Itead Ibox A20 contained a common include dtsi file for the core module which this Itead Iteadunio Plus uses. This patch modifies the dts to use this include dtsi. Signed-off-by: Marcus Cooper --- arch/arm/dts/sun4i-a10-itead-iteaduino-plus.dts | 86 +---

[linux-sunxi] [PATCH 1/2] sun7i: Add support for the Itead Ibox

2016-03-15 Thread codekipper
From: Marcus Cooper Add dts and defconfig for the multi board device based on the Allwinner A20 SoC. It contains the A20 Itead Core module and a base board for the external interfaces. The core module comes with 4GB NAND and 1GB DDR RAM. As this is a generic design which has also been used on a

[linux-sunxi] [PATCH 0/2] ARM: dt: sunxi: Add Itead Ibox support

2016-03-15 Thread codekipper
From: Marcus Cooper This patch delivers the uboot changes required for the Itead Ibox A20. As there are a few Itead variants out there based on their A10/A20 core module; I have created a common dtsi for all of them. I've also converted the A10 Itead Iteaduino dts to use this common file. BR, CK

Re: [linux-sunxi] Re: [PATCH v8 2/2] ASoc: sun4i-codec: Add FM, Line and Mic inputs

2016-03-15 Thread Mark Brown
On Mon, Mar 14, 2016 at 11:49:39AM +0100, Maxime Ripard wrote: > On Sat, Mar 12, 2016 at 08:52:22AM +0100, Danny Milosavljevic wrote: > > > The other direction (making two controls which both do the same and > > > update > > > each other's value) doesn't seem to be easily available. > > > Shou