devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/9] media: dt-bindings: common CEC properties
@ 2022-12-05 15:18 Krzysztof Kozlowski
  2022-12-05 15:18 ` [PATCH v2 1/9] media: dt-bindings: amlogic,meson-gx-ao-cec: move to cec subfolder Krzysztof Kozlowski
                   ` (8 more replies)
  0 siblings, 9 replies; 21+ messages in thread
From: Krzysztof Kozlowski @ 2022-12-05 15:18 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Rob Herring, Krzysztof Kozlowski,
	Neil Armstrong, Kevin Hilman, Jerome Brunet, Martin Blumenstingl,
	Hans Verkuil, Thierry Reding, Jonathan Hunter, Marek Szyprowski,
	Alain Volmat, Maxime Coquelin, Alexandre Torgue, Joe Tessler,
	Yannick Fertre, Jeff Chase, linux-media, devicetree,
	linux-arm-kernel, linux-amlogic, linux-kernel, linux-tegra,
	linux-samsung-soc, linux-stm32
  Cc: Krzysztof Kozlowski

Hi,

Changes since v1
================
1. chrontel,ch7322: fix node name to 'cec'.
2. Add ack tags.

Best regards,
Krzysztof

Krzysztof Kozlowski (9):
  media: dt-bindings: amlogic,meson-gx-ao-cec: move to cec subfolder
  media: dt-bindings: st,stm32-cec: move to cec subfolder
  media: dt-bindings: cec: convert common CEC properties to DT schema
  media: dt-bindings: amlogic,meson-gx-ao-cec: reference common CEC
    properties
  media: dt-bindings: chrontel,ch7322: reference common CEC properties
  media: dt-bindings: samsung,s5p-cec: convert to DT schema
  media: dt-bindings: cec-gpio: convert to DT schema
  media: dt-bindings: nvidia,tegra-cec: convert to DT schema
  media: dt-bindings: st,stih-cec: convert to DT schema

 .../devicetree/bindings/media/cec-gpio.txt    | 42 -----------
 .../devicetree/bindings/media/cec.txt         |  8 --
 .../{ => cec}/amlogic,meson-gx-ao-cec.yaml    | 11 +--
 .../bindings/media/cec/cec-common.yaml        | 28 +++++++
 .../bindings/media/cec/cec-gpio.yaml          | 73 +++++++++++++++++++
 .../bindings/media/cec/nvidia,tegra-cec.yaml  | 58 +++++++++++++++
 .../bindings/media/cec/samsung,s5p-cec.yaml   | 66 +++++++++++++++++
 .../bindings/media/cec/st,stih-cec.yaml       | 66 +++++++++++++++++
 .../media/{ => cec}/st,stm32-cec.yaml         |  4 +-
 .../bindings/media/i2c/chrontel,ch7322.yaml   | 11 ++-
 .../devicetree/bindings/media/s5p-cec.txt     | 36 ---------
 .../devicetree/bindings/media/stih-cec.txt    | 27 -------
 .../devicetree/bindings/media/tegra-cec.txt   | 27 -------
 MAINTAINERS                                   | 12 +--
 14 files changed, 308 insertions(+), 161 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/media/cec-gpio.txt
 delete mode 100644 Documentation/devicetree/bindings/media/cec.txt
 rename Documentation/devicetree/bindings/media/{ => cec}/amlogic,meson-gx-ao-cec.yaml (86%)
 create mode 100644 Documentation/devicetree/bindings/media/cec/cec-common.yaml
 create mode 100644 Documentation/devicetree/bindings/media/cec/cec-gpio.yaml
 create mode 100644 Documentation/devicetree/bindings/media/cec/nvidia,tegra-cec.yaml
 create mode 100644 Documentation/devicetree/bindings/media/cec/samsung,s5p-cec.yaml
 create mode 100644 Documentation/devicetree/bindings/media/cec/st,stih-cec.yaml
 rename Documentation/devicetree/bindings/media/{ => cec}/st,stm32-cec.yaml (89%)
 delete mode 100644 Documentation/devicetree/bindings/media/s5p-cec.txt
 delete mode 100644 Documentation/devicetree/bindings/media/stih-cec.txt
 delete mode 100644 Documentation/devicetree/bindings/media/tegra-cec.txt

-- 
2.34.1


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

end of thread, other threads:[~2022-12-07  9:08 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-05 15:18 [PATCH v2 0/9] media: dt-bindings: common CEC properties Krzysztof Kozlowski
2022-12-05 15:18 ` [PATCH v2 1/9] media: dt-bindings: amlogic,meson-gx-ao-cec: move to cec subfolder Krzysztof Kozlowski
2022-12-06 13:01   ` Rob Herring
2022-12-05 15:18 ` [PATCH v2 2/9] media: dt-bindings: st,stm32-cec: " Krzysztof Kozlowski
2022-12-06 13:01   ` Rob Herring
2022-12-05 15:18 ` [PATCH v2 3/9] media: dt-bindings: cec: convert common CEC properties to DT schema Krzysztof Kozlowski
2022-12-06 13:02   ` Rob Herring
2022-12-05 15:18 ` [PATCH v2 4/9] media: dt-bindings: amlogic,meson-gx-ao-cec: reference common CEC properties Krzysztof Kozlowski
2022-12-06 13:03   ` Rob Herring
2022-12-05 15:18 ` [PATCH v2 5/9] media: dt-bindings: chrontel,ch7322: " Krzysztof Kozlowski
2022-12-06 13:03   ` Rob Herring
2022-12-05 15:18 ` [PATCH v2 6/9] media: dt-bindings: samsung,s5p-cec: convert to DT schema Krzysztof Kozlowski
2022-12-06 13:03   ` Rob Herring
2022-12-05 15:18 ` [PATCH v2 7/9] media: dt-bindings: cec-gpio: " Krzysztof Kozlowski
2022-12-06 13:04   ` Rob Herring
2022-12-05 15:18 ` [PATCH v2 8/9] media: dt-bindings: nvidia,tegra-cec: " Krzysztof Kozlowski
2022-12-06 13:05   ` Rob Herring
2022-12-06 16:36   ` Thierry Reding
2022-12-07  9:08     ` Krzysztof Kozlowski
2022-12-05 15:18 ` [PATCH v2 9/9] media: dt-bindings: st,stih-cec: " Krzysztof Kozlowski
2022-12-06 13:05   ` 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).