index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
sof
/
ipc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-10
ASoC: SOF: ipc: Read and pass the whole message to handlers for IPC events
Peter Ujfalusi
1
-41
/
+44
2022-01-28
ASoC: SOF: ipc: Do not allocate buffer for msg_data
Peter Ujfalusi
1
-4
/
+1
2022-01-28
ASoC: SOF: ipc: Drop header parameter from sof_ipc_tx_message_unlocked()
Peter Ujfalusi
1
-9
/
+12
2021-12-23
ASoC: SOF: ipc: Only allow sending of an IPC in SOF_FW_BOOT_COMPLETE state
Peter Ujfalusi
1
-1
/
+1
2021-12-23
ASoC: SOF: Introduce new firmware state: SOF_FW_BOOT_READY_OK
Peter Ujfalusi
1
-1
/
+1
2021-12-23
ASoC: SOF: Introduce new firmware state: SOF_FW_CRASHED
Peter Ujfalusi
1
-1
/
+1
2021-12-17
ASoC: SOF: ipc: Add null pointer check for substream->runtime
Ajit Kumar Pandey
1
-1
/
+2
2021-12-16
ASoC: SOF: Drop ctrl_type parameter for snd_sof_ipc_set_get_comp_data()
Peter Ujfalusi
1
-17
/
+13
2021-12-16
ASoC: SOF: Drop ctrl_cmd parameter for snd_sof_ipc_set_get_comp_data()
Peter Ujfalusi
1
-4
/
+2
2021-12-16
ASoC: SOF: Drop ipc_cmd parameter for snd_sof_ipc_set_get_comp_data()
Peter Ujfalusi
1
-1
/
+7
2021-12-16
ASoC: SOF: ipc: Rename send parameter in snd_sof_ipc_set_get_comp_data()
Peter Ujfalusi
1
-9
/
+8
2021-11-17
ASoC: SOF: utils: Add generic function to get the reply for a tx message
Peter Ujfalusi
1
-0
/
+61
2021-11-15
ASoC: SOF: IPC: update ipc_log_header()
Ranjani Sridharan
1
-1
/
+16
2021-10-08
ASoC: SOF: prepare code to allocate IPC messages in fw_ready
Rander Wang
1
-11
/
+16
2021-10-08
Merge series "Introduce new SOF helpers" from Daniel Baluta <daniel.baluta@os...
Mark Brown
1
-2
/
+4
2021-10-07
ASoC: SOF: Introduce fragment elapsed notification API
Daniel Baluta
1
-2
/
+4
2021-10-07
ASoC: SOF: Introduce macro to set the firmware state
Peter Ujfalusi
1
-2
/
+2
2021-10-07
ASoC: SOF: ipc: Re-enable dumps after successful IPC tx
Peter Ujfalusi
1
-0
/
+6
2021-10-01
ASoC: SOF: Introduce widget use_count
Ranjani Sridharan
1
-0
/
+22
2021-09-28
ASoC: SOF: ipc: Make the error prints consistent in tx_wait_done()
Peter Ujfalusi
1
-4
/
+6
2021-09-28
ASoC: SOF: add error handling to snd_sof_ipc_msg_data()
Guennadi Liakhovetski
1
-9
/
+32
2021-09-17
Merge series "ASoC: SOF: ipc: Small cleanups for message handler functions" f...
Mark Brown
1
-6
/
+5
2021-09-17
ASoC: SOF: ipc: Remove redundant error check from sof_ipc_tx_message_unlocked
Peter Ujfalusi
1
-5
/
+2
2021-09-17
ASoC: SOF: ipc: Print 0x prefix for errors in ipc_trace/stream_message()
Peter Ujfalusi
1
-2
/
+2
2021-09-17
ASoC: SOF: ipc: Clarify the parameter name for ipc_trace_message()
Peter Ujfalusi
1
-5
/
+4
2021-09-16
ASoC: SOF: ipc: Add probe message logging to ipc_log_header()
Peter Ujfalusi
1
-0
/
+23
2021-09-15
ASoC: SOF: core: Do not use 'bar' as parameter for block_read/write
Peter Ujfalusi
1
-7
/
+11
2021-09-15
ASoC: SOF: ipc: Remove snd_sof_dsp_mailbox_init()
Peter Ujfalusi
1
-16
/
+0
2021-09-13
ASoC: SOF: Handle control change notification from firmware
Peter Ujfalusi
1
-0
/
+28
2021-02-11
ASoC: SOF: relax ABI checks and avoid unnecessary warnings
Kai Vehmanen
1
-1
/
+1
2021-02-10
ASoC: SOF: add missing pm debug
Curtis Malainey
1
-0
/
+2
2020-11-25
ASoC: SOF: Add `memory_info` file to debugfs
Karol Trzcinski
1
-0
/
+9
2020-08-25
ASoC: SOF: IPC: reduce verbosity of IPC pointer updates
Pierre-Louis Bossart
1
-5
/
+11
2020-05-27
ASoC: SOF: ipc: ignore DSP replies received when they are not expected
Ranjani Sridharan
1
-5
/
+4
2020-05-01
ASoC: SOF/Intel: clarify SPDX license with GPL-2.0-only
Pierre-Louis Bossart
1
-1
/
+1
2020-03-04
Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
1
-1
/
+1
2020-03-03
ASoC: SOF: Fix snd_sof_ipc_stream_posn()
Dan Carpenter
1
-1
/
+1
2020-03-02
ASoC: SOF: ipc: check ipc return value before data copy
Jaska Uimonen
1
-5
/
+7
2020-02-11
ASoC: SOF: Intel: cnl: Implement feature to support DSP D0i3 in S0
Ranjani Sridharan
1
-2
/
+27
2019-12-25
Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
1
-0
/
+3
2019-12-18
ASoC: SOF: Introduce state machine for FW boot
Ranjani Sridharan
1
-12
/
+5
2019-12-18
ASoC: SOF: fix fault at driver unload after failed probe
Kai Vehmanen
1
-0
/
+3
2019-12-09
ASoC: SOF: partition audio-related parts from SOF core
Ranjani Sridharan
1
-6
/
+10
2019-11-06
Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
1
-1
/
+3
2019-10-28
ASoC: SOF: ipc: Fix memory leak in sof_set_get_large_ctrl_data
Navid Emamdoost
1
-1
/
+3
2019-10-01
ASoC: SOF: core: check for mandatory fw_ready op during SOF probe
Ranjani Sridharan
1
-6
/
+0
2019-10-01
ASoC: SOF: ipc: retain DSP context after FW exception.
Liam Girdwood
1
-3
/
+1
2019-07-23
ASoC: SOF: ipc: use timeout configured at probe
Kai Vehmanen
1
-7
/
+1
2019-06-13
ASoC: SOF: ipc: clarify operator precedence
Pierre-Louis Bossart
1
-3
/
+3
2019-06-13
ASOC: SOF: ipc: prevent logging trace messages
Dragos Tarcatu
1
-1
/
+2
[next]