aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/pm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-21ASoC: SOF: pm: Fix prepare callback behavior for OF usecaseDaniel Baluta1-5/+7
2020-09-04ASoC: SOF: support topology components on secondary coresGuennadi Liakhovetski1-0/+1
2020-05-27ASoC: SOF: pm: handle resume on legacy Intel platformsRanjani Sridharan1-2/+6
2020-05-18ASoC: SOF: add a power_down_notify methodMarcin Rajwa1-0/+9
2020-05-18ASoC: SOF: Do nothing when DSP PM callbacks are not setDaniel Baluta1-2/+8
2020-05-01ASoC: SOF/Intel: clarify SPDX license with GPL-2.0-onlyPierre-Louis Bossart1-1/+1
2020-02-11ASoC: SOF: Move DSP power state transitions to platform-specific opsRanjani Sridharan1-82/+10
2020-02-11ASoC: SOF: pm: Introduce DSP power statesRanjani Sridharan1-1/+37
2020-02-11ASoC: SOF: Add system_suspend_target field to struct snd_sof_devRanjani Sridharan1-3/+6
2020-02-11ASoC: SOF: pm: Unify suspend/resume routinesRanjani Sridharan1-52/+39
2020-01-27ASoC: SOF: core: release resources on errors in probe_continuePierre-Louis Bossart1-0/+4
2019-12-18ASoC: SOF: Introduce state machine for FW bootRanjani Sridharan1-1/+20
2019-12-09ASoC: SOF: partition audio-related parts from SOF coreRanjani Sridharan1-216/+3
2019-11-12ASoC: SOF: PM: only suspend to D0I3 when neededKeyon Jie1-2/+2
2019-11-12ASoC: SOF: PM: add check before setting d0_substateKeyon Jie1-0/+3
2019-11-12ASoC: SOF: PM: add state machine to commentsKeyon Jie1-0/+32
2019-10-28ASoC: SOF: PM: Add support for DSP D0i3 state when entering S0ixKeyon Jie1-0/+46
2019-10-28ASoC: SOF: PM: implement prepare/complete callbacksKeyon Jie1-0/+23
2019-10-28ASoC: SOF: PM: add helpers for setting D0 substate for ADSPKeyon Jie1-0/+17
2019-10-28ASoC: SOF: PM: rename sof_send_pm_ipc to sof_send_pm_ctx_ipcKeyon Jie1-3/+3
2019-10-28ASoC: SOF: reset default d0_substate at probe() and resume()Keyon Jie1-0/+3
2019-07-23ASoC: SOF: remove unused state variable in suspend functionFred Oh1-2/+2
2019-07-23ASoC: SOF: reset DMA state in prepareKai Vehmanen1-1/+1
2019-07-06ASoC: SOF: add runtime idle callbackKai Vehmanen1-0/+8
2019-06-17ASoC: SOF: Intel: hda: release link DMA for paused streams during suspendRanjani Sridharan1-4/+20
2019-06-13ASoC: SOF: ignore unrecoverable CTX_SAVE IPC errors at suspendKai Vehmanen1-1/+10
2019-05-03ASoC: SOF: intel: hda: add hw_params_upon_resume flag for hda streamRanjani Sridharan1-0/+3
2019-04-28ASoC: SOF: Add PM supportLiam Girdwood1-0/+385