[media:v4l_for_linus 393/499] tuner-core.c:undefined reference to `xc5000_attach'

2014-08-06 Thread kbuild test robot
tree: git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media v4l_for_linus head: 0f3bf3dc1ca394a8385079a5653088672b65c5c4 commit: f5b44da1ac4146e06147a5df3058f4c265c932ec [393/499] [media] Kconfig: fix tuners build warnings config: x86_64-randconfig-s1-08061342 (attached as

[PATCH 1/1] v4l: Event documentation fixes

2014-08-06 Thread Sakari Ailus
Constify event type constants and correct motion detection event number (it's 6, not 5). Signed-off-by: Sakari Ailus sakari.ai...@linux.intel.com --- Documentation/DocBook/media/v4l/vidioc-dqevent.xml | 7 --- Documentation/DocBook/media/v4l/vidioc-subscribe-event.xml | 2 +- 2 files

Re: [PATCH 1/1] v4l: Event documentation fixes

2014-08-06 Thread Hans Verkuil
On 08/06/2014 08:37 AM, Sakari Ailus wrote: Constify event type constants and correct motion detection event number (it's 6, not 5). Signed-off-by: Sakari Ailus sakari.ai...@linux.intel.com --- Documentation/DocBook/media/v4l/vidioc-dqevent.xml | 7 ---

Re: [PATCHv3] videobuf2: fix lockdep warning

2014-08-06 Thread Hans Verkuil
On 08/06/2014 12:15 AM, Laurent Pinchart wrote: Hi Hans, Thank you for the patch. On Tuesday 05 August 2014 12:56:14 Hans Verkuil wrote: Changes since v2: use a mutex instead of a spinlock due to possible sleeps inside the mmap memop. Use the mutex when buffers are allocated/freed, so

[PATCH v2 1/1] v4l: Event documentation fixes

2014-08-06 Thread Sakari Ailus
Constify event type constants and correct motion detection event number (it's 6, not 5). Signed-off-by: Sakari Ailus sakari.ai...@linux.intel.com --- Thanks for the review, Hans! Since v1: - No line breaks between constant and /constant. No other changes.

Re: [PATCH/RFC v4 00/21] LED / flash API integration

2014-08-06 Thread Sakari Ailus
Hi Jacek, On Fri, Jul 11, 2014 at 04:04:03PM +0200, Jacek Anaszewski wrote: ... 1) Who should register V4L2 Flash sub-device? LED Flash Class devices, after introduction of the Flash Manager, are not tightly coupled with any media controller. They are maintained by the Flash Manager and

Re: [PATCH v2 1/1] v4l: Event documentation fixes

2014-08-06 Thread Hans Verkuil
On 08/06/2014 08:52 AM, Sakari Ailus wrote: Constify event type constants and correct motion detection event number (it's 6, not 5). Signed-off-by: Sakari Ailus sakari.ai...@linux.intel.com Acked-by: Hans Verkuil hans.verk...@cisco.com Regards, Hans --- Thanks for the review,

[PATCH 3/3] cxusb: Add support for TechnoTrend TT-connect CT2-4650 CI

2014-08-06 Thread Olli Salonen
TechnoTrend TT-connect CT2-4650 CI is an USB DVB-T2/C tuner with the following components: USB interface: Cypress CY7C68013A-56LTXC Demodulator: Silicon Labs Si2168-A20 Tuner: Silicon Labs Si2158-A20 CI chip: CIMaX SP2HF The firmware for the tuner is the same as for TechnoTrend TT-TVStick

[PATCH 2/3] Add USB ID for TechnoTrend TT-connect CT2-4650 CI

2014-08-06 Thread Olli Salonen
Signed-off-by: Olli Salonen olli.salo...@iki.fi --- drivers/media/dvb-core/dvb-usb-ids.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/dvb-core/dvb-usb-ids.h b/drivers/media/dvb-core/dvb-usb-ids.h index 5135a09..b7a9b98 100644 --- a/drivers/media/dvb-core/dvb-usb-ids.h +++

[PATCH 1/3] sp2: Add I2C driver for CIMaX SP2 common interface module

2014-08-06 Thread Olli Salonen
Driver for the CIMaX SP2 common interface chip. It is very much based on the existing cimax2 driver for cx23885, but should be more reusable. The product has been sold with name Atmel T90FJR as well and the data sheets for that chip seem to be publicly available. It seems that the USB device that

Re: [PATCHv3] videobuf2: fix lockdep warning

2014-08-06 Thread Laurent Pinchart
Hi Hans, On Wednesday 06 August 2014 08:44:27 Hans Verkuil wrote: On 08/06/2014 12:15 AM, Laurent Pinchart wrote: On Tuesday 05 August 2014 12:56:14 Hans Verkuil wrote: Changes since v2: use a mutex instead of a spinlock due to possible sleeps inside the mmap memop. Use the mutex when

RE: [PATCH RESEND 00/15] CODA patches for v3.17

2014-08-06 Thread Kamil Debski
Hi Philipp, From: Philipp Zabel [mailto:p.za...@pengutronix.de] Sent: Tuesday, August 05, 2014 7:00 PM Hi Kamil, Mauro, thank you for merging most of the pending coda patches in time for v3.17. Here are the remaining patches, rebased on top of the current media for-3.17 branch. I have

[PATCH] [media] coda: checkpatch cleanup

2014-08-06 Thread Philipp Zabel
This patch breaks most long lines, concatenates broken up text strings, and adds or removes parentheses where needed to make checkpatch happy. The long codec list lines and a few 81-wide lines remain. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- drivers/media/platform/coda/coda-bit.c

Re: [PATCH RESEND 00/15] CODA patches for v3.17

2014-08-06 Thread Philipp Zabel
Hi Kamil, Am Mittwoch, den 06.08.2014, 12:10 +0200 schrieb Kamil Debski: As for warnings, I think it could be corrected in another patch. But please do that ASAP. Also it would be really good to correct warnings/error in remaining files. Thanks, I've just sent a patch to address most of

[PATCH] sp2: Add SP2 entry to Kconfig

2014-08-06 Thread Olli Salonen
Option DVB_SP2 must be in Kconfig as well. This patch should be applied together with patch 25206 that was submitted earlier today. Signed-off-by: Olli Salonen olli.salo...@iki.fi --- drivers/media/dvb-frontends/Kconfig | 7 +++ 1 file changed, 7 insertions(+) diff --git

Re: [PATCH 04/15] [media] dvb: fix decimal printf format specifiers prefixed with 0x

2014-08-06 Thread Mauro Carvalho Chehab
Em Tue, 05 Aug 2014 21:42:17 -0700 Hans Wennborg h...@hanshq.net escreveu: The prefix suggests the number should be printed in hex, so use the %x specifier to do that. Found by using regex suggested by Joe Perches. Signed-off-by: Hans Wennborg h...@hanshq.net ---

Re: [PATCH 1/2] [media] V4L: Add camera pan/tilt speed controls

2014-08-06 Thread Vincent Palatin
On Sun, Aug 3, 2014 at 10:52 PM, Pawel Osciak posc...@chromium.org wrote: This looks good to me in general (with one comment below). I don't think we can easily implement current V4L2 pan and tilt controls that are for movement by a specified amount in terms of UVC pan/tilt speed controls,

[GIT PULL] mem2mem: coda driver changes

2014-08-06 Thread Kamil Debski
The following changes since commit d1352f268415182f9bfc06b142fb50083e5f6479: Merge two fixes from branch 'patchwork' into to_next (2014-08-01 15:32:27 -0300) are available in the git repository at: git://linuxtv.org/kdebski/media_tree_2.git for-v3.17-2 for you to fetch changes up to

Re: omap3isp device tree support

2014-08-06 Thread Alaganraj Sandhanam
Please send unsubscribe linux-media message with empty subject line to majord...@vger.kernel.org. --- To: majord...@vger.kernel.org Subject: unsubscribe linux-media

dib7000p_get_stats: ā€˜iā€™ is used uninitialized (was: Re: [media] dib7000p: Add DVBv5 stats support)

2014-08-06 Thread Geert Uytterhoeven
Hi Mauro, On Wed, Aug 6, 2014 at 2:03 AM, Linux Kernel Mailing List linux-ker...@vger.kernel.org wrote: Gitweb: http://git.kernel.org/linus/;a=commit;h=041ad449683bb2d54a7f082d78ec15bbc958a175 Commit: 041ad449683bb2d54a7f082d78ec15bbc958a175 Parent:

[PATCH v2] [media] uvcvideo: Add quirk to force the Oculus DK2 IR tracker to grayscale

2014-08-06 Thread Philipp Zabel
This patch adds a quirk to force Y8 pixel format even if the camera reports half-width YUYV. Signed-off-by: Philipp Zabel philipp.za...@gmail.com --- drivers/media/usb/uvc/uvc_driver.c | 29 - drivers/media/usb/uvc/uvcvideo.h | 1 + 2 files changed, 29

Re: omap3isp device tree support

2014-08-06 Thread Sakari Ailus
Hi Alaganraj, On Wed, Aug 06, 2014 at 04:07:58AM +0530, alaganraj sandhanam wrote: Hi Laurent, Thanks for the info. what about git://linuxtv.org/pinchartl/media.git omap3isp/dt branch? I took 3 patches from this branch, fixed error: implicit declaration of function

Re: [PATCH 1/2] [media] V4L: Add camera pan/tilt speed controls

2014-08-06 Thread Pawel Osciak
On Thu, Aug 7, 2014 at 12:10 AM, Vincent Palatin vpala...@chromium.org wrote: On Sun, Aug 3, 2014 at 10:52 PM, Pawel Osciak posc...@chromium.org wrote: This looks good to me in general (with one comment below). I don't think we can easily implement current V4L2 pan and tilt controls that are

cron job: media_tree daily build: WARNINGS

2014-08-06 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: Thu Aug 7 04:00:25 CEST 2014 git branch: test git hash: 0f3bf3dc1ca394a8385079a5653088672b65c5c4 gcc

[PATCH 2/2] [media] dvb: return the error from i2c_transfer if negative

2014-08-06 Thread Hans Wennborg
Signed-off-by: Hans Wennborg h...@hanshq.net --- drivers/media/dvb-frontends/mb86a16.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/dvb-frontends/mb86a16.c b/drivers/media/dvb-frontends/mb86a16.c index 1f7fce7..0e65d35 100644 --- a/drivers/media/dvb-frontends/mb86a16.c +++

[PATCH 1/2] [media] dvb: remove 0x prefix from decimal value in printf

2014-08-06 Thread Hans Wennborg
Signed-off-by: Hans Wennborg h...@hanshq.net --- drivers/media/dvb-frontends/mb86a16.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/dvb-frontends/mb86a16.c b/drivers/media/dvb-frontends/mb86a16.c index 9ae40ab..1f7fce7 100644 ---