| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "remoteproc: Merge table_ptr and cached_table pointers" | Bjorn Andersson | 2016-12-30 | 1 | -10/+16 |
* | remoteproc: fix vdev reference management | Loic Pallardy | 2016-12-30 | 1 | -3/+0 |
* | remoteproc: qcom_adsp_pil: select qcom_scm | Arnd Bergmann | 2016-12-10 | 1 | -0/+1 |
* | remoteproc: Drop wait in __rproc_boot() | Bjorn Andersson | 2016-12-10 | 1 | -19/+3 |
* | remoteproc/ste: Delete unused driver | Jean Delvare | 2016-12-10 | 3 | -353/+0 |
* | remoteproc: Remove "experimental" warning | Bjorn Andersson | 2016-12-10 | 1 | -3/+0 |
* | remoteproc: qcom_adsp_pil: select qcom_scm | Arnd Bergmann | 2016-12-09 | 1 | -0/+1 |
* | remoteproc: qcom: mdt_loader: add include for sizes | Stanimir Varbanov | 2016-12-02 | 1 | -0/+1 |
* | remoteproc: Update last rproc_put users to rproc_free | Bjorn Andersson | 2016-11-20 | 2 | -4/+4 |
* | remoteproc: qcom: adsp: Add missing MODULE_DEVICE_TABLE | Bjorn Andersson | 2016-11-20 | 1 | -0/+1 |
* | remoteproc: wcnss-pil: add QCOM_SMD dependency | Arnd Bergmann | 2016-11-18 | 1 | -0/+1 |
* | remoteproc: Add support for xo clock | Sarangdhar Joshi | 2016-11-17 | 1 | -1/+29 |
* | remoteproc: adsp-pil: fix recursive dependency | Arnd Bergmann | 2016-11-17 | 1 | -1/+1 |
* | Merge branch 'topic/st_fdma' of git://git.kernel.org/pub/scm/linux/kernel/git... | Bjorn Andersson | 2016-11-17 | 3 | -9/+381 |
|\ |
|
| * | remoteproc: Update Kconfig setup to 'depends on REMOTEPROC' | Peter Griffin | 2016-10-18 | 1 | -8/+12 |
| * | remoteproc: st_slim_rproc: add a slimcore rproc driver | Peter Griffin | 2016-10-18 | 3 | -2/+370 |
* | | remoteproc: Introduce Qualcomm ADSP PIL | Bjorn Andersson | 2016-11-16 | 3 | -0/+411 |
* | | remoteproc: qcom_wcnss: Fix circular module dependency | Bjorn Andersson | 2016-11-15 | 5 | -16/+29 |
* | | remoteproc: Merge table_ptr and cached_table pointers | Bjorn Andersson | 2016-11-15 | 1 | -16/+10 |
* | | remoteproc: Remove custom vdev handler list | Bjorn Andersson | 2016-11-15 | 1 | -11/+0 |
* | | remoteproc: Update max_notifyid as we allocate vrings | Bjorn Andersson | 2016-11-15 | 1 | -10/+5 |
* | | remoteproc: Decouple vdev resources and devices | Bjorn Andersson | 2016-11-15 | 1 | -15/+20 |
* | | remoteproc: Further extend the vdev life cycle | Bjorn Andersson | 2016-11-15 | 1 | -1/+6 |
* | | remoteproc: virtio: Anchor vring life cycle in vdev | Bjorn Andersson | 2016-11-15 | 2 | -6/+21 |
* | | remoteproc: Assign kref to rproc_vdev | Bjorn Andersson | 2016-11-15 | 3 | -4/+17 |
* | | remoteproc: wcnss: Bond SMD edge to remoteproc | Bjorn Andersson | 2016-11-15 | 1 | -0/+27 |
* | | remoteproc: Introduce subdevices | Bjorn Andersson | 2016-11-10 | 1 | -0/+72 |
* | | remoteproc: st: Fix error return code in st_rproc_probe() | Wei Yongjun | 2016-11-01 | 1 | -1/+3 |
* | | remoteproc: debugfs: Remove state entry which is duplicated is sysfs | Matt Redfearn | 2016-11-01 | 1 | -71/+0 |
* | | remoteproc: Add a sysfs interface for firmware and state | Matt Redfearn | 2016-11-01 | 4 | -0/+160 |
* | | remoteproc: qcom: wcnss_iris: Fix module autoload | Javier Martinez Canillas | 2016-10-19 | 1 | -0/+1 |
* | | remoteproc: qcom: wcnss: Fix module autoload | Javier Martinez Canillas | 2016-10-19 | 1 | -0/+1 |
* | | remoteproc: qcom: q6v5_pil: Fix module autoload | Javier Martinez Canillas | 2016-10-19 | 1 | -0/+1 |
* | | remoteproc: Keep local copy of firmware name | Matt Redfearn | 2016-10-19 | 1 | -15/+16 |
|/ |
|
* | Merge tag 'rpmsg-v4.9' of git://github.com/andersson/remoteproc | Linus Torvalds | 2016-10-07 | 1 | -2/+2 |
|\ |
|
| * | rpmsg: Move rpmsg_device API to new file | Bjorn Andersson | 2016-09-09 | 1 | -2/+2 |
* | | remoteproc: Refactor rproc module locking | Bjorn Andersson | 2016-10-03 | 1 | -12/+8 |
* | | remoteproc: Split driver and consumer dereferencing | Bjorn Andersson | 2016-10-03 | 8 | -17/+32 |
* | | remoteproc: Correct resource handling upon boot failure | Bjorn Andersson | 2016-10-03 | 1 | -4/+5 |
* | | remoteproc: Drop unnecessary NULL check | Bjorn Andersson | 2016-09-20 | 1 | -7/+0 |
* | | remoteproc: core: transform struct fw_rsc_vdev_vring reserved field in pa | Loic PALLARDY | 2016-09-06 | 1 | -6/+0 |
* | | remoteproc: qcom: wcnss: Fix return value check in wcnss_probe() | Wei Yongjun | 2016-08-23 | 1 | -2/+2 |
* | | remoteproc: qcom: Introduce WCNSS peripheral image loader | Bjorn Andersson | 2016-08-18 | 5 | -0/+852 |
* | | remoteproc: Only update table_ptr if we have a loaded table | Bjorn Andersson | 2016-08-18 | 1 | -10/+6 |
* | | remoteproc: Move handling of cached table to boot/shutdown | Bjorn Andersson | 2016-08-18 | 1 | -37/+18 |
* | | remoteproc: Move vdev handling to boot/shutdown | Bjorn Andersson | 2016-08-18 | 1 | -22/+15 |
* | | remoteproc: Calculate max_notifyid during load | Bjorn Andersson | 2016-08-18 | 1 | -12/+4 |
* | | remoteproc: Introduce auto-boot flag | Bjorn Andersson | 2016-08-18 | 3 | -14/+29 |
* | | remoteproc/omap: revise a minor error trace message | Anna, Suman | 2016-08-13 | 1 | -1/+2 |
* | | remoteproc/omap: fix various code formatting issues | Anna, Suman | 2016-08-13 | 1 | -1/+1 |