From patchwork Mon Oct 21 12:44:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 11202127 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 8C40A13BD for ; Mon, 21 Oct 2019 12:44:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6A9E02184C for ; Mon, 21 Oct 2019 12:44:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=bgdev-pl.20150623.gappssmtp.com header.i=@bgdev-pl.20150623.gappssmtp.com header.b="dr7wEaSY" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728795AbfJUMof (ORCPT ); Mon, 21 Oct 2019 08:44:35 -0400 Received: from mail-wr1-f52.google.com ([209.85.221.52]:35223 "EHLO mail-wr1-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728781AbfJUMof (ORCPT ); Mon, 21 Oct 2019 08:44:35 -0400 Received: by mail-wr1-f52.google.com with SMTP id l10so13399257wrb.2 for ; Mon, 21 Oct 2019 05:44:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=VpVTW+WZL6DdTi8R1egFqPRwhOG2T/BnlrI0vbGyKSo=; b=dr7wEaSY8UQJ/AGGF8UXvMrEs1GBk4PDp/qRe60BXnj7SOebY0ws+tP9IK08OXd3WA kJoq8fetsUi4FkHh+sBV/YmnRD6gIjEH4N1Am4Ke2muT28aQSeyApTI3r+2/dP9N+0t7 onSwyMIwTu7ueIJ+elRnh3UjKkx+mEYmzWe1tFb7MvYeii774AU19xwhKT/Zt8V6uotq 02Em+Q3qsSDWgWOGt+RSYtRMl1ZmT4ZbyjojQJE7RlUNLYaVhOzGY+ZEGj9ZKpTzwIOe gR5kB15y/ls8Ufg9q5zq1voYnC1BU+xBenMeFh562h8p/UmuHrVeS1dCHx8ihObV8JOk ZBow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=VpVTW+WZL6DdTi8R1egFqPRwhOG2T/BnlrI0vbGyKSo=; b=VbBR/eAXk/Cq+ZkojLSS5QQ5IWXSA+1eHm6fRrS3g4UR8aanAWLjPR1tuwC7Jeq0+3 LlkuVEKyWFFhejTubBjUi2x+wGwAWdj9yCK74vdFVHILBF6JGQjzcdwpA289DUyUftwM fI2bfoAyE2nO7QInlRWimnFU4hgVPWc4ujt/aVBx/Sz6vpcAVQn95P9JZ/wDXFwhJZMt knHlZLlDHkp5fU09Mz/pYCjxyE7BAP5B9SaFj4dWNcAsvqu1vmFyZ/DEV2lLH1eJzK/I QSQ5LajIsdLEdfysYOdFKxBiJrGKUu5IzSOkchCB9iHC7U5u2oI2+8HUPsNso+dgvvgr 9mdw== X-Gm-Message-State: APjAAAX4AytRAa83NuQwq/D1D0PQlG6DeRYUY++Zs4Y4dNmUImOP+t0Q ARqGUq7L547O5oGUTUi/chMGZg== X-Google-Smtp-Source: APXvYqyQZq9D7JNE8PCA9bjbf3OX5gqPK3dKrKLOL8KxWrUV3Y0cO+9DD/86Di3mogYOVO6kiCvOTA== X-Received: by 2002:adf:e2c5:: with SMTP id d5mr18874464wrj.283.1571661873402; Mon, 21 Oct 2019 05:44:33 -0700 (PDT) Received: from debian-brgl.home ([2a01:cb1d:af:5b00:6d6c:8493:1ab5:dad7]) by smtp.gmail.com with ESMTPSA id a17sm10216150wmb.8.2019.10.21.05.44.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 21 Oct 2019 05:44:32 -0700 (PDT) From: Bartosz Golaszewski To: Rob Herring , Mark Rutland , Dmitry Torokhov , Jacek Anaszewski , Pavel Machek , Dan Murphy , Lee Jones , Sebastian Reichel , Liam Girdwood , Mark Brown Cc: linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org, linux-pm@vger.kernel.org, Bartosz Golaszewski Subject: [PATCH v4 0/6] dt-bindings: max77650: convert the device-tree bindings to yaml Date: Mon, 21 Oct 2019 14:44:22 +0200 Message-Id: <20191021124428.2541-1-brgl@bgdev.pl> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org From: Bartosz Golaszewski This series converts all DT binding documents for MAX77650 PMIC to YAML. v1 -> v2: - use upper case for abbreviations in commit messages v2 -> v3: - pull all example fragments into the binding document for the core MFD module - fix all dt_binding_check errors - add references to submodules to the main binding document - drop the type for gpio-line-names - drop the description for the interrupts property - completely delete the previous txt files v3 -> v4: - remove unnecessary parts of descriptions, added details on the chip - correct file references (.txt -> .yaml) - fix mixing scalar and array constraints - dropped type refs for globally defined properties Bartosz Golaszewski (6): dt-bindings: input: max77650: convert the binding document to yaml dt-bindings: regulator: max77650: convert the binding document to yaml dt-bindings: power: max77650: convert the binding document to yaml dt-bindings: leds: max77650: convert the binding document to yaml dt-bindings: mfd: max77650: convert the binding document to yaml MAINTAINERS: update the list of maintained files for max77650 .../bindings/input/max77650-onkey.txt | 26 --- .../bindings/input/max77650-onkey.yaml | 35 ++++ .../bindings/leds/leds-max77650.txt | 57 ------- .../bindings/leds/leds-max77650.yaml | 51 ++++++ .../devicetree/bindings/mfd/max77650.txt | 46 ------ .../devicetree/bindings/mfd/max77650.yaml | 149 ++++++++++++++++++ .../power/supply/max77650-charger.txt | 28 ---- .../power/supply/max77650-charger.yaml | 34 ++++ .../bindings/regulator/max77650-regulator.txt | 41 ----- .../regulator/max77650-regulator.yaml | 31 ++++ MAINTAINERS | 4 +- 11 files changed, 302 insertions(+), 200 deletions(-) delete mode 100644 Documentation/devicetree/bindings/input/max77650-onkey.txt create mode 100644 Documentation/devicetree/bindings/input/max77650-onkey.yaml delete mode 100644 Documentation/devicetree/bindings/leds/leds-max77650.txt create mode 100644 Documentation/devicetree/bindings/leds/leds-max77650.yaml delete mode 100644 Documentation/devicetree/bindings/mfd/max77650.txt create mode 100644 Documentation/devicetree/bindings/mfd/max77650.yaml delete mode 100644 Documentation/devicetree/bindings/power/supply/max77650-charger.txt create mode 100644 Documentation/devicetree/bindings/power/supply/max77650-charger.yaml delete mode 100644 Documentation/devicetree/bindings/regulator/max77650-regulator.txt create mode 100644 Documentation/devicetree/bindings/regulator/max77650-regulator.yaml