[PATCH v2 0/9] soundwire: use FIELD_{GET|PREP} in subsystem
Vinod Koul
vkoul at kernel.org
Thu Sep 3 13:44:55 CEST 2020
Use the FIELD_{GET|PREP} in soundwire subsytem and remove the local
SDW_REG_SHIFT(). This makes code IMO look much neater
Tested this on db845c board
Changes in v2:
- fold in fixes provided by Bard and Pierre
- Use GENMAS_ULL for addr
- rebase to next and fold in new intel change
Vinod Koul (9):
soundwire: define and use addr bit masks
soundwire: bus: use FIELD_GET()
soundwire: slave: use SDW_DISCO_LINK_ID()
soundwire: stream: use FIELD_{GET|PREP}
soundwire: qcom : use FIELD_{GET|PREP}
soundwire: cadence: use FIELD_{GET|PREP}
soundwire: intel: use FIELD_{GET|PREP}
soundwire: intel_init: use FIELD_{GET|PREP}
soundwire: remove SDW_REG_SHIFT()
drivers/soundwire/bus.c | 6 +--
drivers/soundwire/cadence_master.c | 61 +++++++++++--------------
drivers/soundwire/intel.c | 52 ++++++++-------------
drivers/soundwire/intel_init.c | 2 +-
drivers/soundwire/qcom.c | 22 +++------
drivers/soundwire/slave.c | 2 +-
drivers/soundwire/stream.c | 13 ++----
include/linux/soundwire/sdw.h | 21 ++++++---
include/linux/soundwire/sdw_registers.h | 7 ---
9 files changed, 75 insertions(+), 111 deletions(-)
--
2.26.2
More information about the Alsa-devel
mailing list