Age | Commit message (Expand) | Author | Files | Lines |
2020-06-08 | Merge tag 'rproc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ander... | Linus Torvalds | 20 | -240/+777 |
2020-05-20 | remoteproc: Fix an error code in devm_rproc_alloc() | Dan Carpenter | 1 | -1/+1 |
2020-05-19 | remoteproc: ingenic: Added remoteproc driver | Paul Cercueil | 3 | -0/+290 |
2020-05-19 | remoteproc: Add support for runtime PM | Paul Cercueil | 1 | -1/+16 |
2020-05-14 | remoteproc: wcss: Fix arguments passed to qcom_add_glink_subdev() | Bjorn Andersson | 1 | -1/+1 |
2020-05-13 | remoteproc: Fix and restore the parenting hierarchy for vdev | Suman Anna | 1 | -1/+1 |
2020-05-13 | remoteproc: Fall back to using parent memory pool if no dedicated available | Tero Kristo | 1 | -0/+12 |
2020-05-12 | remoteproc: wcss: add support for rpmsg communication | Sivaprakash Murugesan | 1 | -0/+6 |
2020-05-12 | remoteproc: core: Prevent system suspend during remoteproc recovery | Rishabh Bhatnagar | 2 | -0/+7 |
2020-05-12 | remoteproc: qcom_q6v5_mss: Remove unused q6v5_da_to_va function | Sibi Sankar | 1 | -14/+0 |
2020-05-12 | remoteproc: qcom_q6v5_mss: map/unmap mpss segments before/after use | Sibi Sankar | 1 | -11/+20 |
2020-05-12 | remoteproc: qcom_q6v5_mss: Drop accesses to MPSS PERPH register space | Sibi Sankar | 1 | -84/+18 |
2020-05-12 | remoteproc: qcom: pas: Add SM8250 PAS remoteprocs | Bjorn Andersson | 1 | -0/+62 |
2020-05-11 | remoteproc: qcom_q6v5_mss: Extract mba/mpss from memory-region | Sibi Sankar | 1 | -3/+18 |
2020-05-11 | remoteproc: qcom: pas: Add SC7180 Modem support | Sibi Sankar | 1 | -0/+1 |
2020-05-11 | remoteproc/mediatek: fix invalid use of sizeof in scp_ipi_init() | Wei Yongjun | 1 | -2/+2 |
2020-05-07 | soc: qcom: glink_ssr: Internalize ssr_notifiers | Bjorn Andersson | 1 | -0/+8 |
2020-05-07 | remoteproc: qcom: Pass ssr_name to glink subdevice | Bjorn Andersson | 5 | -5/+15 |
2020-04-23 | Merge tag 'rproc-v5.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -17/+24 |
2020-04-23 | remoteproc: Add missing '\n' in log messages | Christophe JAILLET | 1 | -2/+1 |
2020-04-23 | remoteproc: Add prepare and unprepare ops | Loic Pallardy | 2 | -1/+30 |
2020-04-23 | remoteproc: remove rproc_elf32_sanity_check | Clement Leger | 6 | -27/+4 |
2020-04-21 | remoteproc: Add device-managed variants of rproc_alloc/rproc_add | Paul Cercueil | 1 | -0/+67 |
2020-04-21 | remoteproc: Use a local copy for the name field | Suman Anna | 1 | -1/+5 |
2020-04-21 | remoteproc: Get rid of tedious error path | Mathieu Poirier | 1 | -12/+9 |
2020-04-21 | remoteproc: Split rproc_ops allocation from rproc_alloc() | Mathieu Poirier | 1 | -12/+21 |
2020-04-21 | remoteproc: Restructure firmware name allocation | Mathieu Poirier | 1 | -7/+7 |
2020-04-21 | remoteproc: Use kstrdup_const() rather than kstrdup() | Mathieu Poirier | 1 | -4/+4 |
2020-04-20 | remoteproc: sysmon: Inform current rproc about all active rprocs | Siddharth Gupta | 1 | -0/+25 |
2020-04-20 | remoteproc: sysmon: Add notifications for events | Siddharth Gupta | 1 | -0/+37 |
2020-04-20 | remoteproc: sysmon: Add ability to send type of notification | Siddharth Gupta | 1 | -17/+37 |
2020-04-20 | remoteproc: use rproc_coredump_set_elf_info in drivers | Clement Leger | 5 | -0/+7 |
2020-04-20 | remoteproc: add rproc_coredump_set_elf_info | Clement Leger | 2 | -5/+30 |
2020-04-20 | remoteproc: Simplify default name allocation | Mathieu Poirier | 1 | -12/+7 |
2020-04-20 | remoteproc: Split firmware name allocation from rproc_alloc() | Mathieu Poirier | 1 | -27/+39 |
2020-04-20 | remoteproc: Fix IDR initialisation in rproc_alloc() | Alex Elder | 1 | -2/+1 |
2020-04-17 | remoteproc: pull in slab.h | Michael S. Tsirkin | 1 | -0/+1 |
2020-04-17 | remoteproc: pull in slab.h | Michael S. Tsirkin | 1 | -0/+1 |
2020-04-17 | remoteproc: convert to DEFINE_SHOW_ATTRIBUTE | Yangtao Li | 1 | -24/+4 |
2020-04-17 | remoteproc: mtk_scp: use dma_addr_t for DMA API | Arnd Bergmann | 2 | -4/+4 |
2020-04-17 | remoteproc: qcom_q6v5_mss: fix q6v5_probe() error paths | Alex Elder | 1 | -12/+19 |
2020-04-17 | remoteproc: qcom_q6v5_mss: fix a bug in q6v5_probe() | Alex Elder | 1 | -1/+1 |
2020-04-03 | remoteproc/omap: Fix set_load call in omap_rproc_request_timer | Nathan Chancellor | 1 | -1/+1 |
2020-04-03 | Merge tag 'rproc-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ander... | Linus Torvalds | 23 | -218/+1745 |
2020-03-26 | remoteproc/omap: Switch to SPDX license identifiers | Suman Anna | 1 | -26/+1 |
2020-03-26 | remoteproc/omap: Add watchdog functionality for remote processors | Suman Anna | 2 | -11/+167 |
2020-03-26 | remoteproc/omap: Report device exceptions and trigger recovery | Suman Anna | 1 | -1/+5 |
2020-03-26 | remoteproc/omap: Add support for runtime auto-suspend/resume | Suman Anna | 1 | -9/+203 |
2020-03-26 | remoteproc/omap: Add support for system suspend/resume | Suman Anna | 2 | -2/+207 |
2020-03-26 | remoteproc/omap: Request a timer(s) for remoteproc usage | Suman Anna | 1 | -1/+290 |