cron job: media_tree daily build: ERRORS

2012-07-21 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date:Sat Jul 21 19:00:22 CEST 2012 git hash:931efdf58bd83af8d0578a6cc53421675daf6d41 gcc version: i686-linux-gcc (GC

Re: [PATCH 2/2] kthread_worker: reimplement flush_kthread_work() to allow freeing the work item being executed

2012-07-21 Thread Andy Walls
On Thu, 2012-07-19 at 14:16 -0700, Tejun Heo wrote: > From 06f9a06f4aeecdb9d07014713ab41b548ae219b5 Mon Sep 17 00:00:00 2001 > From: Tejun Heo > Date: Thu, 19 Jul 2012 13:52:53 -0700 > > kthread_worker provides minimalistic workqueue-like interface for > users which need a dedicated worker thread

Re: Firmware in da wonderland

2012-07-21 Thread poma
On 07/21/2012 05:35 PM, Antti Palosaari wrote: > On 07/21/2012 06:32 PM, poma wrote: >> >> This one speak for itself; >> … >> usb 1-1: new high-speed USB device number 8 using ehci_hcd >> usb 1-1: New USB device found, idVendor=0ccd, idProduct=0097 >> usb 1-1: New USB device strings: Mfr=1, Product

Re: [PATCH 1/2] kthread_worker: reorganize to prepare for flush_kthread_work() reimplementation

2012-07-21 Thread Andy Walls
On Thu, 2012-07-19 at 14:15 -0700, Tejun Heo wrote: > From c9bba34243a86fb3ac82d1bdd0ce4bf796b79559 Mon Sep 17 00:00:00 2001 > From: Tejun Heo > Date: Thu, 19 Jul 2012 13:52:53 -0700 > > Make the following two non-functional changes. > > * Separate out insert_kthread_work() from queue_kthread_wo

Re: DVB core enhancements - comments please?

2012-07-21 Thread Antti Palosaari
Morjens! I am now working with that suspend/resume/power-management, as I got LNA issues resolved. On 07/03/2012 08:21 PM, Marko Ristola wrote: Moikka Antti. On 07/01/2012 02:11 PM, Antti Palosaari wrote: Moikka Marko, -- snip -- Hmm, I did some initial suspend / resume changes for DV

Re: Firmware in da wonderland

2012-07-21 Thread Antti Palosaari
On 07/21/2012 06:32 PM, poma wrote: This one speak for itself; … usb 1-1: new high-speed USB device number 8 using ehci_hcd usb 1-1: New USB device found, idVendor=0ccd, idProduct=0097 usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 usb 1-1: Product: USB2.0 DVB-T TV Stick usb 1

Firmware in da wonderland

2012-07-21 Thread poma
This one speak for itself; … usb 1-1: new high-speed USB device number 8 using ehci_hcd usb 1-1: New USB device found, idVendor=0ccd, idProduct=0097 usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 usb 1-1: Product: USB2.0 DVB-T TV Stick usb 1-1: Manufacturer: NEWMI usb 1-1: Seria

Re: Media summit at the Kernel Summit - was: Fwd: Re: [Ksummit-2012-discuss] Organising Mini Summits within the Kernel Summit

2012-07-21 Thread Hans Verkuil
On Sat July 21 2012 14:16:22 Sylwester Nawrocki wrote: > Hi Hans, > > On 07/17/2012 09:32 PM, Hans Verkuil wrote: > > On Tue July 17 2012 19:30:53 Mauro Carvalho Chehab wrote: > >> As we did in 2012, we're planning to do a media summit again at KS/2012. > >> > >> The KS/2012 will happen in San Die

Re: Media summit at the Kernel Summit - was: Fwd: Re: [Ksummit-2012-discuss] Organising Mini Summits within the Kernel Summit

2012-07-21 Thread Sylwester Nawrocki
Hi Hans, On 07/17/2012 09:32 PM, Hans Verkuil wrote: > On Tue July 17 2012 19:30:53 Mauro Carvalho Chehab wrote: >> As we did in 2012, we're planning to do a media summit again at KS/2012. >> >> The KS/2012 will happen in San Diego, CA, US, between Aug 26-28, just >> before the LinuxCon North Amer

Re: [PATCH v6] media: coda: Add driver for Coda video codec.

2012-07-21 Thread Hans Verkuil
On Fri July 20 2012 13:08:35 Javier Martin wrote: > Coda is a range of video codecs from Chips&Media that > support H.264, H.263, MPEG4 and other video standards. > > Currently only support for the codadx6 included in the > i.MX27 SoC is added. H.264 and MPEG4 video encoding > are the only support

Re: Media system Summit

2012-07-21 Thread Rémi Denis-Courmont
Hello all, Le jeudi 12 juillet 2012 06:18:08 Mauro Carvalho Chehab, vous avez écrit : > > We have set aside the second day of the kernel summit (Tuesday 28 > > August) as mini-summit day. So far we have only the PCI mini summit on > > this day > > Not sure what happened (or maybe my prop

[patch 2/2] [media] tuner-xc2028: unlock on error in xc2028_get_afc()

2012-07-21 Thread Dan Carpenter
We need to do a mutex_unlock(&priv->lock) before returning. Signed-off-by: Dan Carpenter diff --git a/drivers/media/common/tuners/tuner-xc2028.c b/drivers/media/common/tuners/tuner-xc2028.c index 9e60285..ea0550e 100644 --- a/drivers/media/common/tuners/tuner-xc2028.c +++ b/drivers/media/common

[patch 1/2] [media] tuner-xc2028: fix "=" vs "==" typo

2012-07-21 Thread Dan Carpenter
We intended to do a compare here, not an assignment. Signed-off-by: Dan Carpenter --- Static analysis bug. I don't own the hardware. diff --git a/drivers/media/common/tuners/tuner-xc2028.c b/drivers/media/common/tuners/tuner-xc2028.c index f88f948..9e60285 100644 --- a/drivers/media/common/tun

Re: [PATCH v6 2/2] v4l2: add new pixel formats supported on dm365

2012-07-21 Thread Sakari Ailus
Hi Prabhakar, Thanks for the patch. On Fri, Jul 20, 2012 at 08:28:10PM +0530, Prabhakar Lad wrote: > From: Manjunath Hadli > > add new macro V4L2_PIX_FMT_SGRBG10ALAW8 and associated formats > to represent Bayer format frames compressed by A-LAW algorithm, > add V4L2_PIX_FMT_UV8 to represent sto

Re: [PATCH v6 1/2] media: add new mediabus format enums for dm365

2012-07-21 Thread Sakari Ailus
Hi Prabhakar, Thanks for the patch! Just a few comments. On Fri, Jul 20, 2012 at 08:28:09PM +0530, Prabhakar Lad wrote: > From: Manjunath Hadli > > add new enum entries for supporting the media-bus formats on dm365. > These include some bayer and some non-bayer formats. > V4L2_MBUS_FMT_YDYUYDY