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=-15.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 2731DC433DF for ; Thu, 20 Aug 2020 11:04:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0E3862072D for ; Thu, 20 Aug 2020 11:04:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730779AbgHTK7H (ORCPT ); Thu, 20 Aug 2020 06:59:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42308 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731209AbgHTK54 (ORCPT ); Thu, 20 Aug 2020 06:57:56 -0400 Received: from hillosipuli.retiisi.org.uk (hillosipuli.retiisi.org.uk [IPv6:2a01:4f9:c010:4572::81:2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 32D19C061385 for ; Thu, 20 Aug 2020 03:57:42 -0700 (PDT) Received: from valkosipuli.localdomain (valkosipuli.retiisi.org.uk [IPv6:2a01:4f9:c010:4572::80:2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by hillosipuli.retiisi.org.uk (Postfix) with ESMTPS id C38BE634C87 for ; Thu, 20 Aug 2020 13:56:19 +0300 (EEST) Received: from sailus by valkosipuli.localdomain with local (Exim 4.92) (envelope-from ) id 1k8iF1-0002ol-HG for linux-media@vger.kernel.org; Thu, 20 Aug 2020 13:56:19 +0300 Date: Thu, 20 Aug 2020 13:56:19 +0300 From: Sakari Ailus To: linux-media@vger.kernel.org Subject: [GIT PULL FOR 5.10] V4L2 fixes, cleanups and documentation improvements Message-ID: <20200820105619.GF7145@valkosipuli.retiisi.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Hi Mauro, Here's a pile of patches I dug from the depths of Patchwork. It's mostly fixes but also a few cleanups as well as guide on writing camera sensor drivers. Please pull. The following changes since commit 9a538b83612c8b5848bf840c2ddcd86dda1c8c76: media: venus: core: Add support for opp tables/perf voting (2020-08-18 15:55:56 +0200) are available in the Git repository at: git://linuxtv.org/sailus/media_tree.git tags/for-5.10-1-signed for you to fetch changes up to e6e6220eba24347919bd238bbb65b9bf3dcc9023: media: ov5675: correct the maximum exposure value (2020-08-20 13:14:59 +0300) ---------------------------------------------------------------- V4L2 camera patches for 5.10 ---------------------------------------------------------------- Alexander A. Klimov (1): media: omap: Replace HTTP links with HTTPS ones Bingbu Cao (3): media: i2c: ov2740: get OTP data ready before nvmem registration MAINTAINERS: Fix email typo and correct name of Tianshu media: ov5675: correct the maximum exposure value Colin Ian King (1): media: i2c: fix error check on max9286_read call Hans Verkuil (1): imx274: fix frame interval handling Jacopo Mondi (4): dt-bindings: media: ov5647: Convert to json-schema dt-bindings: media: ov5647: Document pwdn-gpios dt-bindings: media: ov5647: Document clock-noncontinuous media: MAINTAINERS: ov5647: Replace maintainer Jordan Hand (1): media: ipu3.rst: Format media-ctl and yavta commands as code blocks Kieran Bingham (1): MAINTAINERS: Fix sort order for RDACM20 Paul Kocialkowski (1): media: ov5640: Correct Bit Div register in clock tree diagram Raag Jadav (1): media: ov7740: use SCCB regmap Rahul Gottipati (1): media: intel-ipu3: Fix code style issue Sakari Ailus (1): Documentation: media: Document how to write camera sensor drivers Tom Rix (1): media: m5mols: Check function pointer in m5mols_sensor_power Documentation/admin-guide/media/ipu3.rst | 104 ++++++++-------- .../devicetree/bindings/media/i2c/ov5647.txt | 35 ------ .../devicetree/bindings/media/i2c/ov5647.yaml | 88 ++++++++++++++ Documentation/driver-api/media/camera-sensor.rst | 134 +++++++++++++++++++++ Documentation/driver-api/media/csi2.rst | 2 + Documentation/driver-api/media/index.rst | 1 + MAINTAINERS | 12 +- drivers/media/i2c/Kconfig | 2 +- drivers/media/i2c/imx274.c | 8 +- drivers/media/i2c/m5mols/m5mols_core.c | 3 +- drivers/media/i2c/max9286.c | 3 +- drivers/media/i2c/ov2740.c | 24 ++-- drivers/media/i2c/ov5640.c | 2 +- drivers/media/i2c/ov5675.c | 4 +- drivers/media/i2c/ov7740.c | 10 +- drivers/media/platform/omap3isp/isp.c | 2 +- drivers/staging/media/ipu3/include/intel-ipu3.h | 14 +-- drivers/staging/media/omap4iss/iss.c | 2 +- 18 files changed, 322 insertions(+), 128 deletions(-) delete mode 100644 Documentation/devicetree/bindings/media/i2c/ov5647.txt create mode 100644 Documentation/devicetree/bindings/media/i2c/ov5647.yaml create mode 100644 Documentation/driver-api/media/camera-sensor.rst -- Kind regards, Sakari Ailus