Re: [linux-sunxi] Re: [PATCH] irq: Add new flag to ack level-triggered interrupts before unmasking

2014-02-06 Thread Thomas Gleixner
On Thu, 6 Feb 2014, Carlo Caione wrote: > On Thu, Feb 6, 2014 at 10:14 PM, Thomas Gleixner wrote: > > On Thu, 6 Feb 2014, Carlo Caione wrote: > > > >> Several irqchip drivers require the level-triggered interrupt to be > >> acked before unmasking to avoid that a second interrupt is immediately > >

Re: [linux-sunxi] Re: [PATCH] irq: Add new flag to ack level-triggered interrupts before unmasking

2014-02-06 Thread Carlo Caione
On Thu, Feb 6, 2014 at 10:14 PM, Thomas Gleixner wrote: > On Thu, 6 Feb 2014, Carlo Caione wrote: > >> Several irqchip drivers require the level-triggered interrupt to be >> acked before unmasking to avoid that a second interrupt is immediately >> triggered. This small patch introduces a new irqch

[linux-sunxi] Re: [PATCH] irq: Add new flag to ack level-triggered interrupts before unmasking

2014-02-06 Thread Thomas Gleixner
On Thu, 6 Feb 2014, Carlo Caione wrote: > Several irqchip drivers require the level-triggered interrupt to be > acked before unmasking to avoid that a second interrupt is immediately > triggered. This small patch introduces a new irqchip flags that is used > to ack the IRQ line before it is unmask

[linux-sunxi] [PATCH] irq: Add new flag to ack level-triggered interrupts before unmasking

2014-02-06 Thread Carlo Caione
Several irqchip drivers require the level-triggered interrupt to be acked before unmasking to avoid that a second interrupt is immediately triggered. This small patch introduces a new irqchip flags that is used to ack the IRQ line before it is unmasked. Signed-off-by: Carlo Caione --- include/li

Re: [linux-sunxi] new version of TabletWM

2014-02-06 Thread Oliver Schinagl
On 02/01/14 01:25, Sergio Costas wrote: Hi all: Today I released a new version of TabletWM, the minimalistic window manager oriented to tablets (I developed it to be used with my A13-based tablet). It can be found at my git repository: https://github.com/rastersoft/tabletwm Sounds interesting,

Re: [linux-sunxi] [PATCH] usb:sunxi:Fix USB on Hackberry

2014-02-06 Thread Jari Helaakoski
2014-02-06 Alejandro Mery : > hi, > > > On 05/02/14 21:11, Jari Helaakoski wrote: > >> Hackberry has OTG port wired as host-only port. It seems that wiring is >> done so that USB0-IDDET is not pulled down. >> This is wrong and leaves port without power. >> Commit sets power on if port is defined a

Re: [linux-sunxi] [PATCH v2 1/5] clk: sunxi: Add support for USB clock-register reset bits

2014-02-06 Thread Hans de Goede
Hi, On 01/28/2014 08:38 PM, Emilio López wrote: Hi Hans, El 22/01/14 18:36, Hans de Goede escribió: The usb-clk register is special in that it not only contains clk gate bits, but also has a few reset bits. This commit adds support for this by allowing gates type sunxi clks to also register a

Re: [linux-sunxi] [PATCH u-boot] sunxi: correct CLK_DLY configuration loop

2014-02-06 Thread Hans de Goede
Hi, Thanks, I've committed and pushed both your warning fixes. Regards, Hans On 01/31/2014 06:02 PM, Ian Campbell wrote: It seems that the intention was to index the dqs_dly array with dqs_i and not clk_i. Using clk_i means that dqs_i is unused in the loop and also causes us to run off the e

Re: [linux-sunxi] Changes to the sunxi audio drivers.

2014-02-06 Thread Code Kipper
On 6 February 2014 16:05, Olliver Schinagl wrote: > On 06-02-14 15:43, Code Kipper wrote: > >> That's fine.I'll update the wiki with the notes that I've made on >> the registers and I'll try to maintain my changes on my fork for now. Do >> you know how often Allwinner produce a new dump?I

Re: [linux-sunxi] Changes to the sunxi audio drivers.

2014-02-06 Thread Code Kipper
On 6 February 2014 16:32, Code Kipper wrote: > On 6 February 2014 16:05, Olliver Schinagl wrote: > >> On 06-02-14 15:43, Code Kipper wrote: >> >>> That's fine.I'll update the wiki with the notes that I've made on >>> the registers and I'll try to maintain my changes on my fork for now. Do >>>

Re: [linux-sunxi] Changes to the sunxi audio drivers.

2014-02-06 Thread Olliver Schinagl
On 06-02-14 15:43, Code Kipper wrote: That's fine.I'll update the wiki with the notes that I've made on the registers and I'll try to maintain my changes on my fork for now. Do you know how often Allwinner produce a new dump?I can wait and see how much effort a backport takes when the nex

Re: [linux-sunxi] Changes to the sunxi audio drivers.

2014-02-06 Thread Code Kipper
That's fine.I'll update the wiki with the notes that I've made on the registers and I'll try to maintain my changes on my fork for now. Do you know how often Allwinner produce a new dump?I can wait and see how much effort a backport takes when the next one comes. It's fairly straightforwar

Re: [linux-sunxi] Changes to the sunxi audio drivers.

2014-02-06 Thread Olliver Schinagl
On 05-02-14 08:21, Code Kipper wrote: Hi, A while ago I submitted a load of patches basically cleaning up the audio drivers to get rid of every checkpatch error and to delete stuff which I thought wasn't needed. The thread can be seen here I'm not sure if this is a great idea as it makes backpor

Re: [linux-sunxi] Re: Unable to play 720p video in Ubuntu

2014-02-06 Thread Puneet B
Hi Oliver, i opened gnome-terminal. i login as user1. i installed mplayer2. once i did export *export VDPAU_DRIVER=sunxi* I can able to play hd videos from mplayer which are not playing with vlc(from http://linux-sunxi.org/VLC) . But video is not smoothly. i fallowed the same procedure (htt

Re: [linux-sunxi] Re: Unable to play 720p video in Ubuntu

2014-02-06 Thread Olliver Schinagl
On 05-02-14 08:10, Puneet B wrote: Hi Oliver, I just installed mplayer through repositary. apt-get install mplayer. How can i know mplayer1 or mplayer2. apt-get install mplayer2 mplayer1 does not support vdpau ... Regards Punith -- You received this message because you ar

Re: [linux-sunxi] Re: Unable to play 720p video in Ubuntu

2014-02-06 Thread Olliver Schinagl
On 05-02-14 06:11, Puneet B wrote: Hi Patrick, If i run in an xterm, video playing but not smoothly. Probably means you did something wrong and it's using software decoding, hence not smooth. if i run in an minicom console video is not playing. Of course not. You need to add the suggested DIS

[linux-sunxi] Re: [PATCH v2 0/5] ARM: sun6i: Add support for the A31 I2C controller

2014-02-06 Thread Maxime Ripard
On Mon, Jan 27, 2014 at 04:03:12PM +0100, Maxime Ripard wrote: > Hi Wolfram, > > On Mon, Jan 13, 2014 at 11:34:48AM +0100, Maxime Ripard wrote: > > Hi everyone, > > > > This patchset adds support the A31 i2c controller. This is mostly the > > same controller as the one found in the other Allwinne

Re: [linux-sunxi] Re: Unable to play 720p video in Ubuntu

2014-02-06 Thread Puneet B
Hi , Once i fallow this procedure. http://linux-sunxi.org/VLC i am able to play hd videos in my A20 board. Now i want to add cedarx to mplyer. SO i can play hd video from gui. How can i do it. Regards Punith -- You received this message because you are subscribed to the Google Groups "li