[PATCH V4 0/6] soundwire: amd: code improvements and new platform support

From: Vijendar Mukunda
Date: Fri Feb 07 2025 - 01:59:10 EST


This patch series consists of code improvements and new platform support
for ACP7.0 & ACP7.1 platforms.

Changes since v3:
- Remove extra white line in amd_sdw_manager_start() function.

Changes since v2:
- Rebase the patch series after dropping the patch which adds conditional
check for SoundWire manager device resume when wake event is asserted.

Changes since v1:
- Drop white line insertion in the code.
- Add a conditional check for SoundWire manager device resume when wake
event is asserted.
- Add new patch to set ACP_PME_EN during runtime suspend sequence
- Split the existing implementation of host wake interrupt mask
enablement and setting device power state in to two separate patches
and refactor set device power state logic.
- Drop PME status clear logic.

Vijendar Mukunda (6):
soundwire: amd: change the soundwire wake enable/disable sequence
soundwire: amd: add debug log for soundwire wake event
soundwire: amd: add support for ACP7.0 & ACP7.1 platforms
soundwire: amd: set device power state during suspend/resume sequence
soundwire: amd: set ACP_PME_EN during runtime suspend sequence
soundwire: amd: add soundwire host wake interrupt enable/disable
sequence

drivers/soundwire/amd_manager.c | 149 +++++++++++++++++++++++++++++-
drivers/soundwire/amd_manager.h | 26 ++++++
include/linux/soundwire/sdw_amd.h | 2 +
3 files changed, 172 insertions(+), 5 deletions(-)

--
2.34.1