summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
AgeCommit message (Expand)Author
2020-07-16remoteproc: Properly handle firmware name when attachingMathieu Poirier
2020-07-16remoteproc: Refactor function rproc_free_vring()Mathieu Poirier
2020-07-16remoteproc: Refactor function rproc_trigger_auto_boot()Mathieu Poirier
2020-07-16remoteproc: Refactor function rproc_boot()Mathieu Poirier
2020-07-16remoteproc: Introducing function rproc_validate()Mathieu Poirier
2020-07-16remoteproc: Introducing function rproc_actuate()Mathieu Poirier
2020-07-16remoteproc: Introducing function rproc_attach()Mathieu Poirier
2020-07-16remoteproc: Add new attach() remoteproc operationMathieu Poirier
2020-07-16remoteproc: Add new RPROC_DETACHED stateMathieu Poirier
2020-07-16remoteproc: qcom_q6v5_mss: Monitor MSS_STATUS for boot completionSibi Sankar
2020-07-16remoteproc: qcom: pil-info: Fix shift overflowBjorn Andersson
2020-07-15remoteproc: qcom_sysmon: Solve function header bitrot issuesLee Jones
2020-07-15remoteproc: remoteproc_core: Use 'gnu_printf' format notationLee Jones
2020-07-13remoteproc: qcom: Add missing slab.hKefeng Wang
2020-07-08remoteproc: qcom: Add notification types to SSRRishabh Bhatnagar
2020-07-08remoteproc: qcom: Add per subsystem SSR notificationRishabh Bhatnagar
2020-07-01remoteproc: qcom: Update PIL relocation info on loadBjorn Andersson
2020-07-01remoteproc: qcom: Introduce helper to store pil info in IMEMBjorn Andersson
2020-07-01Revert "remoteproc: Add support for runtime PM"Mathieu Poirier
2020-07-01remoteproc: ingenic: Move clock handling to prepare/unprepare callbacksMathieu Poirier
2020-06-30iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu
2020-06-08Merge tag 'rproc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Linus Torvalds
2020-05-20remoteproc: Fix an error code in devm_rproc_alloc()Dan Carpenter
2020-05-18remoteproc: ingenic: Added remoteproc driverPaul Cercueil
2020-05-18remoteproc: Add support for runtime PMPaul Cercueil
2020-05-14remoteproc: wcss: Fix arguments passed to qcom_add_glink_subdev()Bjorn Andersson
2020-05-12remoteproc: Fix and restore the parenting hierarchy for vdevSuman Anna
2020-05-12remoteproc: Fall back to using parent memory pool if no dedicated availableTero Kristo
2020-05-12remoteproc: wcss: add support for rpmsg communicationSivaprakash Murugesan
2020-05-12remoteproc: core: Prevent system suspend during remoteproc recoveryRishabh Bhatnagar
2020-05-12remoteproc: qcom_q6v5_mss: Remove unused q6v5_da_to_va functionSibi Sankar
2020-05-12remoteproc: qcom_q6v5_mss: map/unmap mpss segments before/after useSibi Sankar
2020-05-12remoteproc: qcom_q6v5_mss: Drop accesses to MPSS PERPH register spaceSibi Sankar
2020-05-12remoteproc: qcom: pas: Add SM8250 PAS remoteprocsBjorn Andersson
2020-05-11remoteproc: qcom_q6v5_mss: Extract mba/mpss from memory-regionSibi Sankar
2020-05-11remoteproc: qcom: pas: Add SC7180 Modem supportSibi Sankar
2020-05-11remoteproc/mediatek: fix invalid use of sizeof in scp_ipi_init()Wei Yongjun
2020-05-07soc: qcom: glink_ssr: Internalize ssr_notifiersBjorn Andersson
2020-05-07remoteproc: qcom: Pass ssr_name to glink subdeviceBjorn Andersson
2020-04-23Merge tag 'rproc-v5.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-04-22remoteproc: Add missing '\n' in log messagesChristophe JAILLET
2020-04-22remoteproc: Add prepare and unprepare opsLoic Pallardy
2020-04-22remoteproc: remove rproc_elf32_sanity_checkClement Leger
2020-04-20remoteproc: Add device-managed variants of rproc_alloc/rproc_addPaul Cercueil
2020-04-20remoteproc: Use a local copy for the name fieldSuman Anna
2020-04-20remoteproc: Get rid of tedious error pathMathieu Poirier
2020-04-20remoteproc: Split rproc_ops allocation from rproc_alloc()Mathieu Poirier
2020-04-20remoteproc: Restructure firmware name allocationMathieu Poirier
2020-04-20remoteproc: Use kstrdup_const() rather than kstrdup()Mathieu Poirier
2020-04-20remoteproc: sysmon: Inform current rproc about all active rprocsSiddharth Gupta