| Commit message (Expand) | Author | Age | Files | Lines |
* | remoteproc: Drop wait in __rproc_boot() | Bjorn Andersson | 2016-12-09 | 1 | -19/+3 |
* | remoteproc/ste: Delete unused driver | Jean Delvare | 2016-12-09 | 3 | -353/+0 |
* | remoteproc: Remove "experimental" warning | Bjorn Andersson | 2016-12-09 | 1 | -3/+0 |
* | remoteproc: qcom_adsp_pil: select qcom_scm | Arnd Bergmann | 2016-12-09 | 1 | -0/+1 |
* | dt-binding: soc: qcom: smd: Add label property | Bjorn Andersson | 2016-12-04 | 1 | -0/+7 |
* | 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-19 | 2 | -4/+4 |
* | remoteproc: qcom: adsp: Add missing MODULE_DEVICE_TABLE | Bjorn Andersson | 2016-11-19 | 1 | -0/+1 |
* | remoteproc: wcnss-pil: add QCOM_SMD dependency | Arnd Bergmann | 2016-11-18 | 1 | -0/+1 |
* | Merge branch 'topic/st_fdma' of git://git.kernel.org/pub/scm/linux/kernel/git... | Bjorn Andersson | 2016-11-18 | 1 | -0/+1 |
|\ |
|
| * | dmaengine: st_fdma: Revert: "Revert: Update st_fdma to 'depends on REMOTEPROC'" | Vinod Koul | 2016-11-17 | 1 | -0/+1 |
* | | remoteproc: Add support for xo clock | Sarangdhar Joshi | 2016-11-16 | 1 | -1/+29 |
* | | remoteproc: adsp-pil: fix recursive dependency | Arnd Bergmann | 2016-11-16 | 1 | -1/+1 |
* | | Merge branch 'topic/st_fdma' of git://git.kernel.org/pub/scm/linux/kernel/git... | Bjorn Andersson | 2016-11-16 | 11 | -9/+1687 |
|\| |
|
| * | dmaengine: st_fdma: Revert: Update st_fdma to 'depends on REMOTEPROC' | Vinod Koul | 2016-11-14 | 1 | -1/+0 |
| * | dmaengine: st_fdma: Update st_fdma to 'depends on REMOTEPROC'. | Peter Griffin | 2016-11-03 | 1 | -0/+1 |
| * | dmaengine: st_fdma: Fix the error return code in st_fdma_probe() | Wei Yongjun | 2016-10-19 | 1 | -1/+1 |
| * | dmaengine: st_fdma: fix uninitialized variable access | Arnd Bergmann | 2016-10-19 | 1 | -12/+2 |
| * | ARM: multi_v7_defconfig: Enable STi and simple-card drivers. | Peter Griffin | 2016-10-18 | 1 | -0/+3 |
| * | ARM: multi_v7_defconfig: Enable STi FDMA driver | Peter Griffin | 2016-10-18 | 1 | -0/+1 |
| * | ARM: multi_v7_defconfig: Enable st_remoteproc driver. | Peter Griffin | 2016-10-18 | 1 | -0/+1 |
| * | ARM: multi_v7_defconfig: Enable remoteproc core | Peter Griffin | 2016-10-18 | 1 | -0/+1 |
| * | MAINTAINERS: Add FDMA driver files to STi section. | Peter Griffin | 2016-10-18 | 1 | -0/+1 |
| * | dmaengine: st_fdma: Add STMicroelectronics FDMA engine driver support | Peter Griffin | 2016-10-18 | 3 | -0/+913 |
| * | dmaengine: st_fdma: Add STMicroelectronics FDMA driver header file | Peter Griffin | 2016-10-18 | 1 | -0/+249 |
| * | dmaengine: st_fdma: Add STMicroelectronics FDMA DT binding documentation | Peter Griffin | 2016-10-18 | 1 | -0/+87 |
| * | remoteproc: Update Kconfig setup to 'depends on REMOTEPROC' | Peter Griffin | 2016-10-18 | 1 | -8/+12 |
| * | MAINTAINERS: Add st slim core rproc driver to STi section. | Peter Griffin | 2016-10-18 | 1 | -0/+2 |
| * | remoteproc: st_slim_rproc: add a slimcore rproc driver | Peter Griffin | 2016-10-18 | 4 | -2/+428 |
* | | remoteproc: Introduce Qualcomm ADSP PIL | Bjorn Andersson | 2016-11-15 | 3 | -0/+411 |
* | | dt-binding: remoteproc: Introduce ADSP loader binding | Bjorn Andersson | 2016-11-15 | 1 | -0/+98 |
* | | remoteproc: qcom_wcnss: Fix circular module dependency | Bjorn Andersson | 2016-11-14 | 5 | -16/+29 |
* | | remoteproc: Merge table_ptr and cached_table pointers | Bjorn Andersson | 2016-11-14 | 2 | -19/+11 |
* | | remoteproc: Remove custom vdev handler list | Bjorn Andersson | 2016-11-14 | 1 | -11/+0 |
* | | remoteproc: Update max_notifyid as we allocate vrings | Bjorn Andersson | 2016-11-14 | 1 | -10/+5 |
* | | remoteproc: Decouple vdev resources and devices | Bjorn Andersson | 2016-11-14 | 2 | -15/+25 |
* | | remoteproc: Further extend the vdev life cycle | Bjorn Andersson | 2016-11-14 | 1 | -1/+6 |
* | | remoteproc: virtio: Anchor vring life cycle in vdev | Bjorn Andersson | 2016-11-14 | 2 | -6/+21 |
* | | remoteproc: Assign kref to rproc_vdev | Bjorn Andersson | 2016-11-14 | 4 | -4/+20 |
* | | dt-binding: remoteproc: wcnss: Allow describing smd edge | Bjorn Andersson | 2016-11-14 | 1 | -2/+28 |
* | | remoteproc: wcnss: Bond SMD edge to remoteproc | Bjorn Andersson | 2016-11-14 | 1 | -0/+27 |
* | | rpmsg: smd: Expose edge registration functions | Bjorn Andersson | 2016-11-14 | 2 | -0/+34 |
* | | remoteproc: Introduce subdevices | Bjorn Andersson | 2016-11-09 | 2 | -0/+94 |
* | | remoteproc: st: Fix error return code in st_rproc_probe() | Wei Yongjun | 2016-10-31 | 1 | -1/+3 |
* | | remoteproc: debugfs: Remove state entry which is duplicated is sysfs | Matt Redfearn | 2016-10-31 | 1 | -71/+0 |
* | | remoteproc: Add a sysfs interface for firmware and state | Matt Redfearn | 2016-10-31 | 5 | -0/+210 |
* | | remoteproc: qcom: wcnss_iris: Fix module autoload | Javier Martinez Canillas | 2016-10-18 | 1 | -0/+1 |
* | | remoteproc: qcom: wcnss: Fix module autoload | Javier Martinez Canillas | 2016-10-18 | 1 | -0/+1 |
* | | remoteproc: qcom: q6v5_pil: Fix module autoload | Javier Martinez Canillas | 2016-10-18 | 1 | -0/+1 |
* | | remoteproc: Keep local copy of firmware name | Matt Redfearn | 2016-10-18 | 2 | -16/+17 |
|/ |
|