linux-remoteproc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-10 17:54:19 to 2020-03-25 08:10:24 UTC [more...]

[PATCH v7 0/2] Add rpmsg tty driver
 2020-03-25  8:10 UTC  (8+ messages)
` [PATCH v7 1/2] rpmsg: core: add API to get MTU
` [PATCH v7 2/2] tty: add rpmsg driver

[PATCH 00/11] remoteproc: stm32: Add support for synchronisation with MCU
 2020-03-24 22:03 UTC  (12+ messages)
` [PATCH 01/11] remoteproc: stm32: Decouple rproc from memory translation
` [PATCH 02/11] remoteproc: stm32: Request IRQ with platform device
` [PATCH 03/11] remoteproc: stm32: Decouple rproc from DT parsing
` [PATCH 04/11] remoteproc: stm32: Remove memory translation "
` [PATCH 05/11] remoteproc: stm32: Parse syscon that will manage M4 synchronisation
` [PATCH 06/11] remoteproc: stm32: Get coprocessor state
` [PATCH 07/11] remoteproc: stm32: Get loaded resource table for synchronisation
` [PATCH 08/11] remoteproc: stm32: Introduce new start and stop ops "
` [PATCH 09/11] remoteproc: stm32: Introduce new parse fw "
` [PATCH 10/11] remoteproc: stm32: Introduce new loaded rsc "
` [PATCH 11/11] remoteproc: stm32: Allocate rproc for synchronisation with MCU

[PATCH v2 00/17] remoteproc: Add support for synchronisation with MCU
 2020-03-24 21:46 UTC  (18+ messages)
` [PATCH v2 01/17] remoteproc: Add new operation and state machine for MCU synchronisation
` [PATCH v2 02/17] remoteproc: Introduce function rproc_set_mcu_sync_state()
` [PATCH v2 03/17] remoteproc: Split firmware name allocation from rproc_alloc()
` [PATCH v2 04/17] remoteproc: Split rproc_ops "
` [PATCH v2 05/17] remoteproc: Get rid of tedious error path
` [PATCH v2 06/17] remoteproc: Introduce function rproc_alloc_internals()
` [PATCH v2 07/17] remoteproc: Introduce function rproc_alloc_state_machine()
` [PATCH v2 08/17] remoteproc: Allocate synchronisation state machine
` [PATCH v2 09/17] remoteproc: Call the right core function based on synchronisation state
` [PATCH v2 10/17] remoteproc: Decouple firmware load and remoteproc booting
` [PATCH v2 11/17] remoteproc: Repurpose function rproc_trigger_auto_boot()
` [PATCH v2 12/17] remoteproc: Rename function rproc_fw_boot()
` [PATCH v2 13/17] remoteproc: Introducting new functions to start and stop an MCU
` [PATCH v2 14/17] remoteproc: Refactor function rproc_trigger_recovery()
` [PATCH v2 15/17] remoteproc: Correctly deal with MCU synchronisation when changing FW image
` [PATCH v2 16/17] remoteproc: Correctly deal with MCU synchronisation when changing state
` [PATCH v2 17/17] remoteproc: Make MCU synchronisation state changes on stop and crashed

[PATCH 0/7] TI K3 R5F remoteproc support
 2020-03-24 20:18 UTC  (8+ messages)
` [PATCH 1/7] remoteproc: add prepare and unprepare ops
` [PATCH 2/7] remoteproc: use a local copy for the name field
` [PATCH 3/7] dt-bindings: remoteproc: Add bindings for R5F subsystem on TI K3 SoCs
` [PATCH 4/7] remoteproc/k3-r5: Add TI-SCI processor control helper functions
` [PATCH 5/7] remoteproc/k3-r5: Add a remoteproc driver for R5F subsystem
` [PATCH 6/7] remoteproc/k3-r5: Initialize TCM memories for ECC
` [PATCH 7/7] remoteproc/k3-r5: Add loading support for on-chip SRAM regions

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

[PATCH v5 0/4] remoteproc: Panic handling
 2020-03-24  5:29 UTC  (5+ messages)
` [PATCH v5 1/4] remoteproc: Traverse rproc_list under RCU read lock
` [PATCH v5 2/4] remoteproc: Introduce "panic" callback in ops
` [PATCH v5 3/4] remoteproc: qcom: q6v5: Add common panic handler
` [PATCH v5 4/4] remoteproc: qcom: Introduce panic handler for PAS and ADSP

[PATCH v4 0/4] remoteproc: Panic handling
 2020-03-23 22:45 UTC  (10+ messages)
` [PATCH v4 1/4] remoteproc: Traverse rproc_list under RCU read lock
` [PATCH v4 2/4] remoteproc: Introduce "panic" callback in ops
` [PATCH v4 3/4] remoteproc: qcom: q6v5: Add common panic handler
` [PATCH v4 4/4] remoteproc: qcom: Introduce panic handler for PAS and ADSP

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

[PATCH 0/3] Request direct mapping for modem firmware subdevice
 2020-03-23  9:43 UTC  (10+ messages)

[PATCH v4] remoteproc: Fix NULL pointer dereference in rproc_virtio_notify
 2020-03-21 17:57 UTC  (9+ messages)
` [PATCH v5] "

pull request v2: linux-firmware: Create Mediatek MT8183 SCP firmware
 2020-03-20 11:39 UTC  (2+ messages)

[PATCH v2 0/2] Misc. rproc fixes around fixed memory region support
 2020-03-20  8:39 UTC  (4+ messages)
` [PATCH v2 1/2] remoteproc: fall back to using parent memory pool if no dedicated available
` [PATCH v2 2/2] remoteproc: Fix and restore the parenting hierarchy for vdev

[PATCH][next] hwspinlock: hwspinlock_internal.h: Replace zero-length array with flexible-array member
 2020-03-20  1:17 UTC  (2+ messages)

[PATCH 0/2] Misc. rproc fixes around fixed memory region support
 2020-03-19 11:41 UTC  (14+ messages)
` [PATCH 1/2] remoteproc: fall back to using parent memory pool if no dedicated available
` [PATCH 2/2] remoteproc: Fix and restore the parenting hierarchy for vdev

[PATCH] remoteproc: qcom_q6v5_mss: map/unmap mpss region before/after use
 2020-03-17 19:19 UTC 

[PATCH v2 0/3] Request direct mapping for modem device
 2020-03-17 15:52 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: remoteproc: qcom: Add iommus property
` [PATCH v2 2/3] remoteproc: qcom_q6v5_mss: Request direct mapping for modem device
` [PATCH v2 3/3] arm64: dts: qcom: sdm845-cheza: Add iommus property

[PATCH v2] remoteproc: clean up notification config
 2020-03-17  0:38 UTC  (3+ messages)

[PATCH] Subject: [PATCH] remoteproc: clean up notification config
 2020-03-16 22:28 UTC 

pull request: linux-firmware: Create Mediatek MT8183 SCP firmware
 2020-03-16 11:39 UTC  (2+ messages)

[PATCH] rpmsg: fix a comment typo for rpmsg_device_match()
 2020-03-13 16:50 UTC 

[PATCH 00/18] remoteproc: Add support for synchronisation with MCU
 2020-03-13 15:01 UTC  (21+ messages)
` [PATCH 01/18] remoteproc: Add new operation and state machine for MCU synchronisation
` [PATCH 02/18] remoteproc: Introduce function rproc_set_mcu_sync_state()
` [PATCH 03/18] remoteproc: Split firmware name allocation from rproc_alloc()
` [PATCH 04/18] remoteproc: Split rproc_ops "
` [PATCH 05/18] remoteproc: Get rid of tedious error path
` [PATCH 06/18] remoteproc: Introduce function rproc_alloc_internals()
` [PATCH 07/18] remoteproc: Introduce function rproc_alloc_state_machine()
` [PATCH 08/18] remoteproc: Allocate synchronisation state machine
` [PATCH 09/18] remoteproc: Call the right core function based on synchronisation state
` [PATCH 10/18] remoteproc: Decouple firmware load and remoteproc booting
` [PATCH 11/18] remoteproc: Repurpose function rproc_trigger_auto_boot()
` [PATCH 12/18] remoteproc: Rename function rproc_fw_boot()
` [PATCH 13/18] remoteproc: Introducting new functions to start and stop an MCU
` [PATCH 14/18] remoteproc: Refactor function rproc_trigger_recovery()
` [PATCH 15/18] remoteproc: Correctly deal with MCU synchronisation when changing FW image
` [PATCH 16/18] remoteproc: Correctly deal with MCU synchronisation when changing state
` [PATCH 17/18] remoteproc: Make MCU synchronisation state changes on stop and crashed
` [PATCH 18/18] remoteproc: stm32: add support for co-processor booted before kernel

[PATCH -next 000/491] treewide: use fallthrough;
 2020-03-13 12:04 UTC  (4+ messages)
` [PATCH -next 011/491] ARM/QUALCOMM SUPPORT: Use fallthrough;

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

[RFC 0/2] Allow client to recover crashed processor
 2020-03-12  8:12 UTC  (8+ messages)
` [RFC 1/2] remoteproc: sysfs: authorize rproc shutdown when rproc is crashed
` [RFC 2/2] remoteproc: core: keep rproc in crash state in case of recovery failure

[PATCH 0/5] remoteproc: Add zynqmp_r5 driver
 2020-03-12  7:34 UTC  (11+ 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 0/4] remoteproc: some bug fixes
 2020-03-12  2:58 UTC  (5+ messages)
` [PATCH 1/4] remoteproc: re-check state in rproc_trigger_recovery()

[PATCH] remoteproc: stm32: demote warning about optional property absence
 2020-03-12  0:00 UTC  (2+ messages)

[PATCH v4 0/5] remoteproc: qcom: PIL info support
 2020-03-11 23:32 UTC  (16+ messages)
` [PATCH v4 1/5] dt-bindings: remoteproc: Add Qualcomm PIL info binding
` [PATCH v4 2/5] remoteproc: qcom: Introduce driver to store pil info in IMEM
` [PATCH v4 3/5] remoteproc: qcom: Update PIL relocation info on load
` [PATCH v4 4/5] arm64: dts: qcom: qcs404: Add IMEM and PIL info region
` [PATCH v4 5/5] arm64: dts: qcom: sdm845: "

pull request: linux-firmware: Create Mediatek MT8183 SCP firmware
 2020-03-11  3:36 UTC 

[PATCH] remoteproc/mediatek: Use size_t type for len in scp_da_to_va
 2020-03-10 22:40 UTC  (3+ messages)

[PATCH v4 0/5] remoteproc: Add elf64 support
 2020-03-10 19:32 UTC  (14+ messages)
` [PATCH v5 0/8] "
  ` [PATCH v5 3/8] remoteproc: Use u64 type for boot_addr
  ` [PATCH v5 5/8] remoteproc: Rename rproc_elf_sanity_check for elf32


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).