Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH v2 0/4] SDCA System Suspend Support
@ 2025-12-18 11:35 Charles Keepax
  2025-12-18 11:35 ` [PATCH v2 1/4] ASoC: SDCA: Add SDCA IRQ enable/disable helpers Charles Keepax
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Charles Keepax @ 2025-12-18 11:35 UTC (permalink / raw)
  To: broonie
  Cc: lgirdwood, vkoul, yung-chuan.liao, pierre-louis.bossart,
	peter.ujfalusi, shumingf, linux-sound, patches

Add support for system suspend into the class driver, now split
out into a separate patch chain.

Where we got to on the previous discussion, was we don't currently
have any parts requiring download on runtime resume, doing so
will add noticeable delay to the runtime resume, and we are not
blocking someone from adding support for firmware download on
runtime resume in the future. Also as runtime resume is really
a kernel concept and power rails are primarily controlled by
ACPI it is quite unlikely anyone will actually power down the
part on a runtime suspend anyway. So this version of the chain
still only downloads firmware on probe and system resume.

Thanks,
Charles

Changes since v1:
 - Update SDCA IRQ enable/disable API to be more clear.

Charles Keepax (4):
  ASoC: SDCA: Add SDCA IRQ enable/disable helpers
  ASoC: SDCA: Add basic system suspend support
  ASoC: SDCA: Device boot into the system suspend process
  ASoC: SDCA: Add lock to serialise the Function initialisation

 include/sound/sdca_interrupts.h      |   7 ++
 sound/soc/sdca/sdca_class.c          |  34 ++++++++
 sound/soc/sdca/sdca_class.h          |   2 +
 sound/soc/sdca/sdca_class_function.c | 117 ++++++++++++++++++++++-----
 sound/soc/sdca/sdca_interrupts.c     |  89 ++++++++++++++++++--
 5 files changed, 223 insertions(+), 26 deletions(-)

-- 
2.47.3


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

end of thread, other threads:[~2026-01-08 15:15 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-18 11:35 [PATCH v2 0/4] SDCA System Suspend Support Charles Keepax
2025-12-18 11:35 ` [PATCH v2 1/4] ASoC: SDCA: Add SDCA IRQ enable/disable helpers Charles Keepax
2026-01-06 17:17   ` Pierre-Louis Bossart
2026-01-07 10:02     ` Charles Keepax
2025-12-18 11:35 ` [PATCH v2 2/4] ASoC: SDCA: Add basic system suspend support Charles Keepax
2026-01-06 17:23   ` Pierre-Louis Bossart
2026-01-07 10:04     ` Charles Keepax
2026-01-08 10:18       ` Pierre-Louis Bossart
2026-01-08 10:40         ` Charles Keepax
2026-01-08 15:15           ` Pierre-Louis Bossart
2025-12-18 11:35 ` [PATCH v2 3/4] ASoC: SDCA: Device boot into the system suspend process Charles Keepax
2025-12-18 11:35 ` [PATCH v2 4/4] ASoC: SDCA: Add lock to serialise the Function initialisation Charles Keepax

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox