summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/ipc3.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: Intel: clarify Copyright informationPierre-Louis Bossart2024-05-061-1/+1
* ASoC: SOF: IPC3: fix message bounds on ipc opsCurtis Malainey2024-02-131-1/+1
* ASoC: SOF: ipc3: Use devm_kmemdup to replace devm_kmalloc + memcpyLi Zetao2023-08-141-4/+1
* ASoC: Merge up fixesMark Brown2023-08-101-1/+1
|\
| * ASoC: SOF: Fix incorrect use of sizeof in sof_ipc3_do_rx_work()Xia Fukun2023-08-071-1/+1
* | ASoC: SOF: ipc3: add checks to prevent static analysis warningsPierre-Louis Bossart2023-07-311-1/+1
|/
* ASoC: SOF: ipc3: Dump IPC message payloadPeter Ujfalusi2023-06-161-0/+39
* ASoC: SOF: Refactor rx function for fuzzingCurtis Malainey2023-06-091-24/+39
* ASoC: SOF: Use no_reply calls for TXCurtis Malainey2023-04-201-9/+3
* ASoC: SOF: ipc3: Check for upper size limit for the received messagePeter Ujfalusi2023-03-071-2/+3
* ASoC: SOF: Introduce a new set_pm_gate() IPC PM opRander Wang2023-02-141-0/+18
* ASoC: SOF: Prepare ipc_msg_data to be used with compress APIDaniel Baluta2023-01-171-2/+2
* ASoC: SOF: ipc3: Log the tx message before sending itPeter Ujfalusi2022-10-181-2/+2
* ASoC: SOF: replace dev_vdbg with tracepointsNoah Klayman2022-09-191-6/+6
* ASoC: SOF: remove warning on ABI checksPierre-Louis Bossart2022-07-111-7/+4
* ASoC: SOF: reduce default verbosity of IPC logsPierre-Louis Bossart2022-06-141-1/+4
* ASoC: SOF: Add support ctx_save with IPC4Mark Brown2022-06-101-0/+18
|\
| * ASoC: SOF: ipc3: Add set_core_state pm_ops implementationPeter Ujfalusi2022-06-101-0/+18
* | ASoC: SOF: debug: Clarify the IPC timeout handling pathPeter Ujfalusi2022-06-101-1/+1
|/
* ASoC: SOF: Switch to IPC generic firmware tracingPeter Ujfalusi2022-05-191-1/+1
* ASoC: SOF: Clone the trace code to ipc3-dtrace as fw_tracing implementationPeter Ujfalusi2022-05-191-0/+1
* ASoC: SOF: ipc3: Remove the ipc3-ops.h header filePeter Ujfalusi2022-05-041-1/+0
* ASoC: SOF: ipc3-loader: Implement firmware parsing and loadingPeter Ujfalusi2022-04-291-5/+57
* ASoC: SOF: ipc3: Add local implementation for handling fw_ready messagePeter Ujfalusi2022-04-251-1/+305
* ASoC: SOF: ipc3: Implement rx_msg IPC opsPeter Ujfalusi2022-04-111-0/+212
* ASoC: SOF: ipc3: Implement the get_reply IPC opsPeter Ujfalusi2022-04-111-0/+55
* ASoC: SOF: ipc3: Implement the set_get_data IPC opsPeter Ujfalusi2022-04-111-0/+103
* ASoC: SOF: ipc3: Use sof_ipc3_tx_msg() internally for message sendingPeter Ujfalusi2022-04-111-2/+2
* ASoC: SOF: ipc3: Implement the tx_msg IPC opsPeter Ujfalusi2022-04-111-0/+308
* ASoC: SOF: Drop 'header' parameter from tx_message() APIPeter Ujfalusi2022-04-041-2/+2
* ASoC: SOF: Introduce IPC3 PCM hw_free opRanjani Sridharan2022-03-181-0/+1
* ASoC: SOF: Make sof_suspend/resume IPC agnosticRanjani Sridharan2022-03-181-0/+44