[alsa-devel] [GIT PULL]: soundwire updates for v5.3-rc1
Hello Greg,
Please pull to receive the updates for soundwire for v5.3.
The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-5.3-rc1
for you to fetch changes up to 2aeac95d1a4cc85aae57ab842d5c3340df0f817f:
soundwire: add module_sdw_driver helper macro (2019-07-01 11:52:43 +0530)
---------------------------------------------------------------- soundwire updates for v5.3-rc1
Updates for 5.3 include: - module_sdw_driver macro for drivers - Documentation updates for code-blocks - Improvement from Pierre on intel and cadence driver - Clarification of DisCo properties and updates
---------------------------------------------------------------- Jan Kotas (1): soundwire: cdns: Fix compilation error on arm64
Mauro Carvalho Chehab (1): docs: soundwire: locking: fix tags for a code-block
Pierre-Louis Bossart (15): soundwire: intel: filter SoundWire controller device search soundwire: mipi_disco: fix master/link error soundwire: add port-related definitions soundwire: remove master data port properties soundwire: mipi-disco: remove master_count property for masters soundwire: rename 'freq' fields soundwire: mipi-disco: fix clock stop modes soundwire: clarify comment soundwire: rename/clarify MIPI DisCo properties soundwire: cadence_master: use rate_limited dynamic debug soundwire: cadence_master: log Slave status mask on errors soundwire: cadence_master: check the number of bidir PDIs soundwire: Intel: add log for number of PCM and PDM PDIs soundwire: fix typo in comments soundwire: intel_init: add checks on link numbers
Srinivas Kandagatla (1): soundwire: add module_sdw_driver helper macro
Documentation/driver-api/soundwire/locking.rst | 4 +- drivers/soundwire/bus.c | 6 +- drivers/soundwire/cadence_master.c | 30 +++++---- drivers/soundwire/intel.c | 17 +++-- drivers/soundwire/intel.h | 2 +- drivers/soundwire/intel_init.c | 25 +++++++- drivers/soundwire/mipi_disco.c | 35 +++++----- drivers/soundwire/stream.c | 8 +-- include/linux/soundwire/sdw.h | 88 ++++++++++++++++++++------ include/linux/soundwire/sdw_type.h | 11 ++++ 10 files changed, 162 insertions(+), 64 deletions(-)
On Fri, Jul 05, 2019 at 10:38:13AM +0530, Vinod Koul wrote:
Hello Greg,
Please pull to receive the updates for soundwire for v5.3.
The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-5.3-rc1
Pulled and pushed out, thanks,
greg k-h
participants (2)
-
Greg KH
-
Vinod Koul