[linux-sunxi] Re: [PATCH v2] sunxi: Support booting from SPI flash

2016-06-10 Thread Hans de Goede
Hi, On 07-06-16 13:28, Siarhei Siamashka wrote: Allwinner devices support SPI flash as one of the possible bootable media type. The SPI flash chip needs to be connected to SPI0 pins (port C) to make this work. More information is available at: https://linux-sunxi.org/Bootable_SPI_flash Thi

Re: [linux-sunxi] PATH[1/3] ARM: axp20x_usb_power.c add device tree configuration options for REG 30H: VBUS-IPSOUT

2016-06-10 Thread Ene Alexandru
Hello I will prepare a new patch and properly submit it( i've managed to mess up this thread, as you can see above) It will include your comments. On Friday, June 10, 2016 at 12:56:35 PM UTC+3, Hans de Goede wrote: > > Hi, > > On 17-05-16 19:41, Ene Alexandru wrote: > > The AXP20X chips have

[linux-sunxi] Re: [PATCH v2] sunxi: Support booting from SPI flash

2016-06-10 Thread Simon Glass
On 9 June 2016 at 22:28, Siarhei Siamashka wrote: > On Thu, 9 Jun 2016 19:42:55 -0700 > Simon Glass wrote: > >> Hi, >> >> On 9 June 2016 at 18:33, Siarhei Siamashka >> wrote: >> > Hi Simon, >> > >> > On Thu, 9 Jun 2016 17:36:10 -0700 >> > Simon Glass wrote: >> > >> >> Hi, >> >> >> >> On 7 June

Re: [linux-sunxi] PATH[1/3] ARM: axp20x_usb_power.c add device tree configuration options for REG 30H: VBUS-IPSOUT

2016-06-10 Thread Hans de Goede
Hi, On 17-05-16 19:41, Ene Alexandru wrote: The AXP20X chips have a configuration register "REG 30H: VBUS-IPSOUT Power Path Management" that provide USB power supply protection. The current axp20x_usb_power.c provides support only for reading those values. From the datasheet: In order not to a

Re: [linux-sunxi] [PATCH] [V2] ARM: dts: sun7i: Add dts file for Bananapi M1 Plus board

2016-06-10 Thread Maxime Ripard
On Thu, Jun 02, 2016 at 11:15:55AM +0200, Bernhard Nortmann wrote: > Am 02.06.2016 um 10:16 schrieb Maxime Ripard: > >[...] > >Yes, everything that is shared with the banana-pro (which, judging > >from Bernhard, is pretty much everything but a GPIO) should be merged > >in the banapro DT. > > > >Max

[linux-sunxi] Re: [PATCH 0/2] ARM: dts: sunxi: Re-order sun4i and sun7i pinctrl nodes alphabetically

2016-06-10 Thread Maxime Ripard
On Fri, Jun 10, 2016 at 11:05:17AM +0300, Aleksei Mamlin wrote: > Hello, > > This patchset have no functional changes, only sorting sun4i and sun7i pinctrl > nodes in alphabetical order. Applied both, thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering

[linux-sunxi] Re: [PATCH 7/7] ARM: dts: sun7i: Enable NAND on Wexler TAB7200

2016-06-10 Thread Maxime Ripard
On Thu, Jun 09, 2016 at 11:11:00AM +0300, Aleksei Mamlin wrote: > On Thu, 9 Jun 2016 00:03:14 +0200 > Maxime Ripard wrote: > > > Hi, > > > > On Mon, Jun 06, 2016 at 01:24:24PM +0300, Aleksei Mamlin wrote: > > > Enable the NFC and describe the NAND flash connected to this controller. > > > > > >

[linux-sunxi] Re: brcmfmac device tree support

2016-06-10 Thread 'Arend Van Spriel' via linux-sunxi
Op 9 jun. 2016 19:25 schreef : > > Hey Hans, > > Newbie to the brcmfmac here in need of some guidance. I'm trying to bring up a Broadcom 43362 module up on a Beaglebone Black. I modified the dts to define the sdio pins and associate mmc0 with the brcmfmac driver. How do I get the driver to recogn

[linux-sunxi] [PATCH 1/2] ARM: dts: sun4i: Re-order pinctrl nodes alphabetically

2016-06-10 Thread Aleksei Mamlin
No functional change. Re-order sun4i pinctrl nodes alphabetically. Signed-off-by: Aleksei Mamlin --- arch/arm/boot/dts/sun4i-a10.dtsi | 114 +++ 1 file changed, 57 insertions(+), 57 deletions(-) diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi b/arch/arm/boot/dt

[linux-sunxi] [PATCH 2/2] ARM: dts: sun7i: Re-order pinctrl nodes alphabetically

2016-06-10 Thread Aleksei Mamlin
No functional change. Re-order sun7i pinctrl nodes alphabetically. Signed-off-by: Aleksei Mamlin --- arch/arm/boot/dts/sun7i-a20.dtsi | 284 +++ 1 file changed, 142 insertions(+), 142 deletions(-) diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/

[linux-sunxi] [PATCH 0/2] ARM: dts: sunxi: Re-order sun4i and sun7i pinctrl nodes alphabetically

2016-06-10 Thread Aleksei Mamlin
Hello, This patchset have no functional changes, only sorting sun4i and sun7i pinctrl nodes in alphabetical order. Aleksei Mamlin (2): ARM: dts: sun4i: Re-order pinctrl nodes alphabetically ARM: dts: sun7i: Re-order pinctrl nodes alphabetically arch/arm/boot/dts/sun4i-a10.dtsi | 114 +++

[linux-sunxi] Re: brcmfmac device tree support

2016-06-10 Thread Hans de Goede
Hi, On 09-06-16 20:52, Arend Van Spriel wrote: Op 9 jun. 2016 19:25 schreef mailto:michael.eskow...@gmail.com>>: Hey Hans, Newbie to the brcmfmac here in need of some guidance. I'm trying to bring up a Broadcom 43362 module up on a Beaglebone Black. I modified the dts to define the sdio p