Re: [linux-sunxi] XBMC - Compiling issues and startup problems

2014-07-08 Thread Andreas Baierl
Am 07.07.2014 17:47, schrieb Simo Xefil: Hi Andreas, Was only asking how choose which sunxi-mali version is to choose based on a given board or hardware, to understand how it works. I'll ask the vendor as well, but I would like to understant which HW is supported by sunxi-mai and how to

Re: [linux-sunxi] Re: [PATCH v3 1/4] dt: bindings: add bindings for Broadcom bcm43xx sdio devices

2014-07-08 Thread Hans de Goede
Hi, On 07/07/2014 08:23 PM, John W. Linville wrote: Any word from the devicetree folks? We changed the compatible string from brcm,bcm43xx-fmac to brcm,bcm4329-fmac at their request, that is the only feedback we've gotten from them AFAIK. Regards, Hans On Sun, Jun 29, 2014 at 04:16:58PM

Re: [linux-sunxi] A20: SPI Drivers

2014-07-08 Thread Maxime Ripard
On Mon, Jul 07, 2014 at 09:13:42PM +0100, bruce bushby wrote: Thanks Koen! I think I'm starting to understand a little more now at least enough to have a go learning how to do it. MPU6050 is interesting led me to iio which is also interesting. Main issue is that it's i2c and doesn't

Re: [linux-sunxi] XBMC - Compiling issues and startup problems

2014-07-08 Thread Simo Xefil
Il giorno martedì 8 luglio 2014 08:47:16 UTC+2, Andreas Baierl ha scritto: Simon It doesn't matter which version you choose. As long as your board has a Mali400. https://github.com/linux-sunxi/sunxi-mali-proprietary contains binary blobs, which are collected from various places

Re: [linux-sunxi] A20: SPI Drivers

2014-07-08 Thread Koen Kooi
Op 8 jul. 2014, om 09:30 heeft Maxime Ripard maxime.rip...@free-electrons.com het volgende geschreven: On Mon, Jul 07, 2014 at 09:13:42PM +0100, bruce bushby wrote: Thanks Koen! I think I'm starting to understand a little more now at least enough to have a go learning how to do it.

[linux-sunxi] Re: A20 I2s drivers

2014-07-08 Thread Puneet B
Hi Dennis, I am also looking for same thing, which dac you are using ?. I am using TLV320AIC3100 chip. 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

Re: [linux-sunxi] Re: A20 I2s drivers

2014-07-08 Thread jonsm...@gmail.com
I2S in the Allwinner 3.4 kernel works fine. On Tue, Jul 8, 2014 at 8:12 AM, Puneet B punit...@gmail.com wrote: Hi Dennis, I am also looking for same thing, which dac you are using ?. I am using TLV320AIC3100 chip. Regards Punith -- You received this message because you are subscribed

Re: [linux-sunxi] Re: A20 I2s drivers

2014-07-08 Thread Dennis Kerrisk
It works on the A10, but not on the A20. I still have the same issue I had a couple of month ago. I get an error when I try to play to it, Dennis -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving

Re: [linux-sunxi] Re: A20 I2s drivers

2014-07-08 Thread Puneet B
Hi Dennis, I tested with allwinner 3.4 it works fine, getting mclk, wclk,bclk and din signals but not getting any sound form codec. On Tuesday, July 8, 2014 6:21:03 PM UTC+5:30, Dennis Kerrisk wrote: It works on the A10, but not on the A20. I still have the same issue I had a couple of

Re: [linux-sunxi] Re: A20 I2s drivers

2014-07-08 Thread jonsm...@gmail.com
On Tue, Jul 8, 2014 at 8:51 AM, Dennis Kerrisk dennisk8...@gmail.com wrote: It works on the A10, but not on the A20. I still have the same issue I had a couple of month ago. I get an error when I try to play to it, People in this thread got it working...

Re: [linux-sunxi] [A20] sunxi framebuffer overlay help needed

2014-07-08 Thread bfalzarano
Hi Ivan, I'm working with an A20 and trying to get fb1 overlay over fb0 and following your steps below, however can't get alpha blending to work, instead fb0 shows on screen0 and fb1 shows on screen1 Here is the steps I am following for configuring fb1 1. Framebuffer mode is set to screen1 and

[linux-sunxi] Tasklet in the DMA code

2014-07-08 Thread jonsm...@gmail.com
I just noticed that the generic kernel support for DMA vchannels is running in a tasklet. And the sunxi dma code is also in a tasklet. So the two tasklets call each other. Are there enough hooks in the generic kernel tasklet so that another one isn't needed in the driver? For example DMA

Re: [linux-sunxi] Tasklet in the DMA code

2014-07-08 Thread Chen-Yu Tsai
On Tue, Jul 8, 2014 at 9:42 PM, jonsm...@gmail.com jonsm...@gmail.com wrote: I just noticed that the generic kernel support for DMA vchannels is running in a tasklet. And the sunxi dma code is also in a tasklet. So the two tasklets call each other. Are there enough hooks in the generic kernel