From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from bin-mail-out-05.binero.net ([195.74.38.228]:62707 "EHLO bin-mail-out-05.binero.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731256AbeGQNKK (ORCPT ); Tue, 17 Jul 2018 09:10:10 -0400 From: =?UTF-8?q?Niklas=20S=C3=B6derlund?= To: Lars-Peter Clausen , Hans Verkuil , linux-media@vger.kernel.org, Steve Longerbeam Cc: linux-renesas-soc@vger.kernel.org, =?UTF-8?q?Niklas=20S=C3=B6derlund?= Subject: [PATCH 0/2] adv7180: fix format and frame interval Date: Tue, 17 Jul 2018 14:30:39 +0200 Message-Id: <20180717123041.2862-1-niklas.soderlund+renesas@ragnatech.se> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-media-owner@vger.kernel.org List-ID: Hi, These first patch fix a issue which was discussed back in 2016 that the field format of the adv7180 should be V4L2_FIELD_ALTERNATE. While the second patch adds support for the g_frame_interval video op. Work is loosely based on work by Steve Longerbeam posted in 2016. I have talked to Steven and he have agreed to me taking over the patches as he did not intend to continue his work on the original series. The series is based on the latest media-tree and tested on Renesas Koelsch board. Niklas Söderlund (2): adv7180: fix field type to V4L2_FIELD_ALTERNATE adv7180: add g_frame_interval support drivers/media/i2c/adv7180.c | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) -- 2.18.0