summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/debug.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: debug: conditionally bump runtime_pm counter on exceptionsPierre-Louis Bossart2023-05-151-2/+2
* ASoC: SOF: Add support for DSPless modePeter Ujfalusi2023-04-041-0/+1
* ASoC: SOF: Add FW state to debugfsCurtis Malainey2022-12-211-1/+3
* ASoC: SOF: debug: Fix potential buffer overflow by snprintf()Takashi Iwai2022-08-051-3/+3
* ASoC: SOF: debug: Clarify the IPC timeout handling pathPeter Ujfalusi2022-06-101-3/+2
* ASoC: SOF: Switch to IPC generic firmware tracingPeter Ujfalusi2022-05-191-1/+1
* ASoC: SOF: debug: use pm_runtime_resume_and_get()Pierre-Louis Bossart2022-04-271-2/+1
* ASoC: SOF: remove const qualifier for 'struct snd_sof_dsp_ops'Pierre-Louis Bossart2022-04-191-1/+1
* ASoC: SOF: Drop 'header' parameter from tx_message() APIPeter Ujfalusi2022-04-041-1/+1
* ASoC: SOF: debug: clarify operator precedencePierre-Louis Bossart2022-03-071-1/+1
* ASoC: SOF: Convert the generic probe support to SOF clientPeter Ujfalusi2022-02-101-226/+0
* ASoC: SOF: Convert the generic IPC message injector into SOF clientPeter Ujfalusi2022-02-101-108/+0
* ASoC: SOF: Convert the generic IPC flood test into SOF clientRanjani Sridharan2022-02-101-231/+0
* ASoC: SOF: debug: Use DEBUG log level for optional printsPeter Ujfalusi2021-12-231-8/+12
* ASoC: SOF: Rename 'enum snd_sof_fw_state' to 'enum sof_fw_state'Peter Ujfalusi2021-12-231-1/+1
* ASoC: SOF: Introduce new firmware state: SOF_FW_BOOT_READY_OKPeter Ujfalusi2021-12-231-0/+1
* ASoC: SOF: Introduce new firmware state: SOF_FW_CRASHEDPeter Ujfalusi2021-12-231-0/+1
* ASoC: SOF: Add a 'message' parameter to snd_sof_dsp_dbg_dump()Peter Ujfalusi2021-12-231-2/+7
* ASoC: SOF: Use sof_debug_check_flag() instead of sof_core_debug directlyPeter Ujfalusi2021-12-231-3/+3
* ASoC: SOF: debug: Add support for IPC message injectionPeter Ujfalusi2021-11-171-0/+107
* ASoC: SOF: debug: Print out the fw_state along with the DSP dumpPeter Ujfalusi2021-10-071-0/+27
* ASoC: SOF: debug: Add SOF_DBG_DUMP_OPTIONAL flag for DSP dumpingPeter Ujfalusi2021-10-071-1/+6
* ASoC: SOF: debug/ops: Move the IPC and DSP dump functions out from the headerPeter Ujfalusi2021-10-071-0/+23
* ASoC: SOF: Print the dbg_dump and ipc_dump once to reduce kernel log noisePeter Ujfalusi2021-10-071-1/+3
* ASoC: SOF: debug: Swap the dsp_dump and ipc_dump sequence for fw_exceptionPeter Ujfalusi2021-10-071-1/+1
* ASoC: SOF: probe: Merge and clean up the probe and compress filesPeter Ujfalusi2021-09-161-1/+1
* ASoC: SOF: debug: No need to export the snd_sof_debugfs_io_item()Peter Ujfalusi2021-09-151-5/+4
* ASoC: SOF: debug: Add generic API and ops for DSP regionsPeter Ujfalusi2021-09-151-0/+15
* ASoC: SOF: remove superfluous NULL check in debugfs readGuennadi Liakhovetski2021-03-161-2/+1
* ASoC: SOF: only allocate debugfs cache buffers for IPC flood entriesGuennadi Liakhovetski2021-03-161-8/+10
* ASoC: SOF: debug: Fix a potential issue on string buffer terminationHui Wang2021-02-081-1/+1
* ASoC: SOF: modify the SOF_DBG flagsRanjani Sridharan2020-12-111-1/+1
* ASoC: SOF: Add `memory_info` file to debugfsKarol Trzcinski2020-11-251-0/+117
* ASoC: SOF: debug: update test for pm_runtime_get_sync()Pierre-Louis Bossart2020-09-171-1/+1
* ASoC: SOF/Intel: clarify SPDX license with GPL-2.0-onlyPierre-Louis Bossart2020-05-011-1/+1
* ASoC: SOF: Provide probe debugfs supportCezary Rojewski2020-02-181-0/+226
* Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-11-061-2/+4
|\
| * ASoC: SOF: Fix memory leak in sof_dfsentry_writeNavid Emamdoost2019-10-281-2/+4
* | ASoC: SOF: ipc: retain DSP context after FW exception.Liam Girdwood2019-10-011-0/+16
|/
* ASoC: sof: Fix warning when IPC flood test is not enabledMark Brown2019-08-081-1/+2
* ASoC: SOF: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-011-31/+18
* ASoC: SOF: debug: fix possible memory leak in sof_dfsentry_write()Wei Yongjun2019-07-051-2/+2
* ASoC: SOF: debug: add new debugfs entries for IPC flood testRanjani Sridharan2019-06-031-0/+243
* ASoC: SOF: add mode parameter for snd_sof_debugfs_buf_itemRanjani Sridharan2019-06-031-2/+2
* ASoC: SOF: Add driver debug support.Liam Girdwood2019-04-281-0/+232