linux-remoteproc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-11 17:03:21 to 2018-06-26 12:11:54 UTC [more...]

[PATCH v2 0/5] remoteproc: updates for new events
 2018-06-26 12:11 UTC 

[PATCH v3 00/13] remoteproc: add fixed memory region support
 2018-06-26  8:17 UTC  (18+ messages)
` [PATCH v3 07/13] remoteproc: introduce rproc_find_carveout_by_name function
` [PATCH v3 08/13] remoteproc: add prepare and unprepare ops
` [PATCH v3 09/13] remoteproc: modify rproc_handle_carveout to support pre-registered region
` [PATCH v3 10/13] remoteproc: modify vring allocation "
` [PATCH v3 11/13] remoteproc: create vdev subdevice with specific dma memory pool

[PATCH resend 0/5] remoteproc: updates for new events
 2018-06-26  3:04 UTC  (8+ messages)
` [PATCH resend 1/5] remoteproc: Rename subdev functions to start/stop
` [PATCH resend 2/5] remoteproc: Make start and stop in subdev optional
` [PATCH resend 3/5] remoteproc: Make client initialize ops in rproc_subdev
` [PATCH resend 4/5] remoteproc: rename subdev probe and remove functions
` [PATCH resend 5/5] remoteproc: Introduce prepare and unprepare for subdevices

[PATCH 0/5] remoteproc: updates for new events
 2018-06-26  2:20 UTC  (17+ messages)
` [PATCH 1/5] remoteproc: Rename subdev functions to start/stop
` [PATCH 2/5] remoteproc: Make start and stop in subdev optional
` [PATCH 3/5] remoteproc: Make client initialize ops in rproc_subdev
` [PATCH 4/5] remoteproc: rename subdev probe and remove functions
` [PATCH 5/5] remoteproc: Introduce prepare and unprepare for subdevices

[PATCH 1/8] hwspinlock: Add one new API to support getting a specific hwlock by the name
 2018-06-25 12:47 UTC  (10+ messages)
` [PATCH 2/8] hwspinlock: Add devm_xxx() APIs to request/free hwlock
` [PATCH 3/8] hwspinlock: Add devm_xxx() APIs to register/unregister one hwlock controller
` [PATCH 4/8] hwspinlock: Remove redundant config
` [PATCH 5/8] hwspinlock: Fix one comment mistake
` [PATCH 6/8] hwspinlock: sprd: Use devm_hwspin_lock_register()
` [PATCH 7/8] spi: sprd: Replace of_hwspin_lock_get_id() with of_hwspin_lock_get_id_byname()
` [PATCH 8/8] spi: sprd: Change to use devm_hwspin_lock_request_specific()

(no subject)
 2018-06-23 21:08 UTC  (9+ messages)
` [PATCH 1/8] remoteproc: add map parameter to da_to_va
` [PATCH 2/8] remoteproc: add page lookup for TI PRU to ELF loader
` [PATCH 3/8] ARM: OMAP2+: add pdata quirks for PRUSS reset
` [PATCH 4/8] dt-bindings: add bindings for TI PRU as remoteproc
` [PATCH 5/8] remoteproc: new driver for TI PRU
` [PATCH 6/8] ARM: davinci_all_defconfig: enable PRU remoteproc module
` [PATCH 7/8] ARM: dts: da850: add node for PRUSS
` [PATCH 8/8] ARM: dts: am33xx: add node for PRU remoteproc

[PATCH v5 0/8] Add support for remoteproc modem-pil on SDM845 SoCs
 2018-06-23  0:46 UTC  (17+ messages)
` [PATCH v5 1/8] dt-bindings: reset: Add AOSS reset bindings for "
` [PATCH v5 2/8] reset: qcom: AOSS (always on subsystem) reset controller
` [PATCH v5 3/8] remoteproc: Move proxy unvote to handover irq handler
` [PATCH v5 4/8] remoteproc: Synchronize proxy unvote from multiple contexts
` [PATCH v5 5/8] dt-bindings: remoteproc: Add Q6v5 Modem PIL binding for SDM845
` [PATCH v5 6/8] remoteproc: qcom: Introduce reset assert/deassert helper functions
` [PATCH v5 7/8] remoteproc: qcom: Add support for mss remoteproc on SDM845
` [PATCH v5 8/8] remoteproc: qcom: Allow defining GLINK edge for mss remoteproc

[PATCH v1 1/2] imx-rproc: dt: provide new remote-nodes option
 2018-06-22 22:53 UTC  (11+ messages)
` [PATCH v1 2/2] remoteproc: imx_rproc: assign other DT nodes to rproc node

[PATCH v7 0/4] ARM: davinci: complete the conversion to using the reset framework
 2018-06-21 11:41 UTC  (7+ messages)
` [PATCH v7 1/4] remoteproc/davinci: use "
` [PATCH v7 2/4] clk: davinci: kill davinci_clk_reset_assert/deassert()
` [PATCH v7 3/4] ARM: davinci: dts: make psc0 a reset provider
` [PATCH v7 4/4] ARM: davinci: dts: add a reset control to the dsp node

[PATCH 0/3] rpmsg: glink: fix W=1 warnings
 2018-06-19  4:36 UTC  (5+ messages)
` [PATCH 1/3] rpmsg: glink: correctly annotate intent members
` [PATCH 2/3] rpmsg: glink: Fix various kerneldoc warnings
` [PATCH 3/3] rpmsg: smd: fix "

[PATCH 0/4] Hexagon remoteproc spring cleaning
 2018-06-18 22:22 UTC  (6+ messages)
` [PATCH 1/4] remoteproc: qcom: mdt_loader: Make the firmware authentication optional
` [PATCH 2/4] remoteproc: q6v5: Extract common resource handling
` [PATCH 3/4] remoteproc: qcom: adsp: Use common q6v5 helpers
` [PATCH 4/4] remoteproc: qcom: q6v5-pil: "

[PATCH] remoteproc: wcnss: Wait for iris before starting
 2018-06-18 16:50 UTC  (2+ messages)

[PATCH] rpmsg: core: add support to power domains for devices
 2018-06-15  9:59 UTC 

[PATCH v2 0/7] soc: qcom: Allow COMPILE_TEST of all drivers
 2018-06-14 11:11 UTC  (2+ messages)
` [PATCH v2 1/7] rpmsg: smd: Add missing include of sizes.h

[PULL v2] vhost, virtio
 2018-06-13 23:45 UTC 

[PATCH 0/5] soc: qcom: remove depends on ARCH_QCOM
 2018-06-13 13:16 UTC  (3+ messages)
` [PATCH 1/5] rpmsg: smd: Add missing include of sizes.h

[GIT PULL] rpmsg updates for v4.18
 2018-06-11 18:24 UTC 

[GIT PULL] remoteproc updates for v4.18
 2018-06-11 18:24 UTC 

[GIT PULL] hwspinlock updates for v4.18
 2018-06-11 18:23 UTC 

[PULL] vhost: cleanups and fixes
 2018-06-11 16:23 UTC 

[PATCH V2] remoteproc: qcom: Introduce Hexagon V5 based WCSS driver
 2018-06-07 17:27 UTC 

[PATCH] remoteproc: qcom: Introduce Hexagon V5 based WCSS driver
 2018-06-07  9:32 UTC  (15+ messages)

[bug report] remoteproc: st_slim_rproc: add a slimcore rproc driver
 2018-06-07  8:18 UTC 

[PATCH] virtio_ring: switch to dma_XX barriers for rpmsg
 2018-06-04 20:16 UTC  (7+ messages)

[PATCH v2] rpmsg: smd: do not use mananged resources for endpoints and channels
 2018-06-04 19:35 UTC  (2+ messages)

[PATCH] rpmsg: smd: do not use mananged resources for endpoints and channels
 2018-06-04  9:16 UTC  (3+ messages)

[PATCH 0/5] rpmsg: Convert to use SPDX license identifiers
 2018-06-04  0:40 UTC  (7+ messages)
` [PATCH 1/5] rpmsg: Switch to SPDX license identifier
` [PATCH 2/5] rpmsg: virtio_rpmsg_bus: "
` [PATCH 3/5] rpmsg: smd: "
` [PATCH 4/5] rpmsg: glink: "
` [PATCH 5/5] rpmsg: char: "

[RFC PATCH 0/5] Hexagon remoteproc spring cleaning
 2018-06-01 16:39 UTC  (19+ messages)
` [RFC PATCH 1/5] remoteproc: qcom: mdt_loader: Make the firmware authentication optional
` [RFC PATCH 2/5] remoteproc: q6v5: Extract common resource handling
` [RFC PATCH 3/5] remoteproc: qcom: adsp: Use common q6v5 helpers
` [RFC PATCH 4/5] remoteproc: qcom: q6v5-pil: "
` [RFC PATCH 5/5] remoteproc: qcom: Introduce Hexagon V5 based WCSS driver

[PATCH 1/4] hwspinlock: Add one new API to support getting a specific hwlock by the name
 2018-06-01  9:04 UTC  (4+ messages)
` [PATCH 2/4] hwspinlock: Add devm_xxx() APIs to request/free hwlock
` [PATCH 3/4] spi: sprd: Replace of_hwspin_lock_get_id() with of_hwspin_lock_get_id_byname()
` [PATCH 4/4] spi: sprd: Change to use devm_hwspin_lock_request_specific()

[PATCH v5 5/8] dt-bindings: remoteproc: Add Q6v5 Modem PIL binding for SDM845
 2018-05-29 14:41 UTC 

[PATCH v2] remoteproc: Introduce prepare/unprepare ops for rproc coredump
 2018-05-29 14:06 UTC  (4+ messages)

[PATCH] remoteproc: qcom_q6v5: don't auto boot remote processor
 2018-05-29 11:31 UTC  (3+ messages)

[PATCH] remoteproc: Add APSS based Qualcomm ADSP PIL driver for SDM845
 2018-05-29  4:36 UTC  (6+ messages)

[PATCH V6 0/5] Add support for Hexagon q6v5-wcss integrated core
 2018-05-22  9:02 UTC  (10+ messages)
` [PATCH V6 1/5] remoteproc: qcom: mdt_loader: Make the firmware authentication optional
` [PATCH V6 2/5] remoteproc: qcom: Push reset ops, rproc ops in to of_match data
` [PATCH V6 3/5] remoteproc: qcom: Split the head and tail of the q5v5-pil rproc reset function
` [PATCH V6 4/5] remoteproc: qcom: Add support for q6v5-wcss pil
` [PATCH V6 5/5] remoteproc: qcom: Add q6v5-wcss rproc ops

[PATCH v4 0/5] Add support for remoteproc modem-pil on SDM845 SoCs
 2018-05-21 16:57 UTC  (7+ messages)
` [PATCH v4 4/5] remoteproc: qcom: Add support for mss remoteproc on SDM845
` [PATCH v4 5/5] remoteproc: qcom: Always assert and deassert reset signals in SDM845

[PATCH] remoteproc: Proxy unvote clk/regs in handover context
 2018-05-21 16:49 UTC  (3+ messages)

[PATCH 0/6] hwspinlock: Convert to use SPDX license identifiers
 2018-05-15 12:44 UTC  (4+ messages)
` [PATCH 5/6] hwspinlock/u8500: Switch to SPDX license identifier
` [PATCH 6/6] hwspinlock: sprd: "

[PATCH] remoteproc: Introduce prepare/unprepare ops for rproc coredump
 2018-05-12 14:21 UTC 

[PATCH 0/3] drivers: rpmsg: make rpmsg bus DMA capable
 2018-05-11 18:24 UTC  (5+ messages)
` [PATCH 3/3] iommu: armsmmu: set iommu ops for rpmsg bus


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).