aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-14remoteproc: qcom: hexagon: Clean up mpss validationBjorn Andersson1-11/+7
2016-07-14remoteproc: qcom: remove redundant dev_err call in q6v5_init_mem()Wei Yongjun1-6/+2
2016-07-13remoteproc: qcom: Driver for the self-authenticating Hexagon v5Bjorn Andersson5-0/+1124
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 Jones3-3/+29
2016-03-28remoteproc: st: fix check of syscon_regmap_lookup_by_phandle() return valueVladimir Zapolskiy1-2/+2
2016-01-29remoteproc: Supply controller driver for ST's Remote ProcessorsLee Jones3-0/+307
2016-01-29remoteproc: debugfs: Add ability to boot remote processor using debugfsLee Jones1-0/+34
2016-01-29remoteproc: debugfs: Return error on invalid 'count' valueLee Jones1-1/+1
2016-01-29remoteproc/wkup_m3: Use MODULE_DEVICE_TABLE to export aliasDave Gerlach1-0/+1
2016-01-29remoteproc: report error if resource table doesn't existStefan Agner1-1/+3
2016-01-12virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi1-1/+1
2015-11-26remoteproc: fix memory leak of remoteproc ida cache layersSuman Anna1-0/+2
2015-11-26remoteproc: avoid stack overflow in debugfs fileArnd Bergmann1-1/+1
2015-06-18remoteproc: fix !CONFIG_OF build breakageOhad Ben-Cohen1-0/+7
2015-06-17remoteproc/wkup_m3: add a remoteproc driver for TI Wakeup M3Dave Gerlach3-0/+271
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 Anna2-19/+10
2015-05-02remoteproc/davinci: fix quoted split string checkpatch warningSuman Anna1-2/+1
2015-05-02remoteproc/ste: add blank lines after declarationsSuman Anna1-2/+2
2015-03-12remoteproc: add IOMMU hardware capability flagSuman Anna4-13/+6
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-3/+0
2014-12-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+8
2014-12-09virtio: allow finalize_features to failMichael S. Tsirkin1-1/+3
2014-12-09virtio: assert 32 bit features in transportsMichael S. Tsirkin1-0/+3
2014-12-09virtio: add support for 64 bit features.Michael S. Tsirkin1-1/+1
2014-12-09virtio: use u32, not bitmap for featuresMichael S. Tsirkin1-1/+1
2014-11-27mailbox/omap: adapt to the new mailbox frameworkSuman Anna1-24/+27
2014-10-20remoteproc: drop owner assignment from platform_driversWolfram Sang3-3/+0
2014-06-17remoteproc: da8xx: don't select CMA on no-MMUArnd Bergmann1-1/+1
2014-02-24remoteproc/ste_modem: staticize local symbolsJingoo Han1-2/+2
2014-02-24remoteproc/davinci: simplify use of devm_ioremap_resourceJulia Lawall1-13/+1
2014-02-24remoteproc/davinci: drop needless devm_clk_putUwe Kleine-König1-2/+0
2013-10-29virtio_ring: change host notification APIHeinz Graalfs1-1/+2
2013-07-15remoteproc: don't use PTR_RET().Rusty Russell1-1/+1
2013-07-11Merge tag 'remoteproc-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteprocLinus Torvalds3-16/+15
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 checkpatch errors in remoteproc codeSuman Anna2-4/+3
2013-06-30remoteproc: fix error return code in rproc_fw_boot()Wei Yongjun1-3/+4
2013-06-11mailbox/omap: move the OMAP mailbox framework to driversSuman Anna2-2/+3
2013-05-07Merge tag 'remoteproc-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteprocLinus Torvalds8-134/+668
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-21remoteproc: fix kconfig dependencies for VIRTIOSuman Anna1-0/+1
2013-04-15remoteproc/davinci: add a remoteproc driver for OMAP-L13x DSPRobert Tivy3-0/+348
2013-04-07remoteproc: support default firmware name in rproc_alloc()Robert Tivy1-4/+24