mbox series

[v3,0/3] soundwire: qcom: fix IP version v1.5.1 support

Message ID 20200916154101.2254-1-srinivas.kandagatla@linaro.org
Headers show
Series soundwire: qcom: fix IP version v1.5.1 support | expand

Message

Srinivas Kandagatla Sept. 16, 2020, 3:40 p.m. UTC
While testing Qualcomm soundwire controller version 1.5.1, found two issue,
Firstly the frame shape information configured vs the bus parameters
are out of sync. secondly some ports on this ip version require
block packing mode support.

With this patchset I was able to test 2 WSA speakers!

Also I found a regression due to move to REG_FIELD, which patch 1 fixes it!

thanks,
srini

Changes since v2:
- updated to use u32_replace_bits().
- wrapped up in single lines as suggested by vkoul.

Srinivas Kandagatla (3):
  soundwire: qcom: clear BIT FIELDs before value set.
  soundwire: qcom: add support to block packing mode
  soundwire: qcom: get max rows and cols info from compatible

 drivers/soundwire/qcom.c | 70 +++++++++++++++++++++++++++++-----------
 1 file changed, 51 insertions(+), 19 deletions(-)