mbox series

[v3,0/7] soundwire: qcom: add support for SM8550 (Soundwire v2.0.0)

Message ID 20230418095447.577001-1-krzysztof.kozlowski@linaro.org (mailing list archive)
Headers show
Series soundwire: qcom: add support for SM8550 (Soundwire v2.0.0) | expand

Message

Krzysztof Kozlowski April 18, 2023, 9:54 a.m. UTC
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(-)

Comments

Vinod Koul May 8, 2023, 7:31 a.m. UTC | #1
On 18-04-23, 11:54, Krzysztof Kozlowski wrote:
> 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.

Applied, thanks