Re: [linux-sunxi] how to flash android in NAND without phonixsuite ..

2014-02-20 Thread Gerardo Di Iorio
On Wed, Feb 19, 2014 at 10:00:08PM -0800, Puneet B wrote: Hi all, I am using A20 humming bird board. i want to boot android from NAND. i booted android from sd card successfully. Good you can share you info on the wiki i want to know boot0 and boot1 , is it common for all A20 board.

[linux-sunxi] Re: 3.14-rc3 regression with bcm43362 device, gets stuck at firmware loading

2014-02-20 Thread Arend van Spriel
On 02/17/2014 10:15 AM, Hans de Goede wrote: Hi Arend, I've spend my entire Sunday debugging the bcm43362 on the cubietruck not working. I did end up finding several bugs in our sunxi-mmc driver (*), and with those fixes it works like a charm with a 3.13 kernel + this fix:

Re: [linux-sunxi] how to flash android in NAND without phonixsuite ..

2014-02-20 Thread Puneet B
Hi arete74, Actually i am not booted android successfully from sdcard. only u-boot ,kernel from sdcard and rootfs mounted from NAND. sorry for inconvenience. and also i dont want to flash NAND from live suite also. i want to flash in to nand from command line ( by using bootable sd card)

Re: [linux-sunxi] i2s audio codec support for sun7i

2014-02-20 Thread Puneet B
Hi CodeKipper, Now i2s is compiled without any error. for i2s interface i am using TLV320AIC3100IRHBR chip for TI. this chip has i2c interface . so is i need to write middle level driver to make i2s audio codec to work. Regards Punith -- You received this message because you are subscribed

Re: [linux-sunxi] [PATCH] sunxi: Add Wexler TAB 7200 tablet

2014-02-20 Thread Luc Verhaegen
On Mon, Feb 17, 2014 at 11:31:12AM +0100, Luc Verhaegen wrote: On Mon, Jan 13, 2014 at 09:32:26AM +0400, Aleksei Mamlin wrote: Signed-off-by: Aleksei Mamlin mamli...@gmail.com --- board/sunxi/Makefile | 1 + board/sunxi/dram_wexler_tab_7200.c | 31

Re: [linux-sunxi] [PATCH] Add Wexler TAB 7200 tablet

2014-02-20 Thread Luc Verhaegen
On Mon, Feb 17, 2014 at 11:36:57AM +0100, Luc Verhaegen wrote: On Mon, Jan 13, 2014 at 09:33:16AM +0400, Aleksei Mamlin wrote: Signed-off-by: Aleksei Mamlin mamli...@gmail.com --- sys_config/a20/wexler_tab_7200.fex | 936 + 1 file changed, 936

Re: [linux-sunxi] i2s audio codec support for sun7i

2014-02-20 Thread Puneet B
Hi Codekipper, we are taking only HPLOUT and HPROUT signal from TI chip. (we are not using remaining outputs). To make this work is we need to write any middle level driver for TLV320AIC3100IRHBR as you shared in link. or did i need to configure from user space by using i2c node file

Re: [linux-sunxi] i2s audio codec support for sun7i

2014-02-20 Thread Puneet B
Hi Jon, if i select i2s codec and spdif codec , i am not getting any node file in /dev/snd/ only have sunxi-codec and sndhdmi node file. ls /dev/snd/ by-path controlC0 controlC1 pcmC0D0c pcmC0D0p pcmC1D0p timer Regards Punith -- You received this message because you are subscribed

Re: [linux-sunxi] i2s audio codec support for sun7i

2014-02-20 Thread jonsm...@gmail.com
On Thu, Feb 20, 2014 at 8:19 AM, Puneet B punit...@gmail.com wrote: Hi Jon, if i select i2s codec and spdif codec , i am not getting any node file in /dev/snd/ only have sunxi-codec and sndhdmi node file. ls /dev/snd/ by-path controlC0 controlC1 pcmC0D0c pcmC0D0p pcmC1D0p timer

Re: [linux-sunxi] i2s audio codec support for sun7i

2014-02-20 Thread jonsm...@gmail.com
On Thu, Feb 20, 2014 at 8:24 AM, jonsm...@gmail.com jonsm...@gmail.com wrote: On Thu, Feb 20, 2014 at 8:19 AM, Puneet B punit...@gmail.com wrote: Hi Jon, if i select i2s codec and spdif codec , i am not getting any node file in /dev/snd/ only have sunxi-codec and sndhdmi node file. ls

Re: [linux-sunxi] [PATCH] Add HCore HC860

2014-02-20 Thread Hans de Goede
Hi, Looks good, thanks. I assume that now you've push access, you can push this patch and the u-boot patch yourself? Note that in general I don't think we consider reviews necessary for people with commit access for new fex files / u-boot support. So if you've another board, and you've

[linux-sunxi] [PATCH v2 0/3] uboot sata support for sunxi platform

2014-02-20 Thread Ian Campbell
This is the second version of my series to add support for AHCI to the sunxi platform. This uses the existing ahci platform support already present in u-boot. Most of the sunxi specific code comes from the Linux platform patches. As requested I am also cross posting to the main uboot mailing list

[linux-sunxi] [PATCH v2 1/3] ahci-plat: Provide a weak scsi_init hook

2014-02-20 Thread Ian Campbell
This allow the platform to register the platform ahci device. Signed-off-by: Ian Campbell i...@hellion.org.uk --- In theory this could perhaps be used by highbank. I have access to a Midway system (close enough for testing purposes, I think) but since Calxeda has folded I'm not sure it is worth

[linux-sunxi] [PATCH v2 2/3] ahci: wait longer for link.

2014-02-20 Thread Ian Campbell
I have observed timeouts on a cubietruck. The increase to 40ms is completely arbitrary and Works For Me(tm). I couldn't find a good reference for how long you are supposed to wait, although googling around it seems like tens of ms rather than single digits is more common. I don't think there is

Re: [linux-sunxi] Re: A20 + OV5640 (parallel) issues

2014-02-20 Thread Ivan Kozic
Hmm, I understand the errors that you've posted, but am not really sure what I'm looking at regarding the faults, as I have no experience with Android. Regarding errors - your buffers are not properly dequeued - maybe they are not ready and you're trying to dequeue them? How do you use V4L?

[linux-sunxi] Re: [U-Boot] [PATCH v2 1/3] ahci-plat: Provide a weak scsi_init hook

2014-02-20 Thread Rob Herring
On Thu, Feb 20, 2014 at 8:48 AM, Ian Campbell i...@hellion.org.uk wrote: This allow the platform to register the platform ahci device. Signed-off-by: Ian Campbell i...@hellion.org.uk --- In theory this could perhaps be used by highbank. I have access to a Midway system (close enough for

Re: [linux-sunxi] [PATCH] Add HCore HC860

2014-02-20 Thread Luc Verhaegen
On Thu, Feb 20, 2014 at 03:24:46PM +0100, Hans de Goede wrote: Hi, Looks good, thanks. I assume that now you've push access, you can push this patch and the u-boot patch yourself? Note that in general I don't think we consider reviews necessary for people with commit access for new fex

[linux-sunxi] Re: [U-Boot] [PATCH v2 3/3] ahci: provide sunxi SATA driver using AHCI platform framework

2014-02-20 Thread Rob Herring
On Thu, Feb 20, 2014 at 8:48 AM, Ian Campbell i...@hellion.org.uk wrote: This enables the necessary clocks, in AHB0 and in PLL6_CFG. This is done for sun7i only since I don't have access to any other sunxi platforms with sata included. The bulk of the code is taken from the Linux ahci sunxi

[linux-sunxi] Hummingbird A20, anyone got it working?

2014-02-20 Thread Jeremy Darling
I've been looking at this board with the 7 touch display as something new to play with. But reading the comments on the sellers page it seems many people haven't had any luck with getting the Linux kernel from them and/or getting Linux to actually work on it. After asking on the Arch form I

Re: [linux-sunxi] zet6221 ts driver testing

2014-02-20 Thread alex allss
If driver successfully read configuration when starting, and than not see any input, so looks like irq not working , possible cases: 1. Irq pin not connected 2. Irq not configured right way 17 февр. 2014 г. 14:07 пользователь Oviron Electronics off...@ovironelectronics.com написал: Dear Mikey

Re: [linux-sunxi] how to flash android in NAND without phonixsuite ..

2014-02-20 Thread Puneet B
Hi , Atleast how to flash linux in fresh NAND. Regards Punith -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscr...@googlegroups.com. For more

Re: [linux-sunxi] zet6221 ts driver testing

2014-02-20 Thread Oviron Electronics
Did you checkharware connection ? If you can write your own simple program to read GPIO pin you can check if the ZET6221 INT pin is connected to the GPIO you expect. When you touch the TSP INT signal is hold down 0 for a second if I2C not read by CPU. You should have: I2C_BOARD_INFO(ft5x06_ts,