aboutsummaryrefslogtreecommitdiff
path: root/drivers/remoteproc
AgeCommit message (Expand)AuthorFilesLines
2020-06-08Merge tag 'rproc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Gravatar Linus Torvalds 20-240/+777
2020-05-20remoteproc: Fix an error code in devm_rproc_alloc()Gravatar Dan Carpenter 1-1/+1
2020-05-18remoteproc: ingenic: Added remoteproc driverGravatar Paul Cercueil 3-0/+290
2020-05-18remoteproc: Add support for runtime PMGravatar Paul Cercueil 1-1/+16
2020-05-14remoteproc: wcss: Fix arguments passed to qcom_add_glink_subdev()Gravatar Bjorn Andersson 1-1/+1
2020-05-12remoteproc: Fix and restore the parenting hierarchy for vdevGravatar Suman Anna 1-1/+1
2020-05-12remoteproc: Fall back to using parent memory pool if no dedicated availableGravatar Tero Kristo 1-0/+12
2020-05-12remoteproc: wcss: add support for rpmsg communicationGravatar Sivaprakash Murugesan 1-0/+6
2020-05-12remoteproc: core: Prevent system suspend during remoteproc recoveryGravatar Rishabh Bhatnagar 2-0/+7
2020-05-12remoteproc: qcom_q6v5_mss: Remove unused q6v5_da_to_va functionGravatar Sibi Sankar 1-14/+0
2020-05-12remoteproc: qcom_q6v5_mss: map/unmap mpss segments before/after useGravatar Sibi Sankar 1-11/+20
2020-05-12remoteproc: qcom_q6v5_mss: Drop accesses to MPSS PERPH register spaceGravatar Sibi Sankar 1-84/+18
2020-05-12remoteproc: qcom: pas: Add SM8250 PAS remoteprocsGravatar Bjorn Andersson 1-0/+62
2020-05-11remoteproc: qcom_q6v5_mss: Extract mba/mpss from memory-regionGravatar Sibi Sankar 1-3/+18
2020-05-11remoteproc: qcom: pas: Add SC7180 Modem supportGravatar Sibi Sankar 1-0/+1
2020-05-11remoteproc/mediatek: fix invalid use of sizeof in scp_ipi_init()Gravatar Wei Yongjun 1-2/+2
2020-05-07soc: qcom: glink_ssr: Internalize ssr_notifiersGravatar Bjorn Andersson 1-0/+8
2020-05-07remoteproc: qcom: Pass ssr_name to glink subdeviceGravatar Bjorn Andersson 5-5/+15
2020-04-23Merge tag 'rproc-v5.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-17/+24
2020-04-22remoteproc: Add missing '\n' in log messagesGravatar Christophe JAILLET 1-2/+1
2020-04-22remoteproc: Add prepare and unprepare opsGravatar Loic Pallardy 2-1/+30
2020-04-22remoteproc: remove rproc_elf32_sanity_checkGravatar Clement Leger 6-27/+4
2020-04-20remoteproc: Add device-managed variants of rproc_alloc/rproc_addGravatar Paul Cercueil 1-0/+67
2020-04-20remoteproc: Use a local copy for the name fieldGravatar Suman Anna 1-1/+5
2020-04-20remoteproc: Get rid of tedious error pathGravatar Mathieu Poirier 1-12/+9
2020-04-20remoteproc: Split rproc_ops allocation from rproc_alloc()Gravatar Mathieu Poirier 1-12/+21
2020-04-20remoteproc: Restructure firmware name allocationGravatar Mathieu Poirier 1-7/+7
2020-04-20remoteproc: Use kstrdup_const() rather than kstrdup()Gravatar Mathieu Poirier 1-4/+4
2020-04-20remoteproc: sysmon: Inform current rproc about all active rprocsGravatar Siddharth Gupta 1-0/+25
2020-04-20remoteproc: sysmon: Add notifications for eventsGravatar Siddharth Gupta 1-0/+37
2020-04-20remoteproc: sysmon: Add ability to send type of notificationGravatar Siddharth Gupta 1-17/+37
2020-04-19remoteproc: use rproc_coredump_set_elf_info in driversGravatar Clement Leger 5-0/+7
2020-04-19remoteproc: add rproc_coredump_set_elf_infoGravatar Clement Leger 2-5/+30
2020-04-19remoteproc: Simplify default name allocationGravatar Mathieu Poirier 1-12/+7
2020-04-19remoteproc: Split firmware name allocation from rproc_alloc()Gravatar Mathieu Poirier 1-27/+39
2020-04-19remoteproc: Fix IDR initialisation in rproc_alloc()Gravatar Alex Elder 1-2/+1
2020-04-17remoteproc: pull in slab.hGravatar Michael S. Tsirkin 1-0/+1
2020-04-17remoteproc: pull in slab.hGravatar Michael S. Tsirkin 1-0/+1
2020-04-16remoteproc: convert to DEFINE_SHOW_ATTRIBUTEGravatar Yangtao Li 1-24/+4
2020-04-16remoteproc: mtk_scp: use dma_addr_t for DMA APIGravatar Arnd Bergmann 2-4/+4
2020-04-16remoteproc: qcom_q6v5_mss: fix q6v5_probe() error pathsGravatar Alex Elder 1-12/+19
2020-04-16remoteproc: qcom_q6v5_mss: fix a bug in q6v5_probe()Gravatar Alex Elder 1-1/+1
2020-04-03remoteproc/omap: Fix set_load call in omap_rproc_request_timerGravatar Nathan Chancellor 1-1/+1
2020-04-02Merge tag 'rproc-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Gravatar Linus Torvalds 23-218/+1745
2020-03-25remoteproc/omap: Switch to SPDX license identifiersGravatar Suman Anna 1-26/+1
2020-03-25remoteproc/omap: Add watchdog functionality for remote processorsGravatar Suman Anna 2-11/+167
2020-03-25remoteproc/omap: Report device exceptions and trigger recoveryGravatar Suman Anna 1-1/+5
2020-03-25remoteproc/omap: Add support for runtime auto-suspend/resumeGravatar Suman Anna 1-9/+203
2020-03-25remoteproc/omap: Add support for system suspend/resumeGravatar Suman Anna 2-2/+207
2020-03-25remoteproc/omap: Request a timer(s) for remoteproc usageGravatar Suman Anna 1-1/+290