All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ASoC: SOF: suspend/resume debug tools
@ 2019-05-24 19:23 Pierre-Louis Bossart
  2019-05-24 19:23 ` [PATCH 1/5] ASoC: SOF: trace: remove code duplication in sof_wait_trace_avail() Pierre-Louis Bossart
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Pierre-Louis Bossart @ 2019-05-24 19:23 UTC (permalink / raw)
  To: alsa-devel; +Cc: tiwai, broonie, Pierre-Louis Bossart

No new functionality per se, just utilities for developers. The vast
majority of current integration issues are related to HDAudio + trace
support combined with runtime suspend/resume.

Add a couple of changes to make it easier for developers to see the
firmware logs across suspend/resume transitions, disable the trace
and/or disable runtime_pm to help narrow down the problems.

Kai Vehmanen (2):
  ASoC: SOF: trace: remove code duplication in sof_wait_trace_avail()
  ASoC: SOF: force end-of-file for debugfs trace at suspend

Pierre-Louis Bossart (3):
  ASoC: SOF: trace: move to opt-in with Kconfig and module parameter
  ASoC: SOF: acpi: add module param to disable pm_runtime
  ASoC: SOF: pci: add module param to disable pm_runtime

 sound/soc/sof/Kconfig        |  8 +++++
 sound/soc/sof/core.c         | 26 ++++++++++----
 sound/soc/sof/sof-acpi-dev.c | 12 ++++++-
 sound/soc/sof/sof-pci-dev.c  | 12 ++++++-
 sound/soc/sof/sof-priv.h     |  3 ++
 sound/soc/sof/trace.c        | 67 ++++++++++++++++++++++++++++++------
 6 files changed, 110 insertions(+), 18 deletions(-)


base-commit: 188d45fe779eeb8e3521b59fcb12cc48a6f2c203
-- 
2.20.1

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

end of thread, other threads:[~2019-06-03 18:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-24 19:23 [PATCH 0/5] ASoC: SOF: suspend/resume debug tools Pierre-Louis Bossart
2019-05-24 19:23 ` [PATCH 1/5] ASoC: SOF: trace: remove code duplication in sof_wait_trace_avail() Pierre-Louis Bossart
2019-05-28 15:06   ` Applied "ASoC: SOF: trace: remove code duplication in sof_wait_trace_avail()" to the asoc tree Mark Brown
2019-05-24 19:23 ` [PATCH 2/5] ASoC: SOF: force end-of-file for debugfs trace at suspend Pierre-Louis Bossart
2019-05-28 15:06   ` Applied "ASoC: SOF: force end-of-file for debugfs trace at suspend" to the asoc tree Mark Brown
2019-05-24 19:23 ` [PATCH 3/5] ASoC: SOF: trace: move to opt-in with Kconfig and module parameter Pierre-Louis Bossart
2019-05-24 19:23 ` [PATCH 4/5] ASoC: SOF: acpi: add module param to disable pm_runtime Pierre-Louis Bossart
2019-05-24 19:23 ` [PATCH 5/5] ASoC: SOF: pci: " Pierre-Louis Bossart
2019-06-03 15:45 ` [PATCH 0/5] ASoC: SOF: suspend/resume debug tools Pierre-Louis Bossart
2019-06-03 18:58   ` Pierre-Louis Bossart

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.