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 shc_w...@mail.ru Acked-by: Shawn Guo shawn@freescale.com ---

[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 manuel.schoell...@gmx.de --- drivers/staging/media/msi3101/sdr-msi3101.c | 28 +-- 1 file changed,

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 hverk...@xs4all.nl 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

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 laurent.pinch...@ideasonboard.com 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

[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 hans.verk...@cisco.com --- Documentation/DocBook/media/v4l/vidioc-subscribe-event.xml | 2 +- 1 file changed, 1 insertion(+), 1

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-04-23

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 g.liakhovet...@gmx.de 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

[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

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 g.liakhovet...@gmx.de 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

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 g.liakhovet...@gmx.de escreveu: On Sun, 25 May 2014, Mauro Carvalho Chehab wrote: Hi Guennadi, Em Sat, 24 May 2014 13:31:37 +0200 (CEST) Guennadi Liakhovetski g.liakhovet...@gmx.de escreveu: Hi Mauro, I was

[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_NOTIFY

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 g.liakhovet...@gmx.de escreveu: On Sun, 25 May 2014, Mauro Carvalho Chehab wrote: Em Sun, 25 May 2014 20:05:49 +0200 (CEST) Guennadi Liakhovetski g.liakhovet...@gmx.de escreveu: On Sun, 25 May 2014, Mauro Carvalho Chehab

[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 b...@hackerdom.ru Signed-off-by: Alexsey Shestacov wingr...@linux-sunxi.org --- Changes since version

[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 b...@hackerdom.ru Signed-off-by: Alexsey Shestacov

[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 b...@hackerdom.ru Signed-off-by: Alexsey Shestacov wingr...@linux-sunxi.org --- drivers/media/rc/Kconfig | 10 ++

[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 b...@hackerdom.ru Signed-off-by: Alexsey Shestacov wingr...@linux-sunxi.org --- .../devicetree/bindings/media/sunxi-ir.txt | 23 ++ 1 file changed, 23

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