cron job: media_tree daily build: ABI WARNING

2014-05-25 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: Mon May 26 04:00:28 CEST 2014 git branch: test git hash: f7a27ff1fb77e114d1059a5eb2ed1cffdc508ce8 gcc versi

[PATCH v8 1/3] ARM: sunxi: Add documentation for sunxi consumer infrared devices

2014-05-25 Thread Alexander Bersenev
This patch adds documentation for Device-Tree bindings for sunxi IR controller. Signed-off-by: Alexander Bersenev Signed-off-by: Alexsey Shestacov --- .../devicetree/bindings/media/sunxi-ir.txt | 23 ++ 1 file changed, 23 insertions(+) create mode 100644 Documentati

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

2014-05-25 Thread Alexander Bersenev
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 --- drivers/media/rc/Kconfig | 10 ++ drivers/media/rc/Makefile| 1 + drivers

[PATCH v8 3/3] ARM: sunxi: Add IR controller support in DT on A20

2014-05-25 Thread Alexander Bersenev
This patch adds IR controller in A20 Device-Tree: - Two IR devices found in A20 user manual - Pins for two devices - One IR device physically found on Cubieboard 2 - One IR device physically found on Cubietruck Signed-off-by: Alexander Bersenev Signed-off-by: Alexsey Shestacov --- arch/arm/boot

[PATCH v8 0/3] ARM: sunxi: Add support for consumer infrared devices

2014-05-25 Thread Alexander Bersenev
This patch introduces Consumer IR(CIR) support for sunxi boards. This 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 --- Changes since version 1: - Fix timer memory leaks - Fix rac

Re: [GIT PULL 3.16] soc-camera for 3.16: one driver removal, a fix and more

2014-05-25 Thread Mauro Carvalho Chehab
Em Sun, 25 May 2014 21:33:06 +0200 (CEST) Guennadi Liakhovetski escreveu: > On Sun, 25 May 2014, Mauro Carvalho Chehab wrote: > > > Em Sun, 25 May 2014 20:05:49 +0200 (CEST) > > Guennadi Liakhovetski escreveu: > > > > > On Sun, 25 May 2014, Mauro Carvalho Chehab wrote: > > > > > > > Hi Guenna

[PATCH] m5mols: Replace missing header

2014-05-25 Thread Laurent Pinchart
The include/media/s5p_fimc.h header has been removed in commit 49b2f4c56fbf70ca693d6df1c491f0566d516aea ("exynos4-is: Remove support for non-dt platforms"). This broke compilation of the m5mols driver. Include the include/media/exynos-fimc.h header instead, which contains the S5P_FIMC_TX_END_NOTIF

Re: [GIT PULL 3.16] soc-camera for 3.16: one driver removal, a fix and more

2014-05-25 Thread Guennadi Liakhovetski
On Sun, 25 May 2014, Mauro Carvalho Chehab wrote: > Em Sun, 25 May 2014 20:05:49 +0200 (CEST) > Guennadi Liakhovetski escreveu: > > > On Sun, 25 May 2014, Mauro Carvalho Chehab wrote: > > > > > Hi Guennadi, > > > > > > Em Sat, 24 May 2014 13:31:37 +0200 (CEST) > > > Guennadi Liakhovetski escr

Re: [GIT PULL 3.16] soc-camera for 3.16: one driver removal, a fix and more

2014-05-25 Thread Mauro Carvalho Chehab
Em Sun, 25 May 2014 20:05:49 +0200 (CEST) Guennadi Liakhovetski escreveu: > On Sun, 25 May 2014, Mauro Carvalho Chehab wrote: > > > Hi Guennadi, > > > > Em Sat, 24 May 2014 13:31:37 +0200 (CEST) > > Guennadi Liakhovetski escreveu: > > > > > Hi Mauro, > > > > > > I was waiting for DT patches

Re: [PATCH] technisat-sub2: Fix stream curruption on high bitrate

2014-05-25 Thread Mauro Carvalho Chehab
Hi, Em Wed, 16 Apr 2014 23:22:01 +0300 CrazyCat escreveu: > Fix stream curruption on high bitrate (>60mbit). Could you please better document this patch? I would be expecting a better description of the problem you faced, the version of the board you have (assuming that different versions mig

Re: [GIT PULL 3.16] soc-camera for 3.16: one driver removal, a fix and more

2014-05-25 Thread Guennadi Liakhovetski
On Sun, 25 May 2014, Mauro Carvalho Chehab wrote: > Hi Guennadi, > > Em Sat, 24 May 2014 13:31:37 +0200 (CEST) > Guennadi Liakhovetski escreveu: > > > Hi Mauro, > > > > I was waiting for DT patches for soc-camera, but they're not yet ready. > > So, here go 5 patches, including one driver remo

[GIT PULL v3 FOR v3.16] adv7604: ADV7611 and DT support

2014-05-25 Thread Laurent Pinchart
Hi Mauro, The following changes since commit 85ac1a1772bb41da895bad83a81f6a62c8f293f6: [media] media: stk1160: Avoid stack-allocated buffer for control URBs (2014-05-24 17:12:11 -0300) are available in the git repository at: git://linuxtv.org/pinchartl/media.git linuxtv/adv7611 for you to

Re: [GIT PULL 3.16] soc-camera for 3.16: one driver removal, a fix and more

2014-05-25 Thread Mauro Carvalho Chehab
Hi Guennadi, Em Sat, 24 May 2014 13:31:37 +0200 (CEST) Guennadi Liakhovetski escreveu: > Hi Mauro, > > I was waiting for DT patches for soc-camera, but they're not yet ready. > So, here go 5 patches, including one driver removal, one error-path fix > from myself, and a couple more clean up an

Re: [GIT PULL v2 FOR v3.16] adv7604: ADV7611 and DT support

2014-05-25 Thread Laurent Pinchart
Hi Mauro, On Sunday 25 May 2014 10:20:47 Mauro Carvalho Chehab wrote: > Em Mon, 28 Apr 2014 21:48:31 +0200 Laurent Pinchart escreveu: > > Hi Mauro, > > > > The following changes since commit > > 393cbd8dc532c1ebed60719da8d379f50d445f28: > > [media] smiapp: Use %u for printing u32 value (2014-

[PATCH for v3.16] DocBook media: fix typo

2014-05-25 Thread Hans Verkuil
The reference to v4l2-event-source-change should have been v4l2-event-src-change. This caused a failure when building the spec. Fixed. Signed-off-by: Hans Verkuil --- Documentation/DocBook/media/v4l/vidioc-subscribe-event.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/

Re: [GIT PULL v2 FOR v3.16] adv7604: ADV7611 and DT support

2014-05-25 Thread Mauro Carvalho Chehab
Em Mon, 28 Apr 2014 21:48:31 +0200 Laurent Pinchart escreveu: > Hi Mauro, > > The following changes since commit 393cbd8dc532c1ebed60719da8d379f50d445f28: > > [media] smiapp: Use %u for printing u32 value (2014-04-23 16:05:06 -0300) > > are available in the git repository at: > > git://li

Re: [GIT PULL FOR v3.16] davinci updates

2014-05-25 Thread Prabhakar Lad
Hi Hans, On Sun, May 25, 2014 at 2:48 AM, Hans Verkuil wrote: > On 05/24/2014 09:59 PM, Mauro Carvalho Chehab wrote: [snip] >> reverted patch and resubmit the remaining ones: >> >> media: davinci: vpif_capture: drop unneeded module params >> media: davinci: vpif_capture: fix v4l-complinace issues

[PATCH] msi3103: Use time_before_eq()

2014-05-25 Thread Manuel Schölling
To be future-proof and for better readability the time comparisons are modified to use time_before_eq() instead of plain, error-prone math. Signed-off-by: Manuel Schölling --- drivers/staging/media/msi3101/sdr-msi3101.c | 28 +-- 1 file changed, 14 insertions(+), 14 del

Re: [PATCH 2/2] media: mx2_camera: Change Kconfig dependency

2014-05-25 Thread Shawn Guo
On Sat, May 24, 2014 at 08:56:23AM +0400, Alexander Shiyan wrote: > This patch change MACH_MX27 dependency to SOC_IMX27 for MX2 camera > driver, since MACH_MX27 symbol is scheduled for removal. > > Signed-off-by: Alexander Shiyan Acked-by: Shawn Guo > --- > drivers/media/platform/soc_camera/K