[alsa-devel] [GIT PULL] soundwire update for v5.5-rc1
Hi Greg,
Here is the soundwire updates for v5.5-rc1. I may send another pull request with more changes which are under review next week. This time we have few core changes and bunch of changes to Intel drivers.
The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-5.5-rc1
for you to fetch changes up to 2e8c4ad1f04413a4a67ef10746a7566007d2ed55:
soundwire: ignore uniqueID when irrelevant (2019-11-09 16:46:56 +0530)
---------------------------------------------------------------- soundwire updates for v5.5-rc1
This round we have bunch of core and Intel driver updates spearheaded by Pierre
Details - Update unique id checks in core and ACPI helpers - Improvements to to Intel driver and cadence lib
---------------------------------------------------------------- Bard Liao (2): soundwire: intel: remove playback/capture stream_name soundwire: cadence_master: improve PDI allocation
Pierre-Louis Bossart (14): soundwire: intel: add missing headers for cross-compilation soundwire: intel: remove X86 dependency soundwire: remove DAI_ID_RANGE definitions soundwire: cadence/intel: simplify PDI/port mapping soundwire: intel: don't filter out PDI0/1 soundwire: intel/cadence: fix startup sequence soundwire: cadence_master: add hw_reset capability in debugfs soundwire: intel: add helper for initialization soundwire: intel/cadence: add flag for interrupt enable soundwire: cadence_master: make clock stop exit configurable on init soundwire: intel: fix PDI/stream mapping for Bulk soundwire: remove bitfield for unique_id, use u8 soundwire: slave: add helper to extract slave ID soundwire: ignore uniqueID when irrelevant
Vinod Koul (1): soundwire: intel: use correct header for io calls
drivers/soundwire/Kconfig | 2 +- drivers/soundwire/bus.c | 7 +- drivers/soundwire/cadence_master.c | 292 +++++++++++++++++-------------------- drivers/soundwire/cadence_master.h | 39 ++--- drivers/soundwire/intel.c | 201 ++++++++----------------- drivers/soundwire/intel_init.c | 1 + drivers/soundwire/slave.c | 98 ++++++++++--- include/linux/soundwire/sdw.h | 7 +- 8 files changed, 295 insertions(+), 352 deletions(-)
Thanks
On Sat, Nov 09, 2019 at 05:05:27PM +0530, Vinod Koul wrote:
Hi Greg,
Here is the soundwire updates for v5.5-rc1. I may send another pull request with more changes which are under review next week. This time we have few core changes and bunch of changes to Intel drivers.
The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-5.5-rc1
Pulled and pushed out, thanks.
greg k-h
participants (2)
-
Greg KH
-
Vinod Koul