All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] dt-bindings: msm/dp: cleanup Qualcomm DP and eDP bidndings
@ 2022-07-07 21:31 ` Dmitry Baryshkov
  0 siblings, 0 replies; 58+ messages in thread
From: Dmitry Baryshkov @ 2022-07-07 21:31 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Clark, Sean Paul,
	Abhinav Kumar, Rob Herring, Krzysztof Kozlowski
  Cc: Stephen Boyd, David Airlie, Daniel Vetter, linux-arm-msm,
	devicetree, dri-devel, freedreno

Fix several issues with the DP and eDP bindings on the Qualcomm
platforms. While we are at it, fix several small issues with platform
files declaring these controllers.

Dmitry Baryshkov (9):
  dt-bindings: msm/dp: drop extra p1 region
  dt-bindings: msm/dp: bring back support for legacy DP reg property
  dt-bindings: msm/dp: mark vdda supplies as deprecated
  dt-bindings: msm/dp: add missing properties
  dt-bindings: msm/dp: account for clocks specific for qcom,sc7280-edp
  dt-bindings: msm/dp: handle DP vs eDP difference
  arm64: dts: qcom: sc7180: drop #clock-cells from
    displayport-controller
  arm64: dts: qcom: sc7280: drop #clock-cells from
    displayport-controller
  arm64: dts: qcom: sc7280: drop address/size-cells from eDP node

 .../bindings/display/msm/dp-controller.yaml   | 115 ++++++++++++++----
 arch/arm64/boot/dts/qcom/sc7180.dtsi          |   1 -
 arch/arm64/boot/dts/qcom/sc7280.dtsi          |   5 -
 3 files changed, 91 insertions(+), 30 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-07-11  8:41 UTC | newest]

Thread overview: 58+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-07 21:31 [PATCH 0/9] dt-bindings: msm/dp: cleanup Qualcomm DP and eDP bidndings Dmitry Baryshkov
2022-07-07 21:31 ` Dmitry Baryshkov
2022-07-07 21:31 ` [PATCH 1/9] dt-bindings: msm/dp: drop extra p1 region Dmitry Baryshkov
2022-07-07 21:31   ` Dmitry Baryshkov
2022-07-08  1:28   ` Stephen Boyd
2022-07-08  1:28     ` Stephen Boyd
2022-07-08  3:46     ` Dmitry Baryshkov
2022-07-08  3:46       ` Dmitry Baryshkov
2022-07-08 19:27       ` Stephen Boyd
2022-07-08 19:27         ` Stephen Boyd
2022-07-08 19:38         ` Abhinav Kumar
2022-07-08 19:38           ` Abhinav Kumar
2022-07-08 19:47           ` Kuogee Hsieh
2022-07-08 19:47             ` Kuogee Hsieh
2022-07-11  8:40             ` Dmitry Baryshkov
2022-07-11  8:40               ` Dmitry Baryshkov
2022-07-08 19:51           ` Stephen Boyd
2022-07-08 19:51             ` Stephen Boyd
2022-07-08 19:58             ` Abhinav Kumar
2022-07-08 19:58               ` Abhinav Kumar
2022-07-08 21:32   ` Rob Herring
2022-07-08 21:32     ` Rob Herring
2022-07-07 21:31 ` [PATCH 2/9] dt-bindings: msm/dp: bring back support for legacy DP reg property Dmitry Baryshkov
2022-07-07 21:31   ` Dmitry Baryshkov
2022-07-08  1:29   ` Stephen Boyd
2022-07-08  1:29     ` Stephen Boyd
2022-07-08  3:56     ` Dmitry Baryshkov
2022-07-08  3:56       ` Dmitry Baryshkov
2022-07-07 21:31 ` [PATCH 3/9] dt-bindings: msm/dp: mark vdda supplies as deprecated Dmitry Baryshkov
2022-07-07 21:31   ` Dmitry Baryshkov
2022-07-07 21:31 ` [PATCH 4/9] dt-bindings: msm/dp: add missing properties Dmitry Baryshkov
2022-07-07 21:31   ` Dmitry Baryshkov
2022-07-08  1:30   ` Stephen Boyd
2022-07-08  1:30     ` Stephen Boyd
2022-07-07 21:32 ` [PATCH 5/9] dt-bindings: msm/dp: account for clocks specific for qcom,sc7280-edp Dmitry Baryshkov
2022-07-07 21:32   ` [PATCH 5/9] dt-bindings: msm/dp: account for clocks specific for qcom, sc7280-edp Dmitry Baryshkov
2022-07-08  1:32   ` [PATCH 5/9] dt-bindings: msm/dp: account for clocks specific for qcom,sc7280-edp Stephen Boyd
2022-07-08  1:32     ` [PATCH 5/9] dt-bindings: msm/dp: account for clocks specific for qcom, sc7280-edp Stephen Boyd
2022-07-08  3:59     ` [PATCH 5/9] dt-bindings: msm/dp: account for clocks specific for qcom,sc7280-edp Dmitry Baryshkov
2022-07-08  3:59       ` Dmitry Baryshkov
2022-07-08 19:24       ` Stephen Boyd
2022-07-08 19:24         ` [PATCH 5/9] dt-bindings: msm/dp: account for clocks specific for qcom, sc7280-edp Stephen Boyd
2022-07-07 21:32 ` [PATCH 6/9] dt-bindings: msm/dp: handle DP vs eDP difference Dmitry Baryshkov
2022-07-07 21:32   ` Dmitry Baryshkov
2022-07-08  1:33   ` Stephen Boyd
2022-07-08  1:33     ` Stephen Boyd
2022-07-07 21:32 ` [PATCH 7/9] arm64: dts: qcom: sc7180: drop #clock-cells from displayport-controller Dmitry Baryshkov
2022-07-07 21:32   ` Dmitry Baryshkov
2022-07-08  1:34   ` Stephen Boyd
2022-07-08  1:34     ` Stephen Boyd
2022-07-07 21:32 ` [PATCH 8/9] arm64: dts: qcom: sc7280: " Dmitry Baryshkov
2022-07-07 21:32   ` Dmitry Baryshkov
2022-07-08  1:34   ` Stephen Boyd
2022-07-08  1:34     ` Stephen Boyd
2022-07-07 21:32 ` [PATCH 9/9] arm64: dts: qcom: sc7280: drop address/size-cells from eDP node Dmitry Baryshkov
2022-07-07 21:32   ` Dmitry Baryshkov
2022-07-08  1:34   ` Stephen Boyd
2022-07-08  1:34     ` Stephen Boyd

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.