aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/remoteproc_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-14remoteproc: Decouple vdev resources and devicesBjorn Andersson1-15/+20
2016-11-14remoteproc: Further extend the vdev life cycleBjorn Andersson1-1/+6
2016-11-14remoteproc: virtio: Anchor vring life cycle in vdevBjorn Andersson1-0/+20
2016-11-14remoteproc: Assign kref to rproc_vdevBjorn Andersson1-0/+10
2016-11-09remoteproc: Introduce subdevicesBjorn Andersson1-0/+72
2016-10-31remoteproc: Add a sysfs interface for firmware and stateMatt Redfearn1-0/+3
2016-10-18remoteproc: Keep local copy of firmware nameMatt Redfearn1-15/+16
2016-10-02remoteproc: Refactor rproc module lockingBjorn Andersson1-12/+8
2016-10-02remoteproc: Split driver and consumer dereferencingBjorn Andersson1-3/+18
2016-10-02remoteproc: Correct resource handling upon boot failureBjorn Andersson1-4/+5
2016-09-19remoteproc: Drop unnecessary NULL checkBjorn Andersson1-7/+0
2016-09-06remoteproc: core: transform struct fw_rsc_vdev_vring reserved field in paLoic PALLARDY1-6/+0
2016-08-18remoteproc: Only update table_ptr if we have a loaded tableBjorn Andersson1-10/+6
2016-08-17remoteproc: Move handling of cached table to boot/shutdownBjorn Andersson1-37/+18
2016-08-17remoteproc: Move vdev handling to boot/shutdownBjorn Andersson1-22/+15
2016-08-17remoteproc: Calculate max_notifyid during loadBjorn Andersson1-12/+4
2016-08-17remoteproc: Introduce auto-boot flagBjorn Andersson1-1/+27
2016-08-12remoteproc: print hex numbers with a leading 0x formatAnna, Suman1-4/+4
2016-08-12remoteproc: align code with open parenthesisAnna, Suman1-14/+13
2016-08-12remoteproc: use variable names for sizeof() operatorAnna, Suman1-2/+2
2016-08-12remoteproc: fix couple of minor typosAnna, Suman1-1/+1
2016-08-12remoteproc: use proper format-specifier for printing dma_addr_tAnna, Suman1-6/+6
2016-08-10remoteproc: core: Remove pointless OOM printLee Jones1-1/+0
2016-08-10remoteproc: core: Trivial: Improve error checking, spelling and debug printsLee Jones1-6/+6
2016-08-10remoteproc: core: Ensure error message is clearLee Jones1-2/+3
2016-06-14remoteproc: Fix potential race condition in rproc_addDave Gerlach1-6/+9
2016-05-12remoteproc: Add additional crash reasonsBjorn Andersson1-0/+2
2016-05-12remoteproc: core: Make the loaded resource table optionalBjorn Andersson1-6/+2
2016-05-06remoteproc: core: Task sync during rproc_fw_boot()Lee Jones1-2/+27
2016-01-29remoteproc: report error if resource table doesn't existStefan Agner1-1/+3
2015-11-26remoteproc: fix memory leak of remoteproc ida cache layersSuman Anna1-0/+2
2015-06-18remoteproc: fix !CONFIG_OF build breakageOhad Ben-Cohen1-0/+7
2015-06-17remoteproc: add a rproc ops for performing address translationSuman Anna1-6/+25
2015-06-16remoteproc: introduce rproc_get_by_phandle APIDave Gerlach1-0/+50
2015-05-02remoteproc: fix various checkpatch warningsSuman Anna1-18/+9
2015-03-12remoteproc: add IOMMU hardware capability flagSuman Anna1-13/+2
2013-07-01remoteproc: Cocci spatch "memdup.spatch"Thomas Meyer1-2/+1
2013-07-01remoteproc: free carveout memories only after unmapping themSuman Anna1-7/+7
2013-06-30remoteproc: fix error return code in rproc_fw_boot()Wei Yongjun1-3/+4
2013-05-07Merge tag 'remoteproc-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteprocLinus Torvalds1-73/+138
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-04-24treewide: Fix typo in printk and commentsMasanari Iida1-1/+1
2013-04-07remoteproc: support default firmware name in rproc_alloc()Robert Tivy1-4/+24
2013-04-07remoteproc: set vring addresses in resource tableSjur Brændeland1-2/+17
2013-04-07remoteproc: support virtio config space.Sjur Brændeland1-3/+0
2013-04-07remoteproc: perserve resource table dataOhad Ben-Cohen1-20/+78
2013-04-07remoteproc: calculate max_notifyid by counting vringsSjur Brændeland1-15/+18
2013-04-05remoteproc: code cleanup of resource parsingSjur Brændeland1-40/+12
2013-04-05remoteproc: fix error path of handle_vdevSjur Brændeland1-1/+3
2013-04-05remoteproc: fix the error check for idr_allocSuman Anna1-1/+1