summaryrefslogtreecommitdiff
path: root/drivers/remoteproc/remoteproc_core.c
AgeCommit message (Expand)Author
2016-10-03remoteproc: Refactor rproc module lockingBjorn Andersson
2016-10-03remoteproc: Split driver and consumer dereferencingBjorn Andersson
2016-10-03remoteproc: Correct resource handling upon boot failureBjorn Andersson
2016-09-19remoteproc: Drop unnecessary NULL checkBjorn Andersson
2016-09-06remoteproc: core: transform struct fw_rsc_vdev_vring reserved field in paLoic PALLARDY
2016-08-18remoteproc: Only update table_ptr if we have a loaded tableBjorn Andersson
2016-08-18remoteproc: Move handling of cached table to boot/shutdownBjorn Andersson
2016-08-18remoteproc: Move vdev handling to boot/shutdownBjorn Andersson
2016-08-18remoteproc: Calculate max_notifyid during loadBjorn Andersson
2016-08-18remoteproc: Introduce auto-boot flagBjorn Andersson
2016-08-13remoteproc: print hex numbers with a leading 0x formatAnna, Suman
2016-08-13remoteproc: align code with open parenthesisAnna, Suman
2016-08-13remoteproc: use variable names for sizeof() operatorAnna, Suman
2016-08-13remoteproc: fix couple of minor typosAnna, Suman
2016-08-13remoteproc: use proper format-specifier for printing dma_addr_tAnna, Suman
2016-08-10remoteproc: core: Remove pointless OOM printLee Jones
2016-08-10remoteproc: core: Trivial: Improve error checking, spelling and debug printsLee Jones
2016-08-10remoteproc: core: Ensure error message is clearLee Jones
2016-06-14remoteproc: Fix potential race condition in rproc_addDave Gerlach
2016-05-12remoteproc: Add additional crash reasonsBjorn Andersson
2016-05-12remoteproc: core: Make the loaded resource table optionalBjorn Andersson
2016-05-06remoteproc: core: Task sync during rproc_fw_boot()Lee Jones
2016-01-30remoteproc: report error if resource table doesn't existStefan Agner
2015-11-26remoteproc: fix memory leak of remoteproc ida cache layersSuman Anna
2015-06-18remoteproc: fix !CONFIG_OF build breakageOhad Ben-Cohen
2015-06-17remoteproc: add a rproc ops for performing address translationSuman Anna
2015-06-16remoteproc: introduce rproc_get_by_phandle APIDave Gerlach
2015-05-02remoteproc: fix various checkpatch warningsSuman Anna
2015-03-12remoteproc: add IOMMU hardware capability flagSuman Anna
2013-07-01remoteproc: Cocci spatch "memdup.spatch"Thomas Meyer
2013-07-01remoteproc: free carveout memories only after unmapping themSuman Anna
2013-06-30remoteproc: fix error return code in rproc_fw_boot()Wei Yongjun
2013-05-07Merge tag 'remoteproc-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-04-24treewide: Fix typo in printk and commentsMasanari Iida
2013-04-07remoteproc: support default firmware name in rproc_alloc()Robert Tivy
2013-04-07remoteproc: set vring addresses in resource tableSjur Brændeland
2013-04-07remoteproc: support virtio config space.Sjur Brændeland
2013-04-07remoteproc: perserve resource table dataOhad Ben-Cohen
2013-04-07remoteproc: calculate max_notifyid by counting vringsSjur Brændeland
2013-04-05remoteproc: code cleanup of resource parsingSjur Brændeland
2013-04-05remoteproc: fix error path of handle_vdevSjur Brændeland
2013-04-05remoteproc: fix the error check for idr_allocSuman Anna
2013-02-28remoteproc: convert to idr_alloc()Tejun Heo
2013-02-28remoteproc: don't use idr_remove_all()Tejun Heo
2012-10-02remoteproc: Fix use of format specifyerEmil Goode
2012-10-02remoteproc: fix a potential NULL-dereference on cleanupDan Carpenter
2012-09-18remtoteproc: maintain max notifyidSjur Brændeland
2012-09-18remoteproc: create a 'recovery' debugfs entryFernando Guzman Lugo
2012-09-18remoteproc: add actual recovery implementationFernando Guzman Lugo