All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/4]  Convert soundwire bindings to DT schema
@ 2022-11-08 14:45 Srinivasa Rao Mandadapu
  2022-11-08 14:46   ` Srinivasa Rao Mandadapu
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Srinivasa Rao Mandadapu @ 2022-11-08 14:45 UTC (permalink / raw)
  To: vkoul, agross, andersson, robh+dt, broonie,
	krzysztof.kozlowski+dt, linux-arm-msm, devicetree, linux-kernel,
	quic_rohkumar, srinivas.kandagatla, dianders, swboyd, judyhsiao,
	alsa-devel, quic_rjendra, konrad.dybcio, mka
  Cc: Srinivasa Rao Mandadapu

Convert soundwire bindings text file to DT schema and update
device tree entries to follow strict dt-bindings.
Changes since V5:
  -- Update indentation of few properties description.
  -- Update minimum and maximum limit for few properties.
  -- Fix Typo errors in commit message.
  -- Update commit message with differences from text file.
Changes Since V4:
  -- Update interrupt names in example.
  -- Fix blank lines.
  -- Remove dependecy patch info.
  -- Split dtsi patches as per SoC.
Changes Since V3:
  -- Remove subnode description and add appropriate pattern properties.
  -- Add interrput names in example.
  -- update some properties description.
  -- Revert minIteams change in previous version.
  -- Rebase to latest code base.
  -- Update dtsi node names,
  -- Remove redundant property in soundwire node.

Srinivasa Rao Mandadapu (4):
  arm64: dts: qcom: Update soundwire secondary node names
  arm64: dts: qcom: sm8250: Remove redundant soundwire property
  arm64: dts: qcom: sc7280: Remove redundant soundwire property
  dt-bindings: soundwire: Convert text bindings to DT Schema

 .../devicetree/bindings/soundwire/qcom,sdw.txt     | 215 ----------------
 .../bindings/soundwire/qcom,soundwire.yaml         | 270 +++++++++++++++++++++
 arch/arm64/boot/dts/qcom/qrb5165-rb5.dts           |   4 +-
 arch/arm64/boot/dts/qcom/sc7280.dtsi               |   1 -
 arch/arm64/boot/dts/qcom/sdm845-db845c.dts         |   4 +-
 .../boot/dts/qcom/sdm850-lenovo-yoga-c630.dts      |   4 +-
 arch/arm64/boot/dts/qcom/sdm850-samsung-w737.dts   |   4 +-
 arch/arm64/boot/dts/qcom/sm8250-mtp.dts            |   4 +-
 arch/arm64/boot/dts/qcom/sm8250.dtsi               |   1 -
 9 files changed, 280 insertions(+), 227 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/soundwire/qcom,sdw.txt
 create mode 100644 Documentation/devicetree/bindings/soundwire/qcom,soundwire.yaml

-- 
2.7.4


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

end of thread, other threads:[~2022-11-10  4:10 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-08 14:45 [PATCH v6 0/4] Convert soundwire bindings to DT schema Srinivasa Rao Mandadapu
2022-11-08 14:46 ` [PATCH v6 1/4] arm64: dts: qcom: Update soundwire secondary node names Srinivasa Rao Mandadapu
2022-11-08 14:46   ` Srinivasa Rao Mandadapu
2022-11-08 14:46 ` [PATCH v6 2/4] arm64: dts: qcom: sm8250: Remove redundant soundwire property Srinivasa Rao Mandadapu
2022-11-08 14:46   ` Srinivasa Rao Mandadapu
2022-11-08 14:46 ` [PATCH v6 3/4] arm64: dts: qcom: sc7280: " Srinivasa Rao Mandadapu
2022-11-08 14:46   ` Srinivasa Rao Mandadapu
2022-11-08 14:46 ` [PATCH v6 4/4] dt-bindings: soundwire: Convert text bindings to DT Schema Srinivasa Rao Mandadapu
2022-11-08 14:46   ` Srinivasa Rao Mandadapu
2022-11-08 18:08   ` Krzysztof Kozlowski
2022-11-09  4:30   ` Vinod Koul
2022-11-09  4:30     ` Vinod Koul
2022-11-10  4:09 ` (subset) [PATCH v6 0/4] Convert soundwire bindings to DT schema 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.