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

Krzysztof Kozlowski posted 7 patches 2 years, 8 months ago
.../bindings/soundwire/qcom,soundwire.yaml    |  39 +-
drivers/soundwire/qcom.c                      | 387 ++++++++++++------
2 files changed, 287 insertions(+), 139 deletions(-)
[PATCH v3 0/7] soundwire: qcom: add support for SM8550 (Soundwire v2.0.0)
Posted by Krzysztof Kozlowski 2 years, 8 months ago
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
Re: [PATCH v3 0/7] soundwire: qcom: add support for SM8550 (Soundwire v2.0.0)
Posted by Vinod Koul 2 years, 7 months ago
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

-- 
~Vinod