linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] dt-bindings: gpio/pinctrl: add missing type to GPIO hogs
@ 2024-08-28  9:35 Krzysztof Kozlowski
  2024-08-28  9:35 ` [PATCH 1/3] dt-bindings: gpio: fcs,fxl6408: " Krzysztof Kozlowski
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Krzysztof Kozlowski @ 2024-08-28  9:35 UTC (permalink / raw)
  To: Linus Walleij, Bartosz Golaszewski, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Emanuele Ghidoli,
	Bjorn Andersson, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, Daire McNamara, Kunihiko Hayashi, Masami Hiramatsu,
	Maxime Ripard, Masahiro Yamada
  Cc: linux-gpio, devicetree, linux-kernel, Krzysztof Kozlowski,
	linux-arm-msm, Krzysztof Kozlowski, Conor Dooley, imx,
	linux-arm-kernel, linux-riscv

Merging
=======
Patches are independent and can go via different trees.

Description
===========
DTS like:

    device {
        compatible = "fcs,fxl6408";
        dummy-hog;
    };

should fail, but unfortunately it does not if "type: object" is missing.
Add missing type, so this will properly trigger warning:

    dummy-hog: True is not of type 'object'

Best regards,
Krzysztof

---
Krzysztof Kozlowski (3):
      dt-bindings: gpio: fcs,fxl6408: add missing type to GPIO hogs
      dt-bindings: pinctrl: qcom: add missing type to GPIO hogs
      dt-bindings: gpio: simplify GPIO hog nodes schema

 .../devicetree/bindings/gpio/fairchild,74hc595.yaml          | 11 -----------
 Documentation/devicetree/bindings/gpio/fcs,fxl6408.yaml      |  1 +
 Documentation/devicetree/bindings/gpio/fsl-imx-gpio.yaml     | 11 -----------
 Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml     | 11 -----------
 .../devicetree/bindings/gpio/microchip,mpfs-gpio.yaml        | 12 ------------
 .../devicetree/bindings/gpio/socionext,uniphier-gpio.yaml    | 11 -----------
 .../devicetree/bindings/pinctrl/qcom,ipq4019-pinctrl.yaml    |  1 +
 .../devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml          |  1 +
 .../devicetree/bindings/pinctrl/qcom,sdm845-pinctrl.yaml     |  1 +
 9 files changed, 4 insertions(+), 56 deletions(-)
---
base-commit: c79c85875f1af04040fe4492ed94ce37ad729c4d
change-id: 20240828-dt-bindings-gpio-hog-429a28eb94a2

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2024-09-03  9:16 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-28  9:35 [PATCH 0/3] dt-bindings: gpio/pinctrl: add missing type to GPIO hogs Krzysztof Kozlowski
2024-08-28  9:35 ` [PATCH 1/3] dt-bindings: gpio: fcs,fxl6408: " Krzysztof Kozlowski
2024-08-30 22:31   ` Linus Walleij
2024-09-02  9:48   ` Bartosz Golaszewski
2024-08-28  9:35 ` [PATCH 2/3] dt-bindings: pinctrl: qcom: " Krzysztof Kozlowski
2024-08-30 22:32   ` Linus Walleij
2024-09-02  9:50     ` Bartosz Golaszewski
2024-09-02  9:51       ` Bartosz Golaszewski
2024-09-02 10:02         ` Krzysztof Kozlowski
2024-09-03  9:16           ` Linus Walleij
2024-08-28  9:35 ` [PATCH 3/3] dt-bindings: gpio: simplify GPIO hog nodes schema Krzysztof Kozlowski
2024-08-28 15:53   ` Conor Dooley
2024-08-30 22:31   ` Linus Walleij
2024-09-02  9:49   ` Bartosz Golaszewski
2024-08-28 13:41 ` [PATCH 0/3] dt-bindings: gpio/pinctrl: add missing type to GPIO hogs Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).