| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAX | Stefan Agner | 2018-06-15 | 1 | -1/+1 |
* | remoteproc: q6v5: Allow defining GLINK edge for mss remoteproc | Sibi Sankar | 2018-05-30 | 1 | -0/+3 |
* | remoteproc: q6v5: Add support for mss remoteproc on SDM845 | Sibi Sankar | 2018-05-30 | 1 | -4/+111 |
* | remoteproc: q6v5: Introduce reset assert/deassert helper functions | Sibi Sankar | 2018-05-30 | 1 | -3/+13 |
* | remoteproc: q6v5: Move proxy unvote to handover irq handler | Sibi Sankar | 2018-05-22 | 1 | -7/+43 |
* | remoteproc: q6v5: Return irq from q6v5_request_irq() | Bjorn Andersson | 2018-05-22 | 1 | -5/+6 |
* | remoteproc/davinci: use octal permissions for module_param() | Bartosz Golaszewski | 2018-05-09 | 1 | -1/+1 |
* | remoteproc/davinci: prepare and unprepare the clock where needed | Bartosz Golaszewski | 2018-05-09 | 1 | -3/+3 |
* | remoteproc/davinci: add the missing retval check for clk_enable() | Bartosz Golaszewski | 2018-05-09 | 1 | -1/+7 |
* | Merge tag 'v4.17-rc4' into rproc-next | Bjorn Andersson | 2018-05-09 | 2 | -2/+4 |
|\ |
|
| * | remoteproc: qcom: Fix potential device node leaks | Tobias Jordan | 2018-04-26 | 1 | -0/+2 |
| * | remoteproc: fix crashed parameter logic on stop call | Arnaud Pouliquen | 2018-04-26 | 1 | -2/+2 |
* | | remoteproc: Remove depends on HAS_DMA in case of platform dependency | Geert Uytterhoeven | 2018-04-26 | 1 | -1/+0 |
* | | remoteproc: Prevent incorrect rproc state on xfer mem ownership failure | Sibi Sankar | 2018-04-17 | 1 | -6/+4 |
|/ |
|
* | remoteproc: fix null pointer dereference on glink only platforms | Sibi Sankar | 2018-04-06 | 1 | -0/+6 |
* | soc: qcom: qmi: add CONFIG_NET dependency | Arnd Bergmann | 2018-03-27 | 1 | -0/+1 |
* | remoteproc: imx_rproc: Slightly simplify code in 'imx_rproc_probe()' | Christophe JAILLET | 2018-03-18 | 1 | -6/+4 |
* | remoteproc: imx_rproc: Re-use existing error handling path in 'imx_rproc_prob... | Christophe JAILLET | 2018-03-18 | 1 | -4/+3 |
* | remoteproc: imx_rproc: Fix an error handling path in 'imx_rproc_probe()' | Christophe JAILLET | 2018-03-18 | 1 | -2/+4 |
* | remoteproc: qcom: Introduce sysmon | Bjorn Andersson | 2018-02-13 | 7 | -0/+637 |
* | remoteproc: Pass type of shutdown to subdev remove | Bjorn Andersson | 2018-02-13 | 2 | -12/+12 |
* | remoteproc: qcom: Register segments for core dump | Sarangdhar Joshi | 2018-02-12 | 4 | -0/+48 |
* | soc: qcom: mdt-loader: Return relocation base | Bjorn Andersson | 2018-02-12 | 2 | -2/+5 |
* | remoteproc: Rename "load_rsc_table" to "parse_fw" | Bjorn Andersson | 2018-02-12 | 2 | -7/+6 |
* | remoteproc: Add remote processor coredump support | Sarangdhar Joshi | 2018-02-12 | 2 | -0/+129 |
* | remoteproc: Remove null character write of shared mem | Jitendra Sharma | 2018-02-12 | 3 | -12/+0 |
* | Merge tag 'rproc-v4.16' of git://github.com/andersson/remoteproc | Linus Torvalds | 2018-02-05 | 10 | -199/+91 |
|\ |
|
| * | remoteproc: Reset table_ptr on stop | Bjorn Andersson | 2018-01-15 | 1 | -0/+3 |
| * | remoteproc: Drop dangling find_rsc_table dummies | Bjorn Andersson | 2018-01-15 | 6 | -54/+0 |
| * | remoteproc: Move resource table load logic to find | Bjorn Andersson | 2018-01-15 | 3 | -50/+35 |
| * | remoteproc: Don't handle empty resource table | Bjorn Andersson | 2018-01-15 | 1 | -0/+3 |
| * | remoteproc: Merge rproc_ops and rproc_fw_ops | Bjorn Andersson | 2018-01-15 | 7 | -88/+52 |
| * | remoteproc: Clone rproc_ops in rproc_alloc() | Bjorn Andersson | 2018-01-15 | 1 | -1/+8 |
| * | remoteproc: Cache resource table size | Bjorn Andersson | 2018-01-15 | 1 | -13/+7 |
| * | remoteproc: Remove depricated crash completion | Bjorn Andersson | 2018-01-15 | 1 | -10/+0 |
| * | virtio_remoteproc: correct put_device virtio_device.dev | weiping zhang | 2018-01-02 | 1 | -1/+1 |
* | | remoteproc: qcom: Use PTR_ERR_OR_ZERO() in glink prob | Vasyl Gomonovych | 2017-11-29 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'rproc-v4.15' of git://github.com/andersson/remoteproc | Linus Torvalds | 2017-11-18 | 2 | -39/+382 |
|\ |
|
| * | remoteproc: qcom: Fix error handling paths in order to avoid memory leaks | Christophe JAILLET | 2017-11-15 | 1 | -2/+5 |
| * | remoteproc: qcom: Drop pr_err in q6v5_xfer_mem_ownership() | Bjorn Andersson | 2017-11-07 | 1 | -14/+15 |
| * | remoteproc: debug: add carveouts list dump feature | Loic Pallardy | 2017-11-07 | 1 | -0/+31 |
| * | remoteproc: debug: add resource table dump feature | Loic Pallardy | 2017-11-07 | 1 | -0/+99 |
| * | remoteproc: qcom: Add support for mss remoteproc on msm8996 | Avaneesh Kumar Dwivedi | 2017-10-31 | 1 | -24/+140 |
| * | remoteproc: qcom: Make secure world call for mem ownership switch | Avaneesh Kumar Dwivedi | 2017-10-31 | 1 | -5/+101 |
| * | remoteproc: qcom: refactor mss fw image loading sequence | Avaneesh Kumar Dwivedi | 2017-10-31 | 1 | -11/+8 |
* | | Merge tag 'rpmsg-v4.15' of git://github.com/andersson/remoteproc | Linus Torvalds | 2017-11-18 | 1 | -4/+0 |
|\ \ |
|
| * | | rpmsg: Allow RPMSG_VIRTIO to be enabled via menuconfig or defconfig | Anup Patel | 2017-10-26 | 1 | -4/+0 |
| |/ |
|
* / | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 3 | -0/+3 |
|/ |
|
* | remoteproc: imx_rproc: fix return value check in imx_rproc_addr_init() | Wei Yongjun | 2017-10-11 | 1 | -3/+2 |
* | remoteproc: qcom: fix RPMSG_QCOM_GLINK_SMEM dependencies | Arnd Bergmann | 2017-10-10 | 1 | -0/+2 |