index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
remoteproc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
remoteproc: imx_rproc: Support i.MX93
Peng Fan
2022-05-09
1
-0
/
+33
*
remoteproc: qcom: pas: Add MSM8226 ADSP support
Luca Weiss
2022-05-06
1
-0
/
+1
*
remoteproc: mediatek: Allow reading firmware-name from DT
Allen-KH Cheng
2022-04-26
1
-1
/
+5
*
remoteproc: qcom: pas: Add sc8280xp remoteprocs
Bjorn Andersson
2022-04-23
1
-0
/
+33
*
remoteproc: imx_rproc: Ignore create mem entry for resource table
Peng Fan
2022-04-18
1
-0
/
+3
*
remoteproc: core: Move state checking to remoteproc_core
Shengjiu Wang
2022-04-14
3
-14
/
+11
*
remoteproc: core: Remove state checking before calling rproc_boot()
Shengjiu Wang
2022-04-14
2
-8
/
+0
*
remoteproc: imx_dsp_rproc: Make rsc_table optional
Daniel Baluta
2022-04-13
1
-1
/
+9
*
remoteproc: imx_dsp_rproc: use common rproc_elf_load_segments
Peng Fan
2022-04-13
1
-94
/
+1
*
remoteproc: elf_loader: skip segment with memsz as zero
Peng Fan
2022-04-13
1
-1
/
+1
*
Merge branch 'rproc-fixes' into rproc-next
Mathieu Poirier
2022-04-12
1
-1
/
+0
|
\
|
*
remoteproc: mtk_scp: Fix a potential double free
Christophe JAILLET
2022-04-12
1
-1
/
+0
*
|
remoteproc: Don't bother checking the return value of debugfs_create*
Manivannan Sadhasivam
2022-04-11
2
-19
/
+2
*
|
remoteproc: mediatek: Fix side effect of mt8195 sram power on
Tinghan Shen
2022-04-11
2
-17
/
+54
|
/
*
Merge tag 'rproc-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...
Linus Torvalds
2022-03-30
15
-138
/
+758
|
\
|
*
remoteproc: qcom_q6v5_mss: Create platform device for BAM-DMUX
Stephan Gerhold
2022-03-12
1
-0
/
+8
|
*
remoteproc: qcom: q6v5_wpss: Add support for sc7280 WPSS
Rakesh Pillai
2022-03-11
1
-16
/
+211
|
*
remoteproc: k3-dsp: Add support for IPC-only mode for all K3 DSPs
Suman Anna
2022-03-11
1
-17
/
+124
|
*
remoteproc: k3-dsp: Refactor mbox request code in start
Suman Anna
2022-03-11
1
-27
/
+40
|
*
remoteproc: k3-r5: Add support for IPC-only mode for all R5Fs
Suman Anna
2022-03-11
1
-4
/
+215
|
*
remoteproc: k3-r5: Refactor mbox request code in start
Suman Anna
2022-03-11
1
-27
/
+41
|
*
remoteproc: Change rproc_shutdown() to return a status
Suman Anna
2022-03-11
3
-5
/
+8
|
*
remoteproc: qcom: q6v5: Add interconnect path proxy vote
Bjorn Andersson
2022-03-11
2
-1
/
+23
|
*
remoteproc: mediatek: Support mt8186 scp
Allen-KH Cheng
2022-03-11
2
-0
/
+38
|
*
remoteproc: qcom_q6v5_mss: Fix some leaks in q6v5_alloc_memory_region
Miaoqian Lin
2022-03-11
1
-4
/
+7
|
*
remoteproc: qcom_wcnss: Add missing of_node_put() in wcnss_alloc_memory_region
Miaoqian Lin
2022-03-11
1
-0
/
+1
|
*
remoteproc: qcom: Fix missing of_node_put in adsp_alloc_memory_region
Miaoqian Lin
2022-03-11
1
-0
/
+1
|
*
remoteproc: move rproc_da_to_va declaration to remoteproc.h
Suman Anna
2022-03-11
1
-1
/
+0
|
*
remoteproc: wkup_m3: Set sysfs_read_only flag
Suman Anna
2022-03-04
1
-0
/
+1
|
*
remoteproc: Introduce sysfs_read_only flag
Puranjay Mohan
2022-03-04
1
-1
/
+18
|
*
remoteproc: Fix count check in rproc_coredump_write()
Alistair Delva
2022-02-19
1
-1
/
+1
|
*
remoteproc: mtk_scp: Use dev_err_probe() where possible
AngeloGioacchino Del Regno
2022-02-02
1
-16
/
+12
|
*
remoteproc: mtk_scp: Reorder scp_probe() sequence
AngeloGioacchino Del Regno
2022-02-02
1
-11
/
+9
|
*
remoteproc: mtk_scp: Use devm variant of rproc_alloc()
AngeloGioacchino Del Regno
2022-02-02
1
-10
/
+3
*
|
Merge tag 'qcom-drivers-for-5.18' of git://git.kernel.org/pub/scm/linux/kerne...
Arnd Bergmann
2022-03-01
2
-6
/
+37
|
\
\
|
|
/
|
/
|
|
*
remoteproc: qcom: pas: Add SM8450 remoteproc support
Bjorn Andersson
2022-02-04
1
-0
/
+4
|
*
remoteproc: qcom: pas: Carry PAS metadata context
Bjorn Andersson
2022-02-04
1
-3
/
+29
|
*
soc: qcom: mdt_loader: Allow hash segment to be split out
Bjorn Andersson
2022-02-03
1
-3
/
+4
*
|
remoteproc: qcom: q6v5: fix service routines build errors
Randy Dunlap
2022-01-17
2
-0
/
+5
|
/
*
remoteproc: stm32: Improve crash recovery time
Arnaud Pouliquen
2022-01-03
1
-1
/
+1
*
remoteproc: rcar_rproc: Remove trailing semicolon
Julien Massot
2021-12-20
1
-1
/
+1
*
remoteproc: rcar_rproc: Fix pm_runtime_get_sync error check
Julien Massot
2021-12-20
1
-1
/
+1
*
remoteproc: qcom: pas: Add SM6350 CDSP support
Luca Weiss
2021-12-14
1
-0
/
+18
*
remoteproc: qcom: pas: Add SM6350 ADSP support
Luca Weiss
2021-12-14
1
-0
/
+18
*
remoteproc: qcom: pas: Add SM6350 MPSS support
Luca Weiss
2021-12-14
1
-0
/
+1
*
remoteproc: qcom: pas: Add missing power-domain "mxc" for CDSP
Sibi Sankar
2021-12-13
1
-0
/
+1
*
remoteproc: imx_rproc: correct firmware reload
Peng Fan
2021-12-13
1
-3
/
+5
*
remoteproc: qcom: pil_info: Don't memcpy_toio more than is provided
Stephen Boyd
2021-12-13
1
-1
/
+1
*
remoteproc: Add Renesas rcar driver
Julien Massot
2021-12-13
3
-0
/
+236
*
remoteproc: Fix remaining wrong return formatting in documentation
Arnaud Pouliquen
2021-12-08
2
-3
/
+3
[next]