Re: [linux-sunxi] Booting devel device tree kernel on Cubietruck

2014-05-22 Thread Yassin Jaffer
sorry I did not realize that your are booting from NFS, I had my own mmc driver. I guess you could use initramfs. I've not tried to boot from NFS before. On Thu, May 22, 2014 at 3:56 PM, Yassin Jaffer yassinjaf...@gmail.comwrote: setenv bootargs console=ttyS0,115200 loglevel=9 earlyprintk

[linux-sunxi] Nand issue in A20 custom board.

2014-05-22 Thread Puneet B
Hi all, We are using A20 custom board , in that we have sk hynix nand of 4 gb. once i booted ubuntu from sdcard with nand used=1 in script. i am getting otp copy 0 is ok! in contineous loop. but once i disable nand in script , ubuntu is working fine. and i also tried flashing android to nand

Re: [linux-sunxi] [PATCH] Add qt840a

2014-05-22 Thread Hans de Goede
Hi, On 05/21/2014 10:23 PM, Amit Kucheria wrote: Hi Hans, (Do you explicitly change headers so that a reply-all doesn't include your email id? If so, I won't manually try to add you back again) No googlegroups does that automatically (a bit of a mis feature). Still there is no need to add

Re: [linux-sunxi] [PATCH] Add qt840a

2014-05-22 Thread Amit Kucheria
On Thu, May 22, 2014 at 2:27 PM, Hans de Goede hdego...@redhat.com wrote: And also does your ethernet port work ? Mine is flaky, and it seems that the fex file is incorrect wrt the ethernet (on my pcb it needs PH21 as emac power gpio to work at all. Have you tried to disabling

[linux-sunxi] Re: [PATCH 1/2] ARM: dts: sun7i: cubietruck: set mmc3 bus-width property

2014-05-22 Thread Maxime Ripard
On Wed, May 21, 2014 at 07:43:30PM +0200, Hans de Goede wrote: bus-width defaults to 1, and all 4 lines are hooked up at the cubietruck, properly set bus-width to 4. Signed-off-by: Hans de Goede hdego...@redhat.com Merged the two patches, thanks! Maxime -- Maxime Ripard, Free Electrons

Re: [linux-sunxi] [PATCH] Add qt840a

2014-05-22 Thread Hans de Goede
Hi, On 05/22/2014 11:20 AM, Amit Kucheria wrote: On Thu, May 22, 2014 at 2:27 PM, Hans de Goede hdego...@redhat.com wrote: And also does your ethernet port work ? Mine is flaky, and it seems that the fex file is incorrect wrt the ethernet (on my pcb it needs PH21 as emac power gpio to work

[linux-sunxi] Re: Nand issue in A20 custom board.

2014-05-22 Thread Puneet B
While flashing through phonix suite i got fallowing error in continuous loop in serial port. FES:INFO : ..1 FES:INFO : ..2 FES:INFO : ..3 FES:INFO : ..5 FES:INFO : ..6 FES:INFO : ..7 FES:INFO : ..8 FES:INFO :

Re: [linux-sunxi] Booting devel device tree kernel on Cubietruck

2014-05-22 Thread Koen Kooi
Op 22 mei 2014, om 14:13 heeft jonsm...@gmail.com het volgende geschreven: On Thu, May 22, 2014 at 2:14 AM, Yassin Jaffer yassinjaf...@gmail.com wrote: sorry I did not realize that your are booting from NFS, I had my own mmc driver. I guess you could use initramfs. I've not tried to boot from

Re: [linux-sunxi] Booting devel device tree kernel on Cubietruck

2014-05-22 Thread jonsm...@gmail.com
On Thu, May 22, 2014 at 8:16 AM, Koen Kooi k...@dominion.thruhere.net wrote: Op 22 mei 2014, om 14:13 heeft jonsm...@gmail.com het volgende geschreven: On Thu, May 22, 2014 at 2:14 AM, Yassin Jaffer yassinjaf...@gmail.com wrote: sorry I did not realize that your are booting from NFS, I had

Re: [linux-sunxi] Booting devel device tree kernel on Cubietruck

2014-05-22 Thread jonsm...@gmail.com
On Thu, May 22, 2014 at 8:19 AM, jonsm...@gmail.com jonsm...@gmail.com wrote: On Thu, May 22, 2014 at 8:16 AM, Koen Kooi k...@dominion.thruhere.net wrote: Op 22 mei 2014, om 14:13 heeft jonsm...@gmail.com het volgende geschreven: On Thu, May 22, 2014 at 2:14 AM, Yassin Jaffer

[linux-sunxi] [PATCH v9 0/2] Add support for the Allwinner A31 DMA Controller

2014-05-22 Thread Maxime Ripard
Hi, This patchset adds support for the DMA controller found in the Allwinner A31 and A23 SoCs. This has been tested using the newly introduced SPI driver on an A31 EVK. Support for DMA-driven SPI transfers will be the subject of another patch serie. Thanks, Maxime Changes from v8: - Drop the

[linux-sunxi] Allwinner A31 max output resolution via HDMI

2014-05-22 Thread RFat
Hi, I wondered if anyone knows what's ther maximal output resolution the hdmi port of the allwinner A31? It has HDMI1.4 which is supposed to support 4k, but while I've seen some posts that talk about 2160p@30Hz (at the A31 wiki page for example) - most places talk about 1080p@60Hz. Thanks!

[linux-sunxi] [PATCH] pinctrl: sunxi: fix pin numbers passed to register offset helpers

2014-05-22 Thread Chen-Yu Tsai
The pin numbers passed to sunxi_*_reg helpers to get the correct registers should be the pin offset for the PIO block, not the absolute number we use that is based on the alphanumeric labels Allwinner uses. This patch subtracts .pin_base from the pin number passed to these functions, so the

[linux-sunxi] Re: [PATCH] pinctrl: sunxi: fix pin numbers passed to register offset helpers

2014-05-22 Thread Boris BREZILLON
Hello Chen-Yu, On 22/05/2014 17:20, Chen-Yu Tsai wrote: The pin numbers passed to sunxi_*_reg helpers to get the correct registers should be the pin offset for the PIO block, not the absolute number we use that is based on the alphanumeric labels Allwinner uses. This patch subtracts

Re: [linux-sunxi] Re: [PATCH v6 0/7] mfd: AXP20x: Add support for AXP202 and AXP209

2014-05-22 Thread Carlo Caione
On Wed, May 21, 2014 at 11:14 AM, Lee Jones lee.jo...@linaro.org wrote: This set of patches introduces the core driver and support for two different subsystems: - Regulators .../ABI/testing/sysfs-driver-input-axp-pek | 11 +

[linux-sunxi] Re: [PATCH v2 1/6] wdt: sunxi: Move restart code to the watchdog driver

2014-05-22 Thread Maxime Ripard
On Mon, May 19, 2014 at 05:04:22PM +0200, Maxime Ripard wrote: On Thu, May 15, 2014 at 11:11:23AM +0200, Maxime Ripard wrote: On Wed, May 07, 2014 at 02:33:18PM -0700, Guenter Roeck wrote: On Tue, May 06, 2014 at 09:44:19PM -0500, Maxime Ripard wrote: Most of the watchdog code is

[linux-sunxi] Re: [PATCH v2 1/6] wdt: sunxi: Move restart code to the watchdog driver

2014-05-22 Thread One Thousand Gnomes
On Thu, 22 May 2014 22:34:44 +0200 Maxime Ripard maxime.rip...@free-electrons.com wrote: On Mon, May 19, 2014 at 05:04:22PM +0200, Maxime Ripard wrote: On Thu, May 15, 2014 at 11:11:23AM +0200, Maxime Ripard wrote: On Wed, May 07, 2014 at 02:33:18PM -0700, Guenter Roeck wrote: On Tue,

[linux-sunxi] Re: [PATCH v2 1/6] wdt: sunxi: Move restart code to the watchdog driver

2014-05-22 Thread Maxime Ripard
On Thu, May 22, 2014 at 09:39:43PM +0100, One Thousand Gnomes wrote: On Thu, 22 May 2014 22:34:44 +0200 Maxime Ripard maxime.rip...@free-electrons.com wrote: On Mon, May 19, 2014 at 05:04:22PM +0200, Maxime Ripard wrote: On Thu, May 15, 2014 at 11:11:23AM +0200, Maxime Ripard wrote:

[linux-sunxi] Re: [PATCH v2 1/6] wdt: sunxi: Move restart code to the watchdog driver

2014-05-22 Thread Guenter Roeck
On Thu, May 22, 2014 at 10:34:44PM +0200, Maxime Ripard wrote: On Mon, May 19, 2014 at 05:04:22PM +0200, Maxime Ripard wrote: On Thu, May 15, 2014 at 11:11:23AM +0200, Maxime Ripard wrote: On Wed, May 07, 2014 at 02:33:18PM -0700, Guenter Roeck wrote: On Tue, May 06, 2014 at 09:44:19PM

[linux-sunxi] Re: [PATCH] pinctrl: sunxi: fix pin numbers passed to register offset helpers

2014-05-22 Thread Linus Walleij
On Thu, May 22, 2014 at 5:20 PM, Chen-Yu Tsai w...@csie.org wrote: The pin numbers passed to sunxi_*_reg helpers to get the correct registers should be the pin offset for the PIO block, not the absolute number we use that is based on the alphanumeric labels Allwinner uses. This patch

[linux-sunxi] Re: gslx680 driver ported to sunxi

2014-05-22 Thread bonninr
I have compiled the gslx680 driver, but there is a problem finding the firmware file (Error -2). Is there an standard location where the module will search for it? I'm using a 3.4 kernel, and the F20 image. Many thanks! Module loading dmesg excerpt following: [ 342.700742]