[GIT,PULL] : soundwire fixes for v6.5

Message ID ZMJZJq02ERXGscVn@matsya
State New
Headers
Series [GIT,PULL] : soundwire fixes for v6.5 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-6.5-fixes

Message

Vinod Koul July 27, 2023, 11:46 a.m. UTC
  Hello Linus,

Please pull to receive couple of fixes for soundwire subsystem. One core
fix and couple of driver (amd & qcom) fixes

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-6.5-fixes

for you to fetch changes up to 7891d0a5ce6f627132d3068ba925cf86f29008b1:

  soundwire: amd: Fix a check for errors in probe() (2023-07-13 11:09:07 +0530)

----------------------------------------------------------------
soundwire fixes for 6.4

 - Core fix for enumeration completion
 - Qualcomm driver fix to update status
 - AMD driver fix for probe error check

----------------------------------------------------------------
Dan Carpenter (1):
      soundwire: amd: Fix a check for errors in probe()

Johan Hovold (1):
      soundwire: fix enumeration completion

Srinivas Kandagatla (1):
      soundwire: qcom: update status correctly with mask

 drivers/soundwire/amd_manager.c | 4 ++--
 drivers/soundwire/bus.c         | 8 ++++----
 drivers/soundwire/qcom.c        | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)
  

Comments

pr-tracker-bot@kernel.org July 27, 2023, 7:49 p.m. UTC | #1
The pull request you sent on Thu, 27 Jul 2023 17:16:46 +0530:

> git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-6.5-fixes

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

Thank you!