linux-remoteproc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-03 09:03:22 to 2020-07-17 23:48:13 UTC [more...]

[PATCH v4 0/6] TI K3 DSP remoteproc driver for C66x DSPs
 2020-07-17 23:47 UTC  (2+ messages)
` [PATCH v4 1/6] remoteproc: Introduce rproc_of_parse_firmware() helper

[PATCH 0/6] Add support of mt8183 APU
 2020-07-17 21:02 UTC  (10+ messages)
` [PATCH 1/6] dt bindings: remoteproc: Add bindings for MT8183 APU
` [PATCH 2/6] remoteproc: Add a remoteproc driver for the MT8183's APU
` [PATCH 3/6] remoteproc: mtk_vpu_rproc: Add support of JTAG
` [PATCH 4/6] remoteproc: mtk_vpu_rproc: Don't try to load empty PT_LOAD segment
` [PATCH 5/6] remoteproc: mtk_apu: Don't try to use the APU local RAM
` [PATCH 6/6] ARM64: mt8183: Add support of APU to mt8183

[PATCH 0/3] Add modem debug features
 2020-07-17 14:38 UTC  (14+ messages)
` [PATCH 1/3] remoteproc: qcom_q6v5_mss: Add modem debug policy support
` [PATCH 2/3] remoteproc: qcom_q6v5_mss: Add MBA log extraction support
` [PATCH 3/3] remoteproc: qcom_q6v5_mss: Update MBA log info

[PATCH v8 0/5] Extend coredump functionality
 2020-07-17 11:05 UTC  (11+ messages)
` [PATCH v8 1/5] remoteproc: Move coredump functionality to a new file
` [PATCH v8 2/5] remoteproc: qcom_q6v5_mss: Replace mask based tracking with size
` [PATCH v8 3/5] remoteproc: Pass size and offset as arguments to segment dump function
` [PATCH v8 4/5] remoteproc: Add inline coredump functionality
` [PATCH v8 5/5] remoteproc: Add coredump debugfs entry

[PATCH v6 0/9] remoteproc: Add support for attaching with rproc
 2020-07-17  5:55 UTC  (11+ messages)
` [PATCH v6 1/9] remoteproc: Add new RPROC_DETACHED state
` [PATCH v6 2/9] remoteproc: Add new attach() remoteproc operation
` [PATCH v6 3/9] remoteproc: Introducing function rproc_attach()
` [PATCH v6 4/9] remoteproc: Introducing function rproc_actuate()
` [PATCH v6 5/9] remoteproc: Introducing function rproc_validate()
` [PATCH v6 6/9] remoteproc: Refactor function rproc_boot()
` [PATCH v6 7/9] remoteproc: Refactor function rproc_trigger_auto_boot()
` [PATCH v6 8/9] remoteproc: Refactor function rproc_free_vring()
` [PATCH v6 9/9] remoteproc: Properly handle firmware name when attaching

[PATCH v4 0/2] Add character device interface to remoteproc
 2020-07-17  5:49 UTC  (8+ messages)
` [PATCH v4 1/2] remoteproc: Add remoteproc character device interface
` [PATCH v4 2/2] remoteproc: core: Register the "

[PATCH] remoteproc: qcom: pil-info: Fix shift overflow
 2020-07-17  2:13 UTC  (2+ messages)

[PATCH v2 0/4] TI K3 R5F remoteproc support
 2020-07-16 19:43 UTC  (12+ messages)
` [PATCH v2 1/4] dt-bindings: remoteproc: Add bindings for R5F subsystem on TI K3 SoCs
` [PATCH v2 2/4] remoteproc: k3-r5: Add a remoteproc driver for R5F subsystem
` [PATCH v2 3/4] remoteproc: k3-r5: Initialize TCM memories for ECC
` [PATCH v2 4/4] remoteproc: k3-r5: Add loading support for on-chip SRAM regions

[PATCH v7 0/4] Extend coredump functionality
 2020-07-16 18:25 UTC  (14+ messages)
` [PATCH v7 1/4] remoteproc: Move coredump functionality to a new file
` [PATCH v1 2/4] remoteproc: qcom_q6v5_mss: Replace mask based tracking with size
` [PATCH v7 3/4] remoteproc: Add inline coredump functionality
` [PATCH v7 4/4] remoteproc: Add coredump debugfs entry

[PATCH] remoteproc: qcom_q6v5_mss: Monitor MSS_STATUS for boot completion
 2020-07-16 12:05 UTC 

[PATCH v7 0/5] remoteproc: qcom: PIL info support
 2020-07-16  5:03 UTC  (8+ messages)
` [PATCH v7 1/5] dt-bindings: remoteproc: Add Qualcomm PIL info binding
` [PATCH v7 2/5] remoteproc: qcom: Introduce helper to store pil info in IMEM
` [PATCH v7 3/5] remoteproc: qcom: Update PIL relocation info on load

[PATCH v2 0/4] hwspinlock: qcom: Allow dropping the intermediate TCSR mutex syscon
 2020-07-16  2:59 UTC  (11+ messages)
` [PATCH v2 1/4] dt-bindings: hwlock: qcom: Migrate binding to YAML
` [PATCH v2 2/4] dt-bindings: hwlock: qcom: Allow device on mmio bus
` [PATCH v2 3/4] hwspinlock: qcom: Allow mmio usage in addition to syscon
` [PATCH v2 4/4] arm64: dts: qcom: sm8250: Drop tcsr_mutex syscon

[PATCH v5 00/11] remoteproc: stm32: Add support for attaching to M4
 2020-07-16  0:48 UTC  (18+ messages)
` [PATCH v5 01/11] remoteproc: stm32: Decouple rproc from memory translation
` [PATCH v5 02/11] remoteproc: stm32: Request IRQ with platform device
` [PATCH v5 03/11] remoteproc: stm32: Decouple rproc from DT parsing
` [PATCH v5 04/11] remoteproc: stm32: Remove memory translation "
` [PATCH v5 05/11] remoteproc: stm32: Parse syscon that will manage M4 synchronisation
` [PATCH v5 06/11] remoteproc: stm32: Properly set co-processor state when attaching
      ` [kbuild-all] "
` [PATCH v5 07/11] remoteproc: Make function rproc_resource_cleanup() public
` [PATCH v5 08/11] remoteproc: stm32: Split function stm32_rproc_parse_fw()
` [PATCH v5 09/11] remoteproc: stm32: Properly handle the resource table when attaching
` [PATCH v5 10/11] remoteproc: stm32: Introduce new attach() operation
` [PATCH v5 11/11] remoteproc: stm32: Update M4 state in stm32_rproc_stop()

[PATCH 1/2] remoteproc: remoteproc_core: Use 'gnu_printf' format notation
 2020-07-15 19:40 UTC  (4+ messages)
` [PATCH 2/2] remoteproc: qcom_sysmon: Solve function header bitrot issues

[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
 2020-07-15 17:15 UTC  (12+ messages)

[PATCH v7 0/2] Add rpmsg tty driver
 2020-07-15 16:06 UTC  (2+ messages)

[PATCH v6 0/5] Provide basic driver to control Arm R5 co-processor found on
 2020-07-15 15:33 UTC  (6+ messages)
` [PATCH v6 1/5] firmware: xilinx: Add ZynqMP firmware ioctl enums for RPU configuration
` [PATCH v6 2/5] firmware: xilinx: Add shutdown/wakeup APIs
` [PATCH v6 3/5] firmware: xilinx: Add RPU configuration APIs
` [PATCH v6 4/5] dt-bindings: remoteproc: Add documentation for ZynqMP R5 rproc bindings
` [PATCH v6 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

[PATCH v6 00/11] remoteproc: stm32: Add support for attaching to M4
 2020-07-15 15:32 UTC  (14+ messages)
` [PATCH v6 01/11] remoteproc: stm32: Decouple rproc from memory translation
` [PATCH v6 02/11] remoteproc: stm32: Request IRQ with platform device
` [PATCH v6 03/11] remoteproc: stm32: Decouple rproc from DT parsing
` [PATCH v6 04/11] remoteproc: stm32: Remove memory translation "
` [PATCH v6 05/11] remoteproc: stm32: Parse syscon that will manage M4 synchronisation
` [PATCH v6 06/11] remoteproc: stm32: Properly set co-processor state when attaching
` [PATCH v6 07/11] remoteproc: Make function rproc_resource_cleanup() public
` [PATCH v6 08/11] remoteproc: stm32: Parse memory regions when attaching to M4
` [PATCH v6 09/11] remoteproc: stm32: Properly handle the resource table when attaching
` [PATCH v6 10/11] remoteproc: stm32: Introduce new attach() operation
` [PATCH v6 11/11] remoteproc: stm32: Update M4 state in stm32_rproc_stop()

[PATCH v8 00/12] PCI: brcmstb: enable PCIe for STB chips
 2020-07-15 14:35 UTC 

[PATCH v3 0/5] Add a vhost RPMsg API
 2020-07-14  8:33 UTC  (9+ messages)
` [PATCH v3 5/5] vhost: add an "

[PATCH -next] remoteproc: qcom: Add missing slab.h
 2020-07-13 19:20 UTC  (4+ messages)

[PATCH v6 0/2] Extend SSR notifications framework
 2020-07-13 19:09 UTC  (7+ messages)
` [PATCH v6 1/2] remoteproc: qcom: Add per subsystem SSR notification
` [PATCH v6 2/2] remoteproc: qcom: Add notification types to SSR

[PATCH v3 0/6] TI K3 DSP remoteproc driver for C66x DSPs
 2020-07-13 18:31 UTC  (7+ messages)
` [PATCH v3 3/6] dt-bindings: remoteproc: Add common TI SCI rproc bindings
` [PATCH v3 4/6] dt-bindings: remoteproc: Add bindings for C66x DSPs on TI K3 SoCs

[PATCH v7 08/12] device core: Introduce DMA range map, supplanting dma_pfn_offset
 2020-07-11  8:40 UTC 

[PATCH v5 0/7] Add non PAS wcss Q6 support for QCS404
 2020-07-10 23:44 UTC  (7+ messages)
` [v7 0/4] "
  ` [v7 1/4] remoteproc: qcom: wcss: populate hardcoded param using driver data
  ` [v7 2/4] dt-bindings: remoteproc: qcom: Add Q6V5 Modem PIL binding for QCS404

[PATCH v4 0/5] remoteproc: Add zynqmp_r5 driver
 2020-07-10 17:42 UTC  (8+ messages)
` [PATCH v4 4/5] dt-bindings: remoteproc: Add documentation for ZynqMP R5 rproc bindings

[PATCH] rpmsg: virtio: add endianness conversions
 2020-07-10  6:20 UTC  (13+ messages)
    ` [PATCH v2] "
              ` [PATCH v3] "
                  ` [PATCH v4] "

[PATCH] hwspinlock: sirf: Remove the redundant 'of_match_ptr'
 2020-07-10  6:08 UTC  (2+ messages)

[PATCH v5 0/9] remoteproc: Add support for attaching with rproc
 2020-07-09 16:23 UTC  (14+ messages)
` [PATCH v5 1/9] remoteproc: Add new RPROC_DETACHED state
` [PATCH v5 2/9] remoteproc: Add new attach() remoteproc operation
` [PATCH v5 3/9] remoteproc: Introducing function rproc_attach()
` [PATCH v5 4/9] remoteproc: Introducing function rproc_actuate()
` [PATCH v5 5/9] remoteproc: Introducing function rproc_validate()
` [PATCH v5 6/9] remoteproc: Refactor function rproc_boot()
` [PATCH v5 7/9] remoteproc: Refactor function rproc_trigger_auto_boot()
` [PATCH v5 8/9] remoteproc: Refactor function rproc_free_vring()
` [PATCH v5 9/9] remoteproc: Properly handle firmware name when attaching

[PATCH v7 00/12] PCI: brcmstb: enable PCIe for STB chips
 2020-07-08 19:31 UTC 

[PATCH] Replace HTTP links with HTTPS ones: REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
 2020-07-08 19:25 UTC  (3+ messages)
  ` [PATCH] remoteproc: Replace HTTP links with HTTPS ones

[PATCH] Replace HTTP links with HTTPS ones: hardware spinlock core
 2020-07-08 18:51 UTC  (2+ messages)

[PATCH v6 0/3] Extend coredump functionality
 2020-07-07 21:55 UTC  (5+ messages)
` [PATCH v6 2/3] remoteproc: Add inline "

[PATCH v6 08/12] device core: Introduce DMA range map, supplanting dma_pfn_offset
 2020-07-07 15:11 UTC  (3+ messages)

[PATCH 0/2] remoteproc: Address runtime PM issues
 2020-07-07 10:49 UTC  (2+ messages)

RPMSG subsystem improvement and extensions
 2020-07-06 21:15 UTC 

[PATCH V5 0/4] Signaling api support in glink/rpmsg clients
 2020-07-06 18:04 UTC  (2+ messages)

[PATCH V6 00/10] remoteproc: qcom: q6v5-wcss: Add support for secure pil
 2020-07-03  9:02 UTC  (6+ messages)
` [PATCH V6 03/10] remoteproc: qcom: Add support for split q6 + m3 wlan firmware
` [PATCH V6 04/10] remoteproc: qcom: Add ssr subdevice identifier
` [PATCH V6 05/10] remoteproc: qcom: Update regmap offsets for halt register
` [PATCH V6 07/10] clk: qcom: Add WCSSAON reset
` [PATCH V6 10/10] arm64: dts: qcom: Enable Q6v5 WCSS for ipq8074 SoC


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