From patchwork Thu Jul 26 10:27:14 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Niklas_S=C3=B6derlund?= X-Patchwork-Id: 10545569 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 544BA1805 for ; Thu, 26 Jul 2018 10:27:49 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4246D2AD81 for ; Thu, 26 Jul 2018 10:27:49 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 34B112AE0A; Thu, 26 Jul 2018 10:27:49 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6C1DD2AD81 for ; Thu, 26 Jul 2018 10:27:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729190AbeGZLn6 (ORCPT ); Thu, 26 Jul 2018 07:43:58 -0400 Received: from vsp-unauthed02.binero.net ([195.74.38.227]:55227 "EHLO vsp-unauthed02.binero.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728957AbeGZLn6 (ORCPT ); Thu, 26 Jul 2018 07:43:58 -0400 X-Halon-ID: 7c33a7c2-90be-11e8-b831-005056917f90 Authorized-sender: niklas@soderlund.pp.se Received: from bismarck.berto.se (unknown [89.233.230.99]) by bin-vsp-out-02.atm.binero.net (Halon) with ESMTPA id 7c33a7c2-90be-11e8-b831-005056917f90; Thu, 26 Jul 2018 12:27:43 +0200 (CEST) From: =?utf-8?q?Niklas_S=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_S=C3=B6derlund?= Subject: [PATCH v2 0/2] adv7180: fix format and frame interval Date: Thu, 26 Jul 2018 12:27:14 +0200 Message-Id: <20180726102716.1390-1-niklas.soderlund+renesas@ragnatech.se> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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(-)