cron job: media_tree daily build: ABI WARNING

2015-02-27 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 Feb 28 04:00:17 CET 2015 git branch: test git hash: a3dfc6d925ca1bbd1a228253acb93f08657bad25 gcc versio

[PATCH] media: i2c: mt9p031: add support for asynchronous probing

2015-02-27 Thread Lad Prabhakar
From: "Lad, Prabhakar" Both synchronous and asynchronous mt9p031 subdevice probing is supported by this patch. Signed-off-by: Lad, Prabhakar --- drivers/media/i2c/mt9p031.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/media/i2c/mt9p031.c b/drivers/media/i2c

Re: [PATCHv2] [media] saa7164: use an MSI interrupt when available

2015-02-27 Thread Steven Toth
On Thu, Feb 26, 2015 at 6:29 PM, Brendan McGrath wrote: > From: Brendan McGrath > [media] saa7164: use an MSI interrupt when available > > Enhances driver to use an MSI interrupt when available. > > Adds the module option 'enable_msi' (type bool) which by default is enabled. > Can be set to 'N' t

Re: 0.led_name 2.other.led.name in /sysfs Re: [PATCH/RFC v11 01/20] leds: flash: document sysfs interface

2015-02-27 Thread Jacek Anaszewski
Hi Sakari, On 02/21/2015 11:57 AM, Sakari Ailus wrote: Hi Pavel and Greg, On Fri, Feb 20, 2015 at 09:57:38PM +0100, Pavel Machek wrote: On Fri 2015-02-20 07:36:16, Greg KH wrote: On Fri, Feb 20, 2015 at 08:56:11AM +0100, Jacek Anaszewski wrote: On 02/19/2015 10:40 PM, Greg KH wrote: On Thu,

[PATCH] [media] v4l2: remove unused including

2015-02-27 Thread weiyj_lk
From: Wei Yongjun Remove including that don't need it. Signed-off-by: Wei Yongjun --- drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media/usb/pvrusb2/pvrusb2-v4l2.c b/drivers/media/usb/pvrusb2/pvrusb2-v4l2.c index 536210b..6489db8 100644

Re: [PATCH/RFC v4 11/11] Add a libv4l plugin for Exynos4 camera

2015-02-27 Thread Jacek Anaszewski
Hi Sakari, On 11/27/2014 09:41 AM, Sakari Ailus wrote: Hi Jacek, On Fri, Nov 21, 2014 at 05:14:40PM +0100, Jacek Anaszewski wrote: The plugin provides support for the media device on Exynos4 SoC. It performs single plane <-> multi plane API conversion, video pipeline linking and takes care of

test post, just ignore

2015-02-27 Thread Hans Verkuil
-- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 10/12] [media] coda: fail to start streaming if userspace set invalid formats

2015-02-27 Thread Jean-Michel Hautbois
Hi Philipp, 2015-02-23 16:20 GMT+01:00 Philipp Zabel : > Signed-off-by: Philipp Zabel > --- > drivers/media/platform/coda/coda-common.c | 13 - > 1 file changed, 12 insertions(+), 1 deletion(-) > > diff --git a/drivers/media/platform/coda/coda-common.c > b/drivers/media/platform/cod

[PATCH] dvb: fix compilation errors/warnings ifndef CONFIG_MEDIA_CONTROLLER_DVB

2015-02-27 Thread Hans Verkuil
This patches fixes the following compilation warnings and errors if CONFIG_MEDIA_CONTROLLER_DVB is not defined: drivers/media/common/siano/smsdvb-main.c: In function ‘smsdvb_media_device_unregister’: drivers/media/common/siano/smsdvb-main.c:614:27: warning: unused variable ‘coredev’ [-Wunused-va