cron job: media_tree daily build: OK

2014-05-15 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: Fri May 16 04:00:15 CEST 2014 git branch: test git hash: ba0d342ecc21fbbe2f6c178f4479944d1fb34f3b gcc versi

[PATCH] tvp5150: Replace container_of() with to_tvp5150()

2014-05-15 Thread Laurent Pinchart
Use the driver-specific inline function to cast from a subdev pointer to a tvp5150 pointer instead of the generic container_of(). Signed-off-by: Laurent Pinchart --- drivers/media/i2c/tvp5150.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/i2c/tvp5150.c b/

[GIT PULL FOR v3.16] mt9p031 fixes

2014-05-15 Thread Laurent Pinchart
Hi Mauro, The following changes since commit ba0d342ecc21fbbe2f6c178f4479944d1fb34f3b: saa7134-alsa: include vmalloc.h (2014-05-13 23:05:15 -0300) are available in the git repository at: git://linuxtv.org/pinchartl/media.git sensors/next for you to fetch changes up to a3a7145c6cecbd9752311

Re: [GIT PULL FOR v3.16] UVC gadget driver fixes

2014-05-15 Thread Laurent Pinchart
Hi Felipe, On Thursday 15 May 2014 10:39:45 Felipe Balbi wrote: > On Fri, May 09, 2014 at 02:27:34PM +0200, Laurent Pinchart wrote: > > Hi Felipe, > > > > Could you please pull the following three patches for v3.16 ? They've > > been reviewed on the linux-media and linux-usb mailing list. > > ok

Re: [GIT PULL FOR v3.16] UVC gadget driver fixes

2014-05-15 Thread Felipe Balbi
Hi, On Fri, May 09, 2014 at 02:27:34PM +0200, Laurent Pinchart wrote: > Hi Felipe, > > Could you please pull the following three patches for v3.16 ? They've > been reviewed on the linux-media and linux-usb mailing list. ok, are these patches being merged in any other tree ? I don't usually take

RE: [PATCH v2] [media] s5p-mfc: Dequeue sequence header after STREAMON

2014-05-15 Thread Kamil Debski
Hi Arun, > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kernel.org] On Behalf Of Arun Kumar K > Sent: Wednesday, May 14, 2014 10:10 AM > > Hi Hans, > > On 05/14/14 12:39, Hans Verkuil wrote: > > On 05/14/2014 08:29 AM, Arun Kumar K wrote: > >> MFCv6 encoder needs spe

Re: [PATCH v7 2/3] [media] rc: add sunxi-ir driver

2014-05-15 Thread Maxime Ripard
On Thu, May 15, 2014 at 03:56:41AM +0600, Alexander Bersenev wrote: > This patch adds driver for sunxi IR controller. > It is based on Alexsey Shestacov's work based on the original driver > supplied by Allwinner. > > Signed-off-by: Alexander Bersenev > Signed-off-by: Alexsey Shestacov > --- >

[PATCH 1/1] smiapp: I2C address is the last part of the subdev name

2014-05-15 Thread Sakari Ailus
The I2C address of the sensor device was in the middle of the sub-device name and not in the end as it should have been. The smiapp sub-device names will change from e.g. "vs6555 1-0010 pixel array" to "vs6555 pixel array 1-0010". Signed-off-by: Sakari Ailus --- This was already supposed to be fi