Re: [linux-sunxi] Re: i2s audio codec support for sun7i

2014-06-21 Thread Yassin Jaffer
Hi Puneet Have a look into some on some of the drivers handle the regulators power. rtl8723bs sdio wifi for example. On Sat, Jun 21, 2014 at 4:49 PM, Puneet B punit...@gmail.com wrote: Here i am attaching my schematics of A20 board , KIndly tell how can pass get t 4 regulators for

Re: [linux-sunxi] Re: [PATCH v6 3/7] mfd: AXP20x: Add bindings documentation

2014-06-21 Thread Carlo Caione
On Wed, Jun 18, 2014 at 11:06 AM, Lee Jones lee.jo...@linaro.org wrote: On 19/05/2014 21:47, Carlo Caione wrote: Bindings documentation for the AXP20x driver. In this file also sub-nodes are documented. I think this patch has been forgotten (I didn't find it in linus' tree or linux-next

Re: [linux-sunxi] Re: i2s audio codec support for sun7i

2014-06-21 Thread Puneet B
Yes Yassin, but not get any idea. if you see this link, here they are passing via ldo. http://e2e.ti.com/support/arm/sitara_arm/f/791/p/345940/1224371.aspx * Regulators */ AVDD-supply = ldo4_reg; IOVDD-supply = ldo4_reg; DRVDD-supply = ldo4_reg; DVDD-supply = ldo1_reg; HPVDD-supply =

[linux-sunxi] [PATCH v10 1/5] ARM: sunxi: Add documentation for sunxi consumer infrared devices

2014-06-21 Thread Alexander Bersenev
This patch adds documentation for Device-Tree bindings for sunxi IR controller. Signed-off-by: Alexander Bersenev b...@hackerdom.ru Signed-off-by: Alexsey Shestacov wingr...@linux-sunxi.org --- .../devicetree/bindings/media/sunxi-ir.txt | 23 1 files changed, 23

[linux-sunxi] [PATCH v10 2/5] [media] rc: add sunxi-ir driver

2014-06-21 Thread Alexander Bersenev
This patch adds driver for sunxi IR controller. It is based on Alexsey Shestacov's work based on the original driver supplied by Allwinner. Signed-off-by: Alexander Bersenev b...@hackerdom.ru Signed-off-by: Alexsey Shestacov wingr...@linux-sunxi.org --- drivers/media/rc/Kconfig | 10 ++

[linux-sunxi] [PATCH v10 3/5] ARM: sunxi: Add pins for IR controller on A20 to dtsi

2014-06-21 Thread Alexander Bersenev
This patch adds pins for two IR controllers on A20 Signed-off-by: Alexander Bersenev b...@hackerdom.ru Signed-off-by: Alexsey Shestacov wingr...@linux-sunxi.org --- arch/arm/boot/dts/sun7i-a20.dtsi | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git