public inbox for linux-remoteproc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-02-01 09:22:15 to 2017-05-16 11:25:09 UTC [more...]

[PATCH v4 1/5] mailbox: Make startup and shutdown ops optional
 2017-05-16 11:25 UTC  (29+ messages)
` [PATCH v4 2/5] dt-bindings: mailbox: Introduce Qualcomm APCS global binding
` [PATCH v4 3/5] soc: qcom: Introduce APCS IPC driver
` [PATCH v4 4/5] soc: qcom: Add device tree binding for GLINK RPM
` [PATCH v4 5/5] rpmsg: Introduce Qualcomm RPM glink driver

[PATCH] hwspinlock: sprd: Add hardware spinlock driver
 2017-05-16  7:54 UTC 

[PATCH v4 0/4] Add new SCM call for stage two mem translation and enable mss rproc on msm8996
 2017-05-15 22:32 UTC  (6+ messages)
` [PATCH v4 1/4] firmware: scm: Add support for shared access of a memory
` [PATCH v4 2/4] remoteproc: qcom: refactor mss fw image loading sequence
` [PATCH v4 3/4] remoteproc: qcom: Add new secure monitor call for access
` [PATCH v4 4/4] remoteproc: qcom: Add support for mss boot on msm8996

[PATCH 1/1] remoteproc: fix elf_loader da_to_va translation and writing beyond segment
 2017-05-15 14:37 UTC  (5+ messages)

[PATCH] rpmsg: Make rpmsg_create_ept() propagate error
 2017-05-09  8:47 UTC  (2+ messages)

[RFC PATCH v1] Make HWSPINLOCK a menuconfig to ease disabling
 2017-05-08  5:07 UTC  (4+ messages)
` [PATCH] "

[PATCH v3 1/4] dt-bindings: Introduce doorbell binding
 2017-05-04 17:00 UTC  (10+ messages)
` [PATCH v3 2/4] soc: qcom: Introduce APCS IPC driver
` [PATCH v3 3/4] soc: qcom: Add device tree binding for GLINK RPM
` [PATCH v3 4/4] rpmsg: Introduce Qualcomm RPM glink driver

[PATCH v4 0/5] virtio_rpmsg: make rpmsg channel configurable
 2017-05-03 15:34 UTC  (7+ messages)
` [PATCH v4 1/5] rpmsg: virtio_rpmsg: set rpmsg_buf_size customizable
` [PATCH v4 2/5] rpmsg: virtio_rpmsg_bus: fix sg_set_buf() when addr is not a valid kernel address
` [PATCH v4 3/5] include: virtio_rpmsg: add virtio rpmsg configuration structure
` [PATCH v4 4/5] rpmsg: virtio_rpmsg: get buffer configuration from virtio
` [PATCH v4 5/5] rpmsg: virtio_rpmsg: set buffer configuration to virtio

[PATCH v4 0/2] remoteproc: st: add virtio_rpmsg support
 2017-05-03 15:29 UTC  (4+ messages)
` [PATCH v4 1/2] remoteproc: st: add da to va support
` [PATCH v4 2/2] remoteproc: core: don't allocate carveout if pa is defined

[PATCH 1/2] remoteproc: Introduce rproc_{start,stop}() functions
 2017-05-03  2:06 UTC  (4+ messages)
` [PATCH 2/2] remoteproc: Rearrange code to avoid duplication

[PATCH 0/3] dynamic_hex_dump cleanup
 2017-04-29  8:46 UTC  (14+ messages)
` [PATCH 1/3] printk: provide generic dynamic_hex_dump fallback
` [PATCH 2/3] virtio, rpmsg: switch to dynamic_hex_dump()
` [PATCH 3/3] acpi, nfit: kill ACPI_NFIT_DEBUG, "

[PATCH v3 0/2] Enable mss rproc support on msm8996
 2017-04-14 17:59 UTC  (9+ messages)
` [PATCH v3 1/2] soc: qcom: Add support of scm call for mss rproc to share access of ddr
` [PATCH v3 2/2] remoteproc: qcom: Enable mss rproc support on msm8996

Shared memory between remote processors
 2017-04-10 19:25 UTC  (2+ messages)

[PATCH v6 0/4] MIPS: Remote processor driver
 2017-04-03 10:11 UTC  (6+ messages)
` [PATCH v6 1/4] irqchip: mips-gic: Add context saving for MIPS_REMOTEPROC
` [PATCH v6 2/4] MIPS: CPS: Add VP(E) stealing
` [PATCH v6 3/4] remoteproc/MIPS: Add a remoteproc driver for MIPS
` [PATCH v6 4/4] MIPS: Deprecate VPE Loader

[PATCH 1/6] virtio: wrap find_vqs
 2017-04-01 16:13 UTC  (8+ messages)

[RFC LINUX PATCH 0/3] Allow remote to specify shared memory
 2017-03-30 17:39 UTC  (10+ messages)
` [RFC LINUX PATCH 1/3] remoteproc: add rproc mem resource entry
` [RFC LINUX PATCH 2/3] remoteproc: add rproc_mem resource entry handler
` [RFC LINUX PATCH 3/3] remoteproc: Release DMA declare mem when cleanup rsc

[PATCH v2 1/2] soc: qcom: Add device tree binding for GLINK RPM
 2017-03-27 23:30 UTC  (6+ messages)
` [PATCH v2 2/2] rpmsg: Introduce Qualcomm RPM glink driver

[RFC LINUX PATCH 00/19] Allow master to restart without restarting slave
 2017-03-24 19:22 UTC  (20+ messages)
` [RFC LINUX PATCH 01/19] remoteproc: Add is_runinng to remoteproc ops
` [RFC LINUX PATCH 02/19] remtoeproc: Add an operation to check if remote is running
` [RFC LINUX PATCH 03/19] remoteproc: Add a running independent state
` [RFC LINUX PATCH 04/19] remoteproc: sysfs: Add "
` [RFC LINUX PATCH 05/19] remoteproc: check if remote is running the fw before reload fw
` [RFC LINUX PATCH 06/19] remoteproc: elf loader: Add get checksum firmware implementation
` [RFC LINUX PATCH 07/19] remoteproc: Add firmware checksum resource entry
` [RFC LINUX PATCH 08/19] remoteproc: add a function to set fw checksum rsc
` [RFC LINUX PATCH 09/19] remoteproc: check firmware checksum in rproc_is_running_fw()
` [RFC LINUX PATCH 10/19] remoteproc: Add rproc resource with id struct
` [RFC LINUX PATCH 11/19] remoteproc: Add rproc_idr_alloc/remove wrapper
` [RFC LINUX PATCH 12/19] remoteproc: use rproc_id_rsc for data got from idr_find()
` [RFC LINUX PATCH 13/19] remoteproc: add config_wait_complete to rproc_vdev
` [RFC LINUX PATCH 14/19] remoteproc virtio: handle rproc vdev notification
` [RFC LINUX PATCH 15/19] remoteproc: virtio: rename rproc_virtio_notify to rproc_vq_notify
` [RFC LINUX PATCH 16/19] remoteproc: virtio: use rproc_virtio_notify() to notify vdev changes
` [RFC LINUX PATCH 17/19] remoteproc: virtio: kick in reset virtio
` [RFC LINUX PATCH 18/19] remoteproc: shutdown: set state to OFFLINE after stopping remote
` [RFC LINUX PATCH 19/19] remoteproc: virtio: idr_alloc for rvdev

[RESEND PATCH] remoteproc: qcom: fix QCOM_SMD dependencies
 2017-03-20 22:22 UTC  (4+ messages)

[GIT PULL] remoteproc fix for v4.11
 2017-03-20 22:07 UTC 

[PATCH 1/2] soc: qcom: Add device tree binding for GLINK RPM
 2017-03-20 10:06 UTC  (3+ messages)
` [PATCH 2/2] rpmsg: Introduce Qualcomm RPM glink driver

[PATCH] rpmsg: Release rpmsg devices in backends
 2017-03-16  5:18 UTC 

[PATCH v2 0/3] Enable msm8996 support in mss rproc driver
 2017-03-03 18:23 UTC  (12+ messages)
` [PATCH v2 1/3] soc: qcom: Add scm call to protect modem mem in qcom scm driver
` [PATCH v2 2/3] remoteproc: qcom: Add scm call to protect modem mem in mss rproc drv
` [PATCH v2 3/3] remoteproc: qcom: Add msm8996 specific changes in mss rproc driver

[PATCH] remoteproc: qcom: fix QCOM_SMD dependencies
 2017-02-28 21:10 UTC 

mainline build: 9 warnings 1 failures (mainline/v4.10-7345-g5bcbe22)
 2017-02-23 23:05 UTC  (2+ messages)

[GIT PULL] rpmsg updates for v4.11
 2017-02-22 12:10 UTC 

[GIT PULL] remoteproc updates for v4.11
 2017-02-22 11:53 UTC 

[PATCH] remoteproc: qcom: mdt_loader: Use signed type for offset
 2017-02-17  0:37 UTC  (2+ messages)

[PATCH 1/5] remoteproc: qcom: q6v5: Decouple driver from MDT loader
 2017-02-16  6:01 UTC  (7+ messages)
` [PATCH 3/5] remoteproc: qcom: mdt_loader: Refactor "
` [PATCH 5/5] soc/qcom: Move qcom_mdt_loader from remoteproc

[bug report] rpmsg: Handle invalid parameters in public API
 2017-02-14  7:28 UTC  (3+ messages)

[PATCH v3 0/4] remoteproc: st: add virtio_rpmsg support
 2017-02-09 21:34 UTC  (8+ messages)
` [PATCH v3 1/4] remoteproc: st: correct probe error management
` [PATCH v3 4/4] remoteproc: core: don't allocate carveout if pa or da are defined
  ` [v3, "

[PATCH v1 0/6] rtio_rpmsg: make rpmsg channel configurable
 2017-02-08 16:35 UTC  (6+ messages)

[PATCH v2 0/6] virtio_rpmsg: make rpmsg channel configurable
 2017-02-08 10:21 UTC  (2+ messages)

[PATCH v3 3/4] remoteproc: st: add da to va support
 2017-02-08  9:00 UTC  (2+ messages)
` [v3,3/4] "

[RFC][PATCH 1/2] remoteproc: Reduce asynchronous request_firmware to auto-boot only
 2017-02-07 18:55 UTC  (3+ messages)

[PATCH 1/2] remoteproc: Introduce rproc_{start,stop}() functions
 2017-02-07  3:24 UTC 

[PATCH] remoteproc: Drop qcom_scm_pas_supported() from adsp_probe()
 2017-02-06 20:46 UTC  (2+ messages)

[PATCH] remoteproc: qcom: fix initializers for qcom_mss_reg_res array
 2017-02-01 16:56 UTC  (2+ messages)

[PATCH v3 0/6] virtio_rpmsg: make rpmsg channel configurable
 2017-02-01 15:07 UTC  (7+ messages)
` [PATCH v3 1/6] rpmsg: virtio_rpmsg: set rpmsg_buf_size customizable
` [PATCH v3 2/6] rpmsg: virtio_rpmsg_bus: fix sg_set_buf() when addr is not a valid kernel address
` [PATCH v3 3/6] include: virtio_rpmsg: add virtio rpmsg configuration structure
` [PATCH v3 4/6] rpmsg: virtio_rpmsg: get buffer configuration from virtio
` [PATCH v3 5/6] rpmsg: virtio_rpmsg: don't allocate buffer if provided by low level driver
` [PATCH v3 6/6] rpmsg: virtio_rpmsg: set buffer configuration to virtio


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox