All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/7] soundwire: qcom: add support for SM8550 (Soundwire v2.0.0)
@ 2023-04-18  9:54 Krzysztof Kozlowski
  2023-04-18  9:54 ` [PATCH v3 1/7] dt-bindings: soundwire: qcom: add Qualcomm Soundwire v2.0.0 Krzysztof Kozlowski
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-18  9:54 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Vinod Koul, Bard Liao, Pierre-Louis Bossart,
	Sanyog Kale, Srinivas Kandagatla, Rao Mandadapu, linux-arm-msm,
	devicetree, linux-kernel, alsa-devel
  Cc: Krzysztof Kozlowski

Hi,

Changes since v2:
1. Use uint16 for qcom,ports-sinterval.
   DTS will be fixed in separate patchset.
2. Add tags.

Changes since v1:
1. Patch 1: Increase maxItems to 16 for port-related properties.
2. Re-order patch 1 and 2.
3. Patch 3: Drop unneeded semicolon.
4. Patch 5: Fix lang typo in subject.

Best regards,
Krzysztof

Krzysztof Kozlowski (7):
  dt-bindings: soundwire: qcom: add Qualcomm Soundwire v2.0.0
  dt-bindings: soundwire: qcom: add 16-bit sample interval
  soundwire: qcom: allow 16-bit sample interval for ports
  soundwire: qcom: use consistently 'ctrl' as state variable name
  soundwire: qcom: prepare for handling different register layouts
  soundwire: qcom: add support for v2.0.0 controller
  soundwire: qcom: use tabs for indentation in defines

 .../bindings/soundwire/qcom,soundwire.yaml    |  39 +-
 drivers/soundwire/qcom.c                      | 387 ++++++++++++------
 2 files changed, 287 insertions(+), 139 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-05-08  7:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-18  9:54 [PATCH v3 0/7] soundwire: qcom: add support for SM8550 (Soundwire v2.0.0) Krzysztof Kozlowski
2023-04-18  9:54 ` [PATCH v3 1/7] dt-bindings: soundwire: qcom: add Qualcomm Soundwire v2.0.0 Krzysztof Kozlowski
2023-04-18  9:54 ` [PATCH v3 2/7] dt-bindings: soundwire: qcom: add 16-bit sample interval Krzysztof Kozlowski
2023-04-18 10:08   ` Srinivas Kandagatla
2023-04-18  9:54 ` [PATCH v3 3/7] soundwire: qcom: allow 16-bit sample interval for ports Krzysztof Kozlowski
2023-04-18 10:08   ` Srinivas Kandagatla
2023-04-18  9:54 ` [PATCH v3 4/7] soundwire: qcom: use consistently 'ctrl' as state variable name Krzysztof Kozlowski
2023-04-18  9:54 ` [PATCH v3 5/7] soundwire: qcom: prepare for handling different register layouts Krzysztof Kozlowski
2023-04-18  9:54 ` [PATCH v3 6/7] soundwire: qcom: add support for v2.0.0 controller Krzysztof Kozlowski
2023-04-18  9:54 ` [PATCH v3 7/7] soundwire: qcom: use tabs for indentation in defines Krzysztof Kozlowski
2023-05-08  7:31 ` [PATCH v3 0/7] soundwire: qcom: add support for SM8550 (Soundwire v2.0.0) Vinod Koul

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.