[GIT,PULL] : SoundWire subsystem updates for v6.7

Message ID ZUTq9b8Ik/KpD9F4@matsya
State New
Headers
Series [GIT,PULL] : SoundWire subsystem updates for v6.7 |

Pull-request

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

Message

Vinod Koul Nov. 3, 2023, 12:43 p.m. UTC
  Hello Linus,

Please pull to receive soundwire subsystem updates for this cycle
consisting of small five patches.

The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 4ea2b6d3128ea4d502c4015df0dc16b7d1070954:

  soundwire: dmi-quirks: update HP Omen match (2023-10-16 16:48:05 +0530)

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

 - Core has now improved handling of errors for clock stop
 - Support for qcom v2.0.0 status registers and command ignored interrupt
   and more logging for failures
 - DMI quirk for HP Omen machine

----------------------------------------------------------------
Bjorn Andersson (1):
      soundwire: qcom: Log clk_get("iface") failures

Krzysztof Kozlowski (2):
      soundwire: qcom: use newer link status tregister on v2.0.0
      soundwire: qcom: handle command ignored interrupt

Pierre-Louis Bossart (2):
      soundwire: bus: improve error handling for clock stop prepare/deprepare
      soundwire: dmi-quirks: update HP Omen match

 drivers/soundwire/bus.c        | 12 +++++++-----
 drivers/soundwire/dmi-quirks.c |  2 +-
 drivers/soundwire/qcom.c       | 18 +++++++++++++++---
 3 files changed, 23 insertions(+), 9 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Nov. 4, 2023, 5:26 a.m. UTC | #1
The pull request you sent on Fri, 3 Nov 2023 18:13:33 +0530:

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

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

Thank you!