From patchwork Wed Jul 15 12:48:35 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 11665233 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id ED32F13B1 for ; Wed, 15 Jul 2020 12:45:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E0B3F20578 for ; Wed, 15 Jul 2020 12:45:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730842AbgGOMpX (ORCPT ); Wed, 15 Jul 2020 08:45:23 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:32981 "EHLO relay6-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726335AbgGOMpX (ORCPT ); Wed, 15 Jul 2020 08:45:23 -0400 X-Originating-IP: 93.34.118.233 Received: from uno.lan (93-34-118-233.ip49.fastwebnet.it [93.34.118.233]) (Authenticated sender: jacopo@jmondi.org) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 8933AC0009; Wed, 15 Jul 2020 12:45:18 +0000 (UTC) From: Jacopo Mondi To: robh+dt@kernel.org, devicetree@vger.kernel.org, linux-media@vger.kernel.org Cc: Jacopo Mondi , mchehab@kernel.org, sakari.ailus@linux.intel.com, hverkuil-cisco@xs4all.nl, dave.stevenson@raspberrypi.com, dongchun.zhu@mediatek.com, linux-renesas-soc@vger.kernel.org, laurent.pinchart@ideasonboard.com, roman.kovalivskyi@globallogic.com Subject: [PATCH v3 0/3] dt-bidings: media: ov5647 bindings + small fix Date: Wed, 15 Jul 2020 14:48:35 +0200 Message-Id: <20200715124838.84552-1-jacopo+renesas@jmondi.org> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org A small update to v2: - Add Laurent's tags - Remove 'endpoint' from the list of required port properties, in the newly introduced ov5647 bindings, and while updating the existing ov8865 ones - Make Dave and me co-maintainers for ov5647 as the two email addresses we tried to contact Luis with both failed. Thanks j Jacopo Mondi (3): dt-bindings: media: ov5647: Convert to json-schema dt-bindings: media: i2c: Document 'remote-endpoint' media: MAINTAINERS: ov5647: Add myself as maintainer .../devicetree/bindings/media/i2c/imx219.yaml | 5 ++ .../devicetree/bindings/media/i2c/ov5647.txt | 35 -------- .../devicetree/bindings/media/i2c/ov5647.yaml | 79 +++++++++++++++++++ .../devicetree/bindings/media/i2c/ov8856.yaml | 7 +- MAINTAINERS | 3 +- 5 files changed, 90 insertions(+), 39 deletions(-) delete mode 100644 Documentation/devicetree/bindings/media/i2c/ov5647.txt create mode 100644 Documentation/devicetree/bindings/media/i2c/ov5647.yaml --- 2.27.0