[GIT,PULL] : Soundwire subsystem updates for v6.8-rc1

Message ID ZalYTgul-JeuE9sX@matsya
State New
Headers
Series [GIT,PULL] : Soundwire subsystem updates for v6.8-rc1 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-6.8-rc1

Message

Vinod Koul Jan. 18, 2024, 4:56 p.m. UTC
  Heya Linus,

Hope your network gets restored soon. Here is the pull request for
Soundwire subsystem. Please pull to recieve one core update and couple of
qcom driver updates.

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-6.8-rc1

for you to fetch changes up to becfce5233a78956654f36555f1b9187f8d11d56:

  soundwire: amd: drop bus freq calculation and set 'max_clk_freq' (2023-12-18 18:02:10 +0530)

----------------------------------------------------------------
soundwire updates for 6.7

 - Core: add concept of controller_id to deal with clear Controller/Manager
    hierarchy
 - bunch of qcom driver refactoring for qcom_swrm_stream_alloc_ports(),
   qcom_swrm_stream_alloc_ports() and setting controller id to hw master id

----------------------------------------------------------------
Bard Liao (1):
      soundwire: generic_bandwidth_allocation use bus->params.max_dr_freq

Krzysztof Kozlowski (4):
      soundwire: qcom: drop unneeded qcom_swrm_stream_alloc_ports() cleanup
      soundwire: qcom: move sconfig in qcom_swrm_stream_alloc_ports() out of critical section
      soundwire: stream: constify sdw_port_config when adding devices
      soundwire: fix initializing sysfs for same devices on different buses

Pierre-Louis Bossart (1):
      soundwire: bus: introduce controller_id

Srinivas Kandagatla (1):
      soundwire: qcom: set controller id to hw master id

Vinod Koul (1):
      soundwire: amd: drop bus freq calculation and set 'max_clk_freq'

 drivers/soundwire/amd_manager.c                  | 12 ++++++--
 drivers/soundwire/bus.c                          |  4 +++
 drivers/soundwire/debugfs.c                      |  2 +-
 drivers/soundwire/generic_bandwidth_allocation.c |  8 ++---
 drivers/soundwire/intel_auxdevice.c              |  3 ++
 drivers/soundwire/master.c                       |  2 +-
 drivers/soundwire/qcom.c                         | 39 +++++++++++++-----------
 drivers/soundwire/slave.c                        | 12 ++++----
 drivers/soundwire/stream.c                       | 10 +++---
 include/linux/soundwire/sdw.h                    | 10 +++---
 sound/soc/intel/boards/sof_sdw.c                 |  4 +--
 11 files changed, 62 insertions(+), 44 deletions(-)

Thanks
  

Comments

pr-tracker-bot@kernel.org Jan. 19, 2024, 1:24 a.m. UTC | #1
The pull request you sent on Thu, 18 Jan 2024 22:26:46 +0530:

> git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-6.8-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4d5d604cc48a7babeb30e97aeb443679415573af

Thank you!