RE: [PATCH 2/7] ARM: Samsung: update/rewrite Samsung SYSMMU (IOMMU) driver

2011-04-22 Thread Marek Szyprowski
Hello, On Thursday, April 21, 2011 4:19 PM Arnd Bergmann wrote: On Thursday 21 April 2011, Marek Szyprowski wrote: No, I think that would be much worse, it definitely destroys all kinds of assumptions that the core code makes about devices. However, I don't think it's much of a

[PATCH v4] media:uvc_driver: add uvc support on no-mmu arch

2011-04-22 Thread Bob Liu
UVC driver used to have partial no-mmu arch support, but it's removed by commit c29fcff3daafbf46d64a543c1950bbd206ad8c1c. This patch added them back and expanded to fully support no-mmu arch, so that uvc cameras can be used on no-mmu platforms like Blackfin. Signed-off-by: Bob Liu

[PATCH] IX2505V Keep I2C gate control alive.

2011-04-22 Thread Malcolm Priestley
Gate could close after first I2C message. On stv0288 it does. Keep 2nd and 3rd message I2C gate control alive. Remove unnecessary gate closing in this module. Signed-off-by: Malcolm Priestley tvbox...@gmail.com --- drivers/media/dvb/frontends/ix2505v.c | 10 ++ 1 files changed, 6

[PATCH 1/2] [BUG]DM04/QQBOX v1.85 usb_buffer and mutex.

2011-04-22 Thread Malcolm Priestley
usb_buffer not inside mutex lock, waiting caller can alter buffer. Static added to lme2510_exit and lme2510_exit_int. Signed-off-by: Malcolm Priestley tvbox...@gmail.com --- drivers/media/dvb/dvb-usb/lmedm04.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git

[PATCH 2/2] DM04/QQBOX v1.86 PID filtering changes

2011-04-22 Thread Malcolm Priestley
Improve PID filtering and program register 20 correctly. Make sure stream_on message is sent if streaming is off, otherwise PIDs are not registered. Move mutex outside lme2510_enable_pid. Signed-off-by: Malcolm Priestley tvbox...@gmail.com --- drivers/media/dvb/dvb-usb/lmedm04.c | 37

[PATCH] firewire: octlet AT payloads can be stack-allocated

2011-04-22 Thread Stefan Richter
...provided that the allocation persists until the packet was sent out to the bus. But we do not need slab allocations anymore in order to satisfy streaming DMA mapping constraints, thanks to commit da28947e7e36 firewire: ohci: avoid separate DMA mapping for small AT payloads. (Besides, the

[cron job] v4l-dvb daily build: ERRORS

2011-04-22 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Fri Apr 22 19:00:39 CEST 2011 git hash:a4761a092fd3b6bf8b5f9cfe361670c86cdcc8ca gcc version: i686-linux-gcc (GCC)

Regression with suspend from msp3400: convert to the new control framework

2011-04-22 Thread Jesse Allen
Hello All, I have finally spent time to figure out what happened to suspending with my bttv card. I have traced it to this patch: msp3400: convert to the new control framework ebc3bba5833e7021336f09767347a52448a60bc5 This was done by reverting the patch at the head for v2.6.39-git. The patch

ngene CI problems

2011-04-22 Thread Issa Gorissen
Hi all! I'm trying to make the DVB_DEVICE_SEC approach work, however I'm experiencing certain problems with the following setup: Software: Linux 2.6.34.8 (vanilla) drivers from http://linuxtv.org/hg/~endriss/v4l-dvb/ http://linuxtv.org/hg/%7Eendriss/v4l-dvb/ Hardware: Digital Devices

Re: Regression with suspend from msp3400: convert to the new control framework

2011-04-22 Thread Jesse Allen
On Fri, Apr 22, 2011 at 3:55 PM, Jesse Allen the3dfxd...@gmail.com wrote: Hello All, I have finally spent time to figure out what happened to suspending with my bttv card. I have traced it to this patch: msp3400: convert to the new control framework ebc3bba5833e7021336f09767347a52448a60bc5