summaryrefslogtreecommitdiff
path: root/sound/soc/sof/ipc3.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-06ASoC: SOF: Intel: clarify Copyright informationPierre-Louis Bossart1-1/+1
2024-02-13ASoC: SOF: IPC3: fix message bounds on ipc opsCurtis Malainey1-1/+1
2023-08-14ASoC: SOF: ipc3: Use devm_kmemdup to replace devm_kmalloc + memcpyLi Zetao1-4/+1
2023-08-10ASoC: Merge up fixesMark Brown1-1/+1
2023-08-07ASoC: SOF: Fix incorrect use of sizeof in sof_ipc3_do_rx_work()Xia Fukun1-1/+1
2023-08-01ASoC: SOF: ipc3: add checks to prevent static analysis warningsPierre-Louis Bossart1-1/+1
2023-06-16ASoC: SOF: ipc3: Dump IPC message payloadPeter Ujfalusi1-0/+39
2023-06-09ASoC: SOF: Refactor rx function for fuzzingCurtis Malainey1-24/+39
2023-04-20ASoC: SOF: Use no_reply calls for TXCurtis Malainey1-9/+3
2023-03-07ASoC: SOF: ipc3: Check for upper size limit for the received messagePeter Ujfalusi1-2/+3
2023-02-14ASoC: SOF: Introduce a new set_pm_gate() IPC PM opRander Wang1-0/+18
2023-01-17ASoC: SOF: Prepare ipc_msg_data to be used with compress APIDaniel Baluta1-2/+2
2022-10-18ASoC: SOF: ipc3: Log the tx message before sending itPeter Ujfalusi1-2/+2
2022-09-19ASoC: SOF: replace dev_vdbg with tracepointsNoah Klayman1-6/+6
2022-07-11ASoC: SOF: remove warning on ABI checksPierre-Louis Bossart1-7/+4
2022-06-14ASoC: SOF: reduce default verbosity of IPC logsPierre-Louis Bossart1-1/+4
2022-06-10ASoC: SOF: Add support ctx_save with IPC4Mark Brown1-0/+18
2022-06-10ASoC: SOF: debug: Clarify the IPC timeout handling pathPeter Ujfalusi1-1/+1
2022-06-10ASoC: SOF: ipc3: Add set_core_state pm_ops implementationPeter Ujfalusi1-0/+18
2022-05-19ASoC: SOF: Switch to IPC generic firmware tracingPeter Ujfalusi1-1/+1
2022-05-19ASoC: SOF: Clone the trace code to ipc3-dtrace as fw_tracing implementationPeter Ujfalusi1-0/+1
2022-05-04ASoC: SOF: ipc3: Remove the ipc3-ops.h header filePeter Ujfalusi1-1/+0
2022-04-29ASoC: SOF: ipc3-loader: Implement firmware parsing and loadingPeter Ujfalusi1-5/+57
2022-04-25ASoC: SOF: ipc3: Add local implementation for handling fw_ready messagePeter Ujfalusi1-1/+305
2022-04-11ASoC: SOF: ipc3: Implement rx_msg IPC opsPeter Ujfalusi1-0/+212
2022-04-11ASoC: SOF: ipc3: Implement the get_reply IPC opsPeter Ujfalusi1-0/+55
2022-04-11ASoC: SOF: ipc3: Implement the set_get_data IPC opsPeter Ujfalusi1-0/+103
2022-04-11ASoC: SOF: ipc3: Use sof_ipc3_tx_msg() internally for message sendingPeter Ujfalusi1-2/+2
2022-04-11ASoC: SOF: ipc3: Implement the tx_msg IPC opsPeter Ujfalusi1-0/+308
2022-04-04ASoC: SOF: Drop 'header' parameter from tx_message() APIPeter Ujfalusi1-2/+2
2022-03-18ASoC: SOF: Introduce IPC3 PCM hw_free opRanjani Sridharan1-0/+1
2022-03-18ASoC: SOF: Make sof_suspend/resume IPC agnosticRanjani Sridharan1-0/+44