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

2011-04-20 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 --- drivers/m

[PATCH] tm6000: add detection based on eeprom name

2011-04-20 Thread Mauro Carvalho Chehab
On some situations, it is desired to use eeprom data to detect the board type. This patch adds a logic for it and fixes 2 detection issues: 1) 10Moons UT-821 uses a generic Trident ID. Other boards also share the same ID. So, better to use an alternative way for it; 2) Sometimes, HV

[cron job] v4l-dvb daily build: ERRORS

2011-04-20 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:Wed Apr 20 19:01:01 CEST 2011 git hash:a4761a092fd3b6bf8b5f9cfe361670c86cdcc8ca gcc version: i686-linux-gcc (GCC) 4.5

Re: [PATCH 1/5] tm6000: add mts parameter

2011-04-20 Thread Mauro Carvalho Chehab
Em 20-04-2011 12:27, Stefan Ringel escreveu: > Am 20.04.2011 17:17, schrieb Mauro Carvalho Chehab: >> Em 20-04-2011 11:19, Stefan Ringel escreveu: >>> Am 20.04.2011 14:37, schrieb Mauro Carvalho Chehab: Em 20-04-2011 05:14, Stefan Ringel escreveu: > Am 19.04.2011 23:21, schrieb Mauro Carva

Re: OMAP3 ISP and tvp5151 driver.

2011-04-20 Thread Raffaele Recalcati
Hi Laurent, On Wed, Apr 20, 2011 at 5:25 PM, Raffaele Recalcati wrote: > Hi Laurent, > > On Wed, Mar 30, 2011 at 3:32 PM, Laurent Pinchart > wrote: >> Hi Loïc, >> >> On Wednesday 30 March 2011 13:05:08 Loïc Akue wrote: >>> Hi Laurent, >>> >>> > The OMAP3 ISP should support interleaving interlace

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

2011-04-20 Thread Arnd Bergmann
On Wednesday 20 April 2011, Marek Szyprowski wrote: > On Tuesday, April 19, 2011 4:30 PM Arnd Bergmann wrote: > > Sounds good. I think we should put it into a new drivers/iommu, along > > with your specific iommu implementation, and then we can convert the > > existing ones over to use that. > >

Re: [PATCH 1/5] tm6000: add mts parameter

2011-04-20 Thread Stefan Ringel
Am 20.04.2011 17:17, schrieb Mauro Carvalho Chehab: Em 20-04-2011 11:19, Stefan Ringel escreveu: Am 20.04.2011 14:37, schrieb Mauro Carvalho Chehab: Em 20-04-2011 05:14, Stefan Ringel escreveu: Am 19.04.2011 23:21, schrieb Mauro Carvalho Chehab: Em 04-04-2011 17:18, stefan.rin...@arcor.de esc

Re: OMAP3 ISP and tvp5151 driver.

2011-04-20 Thread Raffaele Recalcati
Hi Laurent, On Wed, Mar 30, 2011 at 3:32 PM, Laurent Pinchart wrote: > Hi Loïc, > > On Wednesday 30 March 2011 13:05:08 Loïc Akue wrote: >> Hi Laurent, >> >> > The OMAP3 ISP should support interleaving interlaced frames, but that's >> > not implemented in the driver. You will need to at least imp

Re: [PATCH 1/5] tm6000: add mts parameter

2011-04-20 Thread Mauro Carvalho Chehab
Em 20-04-2011 11:19, Stefan Ringel escreveu: > Am 20.04.2011 14:37, schrieb Mauro Carvalho Chehab: >> Em 20-04-2011 05:14, Stefan Ringel escreveu: >>> Am 19.04.2011 23:21, schrieb Mauro Carvalho Chehab: Em 04-04-2011 17:18, stefan.rin...@arcor.de escreveu: > From: Stefan Ringel > >

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

2011-04-20 Thread Marek Szyprowski
Hello, On Tuesday, April 19, 2011 4:30 PM Arnd Bergmann wrote: > > > That is a limitation of the current implementation. We might want to > > > change that anyway, e.g. to handle the mali IOMMU along with yours. > > > I believe the reason for allowing only one IOMMU type so far has been > > > tha

Re: [PATCH 2/5] tm6000: add dtv78 parameter

2011-04-20 Thread Stefan Ringel
Am 20.04.2011 14:38, schrieb Mauro Carvalho Chehab: Em 20-04-2011 05:19, Stefan Ringel escreveu: Am 19.04.2011 23:22, schrieb Mauro Carvalho Chehab: Em 04-04-2011 17:18, stefan.rin...@arcor.de escreveu: From: Stefan Ringel add dtv78 parameter The dtv78 entry is a hack meant for card usage in

Re: [PATCH 1/5] tm6000: add mts parameter

2011-04-20 Thread Stefan Ringel
Am 20.04.2011 14:37, schrieb Mauro Carvalho Chehab: Em 20-04-2011 05:14, Stefan Ringel escreveu: Am 19.04.2011 23:21, schrieb Mauro Carvalho Chehab: Em 04-04-2011 17:18, stefan.rin...@arcor.de escreveu: From: Stefan Ringel add mts parameter Stefan, The MTS config depends on the specific boa

RE: [PATCH v18 08/13] davinci: eliminate use of IO_ADDRESS() on sysmod

2011-04-20 Thread Hadli, Manjunath
On Tue, Apr 05, 2011 at 16:28:33, Nori, Sekhar wrote: > Hi Manju, > > On Sat, Apr 02, 2011 at 15:13:17, Hadli, Manjunath wrote: > > Current devices.c file has a number of instances where > > IO_ADDRESS() is used for system module register access. Eliminate this > > in favor of a ioremap() based a

Re: [PATCH 1/5] tm6000: add mts parameter

2011-04-20 Thread Mauro Carvalho Chehab
Em 20-04-2011 05:14, Stefan Ringel escreveu: > Am 19.04.2011 23:21, schrieb Mauro Carvalho Chehab: >> Em 04-04-2011 17:18, stefan.rin...@arcor.de escreveu: >>> From: Stefan Ringel >>> >>> add mts parameter >> Stefan, >> >> The MTS config depends on the specific board design (generally present on >>

Re: Fwd: [PATCH v2] media: uvc_driver: add NO-MMU arch support

2011-04-20 Thread Bob Liu
On Wed, Apr 20, 2011 at 4:59 PM, Daniel Glöckner wrote: > On Wed, Apr 20, 2011 at 02:02:41PM +0800, Bob Liu wrote: >> -- Forwarded message -- > > Forwarding broke tabs. > Hi, Daniel Thanks for your review, I will make a new patch later. >> @@ -445,6 +446,20 @@ int uvc_queue_mmap(

Re: WinTV 1400 broken with recent versions?

2011-04-20 Thread Jean-Michel Bruenn
Hello Ryan, i'm sorry, no. I was trying to revert patches and downgrading the kernel, but this was way more work then i thought. This problem should happen with a few other cards also, it's not dedicated to the hvr 1400. Jean On Wed, 20 Apr 2011 06:09:40 + (UTC) Ryan wrote: > I have a W

Re: Fwd: [PATCH v2] media: uvc_driver: add NO-MMU arch support

2011-04-20 Thread Daniel Glöckner
On Wed, Apr 20, 2011 at 02:02:41PM +0800, Bob Liu wrote: > -- Forwarded message -- Forwarding broke tabs. > @@ -445,6 +446,20 @@ int uvc_queue_mmap(struct uvc_video_queue *queue, > struct vm_area_struct *vma) >                addr += PAGE_SIZE; >                size -= PAGE_SIZE;

Re: [PATCH 2/5] tm6000: add dtv78 parameter

2011-04-20 Thread Stefan Ringel
Am 19.04.2011 23:22, schrieb Mauro Carvalho Chehab: Em 04-04-2011 17:18, stefan.rin...@arcor.de escreveu: From: Stefan Ringel add dtv78 parameter The dtv78 entry is a hack meant for card usage in Australia, that speeds up channel detection there. Again, it should be specified only when needed,

Re: [PATCH 3/5] tm6000: add audio mode parameter

2011-04-20 Thread Stefan Ringel
Am 19.04.2011 23:26, schrieb Mauro Carvalho Chehab: Em 04-04-2011 17:18, stefan.rin...@arcor.de escreveu: From: Stefan Ringel add audio mode parameter Why we need a parameter for it? It should be determined based on the standard. tm6010 has a sif decoder, and I think if auto detect doesn't wo

Re: [PATCH 1/5] tm6000: add mts parameter

2011-04-20 Thread Stefan Ringel
Am 19.04.2011 23:21, schrieb Mauro Carvalho Chehab: Em 04-04-2011 17:18, stefan.rin...@arcor.de escreveu: From: Stefan Ringel add mts parameter Stefan, The MTS config depends on the specific board design (generally present on mono NTSC cards). So, it should be inside the cards struct, and not