aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-07ASoC: SOF: debug: Print out the fw_state along with the DSP dumpPeter Ujfalusi1-0/+27
2021-10-07ASoC: SOF: debug: Add SOF_DBG_DUMP_OPTIONAL flag for DSP dumpingPeter Ujfalusi1-1/+6
2021-10-07ASoC: SOF: debug/ops: Move the IPC and DSP dump functions out from the headerPeter Ujfalusi1-0/+23
2021-10-07ASoC: SOF: Print the dbg_dump and ipc_dump once to reduce kernel log noisePeter Ujfalusi1-1/+3
2021-10-07ASoC: SOF: debug: Swap the dsp_dump and ipc_dump sequence for fw_exceptionPeter Ujfalusi1-1/+1
2021-09-16ASoC: SOF: probe: Merge and clean up the probe and compress filesPeter Ujfalusi1-1/+1
2021-09-15ASoC: SOF: debug: No need to export the snd_sof_debugfs_io_item()Peter Ujfalusi1-5/+4
2021-09-15ASoC: SOF: debug: Add generic API and ops for DSP regionsPeter Ujfalusi1-0/+15
2021-03-16ASoC: SOF: remove superfluous NULL check in debugfs readGuennadi Liakhovetski1-2/+1
2021-03-16ASoC: SOF: only allocate debugfs cache buffers for IPC flood entriesGuennadi Liakhovetski1-8/+10
2021-02-08ASoC: SOF: debug: Fix a potential issue on string buffer terminationHui Wang1-1/+1
2020-12-11ASoC: SOF: modify the SOF_DBG flagsRanjani Sridharan1-1/+1
2020-11-25ASoC: SOF: Add `memory_info` file to debugfsKarol Trzcinski1-0/+117
2020-09-17ASoC: SOF: debug: update test for pm_runtime_get_sync()Pierre-Louis Bossart1-1/+1
2020-05-01ASoC: SOF/Intel: clarify SPDX license with GPL-2.0-onlyPierre-Louis Bossart1-1/+1
2020-02-18ASoC: SOF: Provide probe debugfs supportCezary Rojewski1-0/+226
2019-11-06Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.5Mark Brown1-2/+4
2019-10-28ASoC: SOF: Fix memory leak in sof_dfsentry_writeNavid Emamdoost1-2/+4
2019-10-01ASoC: SOF: ipc: retain DSP context after FW exception.Liam Girdwood1-0/+16
2019-08-08ASoC: sof: Fix warning when IPC flood test is not enabledMark Brown1-1/+2
2019-08-01ASoC: SOF: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-31/+18
2019-07-05ASoC: SOF: debug: fix possible memory leak in sof_dfsentry_write()Wei Yongjun1-2/+2
2019-06-03ASoC: SOF: debug: add new debugfs entries for IPC flood testRanjani Sridharan1-0/+243
2019-06-03ASoC: SOF: add mode parameter for snd_sof_debugfs_buf_itemRanjani Sridharan1-2/+2
2019-04-28ASoC: SOF: Add driver debug support.Liam Girdwood1-0/+232