All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] Cleanup & sort msm8916.dtsi, various minor fixes
@ 2020-09-15  7:12 Stephan Gerhold
  2020-09-15  7:12 ` [PATCH 01/14] arm64: dts: qcom: msm8916: Configure DSI port with labels Stephan Gerhold
                   ` (14 more replies)
  0 siblings, 15 replies; 17+ messages in thread
From: Stephan Gerhold @ 2020-09-15  7:12 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Stephan Gerhold, Andy Gross, linux-arm-msm, devicetree,
	Amit Kucheria, ~postmarketos/upstreaming

After cleaning up the MSM8916 board device tree files [1], this patch series
focuses on various cleanup and minor fixes within the common msm8916.dtsi:

  1. One more conversion to use labels to configure board DSI ports
     (I missed that in the last patch series)
  2. A few non-critical fixes just to make the device tree more correct
  3. A few style fixes (e.g. replacing spaces with tabs)
  4. Sort nodes in msm8916.dtsi/pm8916.dtsi and the Makefile

This brings MSM8916 close to the conventions used for newer SoCs,
and will make it easier to add new device nodes (e.g. CPR) to it later.

[1]: https://lore.kernel.org/linux-arm-msm/20200720085406.6716-1-stephan@gerhold.net/

Stephan Gerhold (14):
  arm64: dts: qcom: msm8916: Configure DSI port with labels
  arm64: dts: qcom: msm8916: Remove one more thermal trip point unit
    name
  arm64: dts: qcom: pm8916: Remove invalid reg size from wcd_codec
  arm64: dts: qcom: msm8916: Fix MDP/DSI interrupts
  arm64: dts: qcom: msm8916: Use IRQ defines, add IRQ types
  arm64: dts: qcom: msm8916: Drop qcom,tcsr-mutex syscon
  arm64: dts: qcom: msm8916: Minor style fixes
  arm64: dts: qcom: msm8916: Add MSM8916-specific compatibles to SCM/MSS
  arm64: dts: qcom: msm8916: Use more generic node names
  arm64: dts: qcom: msm8916: Rename "x-smp2p" to "smp2p-x"
  arm64: dts: qcom: msm8916: Pad addresses
  arm64: dts: qcom: msm8916: Sort nodes
  arm64: dts: qcom: pm8916: Sort nodes
  arm64: dts: qcom: Makefile: Sort lines

 arch/arm64/boot/dts/qcom/Makefile             |   10 +-
 arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi     |   12 +-
 .../qcom/msm8916-samsung-a2015-common.dtsi    |    2 +-
 .../boot/dts/qcom/msm8916-samsung-a3u-eur.dts |   12 +-
 arch/arm64/boot/dts/qcom/msm8916.dtsi         | 2571 ++++++++---------
 arch/arm64/boot/dts/qcom/pm8916.dtsi          |   84 +-
 6 files changed, 1339 insertions(+), 1352 deletions(-)

--
2.28.0

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

end of thread, other threads:[~2020-09-15 22:53 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-15  7:12 [PATCH 00/14] Cleanup & sort msm8916.dtsi, various minor fixes Stephan Gerhold
2020-09-15  7:12 ` [PATCH 01/14] arm64: dts: qcom: msm8916: Configure DSI port with labels Stephan Gerhold
2020-09-15  7:12 ` [PATCH 02/14] arm64: dts: qcom: msm8916: Remove one more thermal trip point unit name Stephan Gerhold
2020-09-15  7:12 ` [PATCH 03/14] arm64: dts: qcom: pm8916: Remove invalid reg size from wcd_codec Stephan Gerhold
2020-09-15  7:12 ` [PATCH 04/14] arm64: dts: qcom: msm8916: Fix MDP/DSI interrupts Stephan Gerhold
2020-09-15  7:12 ` [PATCH 05/14] arm64: dts: qcom: msm8916: Use IRQ defines, add IRQ types Stephan Gerhold
2020-09-15  7:12 ` [PATCH 06/14] arm64: dts: qcom: msm8916: Drop qcom,tcsr-mutex syscon Stephan Gerhold
2020-09-15 15:38   ` Bjorn Andersson
2020-09-15  7:12 ` [PATCH 07/14] arm64: dts: qcom: msm8916: Minor style fixes Stephan Gerhold
2020-09-15  7:12 ` [PATCH 08/14] arm64: dts: qcom: msm8916: Add MSM8916-specific compatibles to SCM/MSS Stephan Gerhold
2020-09-15  7:12 ` [PATCH 09/14] arm64: dts: qcom: msm8916: Use more generic node names Stephan Gerhold
2020-09-15  7:12 ` [PATCH 10/14] arm64: dts: qcom: msm8916: Rename "x-smp2p" to "smp2p-x" Stephan Gerhold
2020-09-15  7:12 ` [PATCH 11/14] arm64: dts: qcom: msm8916: Pad addresses Stephan Gerhold
2020-09-15  7:12 ` [PATCH 12/14] arm64: dts: qcom: msm8916: Sort nodes Stephan Gerhold
2020-09-15  7:12 ` [PATCH 13/14] arm64: dts: qcom: pm8916: " Stephan Gerhold
2020-09-15  7:12 ` [PATCH 14/14] arm64: dts: qcom: Makefile: Sort lines Stephan Gerhold
2020-09-15 15:42 ` [PATCH 00/14] Cleanup & sort msm8916.dtsi, various minor fixes 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.