linux-remoteproc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-04 07:14:21 to 2020-12-30 01:28:44 UTC [more...]

[PATCH 0/5] Amlogic Meson Always-On ARC remote-processor support
 2020-12-30  1:27 UTC  (4+ messages)
` [PATCH 1/5] dt-bindings: sram: Add compatible strings for the Meson AO ARC SRAM
` [PATCH 3/5] dt-bindings: remoteproc: Add the documentation for Meson AO ARC rproc
` [PATCH 4/5] remoteproc: meson-mx-ao-arc: Add a driver for the AO ARC remote procesor

[PATCH v2 00/16] introduce generic IOCTL interface for RPMsg channels management
 2020-12-29  4:16 UTC  (19+ messages)
` [PATCH v2 01/16] rpmsg: introduce RPMsg control driver for channel creation
` [PATCH v2 02/16] rpmsg: add RPMsg control API to register service
` [PATCH v2 03/16] rpmsg: add override field in channel info
` [PATCH v2 04/16] rpmsg: ctrl: implement the ioctl function to create device
` [PATCH v2 05/16] rpmsg: ns: initialize channel info override field
` [PATCH v2 06/16] rpmsg: add helper to register the rpmsg ctrl device
` [PATCH v2 07/16] rpmsg: char: clean up rpmsg class
` [PATCH v2 08/16] rpmsg: char: make char rpmsg a rpmsg device without the control part
` [PATCH v2 09/16] rpmsg: char: register RPMsg raw service to the ioctl interface
` [PATCH v2 10/16] rpmsg: char: allow only one endpoint per device
` [PATCH v2 11/16] rpmsg: char: check destination address is not null
` [PATCH v2 12/16] rpmsg: virtio: use the driver_override in channel creation ops
` [PATCH v2 13/16] rpmsg: virtio: probe the rpmsg_ctl device
` [PATCH v2 14/16] rpmsg: glink: add create and release rpmsg channel ops
` [PATCH v2 15/16] rpmsg: smd: "
` [PATCH v2 16/16] rpmsg: replace rpmsg_chrdev_register_device use

[PATCH V5 0/8] remoteproc: imx_rproc: support iMX8MQ/M
 2020-12-29  3:30 UTC  (9+ messages)
` [PATCH V5 1/8] remoteproc: introduce is_iomem to rproc_mem_entry
` [PATCH V5 2/8] remoteproc: add is_iomem to da_to_va
` [PATCH V5 3/8] remoteproc: imx_rproc: correct err message
` [PATCH V5 4/8] remoteproc: imx_rproc: use devm_ioremap
` [PATCH V5 5/8] remoteproc: imx_rproc: add i.MX specific parse fw hook
` [PATCH V5 6/8] remoteproc: imx_rproc: support i.MX8MQ/M
` [PATCH V5 7/8] remoteproc: imx_rproc: ignore mapping vdev regions
` [PATCH V5 8/8] remoteproc: imx_proc: enable virtio/mailbox

[PATCH] remoteproc: pru: Fix loading of GNU Binutils ELF
 2020-12-28 19:02 UTC  (3+ messages)

[PATCHv2 0/9] Genpd related code changes to drop am335x pdata
 2020-12-28 18:54 UTC  (4+ messages)
` [PATCH 3/9] clk: ti: am33xx: Keep am3 l3 main clock always on for genpd

[PATCH virtio] virtio: virtio_console: fix DMA memory allocation for rproc serial
 2020-12-28 18:54 UTC  (2+ messages)

[PATCH RFC] remoteproc: qcom: wcnss: Adjust voltage requirements for Pronto v2
 2020-12-26 14:11 UTC 

Doc to write firmware?
 2020-12-23 10:57 UTC 

[PATCH 0/5] Introduce PRU remoteproc consumer API
 2020-12-22 15:57 UTC  (10+ messages)
` [PATCH 1/5] dt-bindings: remoteproc: Add PRU consumer bindings
` [PATCH 2/5] remoteproc: pru: Add APIs to get and put the PRU cores
` [PATCH 3/5] remoteproc: pru: Deny rproc sysfs ops for PRU client driven boots
` [PATCH 4/5] remoteproc: pru: Add pru_rproc_set_ctable() function
` [PATCH 5/5] remoteproc: pru: Configure firmware based on client setup

[PATCH 0/8] remoteproc: imx_rproc: support iMX8MQ/M
 2020-12-22  7:54 UTC  (13+ messages)
` [PATCH 1/8] remoteproc: introduce is_iomem to rproc_mem_entry
` [PATCH 2/8] remoteproc: add is_iomem to da_to_va
` [PATCH 3/8] remoteproc: imx_rproc: correct err message
` [PATCH 4/8] remoteproc: imx_rproc: use devm_ioremap
` [PATCH 5/8] remoteproc: imx_rproc: add i.MX specific parse fw hook
` [PATCH 6/8] remoteproc: imx_rproc: support i.MX8MQ/M
` [PATCH 7/8] remoteproc: imx_rproc: ignore mapping vdev regions
` [PATCH 8/8] remoteproc: imx_proc: enable virtio/mailbox

[PATCH] remoteproc: Create a separate workqueue for recovery tasks
 2020-12-22  0:35 UTC  (6+ messages)

[PATCH v4 00/17] remoteproc: Add support for detaching a rproc
 2020-12-18 17:32 UTC  (18+ messages)
` [PATCH v4 01/17] dt-bindings: remoteproc: Add bindind to support autonomous processors
` [PATCH v4 02/17] remoteproc: Re-check state in rproc_shutdown()
` [PATCH v4 03/17] remoteproc: Remove useless check in rproc_del()
` [PATCH v4 04/17] remoteproc: Rename function rproc_actuate()
` [PATCH v4 05/17] remoteproc: Add new get_loaded_rsc_table() remoteproc operation
` [PATCH v4 06/17] remoteproc: stm32: Move resource table setup to rproc_ops
` [PATCH v4 07/17] remoteproc: Add new RPROC_ATTACHED state
` [PATCH v4 08/17] remoteproc: Properly represent the attached state
` [PATCH v4 09/17] remoteproc: Properly deal with a kernel panic when attached
` [PATCH v4 10/17] remoteproc: Add new detach() remoteproc operation
` [PATCH v4 11/17] remoteproc: Introduce function __rproc_detach()
` [PATCH v4 12/17] remoteproc: Introduce function rproc_detach()
` [PATCH v4 13/17] remoteproc: Add return value to function rproc_shutdown()
` [PATCH v4 14/17] remoteproc: Properly deal with a stop request when attached
` [PATCH v4 15/17] remoteproc: Properly deal with a start "
` [PATCH v4 16/17] remoteproc: Properly deal with detach request
` [PATCH v4 17/17] remoteproc: Refactor rproc delete and cdev release path

[PATCH v2 0/5] Introduce PRU remoteproc consumer API
 2020-12-17 22:43 UTC  (7+ messages)
` [PATCH v2 1/5] dt-bindings: remoteproc: Add PRU consumer bindings
` [PATCH v2 2/5] remoteproc: pru: Add APIs to get and put the PRU cores
` [PATCH v2 3/5] remoteproc: pru: Deny rproc sysfs ops for PRU client driven boots
` [PATCH v2 4/5] remoteproc: pru: Add pru_rproc_set_ctable() function
` [PATCH v2 5/5] remoteproc: pru: Configure firmware based on client setup

[PATCH v2] remoteproc: stm32: improve debug using dev_err_probe
 2020-12-17 14:41 UTC 

[PATCH] remoteproc: qcom: add more help text qcom options
 2020-12-17  3:04 UTC 

[GIT PULL] remoteproc updates for v5.11
 2020-12-16  2:32 UTC  (2+ messages)

[GIT PULL] hwspinlock updates for v5.11
 2020-12-16  2:32 UTC  (2+ messages)

[GIT PULL] rpmsg updates for v5.11
 2020-12-16  2:32 UTC  (2+ messages)

[PATCH 0/2] remoteproc/mediatek: support L1TCM for MT8192 SCP
 2020-12-15 17:12 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: remoteproc: mediatek: add L1TCM memory region
` [PATCH 2/2] remoteproc/mediatek: support L1TCM

[PATCH V3 0/7] remoteproc: imx_rproc: support iMX8MQ/M
 2020-12-14 17:08 UTC  (17+ messages)
` [PATCH V3 1/7] remoteproc: elf: support platform specific memory hook
` [PATCH V3 3/7] remoteproc: imx_rproc: correct err message
` [PATCH V3 4/7] remoteproc: imx_rproc: use devm_ioremap
` [PATCH V3 5/7] remoteproc: imx_rproc: add i.MX specific parse fw hook
` [PATCH V3 6/7] remoteproc: imx_rproc: support i.MX8MQ/M
` [PATCH V3 7/7] remoteproc: imx_proc: enable virtio/mailbox

[PATCH v24 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
 2020-12-14 11:52 UTC  (11+ messages)
` [PATCH v24 1/5] firmware: xilinx: Add ZynqMP firmware ioctl enums for RPU configuration
` [PATCH v24 4/5] dt-bindings: remoteproc: Add documentation for ZynqMP R5 rproc bindings
` [PATCH v24 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

[PATCH] remoteproc/mediatek: enable MPU for all memory regions in MT8192 SCP
 2020-12-14  5:10 UTC 

[PATCH 0/6] Introduce PRU platform consumer API
 2020-12-11 18:48 UTC  (7+ messages)
` [PATCH 1/6] soc: ti: pruss: Add pruss_get()/put() API
` [PATCH 2/6] soc: ti: pruss: Add pruss_{request,release}_mem_region() API
` [PATCH 3/6] soc: ti: pruss: Add pruss_cfg_read()/update() API
` [PATCH 4/6] soc: ti: pruss: Add helper functions to set GPI mode, MII_RT_event and XFR
` [PATCH 5/6] soc: ti: pruss: Add helper function to enable OCP master ports
` [PATCH 6/6] soc: ti: pruss: Add helper functions to get/set PRUSS_CFG_GPMUX

[PATCH] remoteproc/mediatek: change MT8192 CFG register base
 2020-12-10 22:30 UTC  (5+ messages)

[PATCH v3 00/15] remoteproc: Add support for detaching from rproc
 2020-12-10 23:10 UTC  (17+ messages)
` [PATCH v3 01/15] dt-bindings: remoteproc: Add bindind to support autonomous processors
` [PATCH v3 09/15] remoteproc: Introduce function rproc_detach()
` [PATCH v3 14/15] remoteproc: Properly deal with detach request
` [PATCH v3 15/15] remoteproc: Refactor rproc delete and cdev release path

[PATCH v4] remoteproc/mediatek: read IPI buffer offset from FW
 2020-12-10 22:30 UTC  (2+ messages)

[PATCH v3] remoteproc/mediatek: unprepare clk if scp_before_load fails
 2020-12-10 22:30 UTC  (2+ messages)

[PATCH] remoteproc: qcom: Fix potential NULL dereference in adsp_init_mmio()
 2020-12-10 22:30 UTC  (2+ messages)

[PATCH v4 0/6] Add a PRU remoteproc driver
 2020-12-10 22:30 UTC  (11+ messages)
` [PATCH v4 1/6] dt-bindings: remoteproc: Add binding doc for PRU cores in the PRU-ICSS
` [PATCH v4 2/6] remoteproc: pru: Add a PRU remoteproc driver
` [PATCH v4 3/6] remoteproc: pru: Add support for PRU specific interrupt configuration
` [PATCH v4 4/6] remoteproc: pru: Add pru-specific debugfs support
` [PATCH v4 5/6] remoteproc: pru: Add support for various PRU cores on K3 AM65x SoCs
` [PATCH v4 6/6] remoteproc: pru: Add support for various PRU cores on K3 J721E SoCs

[PATCH v2 0/3] Add events to trace remoteproc lifecycle
 2020-12-10 18:17 UTC  (9+ messages)
` [PATCH v2 1/3] soc: qcom: Add tracepoints to mdt loader
` [PATCH v2 2/3] firmware: scm: Add tracepoints to scm driver for pas calls
` [PATCH v2 3/3] remoteproc: Add ftrace events to trace lifecycle of remoteprocs

[PATCH] remoteproc: stm32: don't print an error on probe deferral
 2020-12-09 14:41 UTC  (3+ messages)
` [Linux-stm32] "

[PATCH v3 0/6] Add a PRU remoteproc driver
 2020-12-08 14:03 UTC  (10+ messages)
` [PATCH v3 1/6] dt-bindings: remoteproc: Add binding doc for PRU cores in the PRU-ICSS
` [PATCH v3 2/6] remoteproc: pru: Add a PRU remoteproc driver
` [PATCH v3 3/6] remoteproc: pru: Add support for PRU specific interrupt configuration
` [PATCH v3 4/6] remoteproc: pru: Add pru-specific debugfs support
` [PATCH v3 5/6] remoteproc: pru: Add support for various PRU cores on K3 AM65x SoCs
` [PATCH v3 6/6] remoteproc: pru: Add support for various PRU cores on K3 J721E SoCs

[PATCH] remoteproc: fix spelling mistake "Peripherial" -> "Peripherial" in Kconfig
 2020-12-07 20:10 UTC  (2+ messages)

[PATCH] remoteproc: sysmon: fix shutdown_acked state
 2020-12-07 20:10 UTC  (2+ messages)

[PATCH v3 0/4] remoteproc: Improvement for the Qualcomm sysmon
 2020-12-07 20:06 UTC  (4+ messages)
` [PATCH v3 2/4] remoteproc: sysmon: Expose the shutdown result

[PATCH v7 0/8] rpmsg: Make RPMSG name service modular
 2020-12-07 15:35 UTC  (7+ messages)

[PATCH v2 0/6] Add a PRU remoteproc driver
 2020-12-04 17:40 UTC  (22+ messages)
` [PATCH v2 2/6] remoteproc/pru: "
` [PATCH v2 3/6] remoteproc/pru: Add support for PRU specific interrupt configuration
` [PATCH v2 4/6] remoteproc/pru: Add pru-specific debugfs support
` [PATCH v2 5/6] remoteproc/pru: Add support for various PRU cores on K3 AM65x SoCs
` [PATCH v2 6/6] remoteproc/pru: Add support for various PRU cores on K3 J721E SoCs


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