linux-remoteproc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-22 21:55:46 to 2020-11-13 07:02:26 UTC [more...]

[PATCH 0/3] remoteproc/mediatek: read IPI buffer offset from FW binary
 2020-11-13  7:02 UTC  (2+ messages)
` [PATCH 2/3] remoteproc/mediatek: skip if filesz is 0

[PATCH v2 00/14] remoteproc: Add support for detaching from rproc
 2020-11-12 18:41 UTC  (32+ messages)
` [PATCH v2 01/14] remoteproc: Re-check state in rproc_shutdown()
` [PATCH v2 02/14] remoteproc: Remove useless check in rproc_del()
` [PATCH v2 03/14] remoteproc: Add new RPROC_ATTACHED state
` [PATCH v2 04/14] remoteproc: Properly represent the attached state
` [PATCH v2 05/14] remoteproc: Properly deal with a kernel panic when attached
` [PATCH v2 06/14] remoteproc: Add new detach() remoteproc operation
` [PATCH v2 07/14] remoteproc: Introduce function __rproc_detach()
` [PATCH v2 08/14] remoteproc: Introduce function rproc_detach()
` [PATCH v2 09/14] remoteproc: Rename function rproc_actuate()
` [PATCH v2 10/14] remoteproc: Add return value to function rproc_shutdown()
` [PATCH v2 11/14] remoteproc: Properly deal with a stop request when attached
` [PATCH v2 12/14] remoteproc: Properly deal with detach request
` [RFC v2 13/14] remoteproc: Add automation flags
` [RFC v2 14/14] remoteproc: Refactor rproc delete and cdev release path

[PATCH v2 0/4] remoteproc: Improvement for the Qualcomm sysmon
 2020-11-12 18:00 UTC  (11+ messages)
` [PATCH v2 1/4] remoteproc: sysmon: Ensure remote notification ordering
` [PATCH v2 2/4] remoteproc: sysmon: Expose the shutdown result
` [PATCH v2 3/4] remoteproc: qcom: q6v5: Query sysmon before graceful shutdown
` [PATCH v2 4/4] remoteproc: sysmon: Improve error messages

[PATCH v5 0/8] rpmsg: Make RPMSG name service modular
 2020-11-12 13:27 UTC  (22+ messages)
` [PATCH v5 1/8] rpmsg: Introduce __rpmsg{16|32|64} types
` [PATCH v5 2/8] rpmsg: virtio: Move from virtio to rpmsg byte conversion
` [PATCH v5 3/8] rpmsg: Move structure rpmsg_ns_msg to header file
` [PATCH v5 4/8] rpmsg: virtio: Rename rpmsg_create_channel
` [PATCH v5 5/8] rpmsg: core: Add channel creation internal API
` [PATCH v5 6/8] rpmsg: virtio: Add rpmsg channel device ops
` [PATCH v5 7/8] rpmsg: Make rpmsg_{register|unregister}_device() public
` [PATCH v5 8/8] rpmsg: Turn name service into a stand alone driver

[RESEND PATCH 1/2] hwspinlock: sprd: fixed warning of unused variable 'sprd_hwspinlock_of_match'
 2020-11-12  7:04 UTC 

Corporate and Personal Loan *
 2020-11-11  8:31 UTC 

[PATCHv2 0/9] Genpd related code changes to drop am335x pdata
 2020-11-10 11:20 UTC  (10+ messages)
` [PATCH 1/9] ARM: OMAP2+: Check for inited flag
` [PATCH 2/9] ARM: OMAP2+: Probe PRCM first to probe l4_wkup with simple-pm-bus
` [PATCH 3/9] clk: ti: am33xx: Keep am3 l3 main clock always on for genpd
` [PATCH 4/9] bus: ti-sysc: Support modules without control registers
` [PATCH 5/9] bus: ti-sysc: Implement GPMC debug quirk to drop platform data
` [PATCH 6/9] soc: ti: omap-prm: Add pm_clk for genpd
` [PATCH 7/9] soc: ti: omap-prm: am3: add genpd support for remaining PRM instances
` [PATCH 8/9] soc: ti: pm33xx: Enable basic PM runtime support for genpd
` [PATCH 9/9] remoteproc/wkup_m3: Use reset control driver if available

[PATCH 0/2] Add trace events to q6v5_pas and mdt_loader driver
 2020-11-10  3:35 UTC  (5+ messages)
` [PATCH 1/2] soc: qcom: Add tracepoints to mdt loader
` [PATCH 2/2] remoteproc: qcom: Add trace events for q6v5_pas driver

[PATCH 0/2] remoteproc: Constify static struct rproc_ops
 2020-11-09 22:47 UTC  (5+ messages)
` [PATCH 1/2] remoteproc: ingenic: Constify ingenic_rproc_ops
` [PATCH 2/2] remoteproc: stm32: Constify st_rproc_ops
  ` [Linux-stm32] "

[PATCH virtio] virtio: virtio_console: fix DMA memory allocation for rproc serial
 2020-11-09  6:04 UTC  (5+ messages)

[PATCH v16 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
 2020-11-05 19:42 UTC  (5+ messages)
` [PATCH v16 4/5] dt-bindings: remoteproc: Add documentation for ZynqMP R5 rproc bindings

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

Disinfectant
 2020-11-05  8:30 UTC 

[PATCH] remoteproc/mtk_scp: surround DT device IDs with CONFIG_OF
 2020-11-05  4:55 UTC  (3+ messages)

[PATCH] remoteproc: sysmon: Ensure remote notification ordering
 2020-11-05  0:31 UTC  (2+ messages)

[PATCH v4 0/8] rpmsg: Make RPMSG name service modular
 2020-11-04 20:03 UTC  (16+ messages)
` [PATCH v4 1/8] rpmsg: Introduce __rpmsg{16|32|64} types
` [PATCH v4 2/8] rpmsg: virtio: Move from virtio to rpmsg byte conversion
` [PATCH v4 3/8] rpmsg: Move structure rpmsg_ns_msg to header file
` [PATCH v4 4/8] rpmsg: virtio: Rename rpmsg_create_channel
` [PATCH v4 5/8] rpmsg: core: Add channel creation internal API
` [PATCH v4 6/8] rpmsg: virtio: Add rpmsg channel device ops
` [PATCH v4 7/8] rpmsg: Make rpmsg_{register|unregister}_device() public
` [PATCH v4 8/8] rpmsg: Turn name service into a stand alone driver

[PATCH 1/2] remoteproc: qcom_q6v5_mss: Replace ioremap with memremap
 2020-11-04  7:03 UTC  (2+ messages)
` [PATCH 2/2] remoteproc: qcom_q6v5_mss: map/unmap MBA region before/after use

[PATCH 30/33] docs: ABI: cleanup several ABI documents
 2020-11-03 15:24 UTC  (2+ messages)

[PATCH v7 0/4] Introduce mini-dump support for remoteproc
 2020-11-03  9:19 UTC  (5+ messages)
` [PATCH v7 1/4] remoteproc: core: Add ops to enable custom coredump functionality
` [PATCH v7 2/4] remoteproc: coredump: Add minidump functionality
` [PATCH v7 3/4] remoteproc: qcom: Add capability to collect minidumps
` [PATCH v7 4/4] remoteproc: qcom: Add minidump id for sm8150 modem

[PATCH v2 0/2] fixes and improvement for sprd hwspinlock
 2020-11-03  2:00 UTC  (6+ messages)
` [PATCH v2 1/2] hwspinlock: sprd: fixed warning of unused variable 'sprd_hwspinlock_of_match'
` [PATCH v2 2/2] hwspinlock: sprd: use module_platform_driver() instead postcore initcall

[PATCH] remoteproc: ti_k3: fix -Wcast-function-type warning
 2020-11-03  0:50 UTC  (2+ messages)

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

[PATCH v6 0/4] Introduce mini-dump support for remoteproc
 2020-11-02 17:47 UTC  (5+ messages)
` [PATCH v6 2/4] remoteproc: coredump: Add minidump functionality

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

[PATCH] remoteproc: q6v5-mss: fix error handling in q6v5_pds_enable
 2020-11-02 14:34 UTC 

[PATCH] remoteproc: qcom: pas: fix error handling in adsp_pds_enable
 2020-11-02 14:35 UTC 

[PATCH] remoteproc: qcom: fix reference leak in adsp_start
 2020-11-02 14:35 UTC 

[PATCH v2 31/39] docs: ABI: cleanup several ABI documents
 2020-10-30 23:23 UTC  (5+ messages)

[PATCH] remoteproc: qcom: Add notification timeouts
 2020-10-30  0:10 UTC 

[PATCH v19 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
 2020-10-29 22:54 UTC  (6+ messages)
` [PATCH v19 4/5] dt-bindings: remoteproc: Add documentation for ZynqMP R5 rproc bindings
` [PATCH v19 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

[PATCH AUTOSEL 5.9 109/147] rpmsg: glink: Use complete_all for open states
 2020-10-26 23:48 UTC 

[PATCH AUTOSEL 4.19 45/60] rpmsg: glink: Use complete_all for open states
 2020-10-27  0:04 UTC 

[PATCH AUTOSEL 5.4 59/80] rpmsg: glink: Use complete_all for open states
 2020-10-26 23:54 UTC 

[PATCH AUTOSEL 5.8 101/132] rpmsg: glink: Use complete_all for open states
 2020-10-26 23:51 UTC 

[PATCH] dt-bindings: hwlock: omap: Convert binding to YAML
 2020-10-26 21:02 UTC  (2+ messages)

[PATCH -next] dt-bindings: hwlock: omap: Fix warnings with k3.yaml
 2020-10-26 21:02 UTC  (2+ messages)

[PATCH v2 0/4] ARM: stm32: add DT properties for remote proc synchronisation
 2020-10-26 15:49 UTC  (2+ messages)

support range based offsets in dma-direct v3
 2020-10-26 15:33 UTC  (3+ messages)
` [PATCH 6/6] dma-mapping: introduce DMA range map, supplanting dma_pfn_offset

[PATCH 0/9] Genpd related code changes to drop am335x pdata
 2020-10-26 13:13 UTC  (13+ messages)
` [PATCH 1/9] ARM: OMAP2+: Check for inited flag
` [PATCH 2/9] ARM: OMAP2+: Probe PRCM first to probe l4_wkup with simple-pm-bus
` [PATCH 3/9] clk: ti: am33xx: Keep am3 l3 main clock always on for genpd
` [PATCH 4/9] bus: ti-sysc: Support modules without control registers
` [PATCH 5/9] bus: ti-sysc: Implement GPMC debug quirk to drop platform data
` [PATCH 6/9] soc: ti: omap-prm: Add pm_clk for genpd
` [PATCH 7/9] soc: ti: omap-prm: am3: add genpd support for remaining PRM instances
` [PATCH 8/9] soc: ti: pm33xx: Enable basic PM runtime support for genpd
` [PATCH 9/9] remoteproc/wkup_m3: Use reset control driver if available

[PATCH 1/2] hwspinlock: sprd: fixed warning of unused variable 'sprd_hwspinlock_of_match'
 2020-10-26  7:35 UTC  (3+ messages)
` [PATCH 2/2] hwspinlock: sprd: use module_platform_driver() instead postcore initcall

[PATCH 00/13] remoteproc: Add support for detaching from rproc
 2020-10-22 21:55 UTC  (4+ messages)
` [PATCH 07/13] remoteproc: Introduce function rproc_detach()


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