summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/remoteproc_core.c
Commit message (Expand)AuthorAgeFilesLines
* remoteproc: Add additional crash reasonsBjorn Andersson2016-05-121-0/+2
* remoteproc: core: Make the loaded resource table optionalBjorn Andersson2016-05-121-6/+2
* remoteproc: core: Task sync during rproc_fw_boot()Lee Jones2016-05-061-2/+27
* remoteproc: report error if resource table doesn't existStefan Agner2016-01-291-1/+3
* remoteproc: fix memory leak of remoteproc ida cache layersSuman Anna2015-11-261-0/+2
* remoteproc: fix !CONFIG_OF build breakageOhad Ben-Cohen2015-06-181-0/+7
* remoteproc: add a rproc ops for performing address translationSuman Anna2015-06-171-6/+25
* remoteproc: introduce rproc_get_by_phandle APIDave Gerlach2015-06-161-0/+50
* remoteproc: fix various checkpatch warningsSuman Anna2015-05-021-18/+9
* remoteproc: add IOMMU hardware capability flagSuman Anna2015-03-121-13/+2
* remoteproc: Cocci spatch "memdup.spatch"Thomas Meyer2013-07-011-2/+1
* remoteproc: free carveout memories only after unmapping themSuman Anna2013-07-011-7/+7
* remoteproc: fix error return code in rproc_fw_boot()Wei Yongjun2013-06-301-3/+4
* Merge tag 'remoteproc-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-071-73/+138
|\
| * remoteproc: support default firmware name in rproc_alloc()Robert Tivy2013-04-071-4/+24
| * remoteproc: set vring addresses in resource tableSjur Brændeland2013-04-071-2/+17
| * remoteproc: support virtio config space.Sjur Brændeland2013-04-071-3/+0
| * remoteproc: perserve resource table dataOhad Ben-Cohen2013-04-071-20/+78
| * remoteproc: calculate max_notifyid by counting vringsSjur Brændeland2013-04-071-15/+18
| * remoteproc: code cleanup of resource parsingSjur Brændeland2013-04-051-40/+12
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-1/+1
|\ \
| * | treewide: Fix typo in printk and commentsMasanari Iida2013-04-241-1/+1
| |/
* | remoteproc: fix error path of handle_vdevSjur Brændeland2013-04-051-1/+3
* | remoteproc: fix the error check for idr_allocSuman Anna2013-04-051-1/+1
|/
* remoteproc: convert to idr_alloc()Tejun Heo2013-02-271-7/+3
* remoteproc: don't use idr_remove_all()Tejun Heo2013-02-271-1/+0
* remoteproc: Fix use of format specifyerEmil Goode2012-10-021-4/+6
* remoteproc: fix a potential NULL-dereference on cleanupDan Carpenter2012-10-021-11/+11
* remtoteproc: maintain max notifyidSjur Brændeland2012-09-181-0/+15
* remoteproc: create a 'recovery' debugfs entryFernando Guzman Lugo2012-09-181-1/+2
* remoteproc: add actual recovery implementationFernando Guzman Lugo2012-09-181-22/+62
* remoteproc: add rproc_report_crash function to notify rproc crashesFernando Guzman Lugo2012-09-181-4/+75
* Merge tag 'remoteproc-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-07-261-537/+189
|\
| * remoteproc: Support custom firmware handlersSjur Brændeland2012-07-151-0/+4
| * remoteproc: Move Elf related functions to separate fileSjur Brændeland2012-07-151-248/+1
| * remoteproc: Add function rproc_get_boot_addrSjur Brændeland2012-07-151-9/+19
| * remoteproc: Pass struct fw to load_segments and find_rsc_table.Sjur Brændeland2012-07-151-12/+12
| * remoteproc: adopt the driver core's alloc/add/del/put namingOhad Ben-Cohen2012-07-061-16/+16
| * remoteproc: remove the get_by_name/put APIOhad Ben-Cohen2012-07-061-130/+0
| * remoteproc: support non-iommu carveout assignmentOhad Ben-Cohen2012-07-061-15/+19
| * remoteproc: simplify unregister/free interfacesOhad Ben-Cohen2012-07-061-17/+8
| * remoteproc: remove the now-redundant krefOhad Ben-Cohen2012-07-061-39/+11
| * remoteproc: maintain a generic child device for each rprocOhad Ben-Cohen2012-07-061-43/+92
| * remoteproc: allocate vrings on demand, free when not neededOhad Ben-Cohen2012-07-041-55/+54
* | remoteproc: fix missing fault indication in error-pathSjur Brændeland2012-06-101-1/+3
* | remoteproc: fix print format warningsSjur Brændeland2012-06-101-3/+3
|/
* Merge tag 'iommu-updates-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-05-301-2/+2
|\
| * iommu/core: pass a user-provided token to fault handlersOhad Ben-Cohen2012-05-221-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-221-2/+1
|\ \ | |/ |/|
| * remoteproc: remove redundant NULL check before release_firmware()Jesper Juhl2012-04-301-2/+1