All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/12] SM6115 DTS changes
@ 2022-11-30 20:09 ` Adam Skladowski
  0 siblings, 0 replies; 50+ messages in thread
From: Adam Skladowski @ 2022-11-30 20:09 UTC (permalink / raw)
  Cc: Rafael J. Wysocki, Amit Kucheria, dri-devel, Krzysztof Kozlowski,
	phone-devel, Daniel Lezcano, Andy Gross, Zhang Rui, devicetree,
	Thara Gopinath, linux-pm, linux-arm-msm, Adam Skladowski,
	Abhinav Kumar, Rob Herring, ~postmarketos/upstreaming, Sean Paul,
	Loic Poulain, Bjorn Andersson, linux-kernel, Konrad Dybcio,
	Dmitry Baryshkov, freedreno

This patch series adds bunch of new nodes
also it fixes some small nitpicks in yamls and adds compatible.

Changes since v1
================
1. Changed title for mdss yaml patch
2. Added missing dmas to spi0
3. Wired freq domains to CPUs
4. Added R-b/Ack tags
5. Reworded smmu dts patch

Adam Skladowski (12):
  dt-bindings: display: msm: Rename mdss node name in example
  dt-bindings: thermal: tsens: Add SM6115 compatible
  arm64: dts: qcom: sm6115: Add cpufreq-hw support
  arm64: dts: qcom: sm6115: Add TSENS node
  arm64: dts: qcom: sm6115: Add PRNG node
  arm64: dts: qcom: sm6115: Add rpm-stats node
  arm64: dts: qcom: sm6115: Add dispcc node
  arm64: dts: qcom: sm6115: Add mdss/dpu node
  arm64: dts: qcom: sm6115: Add GPI DMA
  arm64: dts: qcom: sm6115: Add i2c/spi nodes
  arm64: dts: qcom: sm6115: Add WCN node.
  arm64: dts: qcom: sm6115: Add smmu fallback to qcom generic compatible

 .../display/msm/qcom,qcm2290-mdss.yaml        |   2 +-
 .../display/msm/qcom,sm6115-mdss.yaml         |   2 +-
 .../bindings/thermal/qcom-tsens.yaml          |   1 +
 arch/arm64/boot/dts/qcom/sm6115.dtsi          | 573 +++++++++++++++++-
 4 files changed, 575 insertions(+), 3 deletions(-)

-- 
2.25.1


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

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

Thread overview: 50+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-30 20:09 [PATCH v2 00/12] SM6115 DTS changes Adam Skladowski
2022-11-30 20:09 ` Adam Skladowski
2022-11-30 20:09 ` [PATCH v2 01/12] dt-bindings: display: msm: Rename mdss node name in example Adam Skladowski
2022-11-30 20:09   ` Adam Skladowski
2022-12-01 10:37   ` Krzysztof Kozlowski
2022-12-01 10:37     ` Krzysztof Kozlowski
2022-12-01 19:54   ` Dmitry Baryshkov
2022-12-01 19:54     ` Dmitry Baryshkov
2022-12-13 21:53     ` Abhinav Kumar
2022-12-13 21:53       ` Abhinav Kumar
2022-12-13 22:11       ` Dmitry Baryshkov
2022-12-13 22:11         ` Dmitry Baryshkov
2022-12-13 22:15         ` Abhinav Kumar
2022-12-13 22:15           ` Abhinav Kumar
2022-12-14  9:40         ` Dmitry Baryshkov
2022-12-14  9:40           ` Dmitry Baryshkov
2022-11-30 20:09 ` [PATCH v2 02/12] dt-bindings: thermal: tsens: Add SM6115 compatible Adam Skladowski
2022-11-30 20:09   ` Adam Skladowski
2022-12-01 19:40   ` Rob Herring
2022-12-01 19:40     ` Rob Herring
2022-11-30 20:09 ` [PATCH v2 03/12] arm64: dts: qcom: sm6115: Add cpufreq-hw support Adam Skladowski
2022-11-30 20:09   ` Adam Skladowski
2022-11-30 20:09 ` [PATCH v2 04/12] arm64: dts: qcom: sm6115: Add TSENS node Adam Skladowski
2022-11-30 20:09   ` Adam Skladowski
2022-11-30 20:09 ` [PATCH v2 05/12] arm64: dts: qcom: sm6115: Add PRNG node Adam Skladowski
2022-11-30 20:09   ` Adam Skladowski
2022-11-30 20:09 ` [PATCH v2 06/12] arm64: dts: qcom: sm6115: Add rpm-stats node Adam Skladowski
2022-11-30 20:09   ` Adam Skladowski
2022-11-30 20:09 ` [PATCH v2 07/12] arm64: dts: qcom: sm6115: Add dispcc node Adam Skladowski
2022-11-30 20:09   ` Adam Skladowski
2022-11-30 20:09 ` [PATCH v2 08/12] arm64: dts: qcom: sm6115: Add mdss/dpu node Adam Skladowski
2022-11-30 20:09   ` Adam Skladowski
2022-11-30 20:09 ` [PATCH v2 09/12] arm64: dts: qcom: sm6115: Add GPI DMA Adam Skladowski
2022-11-30 20:09   ` Adam Skladowski
2022-11-30 20:09 ` [PATCH v2 10/12] arm64: dts: qcom: sm6115: Add i2c/spi nodes Adam Skladowski
2022-11-30 20:09   ` Adam Skladowski
2022-12-02 10:51   ` Konrad Dybcio
2022-12-02 10:51     ` Konrad Dybcio
2022-11-30 20:09 ` [PATCH v2 11/12] arm64: dts: qcom: sm6115: Add WCN node Adam Skladowski
2022-11-30 20:09   ` Adam Skladowski
2022-12-01 10:38   ` Krzysztof Kozlowski
2022-12-01 10:38     ` Krzysztof Kozlowski
2022-12-05 22:49     ` Bjorn Andersson
2022-12-05 22:49       ` Bjorn Andersson
2022-11-30 20:09 ` [PATCH v2 12/12] arm64: dts: qcom: sm6115: Add smmu fallback to qcom generic compatible Adam Skladowski
2022-11-30 20:09   ` Adam Skladowski
2022-12-02 10:52   ` Konrad Dybcio
2022-12-02 10:52     ` Konrad Dybcio
2022-12-06 18:18 ` (subset) [PATCH v2 00/12] SM6115 DTS changes Bjorn Andersson
2022-12-06 18:18   ` Bjorn Andersson

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.