Linux Remote Processor Subsystem development
 help / color / mirror / Atom feed
 messages from 2019-11-28 11:33:51 to 2020-01-10 21:23:07 UTC [more...]

[PATCH v2 0/8] remoteproc: qcom: post mortem debug support
 2020-01-10 21:23 UTC  (14+ messages)
` [PATCH v2 1/8] dt-bindings: remoteproc: Add Qualcomm PIL info binding
` [PATCH v2 2/8] remoteproc: qcom: Introduce driver to store pil info in IMEM
` [PATCH v2 3/8] remoteproc: qcom: Update IMEM PIL info on load
` [PATCH v2 4/8] arm64: dts: qcom: qcs404: Add IMEM and PIL info region
` [PATCH v2 5/8] arm64: dts: qcom: sdm845: "
` [PATCH v2 6/8] remoteproc: Introduce "panic" callback in ops
` [PATCH v2 7/8] remoteproc: qcom: q6v5: Add common panic handler
` [PATCH v2 8/8] remoteproc: qcom: Introduce panic handler for PAS and ADSP

[PATCHv4 00/14] remoteproc: updates for omap remoteproc support
 2020-01-09 17:19 UTC  (36+ messages)
` [PATCHv4 01/14] dt-bindings: remoteproc: Add OMAP remoteproc bindings
  ` [RESEND PATCHv4 "
` [PATCHv4 02/14] remoteproc/omap: Add device tree support
` [PATCHv4 03/14] remoteproc/omap: Add a sanity check for DSP boot address alignment
` [PATCHv4 04/14] remoteproc/omap: Add support to parse internal memories from DT
` [PATCHv4 05/14] remoteproc/omap: Add the rproc ops .da_to_va() implementation
` [PATCHv4 06/14] remoteproc/omap: Initialize and assign reserved memory node
` [PATCHv4 07/14] remoteproc/omap: Add support for DRA7xx remote processors
` [PATCHv4 08/14] remoteproc/omap: remove the platform_data header
` [PATCHv4 09/14] remoteproc/omap: Check for undefined mailbox messages
` [PATCHv4 10/14] remoteproc/omap: Request a timer(s) for remoteproc usage
` [PATCHv4 11/14] remoteproc/omap: add support for system suspend/resume
` [PATCHv4 12/14] remoteproc/omap: add support for runtime auto-suspend/resume
` [PATCHv4 13/14] remoteproc/omap: report device exceptions and trigger recovery
` [PATCHv4 14/14] remoteproc/omap: add watchdog functionality for remote processors

[PATCH] rproc: Add elf64 support in elf loader
 2020-01-09  9:31 UTC  (3+ messages)
` [PATCH v2] remoteproc: "

[PATCH] remoteproc: qcom: wcnss: Allow specifying firmware-name
 2020-01-08 20:24 UTC  (2+ messages)

[PATCH RESEND 0/3] Some improvements for SIRF hwspinlock
 2020-01-08  3:23 UTC  (4+ messages)
` [PATCH RESEND 1/3] hwspinlock: sirf: Change to use devm_platform_ioremap_resource()
` [PATCH RESEND 2/3] hwspinlock: sirf: Remove redundant PM runtime functions
` [PATCH RESEND 3/3] hwspinlock: sirf: Use devm_hwspin_lock_register() to register hwlock controller

[PATCH RESEND 0/3] Some improvements for OMAP hwspinlock
 2020-01-08  3:14 UTC  (4+ messages)
` [PATCH RESEND 1/3] hwspinlock: omap: Change to use devm_platform_ioremap_resource()
` [PATCH RESEND 2/3] hwspinlock: omap: Use devm_kzalloc() to allocate memory
` [PATCH RESEND 3/3] hwspinlock: omap: Use devm_hwspin_lock_register() to register hwlock controller

[PATCH RESEND 0/2] Some improvements for Qualcomm hwspinlock
 2020-01-08  3:09 UTC  (3+ messages)
` [PATCH RESEND 1/2] hwspinlock: qcom: Remove redundant PM runtime functions
` [PATCH RESEND 2/2] hwspinlock: qcom: Use devm_hwspin_lock_register() to register hwlock controller

[PATCH v2 0/2] Add Modem support on SC7180 SoCs
 2020-01-07 21:21 UTC  (7+ messages)
` [PATCH v2 1/2] dt-bindings: remoteproc: qcom: Add Q6V5 Modem PIL binding for SC7180
` [PATCH v2 2/2] remoteproc: mss: q6v5-mss: Add modem support on SC7180

[PATCH v4 1/1] remoteproc: add support for co-processor loaded and booted before kernel
 2020-01-06 14:53 UTC  (3+ messages)

[PATCH v3 0/3] Introduce Protection Domain Restart (PDR) Helpers
 2020-01-03 12:47 UTC  (8+ messages)
` [PATCH v3 1/3] soc: qcom: Introduce Protection Domain Restart helpers
` [PATCH v3 2/3] dt-bindings: soc: qcom: apr: Add protection domain bindings
` [PATCH v3 3/3] soc: qcom: apr: Add avs/audio tracking functionality

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

[PATCH] hwspinlock: stm32: convert to devm_platform_ioremap_resource
 2019-12-29  5:40 UTC  (2+ messages)

[PATCH v2 0/3] Introduce Protection Domain Restart (PDR) Helpers
 2019-12-21 21:40 UTC  (5+ messages)
` [PATCH v2 1/3] soc: qcom: Introduce Protection Domain Restart helpers
` [PATCH v2 2/3] dt-bindings: soc: qcom: apr: Add protection domain bindings
` [PATCH v2 3/3] soc: qcom: apr: Add avs/audio tracking functionality

[PATCH v4 1/5] dt-bindings: Document JZ47xx VPU auxiliary processor
 2019-12-21 20:20 UTC  (17+ messages)
` [PATCH v4 2/5] remoteproc: Add device-managed variants of rproc_alloc/rproc_add
` [PATCH v4 3/5] remoteproc: Add prepare/unprepare callbacks
` [PATCH v4 4/5] remoteproc: ingenic: Added remoteproc driver
` [PATCH v4 5/5] MAINTAINERS: Add myself as reviewer for Ingenic rproc driver

[PATCH v2 0/5] Add the missing remoteprocs on MSM8998
 2019-12-20 18:04 UTC  (12+ messages)
` [PATCH v2 1/5] remoteproc: q6v5-mss: Remove mem clk from the active pool
` [PATCH v2 2/5] dt-bindings: remoteproc: qcom: Add ADSP and SLPI support for MSM8998 SoC
` [PATCH v2 3/5] remoteproc: qcom: pas: Add MSM8998 ADSP and SLPI support
` [PATCH v2 4/5] arm64: dts: qcom: msm8998: Update reserved memory map
` [PATCH v2 5/5] arm64: dts: qcom: msm8998: Add ADSP, MPSS and SLPI nodes

[PATCH 00/17] remoteproc: omap changes on top of v5.4-rc1
 2019-12-20  3:30 UTC  (5+ messages)
` [PATCH 02/17] remoteproc/omap: Switch to SPDX license identifiers

[PATCH] remoteproc: qcom: Remove unneeded semicolon
 2019-12-19  6:19 UTC 

[PATCH V4 00/10] remoteproc: qcom: q6v5-wcss: Add support for secure pil
 2019-12-18 16:05 UTC  (11+ messages)
` [PATCH V4 01/10] remoteproc: qcom: Add PRNG proxy clock
` [PATCH V4 02/10] remoteproc: qcom: Add secure PIL support
` [PATCH V4 03/10] remoteproc: qcom: Add support for split q6 + m3 wlan firmware
` [PATCH V4 04/10] remoteproc: qcom: Add ssr subdevice identifier
` [PATCH V4 05/10] remoteproc: qcom: Update regmap offsets for halt register
` [PATCH V4 06/10] dt-bindings: clock: qcom: Add reset for WCSSAON
` [PATCH V4 07/10] clk: qcom: Add WCSSAON reset
` [PATCH V4 08/10] dt-bindings: firmware: qcom: Add compatible for IPQ8074 SoC
` [PATCH V4 09/10] arm64: dts: Add support for scm on IPQ8074 SoCs
` [PATCH V4 10/10] arm64: dts: qcom: Enable Q6v5 WCSS for ipq8074 SoC

[PATCH 08/16] dt-bindings: remoteproc: qcom: Add ADSP and SLPI support for MSM8998 SoC
 2019-12-17  0:19 UTC  (6+ messages)
` [PATCH 10/16] dt-bindings: remoteproc: qcom: SM8150 Add ADSP, CDSP, MPSS and SLPI support
` [PATCH 16/16] arm64: dts: qcom: sm8150: Add ADSP, CDSP, MPSS and SLPI remoteprocs

[PATCH 2/3] dt-bindings: soc: qcom: apr: Add protection domain bindings
 2019-12-16 17:46 UTC  (2+ messages)

[RFC 1/5] dt-bindings: hwlock: Add Realtek RTD1195 SB2
 2019-12-13 23:40 UTC  (6+ messages)
` [RFC 2/5] hwspinlock: "

[PATCH 2/2] MAINTAINERS: Add myself as reviewer for the hwspinlock subsystem
 2019-12-04 10:10 UTC 

[PATCH v3] hwspinlock: allow sharing of hwspinlocks
 2019-12-03 10:02 UTC  (3+ messages)

[GIT PULL] hwspinlock updates for v5.5
 2019-12-02  2:50 UTC  (2+ messages)

[GIT PULL] rpmsg updates for v5.5
 2019-12-02  2:50 UTC  (2+ messages)

[GIT PULL] remoteproc updates for v5.5
 2019-12-02  2:50 UTC  (2+ messages)


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