Re: [PATCH v2 00/14] soundwire: mipi-disco: add partial SoundWire Disco 2.1

From: Charles Keepax
Date: Thu Sep 12 2024 - 10:42:18 EST


On Wed, Sep 11, 2024 at 07:58:13PM +0800, Bard Liao wrote:
> This patch series adds partial support for the SoundWire Disco 2.1.
>
> v2:
> - use mipi_device_property_read_bool() to get "mipi-sdw-sdca-interrupt-register-list"
>
>
> Pierre-Louis Bossart (14):
> soundwire: mipi_disco: add MIPI-specific property_read_bool() helpers
> soundwire: optimize sdw_stream_runtime memory layout
> soundwire: optimize sdw_master_prop
> soundwire: optimize sdw_bus structure
> soundwire: optimize sdw_slave_prop
> soundwire: optimize sdw_dp0_prop
> soundwire: optimize sdw_dpn_prop
> soundwire: mipi-disco: remove DPn audio-modes
> soundwire: mipi-disco: add error handling for property array read
> soundwire: mipi_disco: add support for clock-scales property
> soundwire: mipi-disco: add support for peripheral channelprepare
> timeout
> soundwire: mipi-disco: add comment on DP0-supported property
> soundwire: mipi-disco: add new properties from 2.0 spec
> soundwire: mipi-disco: add support for DP0/DPn 'lane-list' property
>
> drivers/soundwire/mipi_disco.c | 144 +++++++++++++++++++-----
> include/linux/soundwire/sdw.h | 200 +++++++++++++++------------------
> 2 files changed, 206 insertions(+), 138 deletions(-)
>

Series looks good to me:

Reviewed-by: Charles Keepax <ckeepax@xxxxxxxxxxxxxxxxxxxxx>

Thanks,
Charles