From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8DCB8C43331 for ; Thu, 5 Sep 2019 21:51:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C126B206DE for ; Thu, 5 Sep 2019 21:51:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391062AbfIEVvv (ORCPT ); Thu, 5 Sep 2019 17:51:51 -0400 Received: from vsp-unauthed02.binero.net ([195.74.38.227]:37024 "EHLO vsp-unauthed02.binero.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730704AbfIEVvv (ORCPT ); Thu, 5 Sep 2019 17:51:51 -0400 X-Halon-ID: 461b13e2-d027-11e9-837a-0050569116f7 Authorized-sender: niklas@soderlund.pp.se Received: from bismarck.berto.se (unknown [84.172.84.18]) by bin-vsp-out-03.atm.binero.net (Halon) with ESMTPA id 461b13e2-d027-11e9-837a-0050569116f7; Thu, 05 Sep 2019 23:51:25 +0200 (CEST) From: =?UTF-8?q?Niklas=20S=C3=B6derlund?= To: Laurent Pinchart , linux-media@vger.kernel.org Cc: linux-renesas-soc@vger.kernel.org, =?UTF-8?q?Niklas=20S=C3=B6derlund?= Subject: [PATCH 0/2] rcar-vin: Support V4L2_FIELD_SEQ_{TB,BT} Date: Thu, 5 Sep 2019 23:49:13 +0200 Message-Id: <20190905214915.13919-1-niklas.soderlund+renesas@ragnatech.se> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi, This series add support for sequential filed formats to rcar-vin. The series is based on [1] and tested on both R-Car Gen2 and Gen3 boards without regressions. Patch 1/2 prepares for the new filed formats by reworking and renaming an existing struct member while 2/2 adds support for the two new field formats. 1. [PATCH v3 0/6] rcar-vin: Add support for V4L2_FIELD_ALTERNATE Niklas Söderlund (2): rcar-vin: Move hardware buffer tracking to own struct rcar-vin: Add support for V4L2_FIELD_SEQ_{TB,BT} drivers/media/platform/rcar-vin/rcar-dma.c | 80 ++++++++++++++++----- drivers/media/platform/rcar-vin/rcar-v4l2.c | 7 +- drivers/media/platform/rcar-vin/rcar-vin.h | 28 ++++++-- 3 files changed, 91 insertions(+), 24 deletions(-) -- 2.23.0