All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] dt-bindings: phy/samsung: move MIPI and DP phys under PMU
@ 2023-01-27 19:40 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 80+ messages in thread
From: Krzysztof Kozlowski @ 2023-01-27 19:40 UTC (permalink / raw)
  To: Vinod Koul, Kishon Vijay Abraham I, Rob Herring,
	Krzysztof Kozlowski, Alim Akhtar, Marek Szyprowski,
	Sylwester Nawrocki, linux-phy, devicetree, linux-kernel,
	linux-arm-kernel, linux-samsung-soc
  Cc: replicant, phone-devel, ~postmarketos/upstreaming,
	Martin Jücker, Henrik Grimler, Chanwoo Choi,
	Krzysztof Kozlowski

The MIPI and DisplayPort phys are actually part of the Power Management
Unit system controller, thus allow them as its children, instead of
specifying as separate device nodes with syscon phandle.

Dependencies
============
If entire patchset is okay, then it can go via separate trees:
A. I will take first soc patch.
B. phy patches #2-#5 are independent and can go via phy tree.
C. DTS patches depend on (B above), thus they will wait one cycle and get
   applied later.

Best regards,
Krzysztof

Krzysztof Kozlowski (8):
  dt-bindings: soc: samsung: exynos-pmu: allow phys as child
  dt-bindings: phy: samsung,dp-video-phy: deprecate syscon phandle
  dt-bindings: phy: samsung,mipi-video-phy: deprecate syscon phandle
  phy: samsung,dp-video-phy: deprecate syscon phandle
  phy: samsung,mipi-video-phy: deprecate syscon phandle
  ARM: dts: exynos: move DP and MIPI phys to PMU node in Exynos5420
  ARM: dts: exynos: move DP and MIPI phys to PMU node in Exynos5250
  arm64: dts: exynos: move MIPI phy to PMU node in Exynos5433

 .../bindings/phy/samsung,dp-video-phy.yaml    |  5 +-
 .../bindings/phy/samsung,mipi-video-phy.yaml  | 11 ++-
 .../bindings/soc/samsung/exynos-pmu.yaml      | 71 +++++++++++++++----
 arch/arm/boot/dts/exynos5250.dtsi             | 24 +++----
 arch/arm/boot/dts/exynos5420.dtsi             | 24 +++----
 arch/arm64/boot/dts/exynos/exynos5433.dtsi    | 19 +++--
 drivers/phy/samsung/phy-exynos-dp-video.c     |  7 +-
 drivers/phy/samsung/phy-exynos-mipi-video.c   |  7 +-
 8 files changed, 105 insertions(+), 63 deletions(-)

-- 
2.34.1


-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

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

end of thread, other threads:[~2023-03-06 11:45 UTC | newest]

Thread overview: 80+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-27 19:40 [PATCH 0/8] dt-bindings: phy/samsung: move MIPI and DP phys under PMU Krzysztof Kozlowski
2023-01-27 19:40 ` Krzysztof Kozlowski
2023-01-27 19:40 ` Krzysztof Kozlowski
2023-01-27 19:40 ` [PATCH 1/8] dt-bindings: soc: samsung: exynos-pmu: allow phys as child Krzysztof Kozlowski
2023-01-27 19:40   ` Krzysztof Kozlowski
2023-01-27 19:40   ` Krzysztof Kozlowski
2023-01-27 21:23   ` Rob Herring
2023-01-27 21:23     ` Rob Herring
2023-01-27 21:23     ` Rob Herring
2023-01-29 10:40   ` (subset) " Krzysztof Kozlowski
2023-01-29 10:40     ` Krzysztof Kozlowski
2023-01-29 10:40     ` Krzysztof Kozlowski
2023-01-27 19:40 ` [PATCH 2/8] dt-bindings: phy: samsung,dp-video-phy: deprecate syscon phandle Krzysztof Kozlowski
2023-01-27 19:40   ` Krzysztof Kozlowski
2023-01-27 19:40   ` Krzysztof Kozlowski
2023-01-30 21:15   ` Rob Herring
2023-01-30 21:15     ` Rob Herring
2023-01-30 21:15     ` Rob Herring
2023-01-31 17:32   ` Krzysztof Kozlowski
2023-01-31 17:32     ` Krzysztof Kozlowski
2023-01-31 17:32     ` Krzysztof Kozlowski
2023-02-03 13:38   ` Vinod Koul
2023-02-03 13:38     ` Vinod Koul
2023-02-03 13:38     ` Vinod Koul
2023-02-03 15:10   ` (subset) " Krzysztof Kozlowski
2023-02-03 15:10     ` Krzysztof Kozlowski
2023-02-03 15:10     ` Krzysztof Kozlowski
2023-01-27 19:40 ` [PATCH 3/8] dt-bindings: phy: samsung,mipi-video-phy: " Krzysztof Kozlowski
2023-01-27 19:40   ` Krzysztof Kozlowski
2023-01-27 19:40   ` Krzysztof Kozlowski
2023-01-30 21:16   ` Rob Herring
2023-01-30 21:16     ` Rob Herring
2023-02-03 15:10   ` (subset) " Krzysztof Kozlowski
2023-02-03 15:10     ` Krzysztof Kozlowski
2023-02-03 15:10     ` Krzysztof Kozlowski
2023-01-27 19:40 ` [PATCH 4/8] phy: samsung,dp-video-phy: " Krzysztof Kozlowski
2023-01-27 19:40   ` Krzysztof Kozlowski
2023-01-27 19:40   ` Krzysztof Kozlowski
2023-02-03 13:41   ` Vinod Koul
2023-02-03 13:41     ` Vinod Koul
2023-02-03 13:41     ` Vinod Koul
2023-02-03 15:10   ` (subset) " Krzysztof Kozlowski
2023-02-03 15:10     ` Krzysztof Kozlowski
2023-02-03 15:10     ` Krzysztof Kozlowski
2023-01-27 19:40 ` [PATCH 5/8] phy: samsung,mipi-video-phy: " Krzysztof Kozlowski
2023-01-27 19:40   ` Krzysztof Kozlowski
2023-01-27 19:40   ` Krzysztof Kozlowski
2023-02-03 13:42   ` Vinod Koul
2023-02-03 13:42     ` Vinod Koul
2023-02-03 13:42     ` Vinod Koul
2023-02-03 15:10   ` (subset) " Krzysztof Kozlowski
2023-02-03 15:10     ` Krzysztof Kozlowski
2023-02-03 15:10     ` Krzysztof Kozlowski
2023-01-27 19:40 ` [PATCH 6/8] ARM: dts: exynos: move DP and MIPI phys to PMU node in Exynos5420 Krzysztof Kozlowski
2023-01-27 19:40   ` Krzysztof Kozlowski
2023-01-27 19:40   ` Krzysztof Kozlowski
2023-01-27 22:54   ` Marek Szyprowski
2023-01-27 22:54     ` Marek Szyprowski
2023-01-27 22:54     ` Marek Szyprowski
2023-03-06 11:39   ` (subset) " Krzysztof Kozlowski
2023-03-06 11:39     ` Krzysztof Kozlowski
2023-03-06 11:39     ` Krzysztof Kozlowski
2023-01-27 19:40 ` [PATCH 7/8] ARM: dts: exynos: move DP and MIPI phys to PMU node in Exynos5250 Krzysztof Kozlowski
2023-01-27 19:40   ` Krzysztof Kozlowski
2023-01-27 19:40   ` Krzysztof Kozlowski
2023-01-27 22:53   ` Marek Szyprowski
2023-01-27 22:53     ` Marek Szyprowski
2023-01-27 22:53     ` Marek Szyprowski
2023-03-06 11:39   ` (subset) " Krzysztof Kozlowski
2023-03-06 11:39     ` Krzysztof Kozlowski
2023-03-06 11:39     ` Krzysztof Kozlowski
2023-01-27 19:40 ` [PATCH 8/8] arm64: dts: exynos: move MIPI phy to PMU node in Exynos5433 Krzysztof Kozlowski
2023-01-27 19:40   ` Krzysztof Kozlowski
2023-01-27 19:40   ` Krzysztof Kozlowski
2023-01-27 22:16   ` Marek Szyprowski
2023-01-27 22:16     ` Marek Szyprowski
2023-01-27 22:16     ` Marek Szyprowski
2023-03-06 11:39   ` (subset) " Krzysztof Kozlowski
2023-03-06 11:39     ` Krzysztof Kozlowski
2023-03-06 11:39     ` Krzysztof Kozlowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.