Re: [linux-sunxi] [PATCH v2 3/3] axp20x_usb_power.txt : add description for the new parameters

2016-06-14 Thread Ene Alexandru
On Tuesday, June 14, 2016 at 9:49:47 PM UTC+3, Maxime Ripard wrote: > > Hi, > > On Tue, Jun 14, 2016 at 04:33:38PM +0200, Ene Alexandru wrote: > > Add detailed documentation regarding the new axp20x_usb_power parameters > > > > Signed-off-by: Ene Alexandru > > --- >

Re: [linux-sunxi] [PATCH v2 3/3] axp20x_usb_power.txt : add description for the new parameters

2016-06-14 Thread Maxime Ripard
Hi, On Tue, Jun 14, 2016 at 04:33:38PM +0200, Ene Alexandru wrote: > Add detailed documentation regarding the new axp20x_usb_power parameters > > Signed-off-by: Ene Alexandru > --- > .../bindings/power_supply/axp20x_usb_power.txt | 32 > > 1

[linux-sunxi] [PATCH v2 3/3] axp20x_usb_power.txt : add description for the new parameters

2016-06-14 Thread Ene Alexandru
Add detailed documentation regarding the new axp20x_usb_power parameters Signed-off-by: Ene Alexandru --- .../bindings/power_supply/axp20x_usb_power.txt | 32 1 file changed, 32 insertions(+) diff --git

[linux-sunxi] [PATCH v2 1/3] axp20x_usb_power.c: add device tree cofiguration parameters for VBUS-IPSOUT power path management

2016-06-14 Thread Ene Alexandru
The AXP20X chips can protect the VBUS(USB) input path, when in use, by disconnecting it when some configurable conditions are met: the VBUS input voltage is lower than the configured value the VBUS input current is higher than the configured value This patch creates 3 device tree

[linux-sunxi] [PATCH v2 2/3] axp209.dtsi : add the new device tree parameters for usb_power_supply node

2016-06-14 Thread Ene Alexandru
This commit adds the new parameters into the device tree. The default values are the ones from the AXP209 datasheet. Signed-off-by: Ene Alexandru --- arch/arm/boot/dts/axp209.dtsi |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/boot/dts/axp209.dtsi

[linux-sunxi] Re: [PATCH v2 4/4] ARM: dts: sun7i: Add NFC node to Allwinner A20 SoC

2016-06-14 Thread Aleksei Mamlin
t; Hi, > > > > > > [auto build test ERROR on mripard/sunxi/for-next] > > > [also build test ERROR on next-20160614] > > > [cannot apply to robh/for-next v4.7-rc3] > > > [if your patch is applied to the wrong git tree, please drop us a note to > > &g

[linux-sunxi] Unable to flash NAND using Livesuite

2016-06-14 Thread sufi al hussaini hassani kamili raheemi
Hi, I'm trying to flash my NAND using Olimex's Android image and sunxi-livesuite . This one's a custom board based off Olimex's A20 Micro. Looks like the device gets into FEL mode and

[linux-sunxi] Re: [PATCH v2 4/4] ARM: dts: sun7i: Add NFC node to Allwinner A20 SoC

2016-06-14 Thread Maxime Ripard
On Tue, Jun 14, 2016 at 04:19:08PM +0300, Aleksei Mamlin wrote: > On Tue, 14 Jun 2016 21:11:12 +0800 > kbuild test robot <l...@intel.com> wrote: > > > Hi, > > > > [auto build test ERROR on mripard/sunxi/for-next] > > [also build test ERROR on next-20160

[linux-sunxi] Re: [PATCH v2 4/4] ARM: dts: sun7i: Add NFC node to Allwinner A20 SoC

2016-06-14 Thread Aleksei Mamlin
On Tue, 14 Jun 2016 21:11:12 +0800 kbuild test robot <l...@intel.com> wrote: > Hi, > > [auto build test ERROR on mripard/sunxi/for-next] > [also build test ERROR on next-20160614] > [cannot apply to robh/for-next v4.7-rc3] > [if your patch is applied to the wrong git tre

[linux-sunxi] Re: [PATCH v2 4/4] ARM: dts: sun7i: Add NFC node to Allwinner A20 SoC

2016-06-14 Thread kbuild test robot
Hi, [auto build test ERROR on mripard/sunxi/for-next] [also build test ERROR on next-20160614] [cannot apply to robh/for-next v4.7-rc3] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Aleksei

[linux-sunxi] Re: [PATCH] ARM: sunxi/dt: make the CHIP inherit from allwinner,sun5i-a13

2016-06-14 Thread Maxime Ripard
Hi, On Tue, Jun 14, 2016 at 01:38:04PM +0200, Boris Brezillon wrote: > The sun4i-timer driver registers its sched_clock only if the machine is > compatible with "allwinner,sun5i-a13", "allwinner,sun5i-a10s" or > "allwinner,sun4i-a10". > Add the missing "allwinner,sun5i-a13" string to the machine

[linux-sunxi] Re: [PATCH v2 1/4] ARM: dts: sun4i: Add A10 NAND controller pin definitions

2016-06-14 Thread Maxime Ripard
Hi, On Tue, Jun 14, 2016 at 02:17:35PM +0300, Aleksei Mamlin wrote: > From: Boris Brezillon > > Define the NAND controller pin configs. > > Signed-off-by: Boris Brezillon > Signed-off-by: Aleksei Mamlin

[linux-sunxi] Re: [PATCH v2 4/4] ARM: dts: sun7i: Add NFC node to Allwinner A20 SoC

2016-06-14 Thread Maxime Ripard
On Tue, Jun 14, 2016 at 02:17:38PM +0300, Aleksei Mamlin wrote: > From: Boris Brezillon > > Add NAND Flash controller node definition to the A20 SoC. > > Signed-off-by: Boris Brezillon > Signed-off-by: Aleksei Mamlin

[linux-sunxi] Re: [PATCH v2 2/4] ARM: dts: sun4i: Add NFC node to Allwinner A10 SoC

2016-06-14 Thread Maxime Ripard
On Tue, Jun 14, 2016 at 02:17:36PM +0300, Aleksei Mamlin wrote: > From: Boris Brezillon > > Add NAND Flash controller node definition to the A10 SoC. > > Signed-off-by: Boris Brezillon > Signed-off-by: Aleksei Mamlin

[linux-sunxi] [PATCH] ARM: sunxi/dt: make the CHIP inherit from allwinner,sun5i-a13

2016-06-14 Thread Boris Brezillon
The sun4i-timer driver registers its sched_clock only if the machine is compatible with "allwinner,sun5i-a13", "allwinner,sun5i-a10s" or "allwinner,sun4i-a10". Add the missing "allwinner,sun5i-a13" string to the machine compatible. Signed-off-by: Boris Brezillon

[linux-sunxi] [PATCH v2 0/4] dts: sunxi: Add sunxi NAND Flash Controller support

2016-06-14 Thread Aleksei Mamlin
Hello, This series adds the sunxi NAND Flash Controller pin definitions and nodes to dts. Changes since v1: - Remove patch with Hynix H27UBG8T2BTR-BC MLC NAND chip definition. - Remove patches with NAND support on Marsboard A10 board and Wexler TAB7200. - Enable only the pin groups that are

Re: [linux-sunxi] [PATCH v3 10/13] spi: sunxi: merge sun4i and sun6i SPI driver

2016-06-14 Thread Julian Calaby
Hi Michal, On Tue, Jun 14, 2016 at 4:35 PM, Michal Suchanek wrote: > Hello, > > On 14 June 2016 at 07:45, Julian Calaby wrote: >> Hi Michal, >> >> On Tue, Jun 14, 2016 at 3:28 PM, Michal Suchanek wrote: >>> On 14 June 2016 at

[linux-sunxi] [PATCH v2 4/4] ARM: dts: sun7i: Add NFC node to Allwinner A20 SoC

2016-06-14 Thread Aleksei Mamlin
From: Boris Brezillon Add NAND Flash controller node definition to the A20 SoC. Signed-off-by: Boris Brezillon Signed-off-by: Aleksei Mamlin --- arch/arm/boot/dts/sun7i-a20.dtsi | 13 + 1

[linux-sunxi] [PATCH v2 1/4] ARM: dts: sun4i: Add A10 NAND controller pin definitions

2016-06-14 Thread Aleksei Mamlin
From: Boris Brezillon Define the NAND controller pin configs. Signed-off-by: Boris Brezillon Signed-off-by: Aleksei Mamlin --- arch/arm/boot/dts/sun4i-a10.dtsi | 52

[linux-sunxi] [PATCH v2 3/4] ARM: dts: sun7i: Add A20 NAND controller pin definitions

2016-06-14 Thread Aleksei Mamlin
From: Boris Brezillon Define the NAND controller pin configs. Signed-off-by: Boris Brezillon Signed-off-by: Aleksei Mamlin --- arch/arm/boot/dts/sun7i-a20.dtsi | 52

[linux-sunxi] [PATCH v2 2/4] ARM: dts: sun4i: Add NFC node to Allwinner A10 SoC

2016-06-14 Thread Aleksei Mamlin
From: Boris Brezillon Add NAND Flash controller node definition to the A10 SoC. Signed-off-by: Boris Brezillon Signed-off-by: Aleksei Mamlin --- arch/arm/boot/dts/sun4i-a10.dtsi | 13 + 1