All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL]: Soundwire updates for 6.2
@ 2022-12-18 14:10 Vinod Koul
  2022-12-19 15:06 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Vinod Koul @ 2022-12-18 14:10 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML

[-- Attachment #1: Type: text/plain, Size: 3350 bytes --]

Hello Linus,

Please pull to receive updates for SoundWire subsystem for 6.2. This
include bunch of Intel driver code reorganization and support for qcom
v1.7.0 controller. The pull is based on tag soundwire-6.1-fixes pulled
by you earlier.

The following changes since commit 49a467310dc4fae591a3547860ee04d8730780f4:

  soundwire: qcom: check for outanding writes before doing a read (2022-10-28 17:00:38 +0530)

are available in the Git repository at:

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

for you to fetch changes up to 7cbf00bd4142cd88ac7ecbc4ea7b917a220cb721:

  soundwire: intel: split auxdevice to different file (2022-11-23 20:11:49 +0530)

----------------------------------------------------------------
soundwire updates for 6.2

 - intel: reorganization of hw_ops callbacks, splitting files etc
 - qcom: support for v1.7.0 qcom controllers

----------------------------------------------------------------
Pierre-Louis Bossart (10):
      soundwire: dmi-quirks: add quirk variant for LAPBC710 NUC15
      soundwire: cadence: rename sdw_cdns_dai_dma_data as sdw_cdns_dai_runtime
      soundwire: cadence: use dai_runtime_array instead of dma_data
      soundwire: intel: start using hw_ops
      soundwire: intel: add debugfs callbacks in hw_ops
      soundwire: intel: add register_dai callback in hw_ops
      soundwire: intel: add bus management callbacks in hw_ops
      soundwire: intel: add link power management callbacks in hw_ops
      soundwire: intel: add in-band wake callbacks in hw_ops
      soundwire: intel: split auxdevice to different file

Srinivas Kandagatla (4):
      soundwire: qcom: remove unused SWRM_SPECIAL_CMD_ID
      soundwire: qcom: make reset optional for v1.6 controller
      dt-bindings: soundwire: qcom: add v1.7.0 support
      soundwire: qcom: add support for v1.7 Soundwire Controller

Srinivasa Rao Mandadapu (1):
      dt-bindings: soundwire: Convert text bindings to DT Schema

Vinod Koul (1):
      Merge branch 'fixes' into next

 .../devicetree/bindings/soundwire/qcom,sdw.txt     | 214 ------
 .../bindings/soundwire/qcom,soundwire.yaml         | 270 ++++++++
 drivers/soundwire/Makefile                         |   2 +-
 drivers/soundwire/cadence_master.c                 |  50 +-
 drivers/soundwire/cadence_master.h                 |   9 +-
 drivers/soundwire/dmi-quirks.c                     |   8 +
 drivers/soundwire/intel.c                          | 769 ++-------------------
 drivers/soundwire/intel.h                          |  96 ++-
 drivers/soundwire/intel_auxdevice.c                | 678 ++++++++++++++++++
 drivers/soundwire/intel_auxdevice.h                |  18 +
 drivers/soundwire/intel_init.c                     |   2 +
 drivers/soundwire/qcom.c                           |  25 +-
 include/linux/soundwire/sdw_intel.h                |  44 ++
 sound/soc/sof/intel/hda.c                          |   2 +
 14 files changed, 1237 insertions(+), 950 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/soundwire/qcom,sdw.txt
 create mode 100644 Documentation/devicetree/bindings/soundwire/qcom,soundwire.yaml
 create mode 100644 drivers/soundwire/intel_auxdevice.c
 create mode 100644 drivers/soundwire/intel_auxdevice.h

-- 
~Vinod

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL]: Soundwire updates for 6.2
  2022-12-18 14:10 [GIT PULL]: Soundwire updates for 6.2 Vinod Koul
@ 2022-12-19 15:06 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-12-19 15:06 UTC (permalink / raw)
  To: Vinod Koul; +Cc: Linus Torvalds, LKML

The pull request you sent on Sun, 18 Dec 2022 19:40:03 +0530:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-19 15:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-18 14:10 [GIT PULL]: Soundwire updates for 6.2 Vinod Koul
2022-12-19 15:06 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.