[PATCH v2 0/5] soundwire: bus_type: add sdw_master_device support

From: Bard Liao
Date: Tue May 19 2020 - 01:38:11 EST


This series adds sdw master devices support.

changes in v2:
- Allocate sdw_master_device dynamically
- Use unique bus id as master id
- Keep checking parent devices
- Enable runtime_pm on Master device

Bard Liao (2):
soundwire: bus: add unique bus id
soundwire: master: add runtime pm support

Pierre-Louis Bossart (3):
soundwire: bus: rename sdw_bus_master_add/delete, add arguments
soundwire: bus_type: introduce sdw_slave_type and sdw_master_type
soundwire: bus_type: add sdw_master_device support

.../driver-api/soundwire/summary.rst | 7 +-
drivers/soundwire/Makefile | 2 +-
drivers/soundwire/bus.c | 47 ++++++++--
drivers/soundwire/bus.h | 3 +
drivers/soundwire/bus_type.c | 19 ++--
drivers/soundwire/intel.c | 9 +-
drivers/soundwire/master.c | 88 +++++++++++++++++++
drivers/soundwire/qcom.c | 7 +-
drivers/soundwire/slave.c | 8 +-
include/linux/soundwire/sdw.h | 24 ++++-
include/linux/soundwire/sdw_type.h | 9 +-
11 files changed, 191 insertions(+), 32 deletions(-)
create mode 100644 drivers/soundwire/master.c

--
2.17.1