public inbox for linux-remoteproc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-11-07 19:32:32 to 2019-11-27 15:12:49 UTC [more...]

[PATCH V3 00/10] remoteproc: qcom: q6v5-wcss: Add support for secure pil
 2019-11-27 15:12 UTC  (6+ messages)
` [PATCH V3 01/10] remoteproc: qcom: Add PRNG proxy clock
` [PATCH V3 02/10] remoteproc: qcom: Add secure PIL support
` [PATCH V3 03/10] remoteproc: qcom: Add support for split q6 + m3 wlan firmware
` [PATCH V3 04/10] remoteproc: qcom: Add ssr subdevice identifier
` [PATCH V3 05/10] remoteproc: qcom: Update regmap offsets for halt register

[PATCH V2 00/12] remoteproc: qcom: q6v5-wcss: Add support for secure pil
 2019-11-27 15:03 UTC  (5+ messages)
` [PATCH V2 12/12] arm64: dts: qcom: Enable Q6v5 WCSS for ipq8074 SoC

[PATCH v3 1/4] dt-bindings: Document JZ47xx VPU auxiliary processor
 2019-11-25 18:22 UTC  (8+ messages)
` [PATCH v3 2/4] remoteproc: Add device-managed variants of rproc_alloc/rproc_add
` [PATCH v3 3/4] remoteproc: Add prepare/unprepare callbacks
` [PATCH v3 4/4] remoteproc: ingenic: Added remoteproc driver

[RESEND PATCH V4 1/4] rpmsg: core: Add signal API support
 2019-11-24 12:18 UTC  (9+ messages)
` [RESEND PATCH V4 2/4] rpmsg: glink: Add support to handle signals command
` [RESEND PATCH V4 3/4] rpmsg: char: Add TIOCMGET/TIOCMSET ioctl support
` [RESEND PATCH V4 4/4] rpmsg: char: Add signal callback and POLLPRI support

[PATCH 01/16] remoteproc: q6v5-mss: fixup MSM8998 MSS out of reset sequence
 2019-11-22 23:15 UTC  (46+ messages)
` [PATCH 02/16] remoteproc: q6v5-mss: Streamline the "
` [PATCH 03/16] dt-bindings: remoteproc: qcom: Add Q6V5 Modem PIL binding for SC7180
` [PATCH 04/16] remoteproc: mss: q6v5-mss: Add modem support on SC7180
` [PATCH 05/16] remoteproc: qcom: pas: Disable interrupt on clock enable failure
` [PATCH 06/16] dt-bindings: remoteproc: qcom: Add power-domain bindings for Q6V5 PAS
` [PATCH 07/16] remoteproc: qcom: pas: Vote for active/proxy power domains
` [PATCH 08/16] dt-bindings: remoteproc: qcom: Add ADSP and SLPI support for MSM8998 SoC
` [PATCH 09/16] remoteproc: qcom: pas: Add MSM8998 ADSP and SLPI support
` [PATCH 10/16] dt-bindings: remoteproc: qcom: SM8150 Add ADSP, CDSP, MPSS "
` [PATCH 11/16] remoteproc: qcom: pas: Add SM8150 ADSP, CDSP, Modem "
` [PATCH 12/16] remoteproc: qcom: pas: Add auto_boot flag
` [PATCH 13/16] arm64: dts: qcom: msm8998: Update reserved memory map
` [PATCH 14/16] arm64: dts: qcom: msm8998: Add ADSP, MPSS and SLPI nodes
` [PATCH 15/16] arm64: dts: qcom: sm8150: Add ADSP, CDSP, MPSS and SLPI smp2p
` [PATCH 16/16] arm64: dts: qcom: sm8150: Add ADSP, CDSP, MPSS and SLPI remoteprocs

[RESEND PATCH V4 0/4] Add TIOCM Signals support for RPMSG char devices
 2019-11-22 10:06 UTC 

[RESEND PATCH V4 0/4] Add TIOCM Signals support for RPMSG char devices
 2019-11-22 10:06 UTC 

[PATCH V5 1/5] rpmsg: glink: Use complete_all for open states
 2019-11-22 10:05 UTC  (10+ messages)
` [PATCH V5 2/5] rpmsg: Guard against null endpoint ops in destroy
` [PATCH V5 3/5] rpmsg: glink: Add support for rpmsg glink chrdev
` [PATCH V5 4/5] rpmsg: glink: Expose rpmsg name attr for glink
` [PATCH V5 5/5] rpmsg: glink: unregister rpmsg device during endpoint destroy

[PATCH V5 0/5] Add chrdev and name query support for GLINK
 2019-11-22 10:05 UTC 

[PATCH V5 0/5] Add chrdev and name query support for GLINK
 2019-11-22 10:05 UTC 

[PATCH] rpmsg: char: release allocated memory
 2019-11-21 23:54 UTC  (4+ messages)

[PATCH] remoteproc: Fix wrong rvring index computation
 2019-11-21 18:20 UTC  (2+ messages)

[PATCH] rpmsg: Fix Kconfig indentation
 2019-11-21 18:20 UTC  (2+ messages)

[PATCH 1/3] soc: qcom: Introduce Protection Domain Restart helpers
 2019-11-21 16:04 UTC  (17+ messages)
` [PATCH 2/3] dt-bindings: soc: qcom: apr: Add protection domain bindings
` [PATCH 3/3] soc: qcom: apr: Add avs/audio tracking functionality

[PATCHv2 00/15] Remoteproc: updates for OMAP remoteproc support
 2019-11-20 11:28 UTC  (19+ messages)
` [PATCHv2.5 01/15] dt-bindings: remoteproc: Add OMAP remoteproc bindings
` [PATCHv2 02/15] remoteproc/omap: Add device tree support
` [PATCHv2 03/15] remoteproc/omap: Add a sanity check for DSP boot address alignment
` [PATCHv2 04/15] remoteproc/omap: Add support to parse internal memories from DT
` [PATCHv2 05/15] remoteproc/omap: Add the rproc ops .da_to_va() implementation
` [PATCHv2 06/15] remoteproc/omap: Initialize and assign reserved memory node
` [PATCHv2 07/15] remoteproc/omap: Add support for DRA7xx remote processors
` [PATCHv2 08/15] remoteproc/omap: Remove the unused fields from platform data
` [PATCHv2 09/15] remoteproc/omap: Remove the omap_rproc_reserve_cma declaration
` [PATCHv2 10/15] remoteproc/omap: Check for undefined mailbox messages
` [PATCHv2 11/15] remoteproc/omap: Request a timer(s) for remoteproc usage
` [PATCHv2 12/15] remoteproc/omap: add support for system suspend/resume
` [PATCHv2 13/15] remoteproc/omap: add support for runtime auto-suspend/resume
` [PATCHv2 14/15] remoteproc/omap: report device exceptions and trigger recovery
` [PATCHv2 15/15] remoteproc/omap: add watchdog functionality for remote processors

[PATCH v4] remoteproc: stm32: fix probe error case
 2019-11-19  4:39 UTC  (4+ messages)

[PATCH 00/16] Add missing remoteprocs on MSM8998/SC7180/SM8150 SoCs
 2019-11-18 21:52 UTC  (2+ messages)

[PATCH 00/16] Add missing remoteprocs on MSM8998/SC7180/SM8150 SoCs
 2019-11-18 21:43 UTC 

[PATCH] remoteproc: ingenic: fix platform_get_irq.cocci warnings
 2019-11-18 16:12 UTC 

[PATCH 0/3] Introduce Protection Domain Restart (PDR) Helpers
 2019-11-18 14:27 UTC 

[PATCH 0/3] Introduce Protection Domain Restart (PDR) Helpers
 2019-11-18 14:27 UTC 

[PATCH v3 1/1] remoteproc: add support for co-processor loaded and booted before kernel
 2019-11-15 21:12 UTC  (4+ messages)

[PATCH v3] remoteproc: stm32: fix probe error case
 2019-11-15  6:32 UTC  (2+ messages)

[PATCH v2 0/2] remoteproc: mss: Improve mem_assign and firmware load
 2019-11-13 18:02 UTC  (7+ messages)
` [PATCH v2 1/2] remoteproc: qcom_q6v5_mss: Don't reassign mpss region on shutdown
` [PATCH v2 2/2] remoteproc: qcom_q6v5_mss: Validate each segment during loading

[PATCH v2] rpmsg: core: add API to get MTU
 2019-11-13 17:22 UTC 

[PATCH 01/17] dt-bindings: remoteproc: Add OMAP remoteproc bindings
 2019-11-13 14:25 UTC  (3+ messages)
` [PATCHv2 "

[PATCH v2 1/1] remoteproc: add support for co-processor booted before kernel
 2019-11-13 10:34 UTC  (5+ messages)

[PATCH 00/17] remoteproc: omap changes on top of v5.4-rc1
 2019-11-13  8:08 UTC  (41+ messages)
` [PATCH 02/17] remoteproc/omap: Switch to SPDX license identifiers
` [PATCH 03/17] remoteproc/omap: Add device tree support
` [PATCH 04/17] remoteproc/omap: Add a sanity check for DSP boot address alignment
` [PATCH 05/17] remoteproc/omap: Add support to parse internal memories from DT
` [PATCH 06/17] remoteproc/omap: Add the rproc ops .da_to_va() implementation
` [PATCH 07/17] remoteproc/omap: Initialize and assign reserved memory node
` [PATCH 08/17] remoteproc/omap: Add support for DRA7xx remote processors
` [PATCH 09/17] remoteproc/omap: Remove the unused fields from platform data
` [PATCH 10/17] remoteproc/omap: Remove the omap_rproc_reserve_cma declaration
` [PATCH 11/17] remoteproc/omap: Check for undefined mailbox messages
` [PATCH 12/17] remoteproc/omap: Request a timer(s) for remoteproc usage
` [PATCH 13/17] remoteproc/omap: add support for system suspend/resume
` [PATCH 15/17] remoteproc/omap: report device exceptions and trigger recovery
` [PATCH 17/17] remoteproc/omap: fix auto-suspend failure warning during crashed state

[PATCH v2] remoteproc: stm32: fix probe error case
 2019-11-12 18:22 UTC  (4+ messages)

[PATCH v21 0/4] Add support for mt8183 SCP
 2019-11-12 11:03 UTC  (4+ messages)
` [PATCH v21 1/4] dt-bindings: Add a binding for Mediatek SCP
` [PATCH v21 2/4] remoteproc/mediatek: add SCP support for mt8183
` [PATCH v21 3/4] rpmsg: add rpmsg support for mt8183 SCP

[PATCH v20 0/4] Add support for mt8183 SCP
 2019-11-12  7:55 UTC  (8+ messages)
` [PATCH v20 2/4] remoteproc/mediatek: add SCP support for mt8183
` [PATCH v20 3/4] rpmsg: add rpmsg support for mt8183 SCP

[PATCH] remoteproc: fix argument 2 of rproc_mem_entry_init
 2019-11-09  1:21 UTC  (2+ messages)

[PATCH] rpmsg: char: Simplify 'rpmsg_eptdev_release()'
 2019-11-09  0:50 UTC  (2+ messages)

[PATCH v2 1/3] dt-bindings: Document JZ47xx VPU auxiliary processor
 2019-11-08 18:05 UTC  (4+ messages)
` [PATCH v2 3/3] remoteproc: ingenic: Added remoteproc driver

[PATCH AUTOSEL 4.14 011/103] remoteproc/davinci: Use %zx for formating size_t
 2019-11-08 11:41 UTC 

[PATCH AUTOSEL 4.19 019/205] remoteproc/davinci: Use %zx for formating size_t
 2019-11-08 11:34 UTC 

[PATCH v4 0/2] Add Q6SSTOP clock controller for QCS404
 2019-11-07 19:32 UTC  (3+ messages)
` [PATCH v4 2/2] clk: qcom: "


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