summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
AgeCommit message (Expand)Author
2019-09-22Merge tag 'rproc-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Linus Torvalds
2019-09-04remoteproc: don't allow modular buildChristoph Hellwig
2019-08-26remoteproc: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-08-26remoteproc: stm32: manage the get_irq probe defer caseFabien Dessenne
2019-08-26remoteproc: stm32: clear MCU PDDS at firmware startFabien Dessenne
2019-08-26remoteproc: qcom: q6v5-mss: fixup q6v5_pds_enable error handlingSibi Sankar
2019-08-26remoteproc: Add a sysfs interface for nameSuman Anna
2019-07-24remoteproc: qcom: Move glink_ssr notification after stopBjorn Andersson
2019-07-17Merge tag 'rproc-v5.3' of git://github.com/andersson/remoteprocLinus Torvalds
2019-07-08remoteproc: stm32: fix building without ARM SMCCArnd Bergmann
2019-07-04remoteproc: qcom: q6v5-mss: Fix build error without QCOM_MDT_LOADERYueHaibing
2019-07-01remoteproc: copy parent dma_pfn_offset for vdevClement Leger
2019-07-01remoteproc: qcom: q6v5-mss: Support loading non-split imagesBjorn Andersson
2019-06-29remoteproc: stm32: add an ST stm32_rproc driverFabien Dessenne
2019-06-29remoteproc: Use struct_size() helperGustavo A. R. Silva
2019-06-29remoteproc: add vendor resources handlingClement Leger
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner
2019-06-03remoteproc: imx: Fix typo in "failed"Fabio Estevam
2019-06-03remoteproc: imx: Broaden the Kconfig selection logicFabio Estevam
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21remoteproc: qcom: qdsp6-adsp: Add support for QCS404 CDSPBjorn Andersson
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-03-14Merge tag 'rproc-v5.1' of git://github.com/andersson/remoteprocLinus Torvalds
2019-03-12remoteproc: fix for "dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag"Stephen Rothwell
2019-02-20remoteproc: fix rproc_check_carveout_da() returned error and commentsLoic Pallardy
2019-02-20remoteproc: fix trace buffer va initializationLoic Pallardy
2019-02-20remoteproc: fix rproc_alloc_carveout() for rproc with iommu domainLoic Pallardy
2019-02-20remoteproc: add warning on resource table castLoic Pallardy
2019-02-20remoteproc: fix rproc_alloc_carveout() bad variable castLoic Pallardy
2019-02-20remoteproc: fix rproc_da_to_va in case of unallocated carveoutLoic Pallardy
2019-02-20remoteproc: correct rproc_mem_entry_init() commentsLoic Pallardy
2019-02-20remoteproc: fix recovery procedureLoic Pallardy
2019-02-20remoteproc: st: add reserved memory supportLoic Pallardy
2019-02-20remoteproc: create vdev subdevice with specific dma memory poolLoic Pallardy
2019-02-17remoteproc: q6v5_adsp: Remove voting for lpass_aon clockRohit kumar
2019-01-30remoteproc: q6v5-mss: Active powerdomain for SDM845Bjorn Andersson
2019-01-30remoteproc: q6v5-mss: Vote for rpmh power domainsRajendra Nayak
2019-01-29remoteproc: qcom: Add support for parsing fw dt bindingsSibi Sankar
2019-01-29remoteproc: qcom_q6v5: don't auto boot remote processorRamon Fried
2019-01-21remoteproc: qcom: Wait for shutdown-ack/ind on sysmon shutdownSibi Sankar
2019-01-21remoteproc: qcom: Add shutdown-ack irqSibi Sankar
2019-01-14remoteproc/qcom_sysmon.c: Remove duplicate headerBrajeswar Ghosh
2019-01-14virtio: don't allocate vqs when names[i] = NULLWei Wang
2019-01-06remoteproc: qcom: q6v5-mss: Add missing regulator for MSM8996Sibi Sankar
2019-01-06remoteproc: qcom: q6v5-mss: Add missing clocks for MSM8996Sibi Sankar
2019-01-06remoteproc: qcom: fix spelling mistake "Peripherial" -> "Peripheral"Colin Ian King
2019-01-06remoteproc: debug: add crash debugfs nodeXiang Xiao
2018-11-26virtio_ring: disable packed ring on unsupported transportsTiwei Bie