linux-remoteproc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-17 13:50:01 to 2020-04-21 18:10:17 UTC [more...]

[PATCH v3 0/2] Add character device interface to remoteproc
 2020-04-21 18:10 UTC  (2+ messages)
` [PATCH v3 1/2] remoteproc: Add remoteproc character device interface

[PATCH 0/5] Add PAS and MSA based Modem support
 2020-04-21 17:03 UTC  (20+ messages)
` [PATCH 1/5] dt-bindings: remoteproc: qcom: Add SC7180 MPSS support
` [PATCH 2/5] remoteproc: qcom: pas: Add SC7180 Modem support
` [PATCH 3/5] arm64: dts: qcom: sc7180: Update reserved memory map
` [PATCH 4/5] arm64: dts: qcom: sc7180: Add Q6V5 MSS node
` [PATCH 5/5] arm64: dts: qcom: sc7180: Update "

[PATCH v6 1/5] dt-bindings: Document JZ47xx VPU auxiliary processor
 2020-04-21 15:43 UTC  (18+ messages)
` [PATCH v6 2/5] remoteproc: Add device-managed variants of rproc_alloc/rproc_add
` [PATCH v6 3/5] remoteproc: Add support for runtime PM
` [PATCH v6 4/5] remoteproc: ingenic: Added remoteproc driver
` [PATCH v6 5/5] MAINTAINERS: Add myself as reviewer for Ingenic rproc driver

[PATCH v2] remoteproc: remove rproc_elf32_sanity_check
 2020-04-21 15:38 UTC  (6+ messages)

[PATCH v2 0/7] Add PAS and MSA based Modem support
 2020-04-21 14:32 UTC  (15+ messages)
` [PATCH v2 1/7] dt-bindings: remoteproc: qcom: Add SC7180 MPSS support
` [PATCH v2 2/7] remoteproc: qcom: pas: Add SC7180 Modem support
` [PATCH v2 3/7] dt-bindings: remoteproc: qcom: Use memory-region to reference memory
` [PATCH v2 4/7] remoteproc: qcom_q6v5_mss: Extract mba/mpss from memory-region
` [PATCH v2 5/7] arm64: dts: qcom: sc7180: Update reserved memory map
` [PATCH v2 6/7] arm64: dts: qcom: sc7180: Add Q6V5 MSS node
` [PATCH v2 7/7] arm64: dts: qcom: sc7180: Update "

[PATCH 0/2] rproc core patches needed for TI K3 drivers
 2020-04-21 14:12 UTC  (11+ messages)
` [PATCH 1/2] remoteproc: Add prepare and unprepare ops
` [PATCH 2/2] remoteproc: Use a local copy for the name field

[PATCH 1/2] remoteproc: drop memset when loading elf segments
 2020-04-21  7:42 UTC  (15+ messages)
` [PATCH 2/2] remoteproc: use filesz as backup when translate memsz fail

[PATCH v3 0/5] remoteproc: Add zynqmp_r5 driver
 2020-04-21  5:59 UTC  (20+ messages)
` [PATCH v3 1/5] firmware: xilinx: Add ZynqMP firmware ioctl enums for RPU configuration
` [PATCH v3 2/5] firmware: xilinx: Add shutdown/wakeup APIs
` [PATCH v3 3/5] firmware: xilinx: Add RPU configuration APIs
` [PATCH v3 4/5] dt-bindings: remoteproc: Add documentation for ZynqMP R5 rproc bindings
` [PATCH v3 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

[PATCH v3 0/4] remoteproc: Refactor function rproc_alloc()
 2020-04-21  3:20 UTC  (19+ messages)
` [PATCH v3 1/4] remoteproc: Use kstrdup_const() rather than kstrdup()
` [PATCH v3 2/4] remoteproc: Restructure firmware name allocation
` [PATCH v3 3/4] remoteproc: Split rproc_ops allocation from rproc_alloc()
` [PATCH v3 4/4] remoteproc: Get rid of tedious error path

[PATCH v2 0/7] remoteproc: Refactor function rproc_alloc()
 2020-04-20 21:29 UTC  (44+ messages)
` [PATCH v2 1/7] remoteproc: Fix IDR initialisation in rproc_alloc()
` [PATCH v2 2/7] remoteproc: Split firmware name allocation from rproc_alloc()
` [PATCH v2 3/7] remoteproc: Simplify default name allocation
` [PATCH v2 4/7] remoteproc: Use kstrdup_const() rather than kstrup()
  ` [v2 4/7] remoteproc: Use kstrdup_const() rather than kstrdup()
` [PATCH v2 5/7] remoteproc: Restructure firmware name allocation
      ` [v2 "
` [PATCH v2 6/7] remoteproc: Split rproc_ops allocation from rproc_alloc()
` [PATCH v2 7/7] remoteproc: Get rid of tedious error path

[PATCH v2 1/2] remoteproc: qcom_q6v5_mss: map/unmap mpss segments before/after use
 2020-04-20 18:57 UTC  (6+ messages)
` [PATCH v2 2/2] remoteproc: qcom_q6v5_mss: Remove unused q6v5_da_to_va function

[PATCH 1/2] dt-bindings: Clean-up schema indentation formatting
 2020-04-20 16:28 UTC  (10+ messages)
` [PATCH 2/2] dt-bindings: Remove cases of 'allOf' containing a '$ref'

[PATCH v3 0/2] Misc. rproc fixes around fixed memory region support
 2020-04-20 16:06 UTC  (6+ messages)
` [PATCH v3 1/2] remoteproc: Fall back to using parent memory pool if no dedicated available
` [PATCH v3 2/2] remoteproc: Fix and restore the parenting hierarchy for vdev

[PATCH v2 0/6] remoteproc: qcom: Add callbacks for remoteproc events
 2020-04-20  7:09 UTC  (10+ messages)
` [PATCH v2 1/6] remoteproc: sysmon: Add ability to send type of notification
` [PATCH v2 2/6] remoteproc: sysmon: Add notifications for events
` [PATCH v2 3/6] remoteproc: sysmon: Inform current rproc about all active rprocs

[PATCH 1/3] remoteproc: Make coredump functionality configurable
 2020-04-20  6:01 UTC  (11+ messages)
` [PATCH 2/3] remoteproc: Add inline coredump functionality
` [PATCH 3/3] remoteproc: Add coredump sysfs attribute

[PATCH 0/2] remoteproc: add rproc_coredump_set_elf_info
 2020-04-20  5:57 UTC  (11+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] remoteproc: use rproc_coredump_set_elf_info in drivers

[PATCH 1/2] remoteproc: imx_rproc: dummy kick method
 2020-04-17 22:24 UTC  (21+ messages)
` [PATCH v2 0/3] remoteproc: imx_rproc: add virtio support
  ` [PATCH v2 1/3] remoteproc: imx_rproc: set pc on start
  ` [PATCH v2 2/3] remoteproc: imx_rproc: mailbox support

[PATCH 0/3] remoteproc: bug fixes
 2020-04-17 16:28 UTC  (7+ messages)
` [PATCH 2/3] remoteproc: qcom_q6v5_mss: fix a bug in q6v5_probe()
` [PATCH 3/3] remoteproc: qcom_q6v5_mss: fix q6v5_probe() error paths

[PATCH v2 0/5] remoteproc: Add zynqmp_r5 driver
 2020-04-17 16:13 UTC  (4+ messages)
` [PATCH v2 4/5] dt-bindings: remoteproc: Add documentation for ZynqMP R5 rproc bindings


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