Patches for ARC

2016-06-13 Thread Alexey Brodkin
Hi Waldemar, Just saw that new change for ARC ("arc: use generic lowlevellock", http://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng.git/commit/?id=1b49dc96d103e0151fee290d55cea55aa12c906d). Even though this is very nice to see fixes and improvements done by people outside Synopsys IMHO it still makes se

Re: [PATCH 1/3 v2] drm/arcpgu: Make ARC PGU usable on simulation platforms

2016-06-13 Thread Alexey Brodkin
Hi Daniel, On Fri, 2016-06-10 at 17:29 +0300, Alexey Brodkin wrote: > From: Ruud Derwig > > In case of simulation there's no real encoder/transmitter device > because in the model's virtual LCD  we're rendering whatever > appears in frame-buffer memory. > > Signed-off-by: Ruud Derwig > Signed-

Re: [PATCH 1/3 v2] drm/arcpgu: Make ARC PGU usable on simulation platforms

2016-06-13 Thread Daniel Vetter
On Mon, Jun 13, 2016 at 12:47:33PM +, Alexey Brodkin wrote: > Hi Daniel, > > On Fri, 2016-06-10 at 17:29 +0300, Alexey Brodkin wrote: > > From: Ruud Derwig > > > > In case of simulation there's no real encoder/transmitter device > > because in the model's virtual LCD  we're rendering whateve

[GIT PULL] drm/arcpgu: Make ARC PGU usable on sim platforms

2016-06-13 Thread Alexey Brodkin
Hi Dave, Please pull this mini-series that allows ARC PGU to be used on simulation platforms like nSIM OSCI (AKA Linux Virtual Platform) or ARC VDK. The series was published for review here https://lists.freedesktop.org/archives/dri-devel/2016-June/110647.html It is based on today's "drm-next" b

Applied "ASoC: dwc: Add PIO PCM extension" to the asoc tree

2016-06-13 Thread Mark Brown
The patch ASoC: dwc: Add PIO PCM extension has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during t

Applied "ASoC: dwc: Add irq parameter to DOCUMENTATION" to the asoc tree

2016-06-13 Thread Mark Brown
The patch ASoC: dwc: Add irq parameter to DOCUMENTATION has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to L

Re: Patches for ARC

2016-06-13 Thread Waldemar Brodkorb
Hi Alexey, Alexey Brodkin wrote, > Hi Waldemar, > > Just saw that new change for ARC ("arc: use generic lowlevellock", > http://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng.git/commit/?id=1b49dc96d103e0151fee290d55cea55aa12c906d). > > Even though this is very nice to see fixes and improvements done by