aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/sof/ipc3.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-20ASoC: SOF: Use no_reply calls for TXGravatar Curtis Malainey 1-9/+3
2023-03-07ASoC: SOF: ipc3: Check for upper size limit for the received messageGravatar Peter Ujfalusi 1-2/+3
2023-02-14ASoC: SOF: Introduce a new set_pm_gate() IPC PM opGravatar Rander Wang 1-0/+18
2023-01-17ASoC: SOF: Prepare ipc_msg_data to be used with compress APIGravatar Daniel Baluta 1-2/+2
2022-10-18ASoC: SOF: ipc3: Log the tx message before sending itGravatar Peter Ujfalusi 1-2/+2
2022-09-19ASoC: SOF: replace dev_vdbg with tracepointsGravatar Noah Klayman 1-6/+6
2022-07-11ASoC: SOF: remove warning on ABI checksGravatar Pierre-Louis Bossart 1-7/+4
2022-06-14ASoC: SOF: reduce default verbosity of IPC logsGravatar Pierre-Louis Bossart 1-1/+4
2022-06-10ASoC: SOF: Add support ctx_save with IPC4Gravatar Mark Brown 1-0/+18
2022-06-10ASoC: SOF: debug: Clarify the IPC timeout handling pathGravatar Peter Ujfalusi 1-1/+1
2022-06-10ASoC: SOF: ipc3: Add set_core_state pm_ops implementationGravatar Peter Ujfalusi 1-0/+18
2022-05-19ASoC: SOF: Switch to IPC generic firmware tracingGravatar Peter Ujfalusi 1-1/+1
2022-05-19ASoC: SOF: Clone the trace code to ipc3-dtrace as fw_tracing implementationGravatar Peter Ujfalusi 1-0/+1
2022-05-04ASoC: SOF: ipc3: Remove the ipc3-ops.h header fileGravatar Peter Ujfalusi 1-1/+0
2022-04-29ASoC: SOF: ipc3-loader: Implement firmware parsing and loadingGravatar Peter Ujfalusi 1-5/+57
2022-04-25ASoC: SOF: ipc3: Add local implementation for handling fw_ready messageGravatar Peter Ujfalusi 1-1/+305
2022-04-11ASoC: SOF: ipc3: Implement rx_msg IPC opsGravatar Peter Ujfalusi 1-0/+212
2022-04-11ASoC: SOF: ipc3: Implement the get_reply IPC opsGravatar Peter Ujfalusi 1-0/+55
2022-04-11ASoC: SOF: ipc3: Implement the set_get_data IPC opsGravatar Peter Ujfalusi 1-0/+103
2022-04-11ASoC: SOF: ipc3: Use sof_ipc3_tx_msg() internally for message sendingGravatar Peter Ujfalusi 1-2/+2
2022-04-11ASoC: SOF: ipc3: Implement the tx_msg IPC opsGravatar Peter Ujfalusi 1-0/+308
2022-04-04ASoC: SOF: Drop 'header' parameter from tx_message() APIGravatar Peter Ujfalusi 1-2/+2
2022-03-18ASoC: SOF: Introduce IPC3 PCM hw_free opGravatar Ranjani Sridharan 1-0/+1
2022-03-18ASoC: SOF: Make sof_suspend/resume IPC agnosticGravatar Ranjani Sridharan 1-0/+44