Age | Commit message (Expand) | Author | Files | Lines |
2017-01-31 | remoteproc: Add RPROC_DELETED state | Sarangdhar Joshi | 1 | -0/+1 |
2017-01-31 | remoteproc: Move rproc_delete_debug_dir() to rproc_del() | Sarangdhar Joshi | 1 | -2/+2 |
2017-01-31 | remoteproc: qcom: Add SLPI rproc support to load and boot slpi proc. | Avaneesh Kumar Dwivedi | 1 | -1/+9 |
2017-01-31 | remoteproc: qcom: Add additional agree2_clk and px regulator resource. | Avaneesh Kumar Dwivedi | 1 | -5/+38 |
2017-01-31 | 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-10 | remoteproc: qcom_adsp_pil: select qcom_scm | Arnd Bergmann | 1 | -0/+1 |
2016-12-10 | remoteproc: Drop wait in __rproc_boot() | Bjorn Andersson | 1 | -19/+3 |
2016-12-10 | remoteproc/ste: Delete unused driver | Jean Delvare | 3 | -353/+0 |
2016-12-10 | 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-03 | remoteproc: qcom: mdt_loader: add include for sizes | Stanimir Varbanov | 1 | -0/+1 |
2016-11-20 | remoteproc: Update last rproc_put users to rproc_free | Bjorn Andersson | 2 | -4/+4 |
2016-11-20 | 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-17 | remoteproc: Add support for xo clock | Sarangdhar Joshi | 1 | -1/+29 |
2016-11-17 | remoteproc: adsp-pil: fix recursive dependency | Arnd Bergmann | 1 | -1/+1 |
2016-11-17 | Merge branch 'topic/st_fdma' of git://git.kernel.org/pub/scm/linux/kernel/git... | Bjorn Andersson | 3 | -9/+381 |
2016-11-16 | remoteproc: Introduce Qualcomm ADSP PIL | Bjorn Andersson | 3 | -0/+411 |
2016-11-15 | remoteproc: qcom_wcnss: Fix circular module dependency | Bjorn Andersson | 5 | -16/+29 |
2016-11-15 | remoteproc: Merge table_ptr and cached_table pointers | Bjorn Andersson | 1 | -16/+10 |
2016-11-15 | remoteproc: Remove custom vdev handler list | Bjorn Andersson | 1 | -11/+0 |
2016-11-15 | remoteproc: Update max_notifyid as we allocate vrings | Bjorn Andersson | 1 | -10/+5 |
2016-11-15 | remoteproc: Decouple vdev resources and devices | Bjorn Andersson | 1 | -15/+20 |
2016-11-15 | remoteproc: Further extend the vdev life cycle | Bjorn Andersson | 1 | -1/+6 |
2016-11-15 | remoteproc: virtio: Anchor vring life cycle in vdev | Bjorn Andersson | 2 | -6/+21 |
2016-11-15 | remoteproc: Assign kref to rproc_vdev | Bjorn Andersson | 3 | -4/+17 |
2016-11-15 | remoteproc: wcnss: Bond SMD edge to remoteproc | Bjorn Andersson | 1 | -0/+27 |
2016-11-10 | remoteproc: Introduce subdevices | Bjorn Andersson | 1 | -0/+72 |
2016-11-01 | remoteproc: st: Fix error return code in st_rproc_probe() | Wei Yongjun | 1 | -1/+3 |
2016-11-01 | remoteproc: debugfs: Remove state entry which is duplicated is sysfs | Matt Redfearn | 1 | -71/+0 |
2016-11-01 | remoteproc: Add a sysfs interface for firmware and state | Matt Redfearn | 4 | -0/+160 |
2016-10-19 | remoteproc: qcom: wcnss_iris: Fix module autoload | Javier Martinez Canillas | 1 | -0/+1 |
2016-10-19 | remoteproc: qcom: wcnss: Fix module autoload | Javier Martinez Canillas | 1 | -0/+1 |
2016-10-19 | remoteproc: qcom: q6v5_pil: Fix module autoload | Javier Martinez Canillas | 1 | -0/+1 |
2016-10-19 | remoteproc: Keep local copy of firmware name | Matt Redfearn | 1 | -15/+16 |
2016-10-18 | remoteproc: Update Kconfig setup to 'depends on REMOTEPROC' | Peter Griffin | 1 | -8/+12 |
2016-10-18 | remoteproc: st_slim_rproc: add a slimcore rproc driver | Peter Griffin | 3 | -2/+370 |
2016-10-07 | Merge tag 'rpmsg-v4.9' of git://github.com/andersson/remoteproc | Linus Torvalds | 1 | -2/+2 |
2016-10-03 | remoteproc: Refactor rproc module locking | Bjorn Andersson | 1 | -12/+8 |
2016-10-03 | remoteproc: Split driver and consumer dereferencing | Bjorn Andersson | 8 | -17/+32 |
2016-10-03 | remoteproc: Correct resource handling upon boot failure | Bjorn Andersson | 1 | -4/+5 |
2016-09-20 | remoteproc: Drop unnecessary NULL check | Bjorn Andersson | 1 | -7/+0 |
2016-09-09 | rpmsg: Move rpmsg_device API to new file | Bjorn Andersson | 1 | -2/+2 |