summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/remoteproc_core.c
Commit message (Expand)AuthorAgeFilesLines
* remoteproc: replace "%p" with "%pK"Loic Pallardy2018-07-301-3/+3
* remoteproc: Reset table_ptr in rproc_start() failure pathsSuman Anna2018-07-301-2/+3
* remoteproc: Introduce prepare and unprepare for subdevicesBjorn Andersson2018-06-261-3/+53
* remoteproc: rename subdev probe and remove functionsAlex Elder2018-06-261-4/+4
* remoteproc: Make client initialize ops in rproc_subdevBjorn Andersson2018-06-261-11/+7
* remoteproc: Make start and stop in subdev optionalBjorn Andersson2018-06-261-7/+13
* remoteproc: Rename subdev functions to start/stopBjorn Andersson2018-06-261-15/+15
* remoteproc: fix crashed parameter logic on stop callArnaud Pouliquen2018-04-251-2/+2
* remoteproc: Pass type of shutdown to subdev removeBjorn Andersson2018-02-121-9/+9
* remoteproc: Rename "load_rsc_table" to "parse_fw"Bjorn Andersson2018-02-121-3/+3
* remoteproc: Add remote processor coredump supportSarangdhar Joshi2018-02-121-0/+128
* remoteproc: Reset table_ptr on stopBjorn Andersson2018-01-151-0/+3
* remoteproc: Move resource table load logic to findBjorn Andersson2018-01-151-25/+7
* remoteproc: Don't handle empty resource tableBjorn Andersson2018-01-151-0/+3
* remoteproc: Merge rproc_ops and rproc_fw_opsBjorn Andersson2018-01-151-2/+8
* remoteproc: Clone rproc_ops in rproc_alloc()Bjorn Andersson2018-01-151-1/+8
* remoteproc: Cache resource table sizeBjorn Andersson2018-01-151-13/+7
* remoteproc: Remove depricated crash completionBjorn Andersson2018-01-151-10/+0
* remoteproc: Introduce rproc handle accessor for childrenBjorn Andersson2017-09-011-0/+18
* remoteproc: Stop subdevices in reverse orderBjorn Andersson2017-08-301-1/+1
* remoteproc: make device_type constBhumika Goyal2017-08-241-1/+1
* remoteproc: Merge __rproc_boot() with rproc_boot()Suman Anna2017-07-261-11/+2
* remoteproc: fix spelling mistake: "Resouce" -> "Resource"Colin Ian King2017-05-301-1/+1
* remoteproc: Modify recovery path to use rproc_{start,stop}()Sarangdhar Joshi2017-05-261-9/+26
* remoteproc: Introduce rproc_{start,stop}() functionsSarangdhar Joshi2017-05-261-56/+87
* remoteproc: Modify the function namesSarangdhar Joshi2017-02-061-9/+5
* remoteproc: Reduce asynchronous request_firmware to auto-boot onlySarangdhar Joshi2017-02-061-6/+8
* remoteproc: Drop firmware_loading_completeSarangdhar Joshi2017-01-301-11/+11
* remoteproc: Move rproc_delete_debug_dir() to rproc_del()Sarangdhar Joshi2017-01-301-2/+2
* Revert "remoteproc: Merge table_ptr and cached_table pointers"Bjorn Andersson2016-12-301-10/+16
* remoteproc: fix vdev reference managementLoic Pallardy2016-12-301-3/+0
* remoteproc: Drop wait in __rproc_boot()Bjorn Andersson2016-12-091-19/+3
* remoteproc: Remove "experimental" warningBjorn Andersson2016-12-091-3/+0
* remoteproc: Merge table_ptr and cached_table pointersBjorn Andersson2016-11-141-16/+10
* remoteproc: Remove custom vdev handler listBjorn Andersson2016-11-141-11/+0
* remoteproc: Update max_notifyid as we allocate vringsBjorn Andersson2016-11-141-10/+5
* remoteproc: Decouple vdev resources and devicesBjorn Andersson2016-11-141-15/+20
* remoteproc: Further extend the vdev life cycleBjorn Andersson2016-11-141-1/+6
* remoteproc: virtio: Anchor vring life cycle in vdevBjorn Andersson2016-11-141-0/+20
* remoteproc: Assign kref to rproc_vdevBjorn Andersson2016-11-141-0/+10
* remoteproc: Introduce subdevicesBjorn Andersson2016-11-091-0/+72
* remoteproc: Add a sysfs interface for firmware and stateMatt Redfearn2016-10-311-0/+3
* remoteproc: Keep local copy of firmware nameMatt Redfearn2016-10-181-15/+16
* remoteproc: Refactor rproc module lockingBjorn Andersson2016-10-021-12/+8
* remoteproc: Split driver and consumer dereferencingBjorn Andersson2016-10-021-3/+18
* remoteproc: Correct resource handling upon boot failureBjorn Andersson2016-10-021-4/+5
* remoteproc: Drop unnecessary NULL checkBjorn Andersson2016-09-191-7/+0
* remoteproc: core: transform struct fw_rsc_vdev_vring reserved field in paLoic PALLARDY2016-09-061-6/+0
* remoteproc: Only update table_ptr if we have a loaded tableBjorn Andersson2016-08-181-10/+6
* remoteproc: Move handling of cached table to boot/shutdownBjorn Andersson2016-08-171-37/+18