summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
Commit message (Expand)AuthorAgeFilesLines
* remoteproc: da8xx: don't select CMA on no-MMUArnd Bergmann2014-06-171-1/+1
* remoteproc/ste_modem: staticize local symbolsJingoo Han2014-02-241-2/+2
* remoteproc/davinci: simplify use of devm_ioremap_resourceJulia Lawall2014-02-241-13/+1
* remoteproc/davinci: drop needless devm_clk_putUwe Kleine-König2014-02-241-2/+0
* virtio_ring: change host notification APIHeinz Graalfs2013-10-291-1/+2
* remoteproc: don't use PTR_RET().Rusty Russell2013-07-151-1/+1
* Merge tag 'remoteproc-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-113-16/+15
|\
| * 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 checkpatch errors in remoteproc codeSuman Anna2013-06-302-4/+3
| * remoteproc: fix error return code in rproc_fw_boot()Wei Yongjun2013-06-301-3/+4
* | mailbox/omap: move the OMAP mailbox framework to driversSuman Anna2013-06-112-2/+3
|/
* Merge tag 'remoteproc-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-078-134/+668
|\
| * remoteproc: fix kconfig dependencies for VIRTIOSuman Anna2013-04-211-0/+1
| * remoteproc/davinci: add a remoteproc driver for OMAP-L13x DSPRobert Tivy2013-04-153-0/+348
| * remoteproc: support default firmware name in rproc_alloc()Robert Tivy2013-04-071-4/+24
| * remoteproc/omap: support OMAP5 tooVincent Stehlé2013-04-071-1/+1
| * remoteproc: set vring addresses in resource tableSjur Brændeland2013-04-071-2/+17
| * remoteproc: support virtio config space.Sjur Brændeland2013-04-072-18/+64
| * remoteproc: perserve resource table dataOhad Ben-Cohen2013-04-072-20/+79
| * remoteproc: calculate max_notifyid by counting vringsSjur Brændeland2013-04-072-16/+19
| * remoteproc: code cleanup of resource parsingSjur Brændeland2013-04-051-40/+12
| * remoteproc: parse STE-firmware and find resource table addressSjur Brændeland2013-04-051-14/+29
| * remoteproc: add find_loaded_rsc_table firmware opsSjur Brændeland2013-04-052-1/+39
| * remoteproc: refactor rproc_elf_find_rsc_table()Sjur Brændeland2013-04-051-29/+46
* | 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 FW_CONFIG typoRobert Tivy2013-04-071-1/+1
* | remoteproc: fix error path of handle_vdevSjur Brændeland2013-04-051-1/+3
* | remoteproc/ste: fix memory leak on shutdownDmitry Tarnyagin2013-04-051-1/+6
* | 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
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-261-1/+1
|\
| * virtio: make config_ops constStephen Hemminger2013-02-111-1/+1
* | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-02-211-1/+1
|\ \
| * | remoteproc: omap: depend on OMAP_MBOX_FWKArnd Bergmann2013-02-151-1/+1
| |/
* / drivers/remoteproc: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-4/+1
|/
* Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-2/+2
|\
| * treewide: Fix typos in various driversMasanari Iida2012-12-031-2/+2
* | remoteproc: fix error path of ->find_vqsOhad Ben-Cohen2012-11-291-6/+12
|/
* Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-071-1/+4
|\
| * virtio: support reserved vqsMichael S. Tsirkin2012-09-281-0/+3
| * virtio-ring: move queue_index to vring_virtqueueJason Wang2012-09-281-1/+1
* | Merge tag 'remoteproc-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-10-047-42/+593
|\ \
| * | remoteproc: Fix use of format specifyerEmil Goode2012-10-021-4/+6
| * | remoteproc: fix a potential NULL-dereference on cleanupDan Carpenter2012-10-021-11/+11
| * | remoteproc: select VIRTIO to avoid build breakageOhad Ben-Cohen2012-10-021-0/+1
| * | remoteproc: return -EFAULT on copy_from_user failureDan Carpenter2012-09-301-1/+1