index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
sof
/
loader.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ASoC: SOF: loader: Remove log prefixes for snd_sof_run_firmware
Curtis Malainey
2023-03-07
1
-2
/
+2
*
ASoC: SOF: loader: Remove the query_fw_configuration ops
Peter Ujfalusi
2022-10-21
1
-8
/
+2
*
ASoC: SOF: loader: Add support for IPC dependent post firmware boot ops
Peter Ujfalusi
2022-10-21
1
-0
/
+6
*
ASoC: SOF: Drop the firmware and fw_offset from snd_sof_pdata
Peter Ujfalusi
2022-10-21
1
-9
/
+0
*
ASoC: SOF: Introduce container struct for SOF firmware
Peter Ujfalusi
2022-10-21
1
-5
/
+13
*
ASoC: SOF: loader: Set complete state before post_fw_run op
Ranjani Sridharan
2022-10-21
1
-3
/
+3
*
ASoC: SOF: loader: Call optional query_fw_configuration on first boot
Peter Ujfalusi
2022-04-29
1
-0
/
+3
*
ASoC: SOF: loader: Remove snd_sof_parse_module_memcpy() as it is not used
Peter Ujfalusi
2022-04-29
1
-85
/
+0
*
ASoC: SOF: loader: Switch to use the fw_loader ops
Peter Ujfalusi
2022-04-29
1
-375
/
+8
*
ASoC: SOF: loader: Remove the old fw_ready related code
Peter Ujfalusi
2022-04-25
1
-227
/
+0
*
ASoC: SOF: Set SOF_FW_BOOT_FAILED in case we have failure during boot
Peter Ujfalusi
2021-12-23
1
-1
/
+0
*
ASoC: SOF: Introduce new firmware state: SOF_FW_BOOT_READY_OK
Peter Ujfalusi
2021-12-23
1
-3
/
+4
*
ASoC: SOF: Add a 'message' parameter to snd_sof_dsp_dbg_dump()
Peter Ujfalusi
2021-12-23
1
-4
/
+4
*
Merge tag 'v5.15-rc6' into asoc-5.16
Mark Brown
2021-10-18
1
-3
/
+5
|
\
|
*
ASoC: SOF: loader: Re-phrase the missing firmware error to avoid duplication
Peter Ujfalusi
2021-09-16
1
-3
/
+3
|
*
ASoC: SOF: loader: release_firmware() on load failure to avoid batching
Marc Herbert
2021-09-16
1
-0
/
+2
*
|
ASoC: SOF: prepare code to allocate IPC messages in fw_ready
Rander Wang
2021-10-08
1
-1
/
+2
*
|
ASoC: SOF: loader: Drop SOF_DBG_DUMP_REGS flag when firmware start fails
Peter Ujfalusi
2021-10-07
1
-2
/
+1
*
|
ASoC: SOF: Introduce macro to set the firmware state
Peter Ujfalusi
2021-10-07
1
-1
/
+1
*
|
ASoC: SOF: Drop SOF_DBG_DUMP_FORCE_ERR_LEVEL and sof_dev_dbg_or_err
Peter Ujfalusi
2021-10-07
1
-2
/
+2
*
|
ASoC: SOF: loader: Print the DSP dump if boot fails
Peter Ujfalusi
2021-10-07
1
-1
/
+3
*
|
ASoC: SOF: Print the dbg_dump and ipc_dump once to reduce kernel log noise
Peter Ujfalusi
2021-10-07
1
-0
/
+4
*
|
ASoC: SOF: loader: Use the generic ops for region debugfs handling
Peter Ujfalusi
2021-09-15
1
-40
/
+28
*
|
ASoC: SOF: core: Do not use 'bar' as parameter for block_read/write
Peter Ujfalusi
2021-09-15
1
-34
/
+28
*
|
ASoC: SOF: loader: No need to export snd_sof_fw_parse_ext_data()
Peter Ujfalusi
2021-09-15
1
-2
/
+1
*
|
ASoC: SOF: ipc: Remove snd_sof_dsp_mailbox_init()
Peter Ujfalusi
2021-09-15
1
-2
/
+6
*
|
ASoC: SOF: loader: load_firmware callback is mandatory, treat it like that
Peter Ujfalusi
2021-09-15
1
-10
/
+0
|
/
*
ASoC: SOF: loader: Use snd_sof_dsp_block_read() instead sof_block_read()
Peter Ujfalusi
2021-05-21
1
-1
/
+1
*
Merge branch 'asoc-5.11' into asoc-5.12
Mark Brown
2021-02-05
1
-0
/
+2
|
\
|
*
ASoC: SOF: add a pointer to download repo in case FW request fails
Kai Vehmanen
2021-01-27
1
-0
/
+2
*
|
ASoC: SOF: update dsp core power status in common APIs
Bard Liao
2021-01-28
1
-6
/
+0
|
/
*
ASoC: SOF: Intel: hda: fix the condition passed to sof_dev_dbg_or_err
Ranjani Sridharan
2020-12-11
1
-1
/
+1
*
ASoC: SOF: modify the SOF_DBG flags
Ranjani Sridharan
2020-12-11
1
-2
/
+2
*
ASoC: SOF: ops: add parse_platform_ext_manifest() op
Fred Oh
2020-11-27
1
-0
/
+3
*
ASoC: SOF: Add `memory_info` file to debugfs
Karol Trzcinski
2020-11-25
1
-0
/
+10
*
ASoC: SOF: ext_manifest: Parse firmware config dictionary
Karol Trzcinski
2020-11-25
1
-0
/
+41
*
ASoC: SOF: loader: do not warn about unknown firmware headers
Kai Vehmanen
2020-11-12
1
-2
/
+2
*
ASoC: SOF: loader: handle all SOF_IPC_EXT types
Bard Liao
2020-10-23
1
-0
/
+5
*
ASoC: SOF: loader: Add debug box region
Iulian Olaru
2020-08-26
1
-0
/
+9
*
ASoC: SOF: ext_manifest: Parse debug ABI version
Karol Trzcinski
2020-08-26
1
-0
/
+19
*
ASoC: SOF: loader: fix memory leak in get_ext_windows
Pierre-Louis Bossart
2020-08-26
1
-1
/
+2
*
ASoC: SOF: IPC: make sof_ipc_window monosized
Karol Trzcinski
2020-08-26
1
-3
/
+2
*
ASoC: SOF: ext_manifest: parse compiler version
Karol Trzcinski
2020-05-25
1
-0
/
+21
*
ASoC: SOF: ext_manifest: parse windows
Karol Trzcinski
2020-05-25
1
-2
/
+23
*
ASoC: SOF: ext_manifest: parse firmware version
Karol Trzcinski
2020-05-25
1
-0
/
+16
*
ASoC: SOF: Introduce extended manifest
Karol Trzcinski
2020-05-25
1
-0
/
+112
*
ASoC: SOF: loader: Adjust validation condition for fw_offset
Karol Trzcinski
2020-05-25
1
-1
/
+1
*
ASoC: SOF/Intel: clarify SPDX license with GPL-2.0-only
Pierre-Louis Bossart
2020-05-01
1
-1
/
+1
*
ASoC: SOF: Fix build
Mark Brown
2020-04-22
1
-187
/
+2
*
ASoC: SOF: ext_manifest: parse compiler version
Karol Trzcinski
2020-04-16
1
-0
/
+23
[next]