From patchwork Wed Apr 10 15:32:51 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 10894273 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 3C20817E0 for ; Wed, 10 Apr 2019 15:32:56 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 27A3D28B1F for ; Wed, 10 Apr 2019 15:32:56 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 23A3928477; Wed, 10 Apr 2019 15:32:56 +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 8A05628477 for ; Wed, 10 Apr 2019 15:32:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730505AbfDJPcz (ORCPT ); Wed, 10 Apr 2019 11:32:55 -0400 Received: from lb2-smtp-cloud7.xs4all.net ([194.109.24.28]:58849 "EHLO lb2-smtp-cloud7.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729313AbfDJPcy (ORCPT ); Wed, 10 Apr 2019 11:32:54 -0400 Received: from [IPv6:2001:983:e9a7:1:5c18:3544:e4bb:f52f] ([IPv6:2001:983:e9a7:1:5c18:3544:e4bb:f52f]) by smtp-cloud7.xs4all.net with ESMTPA id EFDYhlqhmNG8zEFDZh1y42; Wed, 10 Apr 2019 17:32:53 +0200 To: Linux Media Mailing List Cc: Philipp Zabel , =?utf-8?q?Niklas_S=C3=B6derlund?= From: Hans Verkuil Subject: [GIT PULL FOR v5.2] coda & rcar-csi2 fixes Message-ID: Date: Wed, 10 Apr 2019 17:32:51 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 Content-Language: en-US X-CMAE-Envelope: MS4wfPAwO1/T1RgFCopBEduMfMUqu38ugwuVsAR3vZZDXjRVh/0B6W5xPlBFcHgoOggRFwZ7M/TmoZj19IDD2fX832UR75dFfFxn5It1QHh8KnL9131d8IYG nflNMsZDqWirhKDwkryMACkp8ZI3v2UQL0Md8p6GPekAcWyD7ZQ1L80tMjd7xotoFgjBBvM8opetaFar2miMyF45lA4O3dpAr+GblKiugrgq0M/XnjJ4v9Z1 /6fZRSgb/nbl58aEN4M6GBg7URRelfKYrMczGUXCjnvI1bpTr7jARnBWdAVd9JCAMS1VngmVjhk429GoqCPnXeNEDZ7g/J0OSM7jnCF01KaaFxdbURGrh3RH p/mhK9L8ApOaY85HD8V3T4zqclYzCg== 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 The following changes since commit 1c3ec30bb23023d738b538e64ac3028902d53692: media: index.rst: exclude Indexes section from latex/pdf output (2019-03-30 09:42:35 -0400) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.2e2 for you to fetch changes up to 58e7ff104f038eaedc72b275f7388be1687abc98: rcar-csi2: Move setting of Field Detection Control Register (2019-04-10 16:40:45 +0200) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Niklas Söderlund (5): dt-bindings: rcar-csi2: List resets as a mandatory property rcar-csi2: Use standby mode instead of resetting rcar-csi2: Update V3M and E3 start procedure rcar-csi2: Update start procedure for H3 ES2 rcar-csi2: Move setting of Field Detection Control Register Philipp Zabel (8): media: coda: set codec earlier media: coda: remove mask from decoder h.264 level control media: coda: clear error return value before picture run media: coda: add min number of buffers controls media: coda: disable encoder command on decoder and vice versa media: coda: implement encoder frame size enumeration media: coda: allow encoder to set colorimetry on the output queue media: coda: throw error on create_bufs with too small size Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt | 3 +- drivers/media/platform/coda/coda-bit.c | 3 ++ drivers/media/platform/coda/coda-common.c | 120 ++++++++++++++++++++++++++++------------- drivers/media/platform/rcar-vin/Kconfig | 1 + drivers/media/platform/rcar-vin/rcar-csi2.c | 116 +++++++++++++++++++++++++-------------- 5 files changed, 166 insertions(+), 77 deletions(-)