[GIT,PULL] : soundwire subsystem fixes for v6.6

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

Pull-request

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

Message

Vinod Koul Oct. 13, 2023, 1:52 p.m. UTC
  Hello Linus,

Please pull a single fix for soundwire subsystem for making sdw bus irq
conditionally built

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.6-fixes

for you to fetch changes up to 3b6c4a11bf2b810f772f5c2c1ef6eef3fc268246:

  soundwire: bus: Make IRQ handling conditionally built (2023-09-21 11:31:33 +0200)

----------------------------------------------------------------
soundwire fixes for v6.6

 - single fix for making sdw bus irq conditionally built

----------------------------------------------------------------
Charles Keepax (1):
      soundwire: bus: Make IRQ handling conditionally built

 drivers/soundwire/Makefile   |  4 +++
 drivers/soundwire/bus.c      | 31 ++++-------------------
 drivers/soundwire/bus_type.c | 11 +++------
 drivers/soundwire/irq.c      | 59 ++++++++++++++++++++++++++++++++++++++++++++
 drivers/soundwire/irq.h      | 43 ++++++++++++++++++++++++++++++++
 5 files changed, 115 insertions(+), 33 deletions(-)
 create mode 100644 drivers/soundwire/irq.c
 create mode 100644 drivers/soundwire/irq.h
  

Comments

pr-tracker-bot@kernel.org Oct. 13, 2023, 4:39 p.m. UTC | #1
The pull request you sent on Fri, 13 Oct 2023 19:22:38 +0530:

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

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

Thank you!