public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/14] soundwire: mipi-disco: add partial SoundWire Disco 2.1
@ 2024-09-11 11:58 Bard Liao
  2024-09-11 11:58 ` [PATCH v2 01/14] soundwire: mipi_disco: add MIPI-specific property_read_bool() helpers Bard Liao
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Bard Liao @ 2024-09-11 11:58 UTC (permalink / raw)
  To: linux-sound, vkoul
  Cc: vinod.koul, linux-kernel, pierre-louis.bossart, bard.liao

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(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-09-12 14:42 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-11 11:58 [PATCH v2 00/14] soundwire: mipi-disco: add partial SoundWire Disco 2.1 Bard Liao
2024-09-11 11:58 ` [PATCH v2 01/14] soundwire: mipi_disco: add MIPI-specific property_read_bool() helpers Bard Liao
2024-09-11 11:58 ` [PATCH v2 02/14] soundwire: optimize sdw_stream_runtime memory layout Bard Liao
2024-09-11 11:58 ` [PATCH v2 03/14] soundwire: optimize sdw_master_prop Bard Liao
2024-09-11 11:58 ` [PATCH v2 04/14] soundwire: optimize sdw_bus structure Bard Liao
2024-09-11 11:58 ` [PATCH v2 05/14] soundwire: optimize sdw_slave_prop Bard Liao
2024-09-11 11:58 ` [PATCH v2 06/14] soundwire: optimize sdw_dp0_prop Bard Liao
2024-09-11 11:58 ` [PATCH v2 07/14] soundwire: optimize sdw_dpn_prop Bard Liao
2024-09-11 11:58 ` [PATCH v2 08/14] soundwire: mipi-disco: remove DPn audio-modes Bard Liao
2024-09-11 11:58 ` [PATCH v2 09/14] soundwire: mipi-disco: add error handling for property array read Bard Liao
2024-09-11 11:58 ` [PATCH v2 10/14] soundwire: mipi_disco: add support for clock-scales property Bard Liao
2024-09-11 11:58 ` [PATCH v2 11/14] soundwire: mipi-disco: add support for peripheral channelprepare timeout Bard Liao
2024-09-11 11:58 ` [PATCH v2 12/14] soundwire: mipi-disco: add comment on DP0-supported property Bard Liao
2024-09-11 11:58 ` [PATCH v2 13/14] soundwire: mipi-disco: add new properties from 2.0 spec Bard Liao
2024-09-11 11:58 ` [PATCH v2 14/14] soundwire: mipi-disco: add support for DP0/DPn 'lane-list' property Bard Liao
2024-09-12 14:41 ` [PATCH v2 00/14] soundwire: mipi-disco: add partial SoundWire Disco 2.1 Charles Keepax

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox