mbox series

[v2,00/10] soundwire: intel: add multi-link support

Message ID 20200901150556.19432-1-yung-chuan.liao@linux.intel.com (mailing list archive)
Headers show
Series soundwire: intel: add multi-link support | expand

Message

Bard Liao Sept. 1, 2020, 3:05 p.m. UTC
This series enables multi-link support for Intel platforms.

Changes in v2:
- Remove the "soundwire: intel: Only call sdw stream APIs for the first
  cpu_dai" patch form this series. We will move the sounwdire stream
  operations to machine driver in another series.
- Update the commit message and title of "soundwire: intel: add error log
  for clock-stop invalid configs"

Pierre-Louis Bossart (10):
  soundwire: intel: disable shim wake on suspend
  soundwire: intel: ignore software command retries
  soundwire: intel: add multi-link support
  soundwire: intel: add missing support for all clock stop modes
  soundwire: bus: update multi-link definition with hw sync details
  soundwire: intel: add multi-link hw_synchronization information
  soundwire: stream: enable hw_sync as needed by hardware
  soundwire: intel: add error log for clock-stop invalid configs
  soundwire: intel: pass link_mask information to each master
  soundwire: intel: don't manage link power individually

 drivers/soundwire/intel.c      | 264 ++++++++++++++++++++++++++++-----
 drivers/soundwire/intel.h      |   2 +
 drivers/soundwire/intel_init.c |   1 +
 drivers/soundwire/stream.c     |  15 +-
 include/linux/soundwire/sdw.h  |   6 +
 5 files changed, 243 insertions(+), 45 deletions(-)

Comments

Vinod Koul Sept. 3, 2020, 10:44 a.m. UTC | #1
On 01-09-20, 23:05, Bard Liao wrote:
> This series enables multi-link support for Intel platforms.

Applied all, thanks

> 
> Changes in v2:
> - Remove the "soundwire: intel: Only call sdw stream APIs for the first
>   cpu_dai" patch form this series. We will move the sounwdire stream
>   operations to machine driver in another series.
> - Update the commit message and title of "soundwire: intel: add error log
>   for clock-stop invalid configs"
> 
> Pierre-Louis Bossart (10):
>   soundwire: intel: disable shim wake on suspend
>   soundwire: intel: ignore software command retries
>   soundwire: intel: add multi-link support
>   soundwire: intel: add missing support for all clock stop modes
>   soundwire: bus: update multi-link definition with hw sync details
>   soundwire: intel: add multi-link hw_synchronization information
>   soundwire: stream: enable hw_sync as needed by hardware
>   soundwire: intel: add error log for clock-stop invalid configs
>   soundwire: intel: pass link_mask information to each master
>   soundwire: intel: don't manage link power individually
> 
>  drivers/soundwire/intel.c      | 264 ++++++++++++++++++++++++++++-----
>  drivers/soundwire/intel.h      |   2 +
>  drivers/soundwire/intel_init.c |   1 +
>  drivers/soundwire/stream.c     |  15 +-
>  include/linux/soundwire/sdw.h  |   6 +
>  5 files changed, 243 insertions(+), 45 deletions(-)
> 
> -- 
> 2.17.1