summaryrefslogtreecommitdiff
path: root/sound/soc/sof/intel/mtl.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-02ASoC: SOF: Intel: add PTL specific power control registerFred Oh1-2/+14
2024-05-07ALSA/ASoC: Intel: clarify Copyright informationMark Brown1-1/+1
2024-05-06ASoC: SOF: Intel: clarify Copyright informationPierre-Louis Bossart1-1/+1
2024-05-05ASoC: SOF: Intel: remove circular dependency on hda_sdw_process_wakeen()Pierre-Louis Bossart1-0/+2
2024-05-05ASoC: SOF: Intel: start splitting top-level from common partsPierre-Louis Bossart1-4/+15
2024-04-09ASoC: SOF: Intel: mtl: Add fw_regs area to debugfs mapPeter Ujfalusi1-0/+1
2024-04-03ASoC: SOF: Intel: mtl/lnl: Improve firmware boot stateMark Brown1-18/+45
2024-04-03ASoC: SOF: Intel: mtl: Correct the mtl_dsp_dump outputPeter Ujfalusi1-11/+5
2024-04-03ASoC: SOF: Intel: mtl: Implement firmware boot state checkPeter Ujfalusi1-5/+32
2024-04-03ASoC: SOF: Intel: mtl: Disable interrupts when firmware boot failedPeter Ujfalusi1-0/+1
2024-04-03ASoC: SOF: Intel: mtl: Correct rom_status_regPeter Ujfalusi1-2/+2
2024-04-03ASoC: SOF: Intel: hda: Create debugfs file to force a clean DSP bootPeter Ujfalusi1-1/+6
2024-03-25ASoC: SOF: Intel: mtl/lnl: Use the generic get_stream_position callbackPeter Ujfalusi1-14/+0
2024-01-08Merge tag 'asoc-v6.8' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai1-5/+18
2023-12-15ASoC: SOF: IPC4: query fw_context_save feature from fwRander Wang1-0/+2
2023-12-07ASoC: SOF: Intel: pci-mtl: fix ARL-S definitionsPierre-Louis Bossart1-0/+28
2023-12-05ASoC: SOF: Intel: lnl: add core get and set support for dsp coreRander Wang1-2/+2
2023-11-29ASoC: SOF: Intel: Do not use resource managed allocation for ipc4_dataPeter Ujfalusi1-1/+1
2023-11-27ASoC: SOF: Intel: mtl: call dsp dump when boot retry failsYong Zhi1-2/+13
2023-09-26ASoC: Merge up fixesMark Brown1-1/+1
2023-09-19ASoC: SOF: Intel: mtl: dump dsp stackRander Wang1-0/+3
2023-09-15ASoC: SOF: Intel: MTL: Reduce the DSP init timeoutRanjani Sridharan1-1/+1
2023-08-07ASoC: SOF: Intel: add abstraction for SoundWire wake-upsPierre-Louis Bossart1-0/+1
2023-08-07ASoC: SOF: Intel: split MTL and LNL operationsPierre-Louis Bossart1-11/+11
2023-06-16ASoC: SOF: Intel: mtl: setup primary core info on MeteorLake platformRander Wang1-4/+15
2023-06-05ASoC: SOF: Intel: mtl: prepare for code reusePierre-Louis Bossart1-6/+6
2023-05-23ASoC: SOF: Intel: mtl: add core_get & put support on MeterLake platformsRander Wang1-1/+32
2023-04-20ASoC: SOF: Intel: Split the set_power_op for IPC3 and IPC4Ranjani Sridharan1-0/+2
2023-04-12ASoC: SOF: Intel: mtl: fix page fault in dspless mode when DSP is disabledFred Oh1-0/+15
2023-04-06ASoC: SOF: Intel: MTL: conditionally wake WPIO1PG domainYong Zhi1-3/+6
2023-03-10ASoC: SOF: Intel: MTL: Don't access EM2Peter Ujfalusi1-3/+0
2023-03-07ASoC: SOF: Intel: mtl: Access MTL_HFPWRCTL from HDA_DSP_BARYong Zhi1-1/+1
2023-03-05ASoC: SOF: Intel: MTL: Enable DMI L1Ranjani Sridharan1-0/+3
2023-02-14ASoC: SOF: Intel: Enable d0i3 work for ipc4Rander Wang1-0/+2
2023-02-03ASoC: SOF: Intel: mtl: add get_stream_position supportRander Wang1-0/+14
2022-11-23ASoC: SOF: Intel: hda: add callback to check SoundWire lcount informationPierre-Louis Bossart1-0/+1
2022-11-23ASoC: SOF: Intel: mtl: move SoundWire interrupt enabling to callbackPierre-Louis Bossart1-17/+27
2022-11-23ASoC: SOF: Intel: mtl: factor interrupt enable/disable interrupt functionsPierre-Louis Bossart1-78/+38
2022-11-07ASoC: SOF: Intel: add d0i3_offset in chip_infoRander Wang1-0/+1
2022-10-26ASoC: SOF: Intel: MTL: fix comment errorYong Zhi1-2/+2
2022-10-21ASoC: SOF: Intel/IPC4: Support for external firmware librariesMark Brown1-0/+3
2022-10-21ASoC: SOF: Intel: Add ipc4 library loading implementationPeter Ujfalusi1-0/+3
2022-10-18ASoC: SOF: Intel: ipc4: Ack a received reply or notification separatelyPeter Ujfalusi1-2/+3
2022-10-18ASoC: SOF: Intel: ipc4: Wait for channel to be free before sending a messagePeter Ujfalusi1-0/+17
2022-10-18ASoC: SOF: Intel: ipc4: Read the interrupt reason registers at the same timePeter Ujfalusi1-1/+1
2022-09-23ASoC: SOF: ipc4/Intel: Improve and enable IPC error dumpMark Brown1-9/+8
2022-09-23ASoC: SOF: Intel: mtl: Print relevant register in ipc_dumpPeter Ujfalusi1-9/+8
2022-09-23ASoC: SOF: Intel: MTL: remove the unnecessary snd_sof_dsp_read()Yong Zhi1-8/+0
2022-09-23ASoC: SOF: Intel: MTL: reuse the common ops for PMRanjani Sridharan1-150/+0
2022-09-23ASoC: SOF: Intel: MTL: define and set the disable_interrupts opRanjani Sridharan1-0/+7