[linux-sunxi] Re: [U-Boot] [PATCH v2 00/13] ARMv7: add PSCI support to u-boot

2014-02-13 Thread Albert ARIBAUD
Hi Marc, On Sat, 7 Dec 2013 11:19:05 +, Marc Zyngier marc.zyng...@arm.com wrote: PSCI is an ARM standard that provides a generic interface that supervisory software can use to manage power in the following situations: - Core idle management - CPU hotplug - big.LITTLE migration models

[linux-sunxi] Re: [U-Boot] [PATCH v2 00/13] ARMv7: add PSCI support to u-boot

2014-02-13 Thread Marc Zyngier
Hi Albert, On 13/02/14 10:11, Albert ARIBAUD wrote: Hi Marc, On Sat, 7 Dec 2013 11:19:05 +, Marc Zyngier marc.zyng...@arm.com wrote: PSCI is an ARM standard that provides a generic interface that supervisory software can use to manage power in the following situations: - Core idle

[linux-sunxi] Testing of Line In my A20 board.

2014-02-13 Thread Puneet B
Hi, I have Line in connector in my A20 board. Now how can i test it. In my audio jack is working fine. Is i need to select any proper driver. Kindly suggest me. Regards Punith -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe

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

2014-02-13 Thread Ivan Kozic
Hi all, Ok, I'll bump the post with my own findings, as I see several views but no replies. So, basically, there's something wrong going on in DEFE/DEBE - there is a bit of mess in the drivers (drivers/video/sunxi/disp), so I cannot really say what is causing the issue, but the culprit is that

[linux-sunxi] Installing desktop Linux on pocket Android computers, not found in tested hardware list?

2014-02-13 Thread Gavin Engel
Hello Linux-Sunxi team, I hope you don't mind if I ask some questions here. I'll start with this: Is this group of yours working alongside engineers from Allwinner? Or is this basically a standalone effort to help Linux run on their SoC? -- You received this message because you are

Re: [linux-sunxi] sun5i_csi0 Difficulties

2014-02-13 Thread Neal Peacock
I put in a simple patch to initialize one of the related variables on sun4i csi. If you can find that it might be related, I never put the same fix in for sun5i but I think it had the same problem. On Feb 8, 2014 10:01 AM, hunter hu hunterhu...@gmail.com wrote: Hi, I am having a hard time to

Re: [linux-sunxi] sun5i_csi0 Difficulties

2014-02-13 Thread Neal Peacock
Never mind looks like you got a handle on it. On Feb 13, 2014 9:42 AM, Neal Peacock kulimandpho...@gmail.com wrote: I put in a simple patch to initialize one of the related variables on sun4i csi. If you can find that it might be related, I never put the same fix in for sun5i but I think it

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

2014-02-13 Thread Henrik Nordström
ons 2014-02-12 klockan 16:59 +0100 skrev Hans de Goede: 1) Is the addition of arch/arm/cpu/armv7/cmd_boot.c really necessary, it is the same as common/cmd_boot.c except for the invalidate_icache_all() call which according to Marek should not be necessary. It is for standalone programs started

[linux-sunxi] gslx680 Touch screen driver issue.

2014-02-13 Thread Nathan Buckley
Hi Guys, I'm hoping someone will be able to help me with an issue I've been having. For the last few days I've been trying to get a touchscreen working. The touchscreen is a gslx680. The device is a A13 whitelabel tablet. I have it booting up into Ubuntu - Xfce4, it's using the 3.4 linux sunix

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

2014-02-13 Thread Henrik Nordström
ons 2014-02-12 klockan 17:00 +0100 skrev Marek Vasut: You need to sync the two branches you have first though ... Sure. But you need to do most of the same work anyway to preserve reasonable pieces of history on who have contributed to what. Regards Henrik -- You received this message

Re: [linux-sunxi] Testing of Line In my A20 board.

2014-02-13 Thread Gerardo Di Iorio
hi punnet, try to see this docs http://docs.cubieboard.org/tutorials/common/begining_on_lubuntu section Headphone Jack 2014-02-13 12:51 GMT+01:00 Puneet B punit...@gmail.com: Hi, I have Line in connector in my A20 board. Now how can i test it. In my audio jack is working fine. Is i

Re: [linux-sunxi] Testing of Line In my A20 board.

2014-02-13 Thread Code Kipper
Hi Puneet, I've looked a bit at the sound driver but have yet to test any line inputs. I can confirm that hdmi audio works; this I verified using soundtest, mplayer and xbmc. It's been a while since I've looked at hdmi audio but here is the notes that I made at the time. test the hdmi speakers

Re: [linux-sunxi] Testing of Line In my A20 board.

2014-02-13 Thread Puneet B
Hi CodeKipper, speaker-test -twav -c2 -Dhw:1,0 mplayer -ao alsa:device=hw=1.0 *.flac both are working fine. i am getting audio through hdmi. i have set capture_audio in script also. but how can i get audio through hdmi without passing any command. Kindly suggest me. Regards Punith -- You