aboutsummaryrefslogtreecommitdiff
path: root/drivers/remoteproc
AgeCommit message (Expand)AuthorFilesLines
2015-03-12remoteproc: add IOMMU hardware capability flagGravatar Suman Anna 4-13/+6
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-3/+0
2014-12-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-3/+8
2014-12-09virtio: allow finalize_features to failGravatar Michael S. Tsirkin 1-1/+3
2014-12-09virtio: assert 32 bit features in transportsGravatar Michael S. Tsirkin 1-0/+3
2014-12-09virtio: add support for 64 bit features.Gravatar Michael S. Tsirkin 1-1/+1
2014-12-09virtio: use u32, not bitmap for featuresGravatar Michael S. Tsirkin 1-1/+1
2014-11-27mailbox/omap: adapt to the new mailbox frameworkGravatar Suman Anna 1-24/+27
2014-10-20remoteproc: drop owner assignment from platform_driversGravatar Wolfram Sang 3-3/+0
2014-06-17remoteproc: da8xx: don't select CMA on no-MMUGravatar Arnd Bergmann 1-1/+1
2014-02-24remoteproc/ste_modem: staticize local symbolsGravatar Jingoo Han 1-2/+2
2014-02-24remoteproc/davinci: simplify use of devm_ioremap_resourceGravatar Julia Lawall 1-13/+1
2014-02-24remoteproc/davinci: drop needless devm_clk_putGravatar Uwe Kleine-König 1-2/+0
2013-10-29virtio_ring: change host notification APIGravatar Heinz Graalfs 1-1/+2
2013-07-15remoteproc: don't use PTR_RET().Gravatar Rusty Russell 1-1/+1
2013-07-11Merge tag 'remoteproc-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-16/+15
2013-07-01remoteproc: Cocci spatch "memdup.spatch"Gravatar Thomas Meyer 1-2/+1
2013-07-01remoteproc: free carveout memories only after unmapping themGravatar Suman Anna 1-7/+7
2013-06-30remoteproc: fix checkpatch errors in remoteproc codeGravatar Suman Anna 2-4/+3
2013-06-30remoteproc: fix error return code in rproc_fw_boot()Gravatar Wei Yongjun 1-3/+4
2013-06-11mailbox/omap: move the OMAP mailbox framework to driversGravatar Suman Anna 2-2/+3
2013-05-07Merge tag 'remoteproc-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 8-134/+668
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2013-04-24treewide: Fix typo in printk and commentsGravatar Masanari Iida 1-1/+1
2013-04-21remoteproc: fix kconfig dependencies for VIRTIOGravatar Suman Anna 1-0/+1
2013-04-15remoteproc/davinci: add a remoteproc driver for OMAP-L13x DSPGravatar Robert Tivy 3-0/+348
2013-04-07remoteproc: support default firmware name in rproc_alloc()Gravatar Robert Tivy 1-4/+24
2013-04-07remoteproc: fix FW_CONFIG typoGravatar Robert Tivy 1-1/+1
2013-04-07remoteproc/omap: support OMAP5 tooGravatar Vincent Stehlé 1-1/+1
2013-04-07remoteproc: set vring addresses in resource tableGravatar Sjur Brændeland 1-2/+17
2013-04-07remoteproc: support virtio config space.Gravatar Sjur Brændeland 2-18/+64
2013-04-07remoteproc: perserve resource table dataGravatar Ohad Ben-Cohen 2-20/+79
2013-04-07remoteproc: calculate max_notifyid by counting vringsGravatar Sjur Brændeland 2-16/+19
2013-04-05remoteproc: code cleanup of resource parsingGravatar Sjur Brændeland 1-40/+12
2013-04-05remoteproc: parse STE-firmware and find resource table addressGravatar Sjur Brændeland 1-14/+29
2013-04-05remoteproc: add find_loaded_rsc_table firmware opsGravatar Sjur Brændeland 2-1/+39
2013-04-05remoteproc: refactor rproc_elf_find_rsc_table()Gravatar Sjur Brændeland 1-29/+46
2013-04-05remoteproc: fix error path of handle_vdevGravatar Sjur Brændeland 1-1/+3
2013-04-05remoteproc/ste: fix memory leak on shutdownGravatar Dmitry Tarnyagin 1-1/+6
2013-04-05remoteproc: fix the error check for idr_allocGravatar Suman Anna 1-1/+1
2013-02-27remoteproc: convert to idr_alloc()Gravatar Tejun Heo 1-7/+3
2013-02-27remoteproc: don't use idr_remove_all()Gravatar Tejun Heo 1-1/+0
2013-02-26Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2013-02-21Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Gravatar Linus Torvalds 1-1/+1
2013-02-15remoteproc: omap: depend on OMAP_MBOX_FWKGravatar Arnd Bergmann 1-1/+1
2013-02-11virtio: make config_ops constGravatar Stephen Hemminger 1-1/+1
2013-01-21drivers/remoteproc: remove depends on CONFIG_EXPERIMENTALGravatar Kees Cook 1-4/+1
2013-01-03Drivers: misc: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-3/+3
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+2
2012-12-03treewide: Fix typos in various driversGravatar Masanari Iida 1-2/+2