All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/7] soundwire: amd: code improvements and new platform support
@ 2025-01-20 10:13 Vijendar Mukunda
  2025-01-20 10:13 ` [PATCH V2 1/7] soundwire: amd: change the soundwire wake enable/disable sequence Vijendar Mukunda
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Vijendar Mukunda @ 2025-01-20 10:13 UTC (permalink / raw)
  To: vkoul
  Cc: alsa-devel, yung-chuan.liao, pierre-louis.bossart, sanyog.r.kale,
	Basavaraj.Hiregoudar, Sunil-kumar.Dommati, venkataprasad.potturu,
	Mario.Limonciello, linux-sound, linux-kernel, Vijendar Mukunda

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

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 (7):
  soundwire: amd: change the soundwire wake enable/disable sequence
  soundwire: amd: add debug log for soundwire wake event
  soundwire: amd: add conditional for check for device resume
  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   | 155 ++++++++++++++++++++++++++++--
 drivers/soundwire/amd_manager.h   |  26 +++++
 include/linux/soundwire/sdw_amd.h |   2 +
 3 files changed, 177 insertions(+), 6 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-01-21  8:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-20 10:13 [PATCH V2 0/7] soundwire: amd: code improvements and new platform support Vijendar Mukunda
2025-01-20 10:13 ` [PATCH V2 1/7] soundwire: amd: change the soundwire wake enable/disable sequence Vijendar Mukunda
2025-01-20 10:13 ` [PATCH V2 2/7] soundwire: amd: add debug log for soundwire wake event Vijendar Mukunda
2025-01-20 10:13 ` [PATCH V2 3/7] soundwire: amd: add conditional for check for device resume Vijendar Mukunda
2025-01-20 15:30   ` Pierre-Louis Bossart
2025-01-21  5:26     ` Mukunda,Vijendar
2025-01-20 10:13 ` [PATCH V2 4/7] soundwire: amd: add support for ACP7.0 & ACP7.1 platforms Vijendar Mukunda
2025-01-20 10:13 ` [PATCH V2 5/7] soundwire: amd: set device power state during suspend/resume sequence Vijendar Mukunda
2025-01-20 10:13 ` [PATCH V2 6/7] soundwire: amd: set ACP_PME_EN during runtime suspend sequence Vijendar Mukunda
2025-01-20 10:13 ` [PATCH V2 7/7] soundwire: amd: add soundwire host wake interrupt enable/disable sequence Vijendar Mukunda

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.