From patchwork Sat Sep 5 17:29:44 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Cameron X-Patchwork-Id: 1358067 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=default header.b=SKDWpTI7; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BkM7T5RF3z9sTK for ; Sun, 6 Sep 2020 03:32:37 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728297AbgIERcd (ORCPT ); Sat, 5 Sep 2020 13:32:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:60174 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726568AbgIERc0 (ORCPT ); Sat, 5 Sep 2020 13:32:26 -0400 Received: from localhost.localdomain (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id BDD7720760; Sat, 5 Sep 2020 17:32:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599327145; bh=VJbbUOHm/wDdpxA6B8EADdFSUNkp83wX1xGSNCC6UUw=; h=From:To:Cc:Subject:Date:From; b=SKDWpTI7IKhQMWv5zXJZSfOqpAkhX8dXSBEtfXoyjPgnlU5YigTJ+Jj2M012uo9T+ wCG//tPg7/LeyQTzDUb70w/LDktnjP9cz7ozeTFx04+SysfF1MkLoW/O477d0unIUe YB45kYyIvrF8jcEet7xkL0Rqt2UFw2uNIDPSb/VM= From: Jonathan Cameron To: linux-iio@vger.kernel.org, Rob Herring , devicetree@vger.kernel.org Cc: Jonathan Cameron Subject: [PATCH 00/20] dt-bindings:iio:adc: Another set of yaml conversions. Date: Sat, 5 Sep 2020 18:29:44 +0100 Message-Id: <20200905173004.216081-1-jic23@kernel.org> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Jonathan Cameron It is somewhat easier to do these all at once as then the yaml syntax knowledge builds up and Rob once said he preferred to review them in groups. Hence here are 20 binding conversions to enjoy. There are 2 other bindings currently awaiting v2 review and it may take a while to convert over the remaining IIO ADC ones as they are mostly the complex cases. There are also quite a few drivers that have undocumented bindings. I plan to do a sweep for those once yaml conversions are finished. For maintainers, I've mostly gone with the original author of the txt file. If anyone wants to claim responsibility for any or reject it then that is great. I'll act as backup maintainer for all of these by default anyway. There are a few places I think we could look to tighten the binding definitions if we wish. Hopefully this will be a good layer to build on. Thanks, Jonathan Jonathan Cameron (20): dt-bindings:iio:adc:fsl,vf610-adc conversion to yaml. dt-bindings:iio:adc:ti,twl4030-madc yaml conversion dt-bindings:iio:adc:st,stmpe-adc yaml conversion dt-bindings:iio:adc: aspeed,ast2400 yaml conversion dt-bindings:iio:adc:marvell,berlin2-adc yaml conversion dt-bindings:iio:adc:sprd,sc2720-adc yaml conversion. dt-bindings:iio:adc:nuvoton,nau7802 yaml conversion dt-bindings:iio:adc:nuvoton,npcm750-adc yaml conversion dt-bindings:iio:adc:nxp,lpc1850-adc yaml conversion dt-bindings:iio:adc:lpc3220-adc yaml conversion dt-bindings:iio:adc:motorola,cpcap-adc yaml conversion dt-bindings:iio:adc:dlg,da9150-gpadc yaml conversion dt-bindings:iio:adc:cosmic,10001-adc yaml conversion dt-bindings:iio:adc:adi,ad7949 yaml conversion dt-bindings:iio:adc:ad7768-1 yaml conversion dt-bindings:iio:adc:ti,ads1015 yaml conversion dt-bindings:iio:adc:holt,hi8435 yaml conversion dt-bindings:iio:adc:amlogic,meson-saradc yaml conversion dt-bindings:iio:adc:fsl,imx7d-adc yaml conversion dt-bindings:iio:adc:fsl,imx25-gcq yaml conversion .../devicetree/bindings/iio/adc/ad7949.txt | 16 -- .../bindings/iio/adc/adi,ad7768-1.txt | 41 ----- .../bindings/iio/adc/adi,ad7768-1.yaml | 89 +++++++++++ .../bindings/iio/adc/adi,ad7949.yaml | 57 +++++++ .../devicetree/bindings/iio/adc/ads1015.txt | 73 --------- .../bindings/iio/adc/amlogic,meson-saradc.txt | 48 ------ .../iio/adc/amlogic,meson-saradc.yaml | 145 ++++++++++++++++++ .../bindings/iio/adc/aspeed,ast2400-adc.yaml | 54 +++++++ .../bindings/iio/adc/aspeed_adc.txt | 22 --- .../bindings/iio/adc/berlin2_adc.txt | 19 --- .../bindings/iio/adc/cc10001_adc.txt | 22 --- .../bindings/iio/adc/cosmic,10001-adc.yaml | 59 +++++++ .../devicetree/bindings/iio/adc/cpcap-adc.txt | 17 -- .../bindings/iio/adc/da9150-gpadc.txt | 16 -- .../bindings/iio/adc/dlg,da9150-gpadc.yaml | 33 ++++ .../bindings/iio/adc/fsl,imx25-gcq.txt | 57 ------- .../bindings/iio/adc/fsl,imx25-gcq.yaml | 129 ++++++++++++++++ .../bindings/iio/adc/fsl,imx7d-adc.yaml | 62 ++++++++ .../bindings/iio/adc/fsl,vf610-adc.yaml | 81 ++++++++++ .../devicetree/bindings/iio/adc/hi8435.txt | 21 --- .../bindings/iio/adc/holt,hi8435.yaml | 49 ++++++ .../devicetree/bindings/iio/adc/imx7d-adc.txt | 24 --- .../bindings/iio/adc/lpc1850-adc.txt | 20 --- .../bindings/iio/adc/lpc32xx-adc.txt | 21 --- .../bindings/iio/adc/marvell,berlin2-adc.yaml | 50 ++++++ .../bindings/iio/adc/motorola,cpcap-adc.yaml | 51 ++++++ .../bindings/iio/adc/nuvoton,nau7802.yaml | 50 ++++++ .../bindings/iio/adc/nuvoton,npcm-adc.txt | 26 ---- .../bindings/iio/adc/nuvoton,npcm750-adc.yaml | 64 ++++++++ .../bindings/iio/adc/nuvoton-nau7802.txt | 18 --- .../bindings/iio/adc/nxp,lpc1850-adc.yaml | 61 ++++++++ .../bindings/iio/adc/nxp,lpc3220-adc.yaml | 50 ++++++ .../bindings/iio/adc/sprd,sc2720-adc.yaml | 72 +++++++++ .../bindings/iio/adc/sprd,sc27xx-adc.txt | 40 ----- .../bindings/iio/adc/st,stmpe-adc.yaml | 45 ++++++ .../devicetree/bindings/iio/adc/stmpe-adc.txt | 21 --- .../bindings/iio/adc/ti,ads1015.yaml | 113 ++++++++++++++ .../bindings/iio/adc/ti,twl4030-madc.yaml | 48 ++++++ .../bindings/iio/adc/twl4030-madc.txt | 24 --- .../devicetree/bindings/iio/adc/vf610-adc.txt | 36 ----- 40 files changed, 1362 insertions(+), 582 deletions(-) delete mode 100644 Documentation/devicetree/bindings/iio/adc/ad7949.txt delete mode 100644 Documentation/devicetree/bindings/iio/adc/adi,ad7768-1.txt create mode 100644 Documentation/devicetree/bindings/iio/adc/adi,ad7768-1.yaml create mode 100644 Documentation/devicetree/bindings/iio/adc/adi,ad7949.yaml delete mode 100644 Documentation/devicetree/bindings/iio/adc/ads1015.txt delete mode 100644 Documentation/devicetree/bindings/iio/adc/amlogic,meson-saradc.txt create mode 100644 Documentation/devicetree/bindings/iio/adc/amlogic,meson-saradc.yaml create mode 100644 Documentation/devicetree/bindings/iio/adc/aspeed,ast2400-adc.yaml delete mode 100644 Documentation/devicetree/bindings/iio/adc/aspeed_adc.txt delete mode 100644 Documentation/devicetree/bindings/iio/adc/berlin2_adc.txt delete mode 100644 Documentation/devicetree/bindings/iio/adc/cc10001_adc.txt create mode 100644 Documentation/devicetree/bindings/iio/adc/cosmic,10001-adc.yaml delete mode 100644 Documentation/devicetree/bindings/iio/adc/cpcap-adc.txt delete mode 100644 Documentation/devicetree/bindings/iio/adc/da9150-gpadc.txt create mode 100644 Documentation/devicetree/bindings/iio/adc/dlg,da9150-gpadc.yaml delete mode 100644 Documentation/devicetree/bindings/iio/adc/fsl,imx25-gcq.txt create mode 100644 Documentation/devicetree/bindings/iio/adc/fsl,imx25-gcq.yaml create mode 100644 Documentation/devicetree/bindings/iio/adc/fsl,imx7d-adc.yaml create mode 100644 Documentation/devicetree/bindings/iio/adc/fsl,vf610-adc.yaml delete mode 100644 Documentation/devicetree/bindings/iio/adc/hi8435.txt create mode 100644 Documentation/devicetree/bindings/iio/adc/holt,hi8435.yaml delete mode 100644 Documentation/devicetree/bindings/iio/adc/imx7d-adc.txt delete mode 100644 Documentation/devicetree/bindings/iio/adc/lpc1850-adc.txt delete mode 100644 Documentation/devicetree/bindings/iio/adc/lpc32xx-adc.txt create mode 100644 Documentation/devicetree/bindings/iio/adc/marvell,berlin2-adc.yaml create mode 100644 Documentation/devicetree/bindings/iio/adc/motorola,cpcap-adc.yaml create mode 100644 Documentation/devicetree/bindings/iio/adc/nuvoton,nau7802.yaml delete mode 100644 Documentation/devicetree/bindings/iio/adc/nuvoton,npcm-adc.txt create mode 100644 Documentation/devicetree/bindings/iio/adc/nuvoton,npcm750-adc.yaml delete mode 100644 Documentation/devicetree/bindings/iio/adc/nuvoton-nau7802.txt create mode 100644 Documentation/devicetree/bindings/iio/adc/nxp,lpc1850-adc.yaml create mode 100644 Documentation/devicetree/bindings/iio/adc/nxp,lpc3220-adc.yaml create mode 100644 Documentation/devicetree/bindings/iio/adc/sprd,sc2720-adc.yaml delete mode 100644 Documentation/devicetree/bindings/iio/adc/sprd,sc27xx-adc.txt create mode 100644 Documentation/devicetree/bindings/iio/adc/st,stmpe-adc.yaml delete mode 100644 Documentation/devicetree/bindings/iio/adc/stmpe-adc.txt create mode 100644 Documentation/devicetree/bindings/iio/adc/ti,ads1015.yaml create mode 100644 Documentation/devicetree/bindings/iio/adc/ti,twl4030-madc.yaml delete mode 100644 Documentation/devicetree/bindings/iio/adc/twl4030-madc.txt delete mode 100644 Documentation/devicetree/bindings/iio/adc/vf610-adc.txt