From patchwork Tue Sep 15 18:19:41 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Niklas_S=C3=B6derlund?= X-Patchwork-Id: 11777521 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 B9B0692C for ; Tue, 15 Sep 2020 18:21:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A58A3205F4 for ; Tue, 15 Sep 2020 18:21:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728019AbgIOSVg (ORCPT ); Tue, 15 Sep 2020 14:21:36 -0400 Received: from bin-mail-out-06.binero.net ([195.74.38.229]:49860 "EHLO bin-mail-out-06.binero.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727801AbgIOSV2 (ORCPT ); Tue, 15 Sep 2020 14:21:28 -0400 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_S=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_S=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 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@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