[linux-sunxi] Re: testing sunxi-codec on Cubieboard A10

2015-06-03 Thread Stefan Monnier
> i started testing the 4.1rcX kernel > from https://github.com/jwrdegoede/linux-sunxi/blob/sunxi-wip/ to check how > the sunxi-codec was working on my Cubieboard A10 board. Great. I'm about to do the same (I'm first trying to get the mainline 4.1 to work on my Mele-A2000 (see other thread wher

[linux-sunxi] testing sunxi-codec on Cubieboard A10

2015-06-03 Thread Andrea Venturi
hello, i started testing the 4.1rcX kernel from https://github.com/jwrdegoede/linux-sunxi/blob/sunxi-wip/ to check how the sunxi-codec was working on my Cubieboard A10 board. i found some pitfall that's why i'm writing here for a feedback. BTW i know it's been mainly developed and tested on A2

[linux-sunxi] Re: [PATCH v9 4/4] crypto: Add Allwinner Security System crypto accelerator

2015-06-03 Thread Corentin LABBE
Le 23/05/2015 16:35, Boris Brezillon a écrit : > Hi Corentin, > > On Sat, 23 May 2015 15:12:23 +0200 > Corentin LABBE wrote: > >> Le 17/05/2015 10:45, Boris Brezillon a écrit : >>> Hi Corentin, >>> >>> I started to review this new version, and I still think there's >>> something wrong with the w

Re: [linux-sunxi] Re: Trying 4.1 on a Mele-A2000

2015-06-03 Thread Jarosław Nieć
On Wed, Jun 3, 2015 at 2:49 PM, Stefan Monnier wrote: > > Having the whole .config and all the boot logs would help, but did you > > enable CONFIG_MDIO_SUN4I? > > Hmm... so it turned out that yes, that was enabled. And, comparing with > Jarosław's .config I don't see anything that rings a bell.

[linux-sunxi] Re: Trying 4.1 on a Mele-A2000

2015-06-03 Thread Stefan Monnier
> Having the whole .config and all the boot logs would help, but did you > enable CONFIG_MDIO_SUN4I? Hmm... so it turned out that yes, that was enabled. And, comparing with Jarosław's .config I don't see anything that rings a bell. For the record, here's my dmesg and my .config. Stefan

[linux-sunxi] Re: [PATCH v2 6/6] ARM: sun8i: dts: Add Ippo-q8h v1.2 with A33 and 1024x600 lcd support

2015-06-03 Thread Hans de Goede
Hi, On 03-06-15 11:45, Maxime Ripard wrote: On Tue, Jun 02, 2015 at 10:29:09AM +0200, Hans de Goede wrote: Hi, On 02-06-15 10:14, Maxime Ripard wrote: On Sat, May 30, 2015 at 04:55:06PM +0200, Hans de Goede wrote: The Ippo-q8h is a tablet circuit board commonly found in cheap Android tablets

Re: [linux-sunxi] Mdt nand in Uboot for A20 SoC

2015-06-03 Thread Henrik Nordström
fre 2015-05-29 klockan 06:33 -0700 skrev Philippe Fouquet: > cmd : mw.b 0x4100 0xFF 0x100 (all are to FF) > cmd : nand read 0x4100 0x0 0x100 (fail with ecc error) > cmd : md.b 0x4100 0x100 (I read .eGON.BTO.) > > I check the register new uboot/old uboot that same I would guess

[linux-sunxi] Re: [PATCH v2 6/6] ARM: sun8i: dts: Add Ippo-q8h v1.2 with A33 and 1024x600 lcd support

2015-06-03 Thread Maxime Ripard
On Tue, Jun 02, 2015 at 10:29:09AM +0200, Hans de Goede wrote: > Hi, > > On 02-06-15 10:14, Maxime Ripard wrote: > >On Sat, May 30, 2015 at 04:55:06PM +0200, Hans de Goede wrote: > >>The Ippo-q8h is a tablet circuit board commonly found in cheap Android > >>tablets. The v1.2 version can be used wi

Re: [linux-sunxi] Re: [PATCH] ARM: dts: sun6i: Add a dts file for the Mele A1000G quad top set box

2015-06-03 Thread Hans de Goede
Hi, On 02-06-15 23:49, Maxime Ripard wrote: On Tue, Jun 02, 2015 at 08:32:59PM +0200, Hans de Goede wrote: Hi, On 06/02/2015 05:58 PM, Maxime Ripard wrote: On Mon, Jun 01, 2015 at 05:02:59PM +0200, Hans de Goede wrote: The Mele A1000G-quad and the Mele M9 have the same PCB, sofar we've been

Re: [linux-sunxi] Re: [PATCH 1/3] phy: sun4i-usb: Add support for sun8i A23/A33

2015-06-03 Thread Hans de Goede
Hi, On 03-06-15 03:49, Chen-Yu Tsai wrote: Hi, On Wed, Jun 3, 2015 at 3:15 AM, Hans de Goede wrote: Hi, On 06/02/2015 02:29 PM, Chen-Yu Tsai wrote: A23/A33 have separate reset lines for each PHY, like on sun6i, but only 2 PHYs instead of 3. Add a new compatible for this. There is also an

[linux-sunxi] Mainline GPIO error

2015-06-03 Thread Michal Suchanek
Hello, I get this error after exporting pins on A10s: ~# for i in 29 30 31 32 ; do echo out > /sys/class/gpio/gpio$i/direction ; done -bash: echo: write error: Unknown error 517 -bash: echo: write error: Unknown error 517 -bash: echo: write error: Unknown error 517 I skimmed through the pinmux c