Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH v2 00/14] soundwire: add multi-lane support
@ 2024-12-03 13:17 Bard Liao
  2024-12-03 13:18 ` [PATCH v2 01/14] soundwire: add lane field in sdw_port_runtime Bard Liao
                   ` (13 more replies)
  0 siblings, 14 replies; 17+ messages in thread
From: Bard Liao @ 2024-12-03 13:17 UTC (permalink / raw)
  To: linux-sound, vkoul
  Cc: vinod.koul, linux-kernel, pierre-louis.bossart, bard.liao

This series adds multi-lane support for SoundWire. We will get the lane
connection information from ACPI and use multiple lanes if the bandwidth
is not enough.

v2:
 - add 2 commits to fix the issue of starting streams simultaneously

Bard Liao (12):
  soundwire: add lane field in sdw_port_runtime
  soundwire: mipi_disco: read lane mapping properties from ACPI
  soundwire: add lane_used_bandwidth in struct sdw_bus
  Soundwire: add sdw_slave_get_scale_index helper
  Soundwire: stream: program BUSCLOCK_SCALE
  Soundwire: generic_bandwidth_allocation: set frame shape on fly
  soundwire: generic_bandwidth_allocation: correct clk_freq check in
    sdw_select_row_col
  soundwire: generic_bandwidth_allocation: check required freq
    accurately
  soundwire: generic_bandwidth_allocation: select data lane
  soundwire: generic_bandwidth_allocation: add lane in sdw_group_params
  SoundWire: pass stream to compute_params()
  soundwire: generic_bandwidth_allocation: count the bandwidth of active
    streams only

Pierre-Louis Bossart (2):
  soundwire: stream: set DEPREPARED state earlier
  soundwire: generic_bandwidth_allocation: skip DEPREPARED streams

 drivers/soundwire/amd_manager.c               |   4 +-
 drivers/soundwire/bus.c                       |  65 ++--
 drivers/soundwire/bus.h                       |   3 +
 .../soundwire/generic_bandwidth_allocation.c  | 316 +++++++++++++++---
 drivers/soundwire/mipi_disco.c                |  40 ++-
 drivers/soundwire/qcom.c                      |   2 +-
 drivers/soundwire/stream.c                    |  67 +++-
 include/linux/soundwire/sdw.h                 | 192 ++++++-----
 8 files changed, 519 insertions(+), 170 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-12-04  2:44 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-03 13:17 [PATCH v2 00/14] soundwire: add multi-lane support Bard Liao
2024-12-03 13:18 ` [PATCH v2 01/14] soundwire: add lane field in sdw_port_runtime Bard Liao
2024-12-03 13:18 ` [PATCH v2 02/14] soundwire: mipi_disco: read lane mapping properties from ACPI Bard Liao
2024-12-03 13:18 ` [PATCH v2 03/14] soundwire: add lane_used_bandwidth in struct sdw_bus Bard Liao
2024-12-03 13:18 ` [PATCH v2 04/14] soundwire: stream: set DEPREPARED state earlier Bard Liao
2024-12-03 13:18 ` [PATCH v2 05/14] soundwire: generic_bandwidth_allocation: skip DEPREPARED streams Bard Liao
2024-12-03 13:18 ` [PATCH v2 06/14] Soundwire: add sdw_slave_get_scale_index helper Bard Liao
2024-12-03 13:18 ` [PATCH v2 07/14] Soundwire: stream: program BUSCLOCK_SCALE Bard Liao
2024-12-03 13:51   ` Richard Fitzgerald
2024-12-04  2:44     ` Liao, Bard
2024-12-03 13:18 ` [PATCH v2 08/14] Soundwire: generic_bandwidth_allocation: set frame shape on fly Bard Liao
2024-12-03 13:18 ` [PATCH v2 09/14] soundwire: generic_bandwidth_allocation: correct clk_freq check in sdw_select_row_col Bard Liao
2024-12-03 13:18 ` [PATCH v2 10/14] soundwire: generic_bandwidth_allocation: check required freq accurately Bard Liao
2024-12-03 13:18 ` [PATCH v2 11/14] soundwire: generic_bandwidth_allocation: select data lane Bard Liao
2024-12-03 13:18 ` [PATCH v2 12/14] soundwire: generic_bandwidth_allocation: add lane in sdw_group_params Bard Liao
2024-12-03 13:18 ` [PATCH v2 13/14] SoundWire: pass stream to compute_params() Bard Liao
2024-12-03 13:18 ` [PATCH v2 14/14] soundwire: generic_bandwidth_allocation: count the bandwidth of active streams only Bard Liao

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