index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
remoteproc
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-28
soc: qcom: smd: Remove standalone driver
Bjorn Andersson
1
-3
/
+3
2017-03-20
remoteproc: qcom: fix QCOM_SMD dependencies
Arnd Bergmann
1
-3
/
+3
2017-03-02
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+2
2017-02-27
virtio: allow drivers to request IRQ affinity when creating VQs
Christoph Hellwig
1
-1
/
+2
2017-02-22
remoteproc: qcom: mdt_loader: Use signed type for offset
Bjorn Andersson
1
-1
/
+1
2017-02-06
remoteproc: st: add virtio communication support
Loic Pallardy
2
-2
/
+114
2017-02-06
remoteproc: st: correct probe error management
Loic Pallardy
1
-2
/
+4
2017-02-06
remoteproc: Modify the function names
Sarangdhar Joshi
1
-9
/
+5
2017-02-06
remoteproc: Reduce asynchronous request_firmware to auto-boot only
Sarangdhar Joshi
1
-6
/
+8
2017-02-06
remoteproc: Drop qcom_scm_pas_supported() from adsp_probe()
Sarangdhar Joshi
1
-5
/
+0
2017-02-06
remoteproc: qcom: Use common SMD edge handler
Bjorn Andersson
3
-0
/
+14
2017-02-06
remoteproc: qcom: wcnss: Make SMD handling common
Bjorn Andersson
3
-26
/
+67
2017-02-06
remoteproc: Move qcom_mdt_loader into drivers/soc/qcom
Bjorn Andersson
7
-225
/
+3
2017-02-06
remoteproc: qcom: mdt_loader: Refactor MDT loader
Bjorn Andersson
4
-105
/
+98
2017-02-06
remoteproc: qcom: mdt_loader: Don't overwrite firmware object
Bjorn Andersson
1
-3
/
+4
2017-02-06
remoteproc: qcom: Extract non-mdt related helper
Bjorn Andersson
9
-20
/
+67
2017-02-06
remoteproc: qcom: q6v5: Decouple driver from MDT loader
Bjorn Andersson
2
-57
/
+90
2017-02-06
remoteproc: qcom: q6v5: Remove mss supply from 8916
Bjorn Andersson
1
-8
/
+3
2017-02-01
remoteproc: qcom: fix initializers for qcom_mss_reg_res array
Arnd Bergmann
1
-2
/
+2
2017-01-30
remoteproc: Drop firmware_loading_complete
Sarangdhar Joshi
1
-11
/
+11
2017-01-30
remoteproc: Add RPROC_DELETED state
Sarangdhar Joshi
1
-0
/
+1
2017-01-30
remoteproc: Move rproc_delete_debug_dir() to rproc_del()
Sarangdhar Joshi
1
-2
/
+2
2017-01-30
remoteproc: qcom: Add SLPI rproc support to load and boot slpi proc.
Avaneesh Kumar Dwivedi
1
-1
/
+9
2017-01-30
remoteproc: qcom: Add additional agree2_clk and px regulator resource.
Avaneesh Kumar Dwivedi
1
-5
/
+38
2017-01-30
remoteproc: qcom: Compatible string based resource initialization.
Avaneesh Kumar Dwivedi
1
-14
/
+33
2017-01-18
drivers: remoteproc: constify rproc_ops structures
Bhumika Goyal
5
-5
/
+5
2017-01-18
remoteproc: qcom: Initialize and enable proxy and active regulators.
Avaneesh Kumar Dwivedi
1
-50
/
+169
2017-01-18
remoteproc: qcom: Initialize and enable proxy and active clocks.
Avaneesh Kumar Dwivedi
1
-42
/
+109
2017-01-18
remoteproc: qcom: Compatible string based private resource initialization.
Avaneesh Kumar Dwivedi
1
-3
/
+22
2017-01-18
remoteproc: add some kind of help
Pavel Machek
1
-2
/
+5
2016-12-30
Revert "remoteproc: Merge table_ptr and cached_table pointers"
Bjorn Andersson
1
-10
/
+16
2016-12-30
remoteproc: fix vdev reference management
Loic Pallardy
1
-3
/
+0
2016-12-09
remoteproc: qcom_adsp_pil: select qcom_scm
Arnd Bergmann
1
-0
/
+1
2016-12-09
remoteproc: Drop wait in __rproc_boot()
Bjorn Andersson
1
-19
/
+3
2016-12-09
remoteproc/ste: Delete unused driver
Jean Delvare
3
-353
/
+0
2016-12-09
remoteproc: Remove "experimental" warning
Bjorn Andersson
1
-3
/
+0
2016-12-09
remoteproc: qcom_adsp_pil: select qcom_scm
Arnd Bergmann
1
-0
/
+1
2016-12-02
remoteproc: qcom: mdt_loader: add include for sizes
Stanimir Varbanov
1
-0
/
+1
2016-11-19
remoteproc: Update last rproc_put users to rproc_free
Bjorn Andersson
2
-4
/
+4
2016-11-19
remoteproc: qcom: adsp: Add missing MODULE_DEVICE_TABLE
Bjorn Andersson
1
-0
/
+1
2016-11-18
remoteproc: wcnss-pil: add QCOM_SMD dependency
Arnd Bergmann
1
-0
/
+1
2016-11-16
remoteproc: Add support for xo clock
Sarangdhar Joshi
1
-1
/
+29
2016-11-16
remoteproc: adsp-pil: fix recursive dependency
Arnd Bergmann
1
-1
/
+1
2016-11-16
Merge branch 'topic/st_fdma' of git://git.kernel.org/pub/scm/linux/kernel/git...
Bjorn Andersson
3
-9
/
+381
2016-11-15
remoteproc: Introduce Qualcomm ADSP PIL
Bjorn Andersson
3
-0
/
+411
2016-11-14
remoteproc: qcom_wcnss: Fix circular module dependency
Bjorn Andersson
5
-16
/
+29
2016-11-14
remoteproc: Merge table_ptr and cached_table pointers
Bjorn Andersson
1
-16
/
+10
2016-11-14
remoteproc: Remove custom vdev handler list
Bjorn Andersson
1
-11
/
+0
2016-11-14
remoteproc: Update max_notifyid as we allocate vrings
Bjorn Andersson
1
-10
/
+5
2016-11-14
remoteproc: Decouple vdev resources and devices
Bjorn Andersson
1
-15
/
+20
[next]