[linux-sunxi] Re: sun4i drm driver not working on q8 a13 tablet ?

2016-06-09 Thread Maxime Ripard
Hi Hans, On Sat, Jun 04, 2016 at 08:10:54PM +0200, Hans de Goede wrote: > Hi All, > > As part of testing that my "ARM: dts: sun5i: Move display blocks to > sun5i.dtsi" > patch did not break anything I've been trying to get the sun4i-drm kms > driver to work on a q8 a13 tablet. > > I've build

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

2016-06-09 Thread Maxime Ripard
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. > > Signed-off-by: Aleksei Mamlin > --- > arch/arm/boot/dts/sun7i-a20-wexler-tab7200.dts | 41 > ++ > 1

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

2016-06-09 Thread Maxime Ripard
Hi, On Mon, Jun 06, 2016 at 01:24:18PM +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: sun4i drm driver not working on q8 a13 tablet ?

2016-06-09 Thread Hans de Goede
Hi, On 09-06-16 09:53, Maxime Ripard wrote: Hi Hans, On Sat, Jun 04, 2016 at 08:10:54PM +0200, Hans de Goede wrote: Hi All, As part of testing that my "ARM: dts: sun5i: Move display blocks to sun5i.dtsi" patch did not break anything I've been trying to get the sun4i-drm kms driver to work on

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

2016-06-09 Thread Aleksei Mamlin
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. > > > > Signed-off-by: Aleksei Mamlin

[linux-sunxi] Re: [PATCH 1/5] ethernet: add sun8i-emac driver

2016-06-09 Thread LABBE Corentin
Hello I agree to all your comments, but for some I have additionnal questions On Mon, Jun 06, 2016 at 11:25:15AM -0700, Florian Fainelli wrote: > On 06/03/2016 02:56 AM, LABBE Corentin wrote: > > [snip] > > > + > > +/* The datasheet said that each descriptor can transfers up to 4096bytes > > +

[linux-sunxi] Re: brcmfmac device tree support

2016-06-09 Thread michael . eskowitz
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 recognize the oob irq line? Does the

Re: [linux-sunxi] spidev on BananaPi R1 not working.

2016-06-09 Thread 'Eckhardt Ulrich' via linux-sunxi
Am Montag, 6. Juni 2016 19:20:35 UTC+2 schrieb Eckhardt Ulrich: > > I have build a kernel from the above sunxi-spi-dma branch. With this kernel > my test programs works. I have not tested if the chip select signals works > independently. I will catch this up, when my logic analyser has arrived.

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

2016-06-09 Thread Simon Glass
Hi, On 7 June 2016 at 05: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: > >

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

2016-06-09 Thread Siarhei Siamashka
Hi Simon, On Thu, 9 Jun 2016 17:36:10 -0700 Simon Glass wrote: > Hi, > > On 7 June 2016 at 05:28, Siarhei Siamashka > wrote: > > Allwinner devices support SPI flash as one of the possible > > bootable media type. The SPI flash chip needs to be

[linux-sunxi] Re: [PATCH sunxi-tools] Add a tool to generate raw NAND images

2016-06-09 Thread Siarhei Siamashka
On Wed, 1 Jun 2016 14:54:24 +0200 Boris Brezillon wrote: > On Wed, 1 Jun 2016 14:41:36 +0300 > Siarhei Siamashka wrote: > > > On Mon, 30 May 2016 19:02:13 +0200 > > Boris Brezillon wrote: > >

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

2016-06-09 Thread Siarhei Siamashka
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

[linux-sunxi] Re: [PATCH sunxi-tools] Add a tool to generate raw NAND images

2016-06-09 Thread Boris Brezillon
Hi Siarhei, On Fri, 10 Jun 2016 01:07:45 +0300 Siarhei Siamashka wrote: > On Wed, 1 Jun 2016 14:54:24 +0200 > Boris Brezillon wrote: > > > On Wed, 1 Jun 2016 14:41:36 +0300 > > Siarhei Siamashka