linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Vinod Koul <vkoul@kernel.org>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: alsa-devel@alsa-project.org, LKML <linux-kernel@vger.kernel.org>,
	Mark Brown <broonie@kernel.org>
Subject: [GIT PULL]: soundwire updates for v5.6-rc1
Date: Sat, 18 Jan 2020 12:29:48 +0530	[thread overview]
Message-ID: <20200118065948.GX2818@vkoul-mobl> (raw)

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

Hello Greg,

Here are the updates for soundwire for v5.6-rc1. I have also shared tag
'sdw_interfaces_2_5.6' to ASoC folks, they might be merging that for
cross tree dependency of ASoC drivers (soundwire slaves)

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 5098cae1f79cc0580dc2741ce250307a60451eca:

  dt-bindings: soundwire: fix example (2020-01-16 17:36:40 +0530)

----------------------------------------------------------------
soundwire updates for v5.6-rc1

This round we have bunch of updates to interfaces for ASoC (audio)
subsystem by Intel and a new Qualcomm controller driver

Details
 - Updates for sdw_slave interfaces for ASoC
 - Updates to cadence library and intel driver
 - New Soundwire controller for Qualcomm masters
 - Rework of device number assignment

----------------------------------------------------------------
Bard Liao (4):
      soundwire: intel: update headers for interrupts
      soundwire: intel: add link_list to handle interrupts with a single thread
      soundwire: intel: fix factor of two in MCLK handling
      soundwire: intel: report slave_ids for each link to SOF driver

Pierre-Louis Bossart (16):
      soundwire: sdw_slave: add probe_complete structure and new fields
      soundwire: sdw_slave: add enumeration_complete structure
      soundwire: sdw_slave: add initialization_complete definition
      soundwire: sdw_slave: track unattach_request to handle all init sequences
      soundwire: intel: update interfaces between ASoC and SoundWire
      soundwire: intel: add mutex for shared SHIM register access
      soundwire: intel: add clock stop quirks
      soundwire: stream: remove redundant pr_err traces
      soundwire: cadence_master: filter out bad interrupts
      soundwire: cadence_master: log more useful information during timeouts
      soundwire: cadence_master: handle multiple status reports per Slave
      soundwire: bus: check first if Slaves become UNATTACHED
      soundwire: cadence: update kernel-doc parameter descriptions
      soundwire: cadence: remove useless variable incrementation
      soundwire: bus: fix device number leak on errors
      soundwire: cadence: fix kernel-doc parameter descriptions

Rander Wang (4):
      soundwire: intel: update stream callbacks for hwparams/free stream operations
      soundwire: intel: add prototype for WAKEEN interrupt processing
      soundwire: cadence_master: clear interrupt status before enabling interrupt
      soundwire: cadence_master: remove config update for interrupt setting

Srinivas Kandagatla (3):
      dt-bindings: soundwire: add bindings for Qcom controller
      soundwire: qcom: add support for SoundWire controller
      dt-bindings: soundwire: fix example

Vinod Koul (1):
      Merge branch 'topic/sdw_intel' into next

 .../devicetree/bindings/soundwire/qcom,sdw.txt     | 167 ++++
 .../bindings/soundwire/soundwire-controller.yaml   |   2 +
 drivers/soundwire/Kconfig                          |   9 +
 drivers/soundwire/Makefile                         |   4 +
 drivers/soundwire/bus.c                            |  55 +-
 drivers/soundwire/cadence_master.c                 |  66 +-
 drivers/soundwire/intel.c                          |  23 +-
 drivers/soundwire/intel.h                          |  13 +-
 drivers/soundwire/intel_init.c                     |  32 +-
 drivers/soundwire/qcom.c                           | 861 +++++++++++++++++++++
 drivers/soundwire/stream.c                         |   8 -
 include/linux/soundwire/sdw.h                      |  23 +-
 include/linux/soundwire/sdw_intel.h                | 167 +++-
 13 files changed, 1351 insertions(+), 79 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/soundwire/qcom,sdw.txt
 create mode 100644 drivers/soundwire/qcom.c

Thanks
-- 
~Vinod

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

             reply	other threads:[~2020-01-18  6:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-18  6:59 Vinod Koul [this message]
2020-01-18 14:03 ` [GIT PULL]: soundwire updates for v5.6-rc1 Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200118065948.GX2818@vkoul-mobl \
    --to=vkoul@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).