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=-6.8 required=3.0 tests=BAYES_00, 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 75775C43461 for ; Tue, 15 Sep 2020 18:27:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3BB17206DB for ; Tue, 15 Sep 2020 18:27:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727804AbgIOS1j (ORCPT ); Tue, 15 Sep 2020 14:27:39 -0400 Received: from vsp-unauthed02.binero.net ([195.74.38.227]:50921 "EHLO vsp-unauthed02.binero.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727865AbgIOS1g (ORCPT ); Tue, 15 Sep 2020 14:27:36 -0400 X-Greylist: delayed 372 seconds by postgrey-1.27 at vger.kernel.org; Tue, 15 Sep 2020 14:27:35 EDT X-Halon-ID: 344f444e-f780-11ea-a39b-005056917f90 Authorized-sender: niklas.soderlund@fsdn.se Received: from bismarck.berto.se (p54ac52a8.dip0.t-ipconnect.de [84.172.82.168]) by bin-vsp-out-02.atm.binero.net (Halon) with ESMTPA id 344f444e-f780-11ea-a39b-005056917f90; Tue, 15 Sep 2020 20:21:05 +0200 (CEST) From: =?UTF-8?q?Niklas=20S=C3=B6derlund?= To: Hans Verkuil , linux-media@vger.kernel.org Cc: devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, =?UTF-8?q?Niklas=20S=C3=B6derlund?= Subject: [PATCH v4 0/3] dt-bindings: adv7604: Convert bindings to json-schema Date: Tue, 15 Sep 2020 20:19:41 +0200 Message-Id: <20200915181944.1037620-1-niklas.soderlund+renesas@ragnatech.se> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Hans, This series converts the ADV7604 bindings to YAML and lists the new file under MAINTAINERS. I have used the schema to validate the usage of the bindings and no issues are found. Previous versions of this series referred to issues found when running the validation and patches that fixed them. All those patches have now been picked up. Niklas Söderlund (3): dt-bindings: adv7604: Fix documentation for hpd-gpios dt-bindings: adv7604: Convert bindings to json-schema MAINTAINERS: Add ADV7604 bindings documentation .../devicetree/bindings/media/i2c/adv7604.txt | 88 --------- .../bindings/media/i2c/adv7604.yaml | 178 ++++++++++++++++++ MAINTAINERS | 1 + 3 files changed, 179 insertions(+), 88 deletions(-) delete mode 100644 Documentation/devicetree/bindings/media/i2c/adv7604.txt create mode 100644 Documentation/devicetree/bindings/media/i2c/adv7604.yaml -- 2.28.0