linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] drm: dt-bindings: exynos: convert to dtschema
@ 2022-02-08 17:18 Krzysztof Kozlowski
  2022-02-08 17:18 ` [PATCH 01/10] ARM: dts: exynos: add missing HDMI supplies on SMDK5250 Krzysztof Kozlowski
                   ` (9 more replies)
  0 siblings, 10 replies; 23+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-08 17:18 UTC (permalink / raw)
  To: Inki Dae, Joonyoung Shim, Seung-Woo Kim, Kyungmin Park,
	David Airlie, Daniel Vetter, Rob Herring, Krzysztof Kozlowski,
	Alim Akhtar, Kishon Vijay Abraham I, Vinod Koul, dri-devel,
	devicetree, linux-arm-kernel, linux-samsung-soc, linux-kernel,
	linux-phy
  Cc: Marek Szyprowski, Sylwester Nawrocki

Hi,

Convert most of the Exynos DRM/Display bindings to DT schema and put
them under "samsung" directory instead of "exynos". The FIMD is used also
on S3C and S5P, so exynos is too specific.  Also most of other Samsung
SoC bindings and drivers are organized in directories by company name,
not by SoC name.

I used Exynos DRM maintainers and myself as bindings maintainers, but
feel free to propose different approach.

Dependencies
============
None. I will take the DTS patches via Samsung SoC tree.

Best regards,
Krzysztof

Krzysztof Kozlowski (10):
  ARM: dts: exynos: add missing HDMI supplies on SMDK5250
  ARM: dts: exynos: add missing HDMI supplies on SMDK5420
  dt-bindings: phy: samsung,exynos-hdmi-phy: convert to dtschema
  dt-bindings: display: samsung,exynos5433-decon: convert to dtschema
  dt-bindings: display: samsung,exynos7-decon: convert to dtschema
  dt-bindings: display: samsung,exynos-hdmi-ddc: convert to dtschema
  dt-bindings: display: samsung,exynos-mixer: convert to dtschema
  dt-bindings: display: samsung,exynos-hdmi: convert to dtschema
  dt-bindings: display: samsung,exynos5433-mic: convert to dtschema
  dt-bindings: display: samsung,exynos-fimd: convert to dtschema

 .../bindings/display/exynos/exynos-mic.txt    |  51 ----
 .../display/exynos/exynos5433-decon.txt       |  60 -----
 .../bindings/display/exynos/exynos7-decon.txt |  65 -----
 .../bindings/display/exynos/exynos_hdmi.txt   |  64 -----
 .../display/exynos/exynos_hdmiddc.txt         |  15 --
 .../display/exynos/exynos_hdmiphy.txt         |  15 --
 .../bindings/display/exynos/exynos_mixer.txt  |  26 --
 .../bindings/display/exynos/samsung-fimd.txt  | 107 ---------
 .../samsung/samsung,exynos-hdmi-ddc.yaml      |  42 ++++
 .../display/samsung/samsung,exynos-hdmi.yaml  | 227 ++++++++++++++++++
 .../display/samsung/samsung,exynos-mixer.yaml | 143 +++++++++++
 .../samsung/samsung,exynos5433-decon.yaml     | 148 ++++++++++++
 .../samsung/samsung,exynos5433-mic.yaml       |  95 ++++++++
 .../samsung/samsung,exynos7-decon.yaml        | 120 +++++++++
 .../display/samsung/samsung,fimd.yaml         | 198 +++++++++++++++
 .../bindings/phy/samsung,exynos-hdmi-phy.yaml |  44 ++++
 MAINTAINERS                                   |   1 +
 arch/arm/boot/dts/exynos5250-smdk5250.dts     |   3 +
 arch/arm/boot/dts/exynos5420-smdk5420.dts     |   3 +
 19 files changed, 1024 insertions(+), 403 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/display/exynos/exynos-mic.txt
 delete mode 100644 Documentation/devicetree/bindings/display/exynos/exynos5433-decon.txt
 delete mode 100644 Documentation/devicetree/bindings/display/exynos/exynos7-decon.txt
 delete mode 100644 Documentation/devicetree/bindings/display/exynos/exynos_hdmi.txt
 delete mode 100644 Documentation/devicetree/bindings/display/exynos/exynos_hdmiddc.txt
 delete mode 100644 Documentation/devicetree/bindings/display/exynos/exynos_hdmiphy.txt
 delete mode 100644 Documentation/devicetree/bindings/display/exynos/exynos_mixer.txt
 delete mode 100644 Documentation/devicetree/bindings/display/exynos/samsung-fimd.txt
 create mode 100644 Documentation/devicetree/bindings/display/samsung/samsung,exynos-hdmi-ddc.yaml
 create mode 100644 Documentation/devicetree/bindings/display/samsung/samsung,exynos-hdmi.yaml
 create mode 100644 Documentation/devicetree/bindings/display/samsung/samsung,exynos-mixer.yaml
 create mode 100644 Documentation/devicetree/bindings/display/samsung/samsung,exynos5433-decon.yaml
 create mode 100644 Documentation/devicetree/bindings/display/samsung/samsung,exynos5433-mic.yaml
 create mode 100644 Documentation/devicetree/bindings/display/samsung/samsung,exynos7-decon.yaml
 create mode 100644 Documentation/devicetree/bindings/display/samsung/samsung,fimd.yaml
 create mode 100644 Documentation/devicetree/bindings/phy/samsung,exynos-hdmi-phy.yaml

-- 
2.32.0


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

end of thread, other threads:[~2022-02-12 16:37 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-08 17:18 [PATCH 00/10] drm: dt-bindings: exynos: convert to dtschema Krzysztof Kozlowski
2022-02-08 17:18 ` [PATCH 01/10] ARM: dts: exynos: add missing HDMI supplies on SMDK5250 Krzysztof Kozlowski
2022-02-10  3:03   ` Alim Akhtar
2022-02-12 16:37   ` (subset) " Krzysztof Kozlowski
2022-02-08 17:18 ` [PATCH 02/10] ARM: dts: exynos: add missing HDMI supplies on SMDK5420 Krzysztof Kozlowski
2022-02-10  4:03   ` Alim Akhtar
2022-02-12 16:37   ` (subset) " Krzysztof Kozlowski
2022-02-08 17:18 ` [PATCH 03/10] dt-bindings: phy: samsung,exynos-hdmi-phy: convert to dtschema Krzysztof Kozlowski
2022-02-09 22:37   ` Rob Herring
2022-02-08 17:18 ` [PATCH 04/10] dt-bindings: display: samsung,exynos5433-decon: " Krzysztof Kozlowski
2022-02-09 22:38   ` Rob Herring
2022-02-08 17:18 ` [PATCH 05/10] dt-bindings: display: samsung,exynos7-decon: " Krzysztof Kozlowski
2022-02-09 22:39   ` Rob Herring
2022-02-08 17:18 ` [PATCH 06/10] dt-bindings: display: samsung,exynos-hdmi-ddc: " Krzysztof Kozlowski
2022-02-09 22:49   ` Rob Herring
2022-02-08 17:18 ` [PATCH 07/10] dt-bindings: display: samsung,exynos-mixer: " Krzysztof Kozlowski
2022-02-09 22:52   ` Rob Herring
2022-02-08 17:18 ` [PATCH 08/10] dt-bindings: display: samsung,exynos-hdmi: " Krzysztof Kozlowski
2022-02-09 22:54   ` Rob Herring
2022-02-08 17:18 ` [PATCH 09/10] dt-bindings: display: samsung,exynos5433-mic: " Krzysztof Kozlowski
2022-02-09 22:59   ` Rob Herring
2022-02-08 17:18 ` [PATCH 10/10] dt-bindings: display: samsung,exynos-fimd: " Krzysztof Kozlowski
2022-02-09 23:00   ` 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).