[PATCH 1/3] media: adv7604: implement g_crop

2015-12-11 Thread Ulrich Hecht
The rcar_vin driver relies on this. Signed-off-by: Ulrich Hecht --- drivers/media/i2c/adv7604.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/media/i2c/adv7604.c b/drivers/media/i2c/adv7604.c index 129009f..d30e7cc 100644 --- a/drivers/media/i2c/adv7604.c +++ b

[PATCH] adv7604: add direct interrupt handling

2015-12-11 Thread Ulrich Hecht
When probed from device tree, the i2c client driver can handle the interrupt on its own. Signed-off-by: Ulrich Hecht --- drivers/media/i2c/adv7604.c | 24 ++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/drivers/media/i2c/adv7604.c b/drivers/media/i2c

[PATCH 0/3] adv7604: .g_crop and .cropcap support

2015-12-11 Thread Ulrich Hecht
Hi! The rcar_vin driver relies on these methods. The third patch makes sure that they return up-to-date data if the input signal has changed since initialization. CU Uli Ulrich Hecht (3): media: adv7604: implement g_crop media: adv7604: implement cropcap media: adv7604: update timings

[PATCH 2/3] media: adv7604: implement cropcap

2015-12-11 Thread Ulrich Hecht
Used by the rcar_vin driver. Signed-off-by: Ulrich Hecht --- drivers/media/i2c/adv7604.c | 17 + 1 file changed, 17 insertions(+) diff --git a/drivers/media/i2c/adv7604.c b/drivers/media/i2c/adv7604.c index d30e7cc..1bfa9f3 100644 --- a/drivers/media/i2c/adv7604.c +++ b/drivers

[PATCH 3/3] media: adv7604: update timings on change of input signal

2015-12-11 Thread Ulrich Hecht
Without this, g_crop will always return the boot-time state. Signed-off-by: Ulrich Hecht --- drivers/media/i2c/adv7604.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/media/i2c/adv7604.c b/drivers/media/i2c/adv7604.c index 1bfa9f3..d7d0bb7 100644 --- a/drivers/media/i2c

Re: [PATCH 0/3] adv7604: .g_crop and .cropcap support

2015-12-14 Thread Ulrich Hecht
On Mon, Dec 14, 2015 at 11:33 AM, Hans Verkuil wrote: > OK, my http://git.linuxtv.org/hverkuil/media_tree.git/log/?h=rmcrop branch > now has a > rebased patch to remove g/s_crop. Only compile-tested. It's just the one > patch that you > need. Thank you, that works perfectly with rcar_vin and ad

Re: [PATCH 0/3] adv7604: .g_crop and .cropcap support

2015-12-14 Thread Ulrich Hecht
On Mon, Dec 14, 2015 at 2:02 PM, Hans Verkuil wrote: > On 12/14/2015 01:55 PM, Ulrich Hecht wrote: >> On Mon, Dec 14, 2015 at 11:33 AM, Hans Verkuil wrote: >>> OK, my http://git.linuxtv.org/hverkuil/media_tree.git/log/?h=rmcrop branch >>> now has a >>> re

[PATCH 6/6] media: soc_camera: rcar_vin: Add r8a7794 device support

2014-07-25 Thread Ulrich Hecht
From: Koji Matsuoka Signed-off-by: Koji Matsuoka Cc: linux-media@vger.kernel.org --- drivers/media/platform/soc_camera/rcar_vin.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/platform/soc_camera/rcar_vin.c b/drivers/media/platform/soc_camera/rcar_vin.c index e594230..86d9

<    1   2