aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/remoteproc_core.c
AgeCommit message (Expand)Author
2020-12-01remoteproc: Introduce rproc_of_parse_firmware() helperSuman Anna
2020-12-01remoteproc: Fix multiple back-to-back error recoveriesSuman Anna
2020-12-01remoteproc: implement last trace for remoteprocSuman Anna
2020-12-01TEMP: remoteproc: Add support to handle device specific resource typesSuman Anna
2020-12-01remoteproc: Add a rproc_set_firmware() APISuman Anna
2020-12-01remoteproc: add support for a new 64-bit trace versionSuman Anna
2020-12-01remoteproc: introduce version element into resource type fieldSuman Anna
2020-12-01remoteproc: add infrastructure support to allow pre-loaded remoteprocsSuman Anna
2020-12-01remoteproc: use a local copy for the name fieldSuman Anna
2020-12-01remoteproc: add prepare and unprepare opsLoic Pallardy
2020-12-01remoteproc: add an api to do pa to da conversionSubramaniam Chanderashekarapuram
2020-12-01remoteproc: add api for retrieving a rproc unique idSuman Anna
2020-12-01remoteproc: fix argument 2 of rproc_mem_entry_initBen Dooks (Codethink)
2020-12-01remoteproc: remove useless typedefClement Leger
2020-06-24remoteproc: Fix IDR initialisation in rproc_alloc()Alex Elder
2020-06-17remoteproc: Fix and restore the parenting hierarchy for vdevSuman Anna
2020-05-02remoteproc: Fix wrong rvring index computationClement Leger
2020-02-24remoteproc: Initialize rproc_class before useBrandon Maier
2019-07-17Merge tag 'rproc-v5.3' of git://github.com/andersson/remoteprocLinus Torvalds
2019-07-01remoteproc: copy parent dma_pfn_offset for vdevClement Leger
2019-06-29remoteproc: add vendor resources handlingClement Leger
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-02-20remoteproc: fix rproc_check_carveout_da() returned error and commentsLoic Pallardy
2019-02-20remoteproc: fix trace buffer va initializationLoic Pallardy
2019-02-20remoteproc: fix rproc_alloc_carveout() for rproc with iommu domainLoic Pallardy
2019-02-20remoteproc: add warning on resource table castLoic Pallardy
2019-02-20remoteproc: fix rproc_alloc_carveout() bad variable castLoic Pallardy
2019-02-20remoteproc: fix rproc_da_to_va in case of unallocated carveoutLoic Pallardy
2019-02-20remoteproc: correct rproc_mem_entry_init() commentsLoic Pallardy
2019-02-20remoteproc: fix recovery procedureLoic Pallardy
2019-02-20remoteproc: create vdev subdevice with specific dma memory poolLoic Pallardy
2018-10-19remoteproc: Add mechanism for custom dump function assignmentSibi Sankar
2018-10-19remoteproc: Introduce custom dump function for each remoteproc segmentSibi Sankar
2018-10-14remoteproc: modify vring allocation to rely on centralized carveout allocatorLoic Pallardy
2018-10-09remoteproc: modify rproc_handle_carveout to support pre-registered regionLoic Pallardy
2018-10-09remoteproc: add helper function to check carveout device addressLoic Pallardy
2018-10-09remoteproc: add helper function to allocate rproc_mem_entry from reserved memoryLoic Pallardy
2018-10-09remoteproc: add alloc ops in rproc_mem_entry structLoic Pallardy
2018-10-09remoteproc: introduce rproc_find_carveout_by_name functionLoic Pallardy
2018-10-09remoteproc: introduce rproc_add_carveout functionLoic Pallardy
2018-10-09remoteproc: add helper function to allocate and init rproc_mem_entry structLoic Pallardy
2018-10-09remoteproc: add name in rproc_mem_entry structLoic Pallardy
2018-10-09remoteproc: add release ops in rproc_mem_entry structLoic Pallardy
2018-10-09remoteproc: add rproc_va_to_pa functionLoic Pallardy
2018-10-09remoteproc: configure IOMMU only if device address requestedLoic Pallardy
2018-07-30remoteproc: replace "%p" with "%pK"Loic Pallardy
2018-07-30remoteproc: Reset table_ptr in rproc_start() failure pathsSuman Anna
2018-06-26remoteproc: Introduce prepare and unprepare for subdevicesBjorn Andersson
2018-06-26remoteproc: rename subdev probe and remove functionsAlex Elder
2018-06-26remoteproc: Make client initialize ops in rproc_subdevBjorn Andersson