aboutsummaryrefslogtreecommitdiff
path: root/drivers/remoteproc
AgeCommit message (Expand)AuthorFilesLines
2016-08-12remoteproc: print hex numbers with a leading 0x formatGravatar Anna, Suman 1-4/+4
2016-08-12remoteproc: align code with open parenthesisGravatar Anna, Suman 5-39/+39
2016-08-12remoteproc: fix bare unsigned type usageGravatar Anna, Suman 1-6/+6
2016-08-12remoteproc: use variable names for sizeof() operatorGravatar Anna, Suman 1-2/+2
2016-08-12remoteproc: fix couple of minor typosGravatar Anna, Suman 2-2/+2
2016-08-12remoteproc: use proper format-specifier for printing dma_addr_tGravatar Anna, Suman 1-6/+6
2016-08-10remoteproc: qcom: hexagon: Fix error return code in q6v5_probe()Gravatar Wei Yongjun 1-1/+3
2016-08-10remoteproc: core: Remove pointless OOM printGravatar Lee Jones 1-1/+0
2016-08-10remoteproc: core: Trivial: Improve error checking, spelling and debug printsGravatar Lee Jones 1-6/+6
2016-08-10remoteproc: core: Ensure error message is clearGravatar Lee Jones 1-2/+3
2016-08-04dma-mapping: use unsigned long for dma_attrsGravatar Krzysztof Kozlowski 1-4/+3
2016-07-14remoteproc: qcom: hexagon: Clean up mpss validationGravatar Bjorn Andersson 1-11/+7
2016-07-14remoteproc: qcom: remove redundant dev_err call in q6v5_init_mem()Gravatar Wei Yongjun 1-6/+2
2016-07-13remoteproc: qcom: Driver for the self-authenticating Hexagon v5Gravatar Bjorn Andersson 5-0/+1124
2016-06-14remoteproc: Fix potential race condition in rproc_addGravatar Dave Gerlach 1-6/+9
2016-05-12remoteproc: Add additional crash reasonsGravatar Bjorn Andersson 1-0/+2
2016-05-12remoteproc: core: Make the loaded resource table optionalGravatar Bjorn Andersson 1-6/+2
2016-05-06remoteproc: core: Task sync during rproc_fw_boot()Gravatar Lee Jones 3-3/+29
2016-03-28remoteproc: st: fix check of syscon_regmap_lookup_by_phandle() return valueGravatar Vladimir Zapolskiy 1-2/+2
2016-01-29remoteproc: Supply controller driver for ST's Remote ProcessorsGravatar Lee Jones 3-0/+307
2016-01-29remoteproc: debugfs: Add ability to boot remote processor using debugfsGravatar Lee Jones 1-0/+34
2016-01-29remoteproc: debugfs: Return error on invalid 'count' valueGravatar Lee Jones 1-1/+1
2016-01-29remoteproc/wkup_m3: Use MODULE_DEVICE_TABLE to export aliasGravatar Dave Gerlach 1-0/+1
2016-01-29remoteproc: report error if resource table doesn't existGravatar Stefan Agner 1-1/+3
2016-01-12virtio: make find_vqs() checkpatch.pl-friendlyGravatar Stefan Hajnoczi 1-1/+1
2015-11-26remoteproc: fix memory leak of remoteproc ida cache layersGravatar Suman Anna 1-0/+2
2015-11-26remoteproc: avoid stack overflow in debugfs fileGravatar Arnd Bergmann 1-1/+1
2015-06-18remoteproc: fix !CONFIG_OF build breakageGravatar Ohad Ben-Cohen 1-0/+7
2015-06-17remoteproc/wkup_m3: add a remoteproc driver for TI Wakeup M3Gravatar Dave Gerlach 3-0/+271
2015-06-17remoteproc: add a rproc ops for performing address translationGravatar Suman Anna 1-6/+25
2015-06-16remoteproc: introduce rproc_get_by_phandle APIGravatar Dave Gerlach 1-0/+50
2015-05-02remoteproc: fix various checkpatch warningsGravatar Suman Anna 2-19/+10
2015-05-02remoteproc/davinci: fix quoted split string checkpatch warningGravatar Suman Anna 1-2/+1
2015-05-02remoteproc/ste: add blank lines after declarationsGravatar Suman Anna 1-2/+2
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