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

Message ID ZISLJotNt4Lsk+pt@matsya
State New
Headers
Series [GIT,PULL] : soundwire fixes for v6.4 |

Pull-request

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

Message

Vinod Koul June 10, 2023, 2:39 p.m. UTC
  Hello Linus,

Please pull to receive the fixes for soundwire subsytem. This fixes one
core fix for missing flag clear, error patch handling in qcom driver and
BIOS quirk for HP Spectre x360

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 58d95889f3c2064c6139ee94bb0e4d86e1ad4eab:

  soundwire: stream: Add missing clear of alloc_slave_rt (2023-06-08 17:08:04 +0530)

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

 - HP Spectre x360 soundwire DMI quirk
 - Error path handling for qcom driver
 - Core fix for missing clear of alloc_slave_rt

----------------------------------------------------------------
Charles Keepax (1):
      soundwire: stream: Add missing clear of alloc_slave_rt

Krzysztof Kozlowski (1):
      soundwire: qcom: add proper error paths in qcom_swrm_startup()

Pierre-Louis Bossart (1):
      soundwire: dmi-quirks: add new mapping for HP Spectre x360

 drivers/soundwire/dmi-quirks.c |  7 +++++++
 drivers/soundwire/qcom.c       | 17 +++++++++++++----
 drivers/soundwire/stream.c     |  4 +++-
 3 files changed, 23 insertions(+), 5 deletions(-)
  

Comments

pr-tracker-bot@kernel.org June 10, 2023, 8:54 p.m. UTC | #1
The pull request you sent on Sat, 10 Jun 2023 20:09:34 +0530:

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

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

Thank you!