Linux Remote Processor Subsystem development
 help / color / mirror / Atom feed
 messages from 2016-08-04 09:21:50 to 2016-08-30 14:39:32 UTC [more...]

[PATCH 1/1] rpmsg: driver which exposes channels through char devices
 2016-08-30 14:39 UTC 

[PATCH 0/1] rpmsg: char device for exposing channels to userspace
 2016-08-30 14:37 UTC 

[PATCH v8 00/18] Add support for FDMA DMA controller and slim core rproc found on STi chipsets
 2016-08-30 14:21 UTC  (35+ messages)
` [PATCH v8 01/18] remoteproc: st_slim_rproc: add a slimcore rproc driver
` [PATCH v8 02/18] MAINTAINERS: Add st slim core rproc driver to STi section
` [PATCH v8 03/18] dmaengine: st_fdma: Add STMicroelectronics FDMA DT binding documentation
` [PATCH v8 04/18] dmaengine: st_fdma: Add STMicroelectronics FDMA driver header file
` [PATCH v8 05/18] dmaengine: st_fdma: Add STMicroelectronics FDMA engine driver support
` [PATCH v8 06/18] ARM: STi: DT: STiH407: Add FDMA driver dt nodes
` [PATCH v8 07/18] MAINTAINERS: Add FDMA driver files to STi section
` [PATCH v8 08/18] ARM: multi_v7_defconfig: Enable STi FDMA driver
` [PATCH v8 09/18] ARM: multi_v7_defconfig: Enable STi and simple-card drivers
` [PATCH v8 10/18] ARM: DT: STiH407: Add i2s_out pinctrl configuration
` [PATCH v8 11/18] ARM: DT: STiH407: Add i2s_in "
` [PATCH v8 12/18] ARM: DT: STiH407: Add spdif_out pinctrl config
` [PATCH v8 13/18] ARM: STi: DT: STiH407: Add sti-sasg-codec dt node
` [PATCH v8 14/18] ARM: STi: DT: STiH407: Add uniperif player dt nodes
` [PATCH v8 15/18] ARM: STi: DT: STiH407: Add uniperif reader "
` [PATCH v8 16/18] ARM: DT: STi: stihxxx-b2120: Add DT nodes for STi audio card
` [PATCH v8 17/18] drm/virtio: kconfig: Fix recursive dependency
` [PATCH v8 18/18] drm/virtio: kconfig: Fixup white space

[PATCH 0/4] Venus remoteproc driver
 2016-08-29 11:48 UTC  (15+ messages)
` [PATCH 1/4] firmware: qcom: scm: add a video command for state setting
` [PATCH 2/4] firmware: qcom: scm: add iommu scm calls for pg table
` [PATCH 3/4] dt-binding: remoteproc: venus rproc dt binding document
` [PATCH 4/4] remoteproc: qcom: add Venus video core firmware loader driver

[PATCH 0/2] Remoteproc: Add predefined coprocessor memory mapping support
 2016-08-29  8:09 UTC  (5+ messages)
` [PATCH 1/2] remoteproc: Modify FW_RSC_ADDR_ANY definition
` [PATCH 2/2] remoteproc: core: Add fixed memory region support

[PATCH 0/2] Socket based IPC over RPMSG for user threads
 2016-08-26 11:29 UTC  (3+ messages)
` [PATCH 1/2] rpmsg: support for retreiving processor ID from a rpmsg_channel
` [PATCH 2/2] net/rpmsg: add support for socket based IPC over rpmsg

[PATCH v7 00/16] Add support for FDMA DMA controller and slim core rproc found on STi chipsets
 2016-08-25 16:41 UTC  (4+ messages)
` [PATCH v7 01/16] remoteproc: st_slim_rproc: add a slimcore rproc driver

rpmsg: exposing the bus to userspace
 2016-08-25 10:31 UTC  (3+ messages)

[PATCH v2 1/4] dt-binding: remoteproc: Introduce ADSP loader binding
 2016-08-23 18:57 UTC  (8+ messages)
` [PATCH v2 2/4] remoteproc: Introduce Qualcomm ADSP PIL
` [PATCH v2 3/4] ARM: dts: msm8974: Add ADSP smp2p and smd nodes
` [PATCH v2 4/4] ARM: dts: msm8974: Add ADSP PIL node

Implementation of a socket-based IPC over rpmsg
 2016-08-23  8:33 UTC 

[PATCH -next] remoteproc: qcom: wcnss: Fix return value check in wcnss_probe()
 2016-08-23  4:39 UTC  (2+ messages)

[PATCH] soc: ti: wkup_m3_ipc: switch to using remoteproc OF infrastructure
 2016-08-19 21:35 UTC  (9+ messages)

[PATCH RFC 1/3] hwspinlock: sun8i: add Allwinner sun8i HardWare Spinlock
 2016-08-18 19:44 UTC  (7+ messages)
` [PATCH RFC 2/3] Documentation: dt: add the sun8i-hwspinlock bindings document
` [PATCH RFC 3/3] ARM: dts: sun8i: add hwspinlock device to sun8i-h3
  ` [linux-sunxi] "

[PATCH 00/14] Split rpmsg into a framework
 2016-08-18 18:13 UTC  (21+ messages)
` [PATCH 01/14] rpmsg: Enable matching devices with drivers based on DT
` [PATCH 02/14] rpmsg: Name rpmsg devices based on channel id
` [PATCH 03/14] rpmsg: rpmsg_send() operations takes rpmsg_endpoint
` [PATCH 04/14] rpmsg: Internalize rpmsg_send() implementations
` [PATCH 05/14] rpmsg: Unify rpmsg device vs channel naming
` [PATCH 06/14] rpmsg: Indirect all virtio related function calls
` [PATCH 07/14] rpmsg: Split off generic tail of create_channel()
` [PATCH 08/14] rpmsg: Split rpmsg core and virtio backend
` [PATCH 09/14] rpmsg: Internalize rpmsg core ops
` [PATCH 10/14] rpmsg: virtio: Internalize vrp pointer
` [PATCH 11/14] rpmsg: Move virtio specifics from public header
` [PATCH 12/14] rpmsg: Make rpmsg_create_ept() take channel_info struct
` [PATCH 13/14] rpmsg: Allow callback to return errors
` [PATCH 14/14] rpmsg: Introduce Qualcomm SMD backend

[PATCH 1/2] remoteproc: Introduce Qualcomm ADSP PIL
 2016-08-18  5:43 UTC  (3+ messages)
` [PATCH 2/2] dt-binding: remoteproc: Introduce ADSP loader binding

[PATCH 1/1] rpmsg: virtio_rpmsg_bus: Fix randomly placed semi-colon
 2016-08-17  7:46 UTC  (4+ messages)

[PATCH v2 1/2] remoteproc: core: Add rproc OF look-up functions
 2016-08-16 14:52 UTC  (3+ messages)
` [PATCH v2 2/2] remoteproc: core: Rework obtaining a rproc from a DT phandle
` [PATCH 3/2+1] remoteproc: core: Move of_get_rproc() helper to header

Ongoing remoteproc discussions
 2016-08-16 12:24 UTC  (8+ messages)

[PATCH 1/2] remoteproc: core: Add rproc OF look-up functions
 2016-08-15 13:55 UTC  (20+ messages)
` [PATCH 2/2] remoteproc: core: Rework obtaining a rproc from a DT phandle

[PATCH 00/13] various remoteproc/rpmsg trivial cleanups
 2016-08-13  5:10 UTC  (15+ messages)
` [PATCH 01/13] remoteproc: use proper format-specifier for printing dma_addr_t
` [PATCH 02/13] remoteproc: fix couple of minor typos
` [PATCH 03/13] remoteproc: use variable names for sizeof() operator
` [PATCH 04/13] remoteproc: fix bare unsigned type usage
` [PATCH 05/13] remoteproc: align code with open parenthesis
` [PATCH 06/13] remoteproc: print hex numbers with a leading 0x format
` [PATCH 07/13] remoteproc/omap: fix various code formatting issues
` [PATCH 08/13] remoteproc/omap: revise a minor error trace message
` [PATCH 09/13] rpmsg: remove pointless OOM prints
` [PATCH 10/13] rpmsg: use proper format-specifier for printing dma_addr_t
` [PATCH 11/13] rpmsg: align code with open parenthesis
` [PATCH 12/13] rpmsg: use dynamic_hex_dump for hex dump traces
` [PATCH 13/13] samples/rpmsg: add support for multiple instances

[PATCH v4 1/2] dt-binding: remoteproc: Introduce Qualcomm WCNSS loader binding
 2016-08-13  1:18 UTC  (2+ messages)
` [PATCH v4 2/2] remoteproc: qcom: Introduce WCNSS peripheral image loader

[PATCH] dt-binding: remoteproc: Document generic properties
 2016-08-12 22:42 UTC  (3+ messages)

[PATCH 0/9] remoteproc: Allow platform-specific drivers to request resources
 2016-08-12 11:54 UTC  (30+ messages)
` [PATCH 1/9] remoteproc: core: Ensure error message is clear
` [PATCH 2/9] remoteproc: core: Trivial: Improve error checking, spelling and debug prints
` [PATCH 3/9] remoteproc: core: Remove pointless OOM print
` [PATCH 4/9] remoteproc: core: New API to add new resources to the resource table
` [PATCH 6/9] remoteproc: core: Add function to append a new resource table entry
` [PATCH 7/9] remoteproc: core: Add function to over-ride current resource table
` [PATCH 8/9] remoteproc: core: Skip resource table integrity checks if there are amendments
` [PATCH 9/9] remoteproc: core: Support empty resource tables

[PATCH v2 1/4] remoteproc: Introduce auto-boot flag
 2016-08-11 21:52 UTC  (4+ messages)
` [PATCH v2 2/4] remoteproc: Calculate max_notifyid during load
` [PATCH v2 3/4] remoteproc: Move vdev handling to boot/shutdown
` [PATCH v2 4/4] remoteproc: Move handling of cached table "

[PATCH] remoteproc: Only update table_ptr if we have a loaded table
 2016-08-10 18:57 UTC 

[PATCH] remoteproc: qcom: hexagon: Fix error return code in q6v5_probe()
 2016-08-10 17:52 UTC  (2+ messages)

rpmsg: exposing the bus to userspace
 2016-08-05  9:53 UTC 

[PATCH 1/4] remoteproc: Introduce always-on flag
 2016-08-04 17:23 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox