Re: [v2] media: soc-camera: OF cameras

2014-04-17 Thread Bryan Wu
On Mon, Apr 14, 2014 at 10:38 AM, Ben Dooks wrote: > On 14/04/14 18:14, Bryan Wu wrote: >> >> On Thu, Apr 10, 2014 at 2:18 PM, Guennadi Liakhovetski >> wrote: >>> >>> Hi Bryan, >>> >>> On Tue, 8 Apr 2014, Bryan Wu wrote: >>> Thanks Josh, I think I will take you point and rework my patch agai

[PATCH 0/2] media: make drivers use their own namespace

2014-04-17 Thread Luis R. Rodriguez
Couple of changes to help with backports, both to help with ensuring drivers use their own namespace. Luis R. Rodriguez (2): technisat-usb2: rename led enums to be specific to driver bt8xx: make driver routines fit into its own namespcae drivers/media/pci/bt8xx/dst.c | 20 ++

[PATCH 1/2] technisat-usb2: rename led enums to be specific to driver

2014-04-17 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" The current names clash with include/linux/leds.h namespace, although there is no compile issue currently this does affect backports. Drivers should also try to avoid generic namespaces for things like this. Cc: Mauro Carvalho Chehab Cc: Felipe Pena Cc: Michael Krufky

[PATCH 2/2] bt8xx: make driver routines fit into its own namespcae

2014-04-17 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" There is a few conflicts with older symbols on older kernels so we have to patch this driver when backporting. Instead just make these routines specific to the driver. Cc: Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org Signed-off-by: Luis R. Rodriguez --- driv

3 linux-next based backports releases

2014-04-17 Thread Luis R. Rodriguez
3 new linux backports release are now available based on linux-next tags next-20140320 [0] next-20140411 [1] and next-20140417 [2]. This should mean that we can keep things in synch now almost daily, and drivers can be tested with the latest code as-is on linux-next. We've shaved off k

[ANNOUNCE] backports-3.14-1 released

2014-04-17 Thread Luis R. Rodriguez
Linux backports [0] backports-v3.14-1 is out [1]. Thanks for Hauke for taking the torch while I was in limbo. The release obviously has all the things that upstream has so there's no point in mentioning any of that, but new drivers are igb, added by Stefan. This release also has a new backports-upd

[ANNOUNCE] backports-3.15-rc1 is released

2014-04-17 Thread Luis R. Rodriguez
Linux backports [0] backports-v3.15-rc1 is out [1]. Please go test and see if you can and break things or if see if we've broken anything so far before a final release in sync with Linus' releases. As usual development only happens on the master branch, we'll then carry fixes onto the stable branch

cron job: media_tree daily build: WARNINGS

2014-04-17 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 Apr 18 04:00:14 CEST 2014 git branch: test git hash: 701b57ee3387b8e3749845b02310b5625fbd8da0 gcc versi

[PATCH] media: m2m-deinterlace: Convert to devm* API

2014-04-17 Thread Alexander Shiyan
Replace resource handling in the driver with managed device resource. Signed-off-by: Alexander Shiyan --- drivers/media/platform/m2m-deinterlace.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/media/platform/m2m-deinterlace.c b/drivers/media/platform/m2m-dei

Re: [PATCHv4 0/3] vb2: stop_streaming should return void

2014-04-17 Thread Prabhakar Lad
Hi Hans, On Thu, Apr 17, 2014 at 2:51 PM, Hans Verkuil wrote: > Split off the removal of the vb2_is_streaming check as requested. > Note that the davinci drivers still have this unnecessary check, but > Prabhakar will remove that himself. > Yes will post the patch, doping the check for davinci dr

Re: [PATCHv4 1/3] vb2: stop_streaming should return void

2014-04-17 Thread Prabhakar Lad
Hi Hans, Thanks for the patch. On Thu, Apr 17, 2014 at 2:51 PM, Hans Verkuil wrote: > From: Hans Verkuil > > The vb2 core ignores any return code from the stop_streaming op. > And there really isn't anything it can do anyway in case of an error. > So change the return type to void and update an

<    1   2