aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/intel/hda-loader.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: Intel: IPC4: enable IMR bootPeter Ujfalusi2022-06-161-1/+2
* ASoC: SOC: Intel: introduce cl_init callbackBard Liao2022-06-151-3/+12
* ASoC: SOF: Intel: hda-loader: Clarify the cl_dsp_init() flowPeter Ujfalusi2022-06-091-4/+4
* ASoC: SOF: Intel: hda-loader: Make sure that the fw load sequence is followedPeter Ujfalusi2022-06-091-1/+1
* ASoC: SOF: Intel: Do not (wrongly) assume positive return value in IMR pathPeter Ujfalusi2022-04-271-3/+3
* ASoC: SOF: Intel: hda: Revisit IMR boot sequencePeter Ujfalusi2022-04-231-38/+38
* ASoC: SOF: Intel: hda: expose some codeloader functionsRanjani Sridharan2022-04-191-13/+14
* ASoC: SOF: Intel: hda: Define rom_status_reg in sof_intel_dsp_descRanjani Sridharan2022-04-191-6/+8
* ASoC: SOF: Intel: move HDA_CL_STREAM_FORMAT definition to headerRanjani Sridharan2022-04-191-2/+0
* ASoC: SOF: Intel: hda-loader: Use local snd_dma_bufferPeter Ujfalusi2022-04-041-5/+7
* Merge tag 'asoc-v5.18' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2022-03-211-35/+83
|\
| * ASoC: SOF: Intel: hdac_ext_stream: consistent prefixes for variables/membersPierre-Louis Bossart2022-02-091-25/+25
| * ASoC: SOF: add flag to disable IMR restore to sof_debugKeyon Jie2022-01-241-0/+2
| * ASoC: SOF: Intel: hda-loader: add IMR restore supportKeyon Jie2022-01-241-0/+38
| * ASoC: SOF: Intel: hda-loader: add SSP helperKeyon Jie2022-01-241-10/+18
| * ASoC: SOF: Intel: use inclusive language for SSP clocksPierre-Louis Bossart2022-01-241-3/+3
* | ASoC: SOF: Intel: Fix NULL ptr dereference when ENOMEMAmmar Faizi2022-02-241-5/+6
|/
* ASoC: SOF: Add a 'message' parameter to snd_sof_dsp_dbg_dump()Peter Ujfalusi2021-12-231-6/+9
* ASoC: SOF: Add 'non_recoverable' parameter to snd_sof_dsp_panic()Peter Ujfalusi2021-12-231-2/+6
* ASoC: SOF: Intel: hda-loader: Avoid re-defining the HDA_FW_BOOT_ATTEMPTSPeter Ujfalusi2021-12-231-1/+0
* ASoC: SOF: Intel: ICL: move ICL-specific ops to icl.cRanjani Sridharan2021-12-131-64/+0
* ASoC: SOF: hda: don't use the core op for power up/power downRanjani Sridharan2021-11-221-7/+17
* ASoC: SOF: Intel: hda-loader: Drop SOF_DBG_DUMP_REGS flag from dbg_dump callsPeter Ujfalusi2021-10-071-4/+2
* ASoC: SOF: Drop SOF_DBG_DUMP_FORCE_ERR_LEVEL and sof_dev_dbg_or_errPeter Ujfalusi2021-10-071-8/+3
* ASoC: SOF: intel: hda-loader: Use snd_sof_dsp_dbg_dump() for DSP dumpPeter Ujfalusi2021-10-071-6/+12
* ASoC: SOF: Intel: hda: don't print ROM status if cl_dsp_init() failsRanjani Sridharan2021-06-011-5/+0
* ASoC: SOF: fix string format for errorsCurtis Malainey2021-02-101-3/+3
* ASoC: SOF: intel: hda-loader: use snd_sof_dsp_core_power_down/up APIsBard Liao2021-01-281-3/+3
* ASoC: SOF: Intel: hda-loader: keep init cores aliveBard Liao2021-01-281-2/+3
* ASoC: SOF: Intel: hda: use snd_sof_dsp_core_power_up/down APIBard Liao2021-01-281-1/+1
* ASoC: SOF: Intel: hda: enable DMI L1 for D0i3-compatible streamsRanjani Sridharan2021-01-271-1/+1
* ASoC: SOF: Intel: hda: fix the condition passed to sof_dev_dbg_or_errRanjani Sridharan2020-12-111-2/+10
* ASoC: SOF: modify the SOF_DBG flagsRanjani Sridharan2020-12-111-2/+2
* ASoC: SOF: Intel: hda: remove duplicated status dumpRanjani Sridharan2020-12-111-5/+4
* ASoC: SOF: Intel: hda: add sof_icl_ops for ICL platformsFred Oh2020-11-271-0/+61
* ASoC: SOF: ext_manifest: parse cavs extra config data elemFred Oh2020-11-271-1/+5
* ASoC: SOF: Intel: hda: define parse_platform_ext_manifest opFred Oh2020-11-271-0/+35
* ASoC: SOF: Intel: hda: reduce verbosity of boot error logsPierre-Louis Bossart2020-09-171-7/+9
* ASoC: SOF: Intel: hda-loader: s/master/primaryPierre-Louis Bossart2020-09-111-1/+1
* ASoC: SOF: Intel: remove the HDA_DSP_CORE_MASK() macroRanjani Sridharan2020-09-111-3/+2
* ASoC: SOF: rename cores_mask to host_managed_cores_maskRanjani Sridharan2020-09-111-3/+3
* ASoC: SOF: Intel: hda: Simplify error handling during FW bootRanjani Sridharan2020-08-271-54/+19
* ASoC: SOF: Intel: hda: Define FW boot sequence with ICCMAXRanjani Sridharan2020-08-271-15/+77
* ASoC: SOF: Intel: hda: define macro for code loader stream formatRanjani Sridharan2020-08-271-1/+2
* ASoC: SOF: Intel: hda: modify the signature of get_stream_with_tag()Ranjani Sridharan2020-08-271-7/+4
* ASoC: SOF: Intel: hda: Remove unused parameters in cl_dsp_init()Yong Zhi2020-08-271-4/+2
* ASoC: SOF: Intel: hda: report error only for the last ROM init iterationRanjani Sridharan2020-08-261-17/+25
* ASoC: SOF: loader: Adjust validation condition for fw_offsetKarol Trzcinski2020-05-251-1/+1
* ASoC: SOF/Intel: clarify SPDX license with GPL-2.0-onlyPierre-Louis Bossart2020-05-011-1/+1
* ASoC: SOF: Introduce offset in firmware dataKarol Trzcinski2020-04-161-2/+7