Re: [PATCH v4 1/4] [media] videodev2: Add V4L2_BUF_FLAG_LAST

2015-04-12 Thread Pawel Osciak
Hi, Thanks for working on this! On Wed, Mar 25, 2015 at 2:46 AM, Philipp Zabel p.za...@pengutronix.de wrote: From: Peter Seiderer ps.rep...@gmx.net This v4l2_buffer flag can be used by drivers to mark a capture buffer as the last generated buffer, for example after a V4L2_DEC_CMD_STOP

cron job: media_tree daily build: ERRORS

2015-04-12 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 Apr 13 04:00:15 CEST 2015 git branch: test git hash: e183201b9e917daf2530b637b2f34f1d5afb934d gcc

Re: [PATCH] [media] omap4iss: avoid broken OMAP4 dependency

2015-04-12 Thread Laurent Pinchart
Hi Arnd, Thank you for the patch. On Friday 10 April 2015 22:20:20 Arnd Bergmann wrote: The omap4iss driver uses an interface that used to be provided by OMAP4 but has now been removed and replaced with a WARN_ON(1) statement, which likely broke the iss_csiphy code at runtime. It also

Re: [PATCH v2 3/3] media: atmel-isi: remove mck back compatiable code as it's not need

2015-04-12 Thread Laurent Pinchart
Hi Josh, Thank you for the patch. On Thursday 09 April 2015 17:01:48 Josh Wu wrote: The master clock should handled by sensor itself. Signed-off-by: Josh Wu josh...@atmel.com --- Changes in v2: - totally remove clock_start()/clock_stop() as they are optional.

Re: [PATCH v2 1/3] media: atmel-isi: remove the useless code which disable isi

2015-04-12 Thread Laurent Pinchart
Hi Josh, Thank you for the patch. On Thursday 09 April 2015 17:01:46 Josh Wu wrote: To program ISI control register, the pixel clock should be enabled. That's an awful hardware design :-( So without pixel clock (from sensor) enabled, disable ISI controller is not make sense. So this patch

Re: [PATCH] v4l: omap4iss: Replace outdated OMAP4 control pad API with syscon

2015-04-12 Thread Sakari Ailus
Hi Laurent, On Sun, Apr 12, 2015 at 03:28:13PM +0300, Laurent Pinchart wrote: diff --git a/drivers/staging/media/omap4iss/iss_csiphy.c b/drivers/staging/media/omap4iss/iss_csiphy.c index 7c3d55d..748607f 100644 --- a/drivers/staging/media/omap4iss/iss_csiphy.c +++

[PATCH] v4l: omap4iss: Replace outdated OMAP4 control pad API with syscon

2015-04-12 Thread Laurent Pinchart
The omap4_ctrl_pad_readl and omap4_ctrl_pad_writel functions have been removed by commit efde234674d9 (ARM: OMAP4+: control: remove support for legacy pad read/write) but are still used by the OMAP4 ISS driver, resulting in a compilation breakage: drivers/staging/media/omap4iss/iss_csiphy.c: In

Re: [PATCH 7/7] v4l2: remove g/s_crop and cropcap from video ops

2015-04-12 Thread Laurent Pinchart
Hi Hans, Thank you for the patch. On Thursday 09 April 2015 12:21:28 Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com Replace all calls to g/s_crop and cropcap by calls to the get/set_selection pad ops. Remove the old g/s_crop and cropcap video ops since they are now no

Re: [PATCH] v4l: omap4iss: Replace outdated OMAP4 control pad API with syscon

2015-04-12 Thread Laurent Pinchart
Hi Sakari, Thank you for the review. On Sunday 12 April 2015 17:31:09 Sakari Ailus wrote: On Sun, Apr 12, 2015 at 03:28:13PM +0300, Laurent Pinchart wrote: diff --git a/drivers/staging/media/omap4iss/iss_csiphy.c b/drivers/staging/media/omap4iss/iss_csiphy.c index 7c3d55d..748607f 100644

[PATCH] Add support for TechniSat Skystar S2

2015-04-12 Thread Jemma Denson
Signed-off-by: Jemma Denson jden...@gmail.com --- drivers/media/common/b2c2/Kconfig|1 + drivers/media/common/b2c2/flexcop-fe-tuner.c | 51 +- drivers/media/common/b2c2/flexcop-misc.c |1 + drivers/media/common/b2c2/flexcop-reg.h |1 +