linux-remoteproc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-04 06:26:40 to 2020-02-24 18:53:34 UTC [more...]

[PATCH 0/2] remoteproc: core: Add core functionality to the remoteproc framework
 2020-02-24 18:53 UTC  (5+ messages)
` [PATCH 1/2] remoteproc: core: Add an API for booting with firmware name
` [PATCH 2/2] remoteproc: core: Prevent sleep when rproc crashes

[PATCH 0/5] remoteproc: Add zynqmp_r5 driver
 2020-02-24 17:52 UTC  (6+ messages)
` [PATCH 1/5] firmware: xilinx: Add ZynqMP firmware ioctl enums for RPU configuration
` [PATCH 2/5] firmware: xilinx: Add shutdown/wakeup APIs
` [PATCH 3/5] firmware: xilinx: Add zynqmp_get_node_status API
` [PATCH 4/5] dt-bindings: remoteproc: Add documentation for ZynqMP R5 rproc bindings
` [PATCH 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

[PATCH] remoteproc: stm32: demote warning about optional property absence
 2020-02-24 17:25 UTC 

[PATCH v5 1/5] dt-bindings: Document JZ47xx VPU auxiliary processor
 2020-02-24 15:25 UTC  (10+ messages)
` [PATCH v5 2/5] remoteproc: Add device-managed variants of rproc_alloc/rproc_add
` [PATCH v5 3/5] remoteproc: Add prepare/unprepare callbacks
` [PATCH v5 4/5] remoteproc: ingenic: Added remoteproc driver
` [PATCH v5 5/5] MAINTAINERS: Add myself as reviewer for Ingenic rproc driver

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

[PATCH 0/9] remoteproc: imx_rproc: support i.MX8/8M/7ULP
 2020-02-23  0:11 UTC  (30+ messages)
` [PATCH 1/9] dt-bindings: remoteproc: Convert imx-rproc to json-schema
` [PATCH 2/9] dt-bindings: remoteproc: imx-rproc: support i.MX[8,8M,7ULP]
` [PATCH 3/9] remoteproc: add support to skip firmware load when recovery
` [PATCH 4/9] remoteproc: imx_rproc: surport early booted remote processor
` [PATCH 5/9] remoteproc: imx_rproc: parse early-booted property
` [PATCH 6/9] remoteproc: imx_proc: enable virtio/mailbox
` [PATCH 7/9] remoteproc: imx_rproc: add i.MX8QM/QXP
` [PATCH 8/9] remoteproc: imx_rproc: support i.MX7ULP
` [PATCH 9/9] remoteproc: imx_rproc: add i.MX8MM support

[PATCH v5 0/3] add support for co-processor loaded and booted before kernel
 2020-02-20 21:40 UTC  (18+ messages)
` [PATCH v5 1/3] remoteproc: "
` [PATCH v5 2/3] remoteproc: stm32: add support for co-processor "
` [PATCH v5 3/3] dt-bindings: remoteproc: stm32: add syscon bindings preloaded fw support

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

[PATCH 0/6] remoteproc: qcom: Add callbacks for remoteproc events
 2020-02-20  2:57 UTC  (7+ messages)
` [PATCH 1/6] remoteproc: sysmon: Add ability to send type of notification
` [PATCH 2/6] remoteproc: sysmon: Add notifications for events
` [PATCH 3/6] remoteproc: sysmon: Inform current rproc about all active rprocs
` [PATCH 4/6] drivers: remoteproc: Add name field for every subdevice
` [PATCH 5/6] remoteproc: qcom: Add per subsystem SSR notification
` [PATCH 6/6] remoteproc: qcom: Add notification types to SSR

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

[PATCH v2] remoteproc: Add elf64 support in elf loader
 2020-02-18 17:01 UTC  (33+ messages)
` [PATCH v2 1/2] remoteproc: Use u64 len for da_to_va
  ` [PATCH v2 2/2] remoteproc: Add elf64 support in elf loader
` [PATCH v3 0/2] remoteproc: Add elf64 support to "
  ` [PATCH v3 1/2] remoteproc: Use u64 len for da_to_va
  ` [PATCH v3 2/2] remoteproc: Add elf64 support in elf loader
              ` [PATCH v4 0/5] remoteproc: Add elf64 support
                ` [PATCH v4 1/5] remoteproc: Use u64 len for da_to_va
                ` [PATCH v4 2/5] remoteproc: Use u64 type for boot_addr
                ` [PATCH v4 3/5] remoteproc: Add elf helpers to access elf64 and elf32 fields
                ` [PATCH v4 4/5] remoteproc: Add elf64 support in elf loader
                ` [PATCH v4 5/5] remoteproc: Adapt coredump to generate correct elf type

[PATCH] platform/chrome: cros_ec_rpmsg: Fix race with host event
 2020-02-17 15:55 UTC 

[PATCH] remoteproc: qcom: wcnss: Add iris completion barrier
 2020-02-15  7:46 UTC  (3+ messages)

[PATCH] rpmsg: virtio_rpmsg_bus: Replace zero-length array with flexible-array member
 2020-02-13  0:22 UTC 

[PATCH v2] remoteproc: fix kernel-doc warnings
 2020-02-12 16:22 UTC  (2+ messages)

[PATCH] remoteproc: fix kernel-doc warnings
 2020-02-12 16:01 UTC  (3+ messages)

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

[RESEND PATCH] hwspinlock: Allow drivers to be built with COMPILE_TEST
 2020-02-10  9:01 UTC 

[PATCH] remoteproc: warn on kick missing
 2020-02-07  6:30 UTC  (4+ messages)

How to get src and dst for pru_rpmsg_send?
 2020-02-06  1:16 UTC  (3+ messages)

[PATCHv5 00/14] remoteproc: updates for omap remoteproc support
 2020-02-05  8:51 UTC  (16+ messages)
` [PATCHv5 06/14] remoteproc/omap: Initialize and assign reserved memory node

[PATCH] remoteproc: Replace trailing commas with semicolons
 2020-02-04 14:58 UTC 

[GIT PULL] remoteproc updates for v5.6
 2020-02-04  9:10 UTC  (2+ messages)

[GIT PULL] hwspinlock updates for v5.6
 2020-02-04  9:10 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;
as well as URLs for NNTP newsgroup(s).