public inbox for linux-remoteproc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-10-08 06:38:14 to 2018-11-26 07:52:34 UTC [more...]

[PATCH 00/16] remoteproc: Add support for TI PRU
 2018-11-26  7:52 UTC  (2+ messages)
` [PATCH 01/16] remoteproc: Extend rproc_da_to_va() API with a flags parameter

[PATCH 00/17] Add support for TI PRU ICSS
 2018-11-26  7:47 UTC  (29+ messages)
` [PATCH 01/17] dt-bindings: remoteproc: Add TI PRUSS bindings
` [PATCH 02/17] soc: ti: pruss: Define platform data for PRUSS bus driver
` [PATCH 03/17] soc: ti: pruss: Add pruss_soc_bus platform driver
` [PATCH 04/17] soc: ti: pruss: Fix system suspend/MStandby config issues
` [PATCH 05/17] soc: ti: pruss: Configure SYSCFG properly during probe/remove
` [PATCH 06/17] soc: ti: pruss: Add a platform driver for PRUSS in TI SoCs
` [PATCH 07/17] soc: ti: pruss: enable OCP master ports in SYSCFG always
` [PATCH 08/17] soc: ti: pruss: Add a PRUSS irqchip driver for PRUSS interrupts
` [PATCH 09/17] soc: ti: pruss: add pruss_{request,release}_mem_region() API
` [PATCH 10/17] soc: ti: pruss_intc: Add API to trigger a PRU sysevent
` [PATCH 11/17] soc: ti: pruss: add pruss_get()/put() API
` [PATCH 12/17] soc: ti: pruss: add pruss_cfg_read()/update() API
` [PATCH 13/17] soc: ti: pruss: export pruss_intc_configure/unconfigure APIs
` [PATCH 14/17] ARM: OMAP2+: use pdata quirks for PRUSS reset lines on AM335x
` [PATCH 15/17] ARM: dts: AM33xx: Add the PRU-ICSS DT nodes
` [PATCH 16/17] ARM: dts: AM33xx: Add PRU system events for virtio
` [PATCH 17/17] ARM: dts: am335x-*: Enable PRU-ICSS nodes

[PATCH] dt-bindings: remoteproc: qcom: Add power-domain bindings for Q6V5
 2018-11-20 21:08 UTC 

[PATCH 1/2] dt-bindings: remoteproc: qcom: Add shutdown-ack irq for Q6v5
 2018-11-20 21:02 UTC  (2+ messages)
` [PATCH 2/2] remoteproc: sysmon: Wait for shutdown-ack/ind on sysmon shutdown

[PATCH v4 0/4] Add support of STM32 hwspinlock
 2018-11-16 15:24 UTC  (6+ messages)
` [PATCH v4 1/4] dt-bindings: hwlock: Document STM32 hwspinlock bindings
` [PATCH v4 2/4] hwspinlock: add STM32 hwspinlock device
` [PATCH v4 3/4] ARM: dts: stm32: Add hwspinlock node for stm32mp157 SoC
` [PATCH v4 4/4] ARM: dts: stm32: enable hwspinlock on stm32mp157c-ed1

[PATCH v3 0/4] Add support of STM32 hwspinlock
 2018-11-13 17:13 UTC  (9+ messages)
` [PATCH v3 1/4] dt-bindings: hwlock: Document STM32 hwspinlock bindings
` [PATCH v3 2/4] hwspinlock: add STM32 hwspinlock device
` [PATCH v3 3/4] ARM: dts: stm32: Add hwspinlock node for stm32mp157 SoC
` [PATCH v3 4/4] ARM: dts: stm32: enable hwspinlock on stm32mp157c-ed1

[PATCH v2 0/4] Add support of STM32 hwspinlock
 2018-11-12  8:18 UTC  (6+ messages)
` [PATCH v2 1/4] dt-bindings: hwlock: Document STM32 hwspinlock bindings
` [PATCH v2 2/4] hwspinlock: add STM32 hwspinlock device
` [PATCH v2 3/4] ARM: dts: stm32: Add hwspinlock node for stm32mp157 SoC
` [PATCH v2 4/4] ARM: dts: stm32: enable hwspinlock on stm32mp157c-ed1

[PATCH] remoteproc: debug: remove strlen call in rproc_trace_read
 2018-11-09  8:13 UTC  (6+ messages)

Regression by commit 7e83cab824a86704cdbd7735c19d34e0ce423dc5
 2018-11-09  4:23 UTC  (9+ messages)

[PATCH 0/5] Add support of STM32 hwspinlock
 2018-11-08  7:06 UTC  (10+ messages)
` [PATCH 1/5] dt-bindings: hwlock: Document STM32 hwspinlock bindings
` [PATCH 2/5] hwspinlock: add STM32 hwspinlock device
` [PATCH 3/5] ARM: dts: stm32: Add hwspinlock node for stm32mp157 SoC
` [PATCH 4/5] ARM: dts: stm32: enable hwspinlock on stm32mp157c-ed1
` [PATCH 5/5] hwspinlock: Add test module

[PATCH] remoteproc: debug: add crash debugfs node
 2018-11-08  6:27 UTC  (2+ messages)

[PATCH] remoteproc: fix kernel-doc comment for parse_fw
 2018-11-08  6:27 UTC  (2+ messages)

Regression by commit 7e83cab824a86704cdbd7735c19d34e0ce423dc5
 2018-11-07  7:36 UTC 

[GIT PULL] rpmsg updates for v4.20
 2018-10-30  0:10 UTC  (2+ messages)

[GIT PULL] remoteproc updates for v4.20
 2018-10-29 23:32 UTC 

[PATCH v4 00/17] remoteproc: add fixed memory region support
 2018-10-29 20:17 UTC  (62+ messages)
` [PATCH v4 01/17] remoteproc: configure IOMMU only if device address requested
` [PATCH v4 02/17] remoteproc: add rproc_va_to_pa function
` [PATCH v4 03/17] remoteproc: add release ops in rproc_mem_entry struct
` [PATCH v4 04/17] remoteproc: add name "
` [PATCH v4 05/17] remoteproc: add helper function to allocate and init "
` [PATCH v4 06/17] remoteproc: introduce rproc_add_carveout function
` [PATCH v4 07/17] remoteproc: introduce rproc_find_carveout_by_name function
` [PATCH v4 08/17] remoteproc: add alloc ops in rproc_mem_entry struct
` [PATCH v4 10/17] remoteproc: add helper function to check carveout device address
` [PATCH v4 12/17] remoteproc: modify vring allocation to rely on centralized carveout allocator
` [PATCH v4 13/17] remoteproc: create vdev subdevice with specific dma memory pool
` [PATCH v4 15/17] remoteproc: da8xx: declare reserved memory region for vdev device
` [PATCH v4 16/17] remoteproc: st: add reserved memory support

[PATCH v3 00/13] remoteproc: add fixed memory region support
 2018-10-24  3:12 UTC  (5+ messages)
` [PATCH v3 08/13] remoteproc: add prepare and unprepare ops

[PATCH] rpmsg: virtio_rpmsg_bus: replace "%p" with "%pK"
 2018-10-24  1:19 UTC 

[PATCH v2 00/16] remoteproc: add fixed memory region support
 2018-10-23 19:12 UTC  (7+ messages)
` [PATCH v2 05/16] remoteproc: modify rproc_handle_carveout to support preallocated region

[PATCH v5 0/5] Add coredump support for Q6v5 Modem remoteproc
 2018-10-19 18:35 UTC  (7+ messages)
` [PATCH v5 1/5] remoteproc: Introduce custom dump function for each remoteproc segment
` [PATCH v5 2/5] remoteproc: Add mechanism for custom dump function assignment
` [PATCH v5 3/5] remoteproc: qcom: q6v5-mss: Refactor mba load/unload sequence
` [PATCH v5 4/5] remoteproc: qcom: q6v5-mss: Add custom dump function for modem
` [PATCH v5 5/5] remoteproc: qcom: q6v5-mss: Register segments/dumpfn for coredump

[PATCH v2 0/6] Add non PAS wcss Q6 support for QCS404
 2018-10-17 20:08 UTC  (12+ messages)
` [PATCH v2 1/6] dt-bindings: clock: qcom: Add QCOM WCSS GCC clock bindings
` [PATCH v2 2/6] clk: qcom: Add WCSS gcc clock control for QCS404
` [PATCH v2 3/6] dt-bindings: clock: qcom: Introduce QCOM WCSS Q6DSP clock bindings
` [PATCH v2 4/6] clk: qcom: Add WCSS Q6DSP clock controller for QCS404
` [PATCH v2 5/6] remoteproc: qcom: wcss: populate hardcoded param using driver data
` [PATCH v2 6/6] remoteproc: qcom: wcss: Add non pas wcss Q6 support for QCS404

[PATCH V4 0/4] Add TIOCM Signals support for RPMSG char devices
 2018-10-12  9:46 UTC  (10+ messages)
` [PATCH V4 1/4] rpmsg: core: Add signal API support
` [PATCH V4 2/4] rpmsg: glink: Add support to handle signals command
` [PATCH V4 3/4] rpmsg: char: Add TIOCMGET/TIOCMSET ioctl support
` [PATCH V4 4/4] rpmsg: char: Add signal callback and POLLPRI support

[PATCH 0/6] Add non PAS wcss Q6 support for QCS404
 2018-10-10  7:33 UTC  (9+ messages)
` [PATCH 1/6] dt-bindings: clock: qcom: Add QCOM WCSS GCC clock bindings
` [PATCH 2/6] clk: qcom: Add WCSS gcc clock control for QCS404
` [PATCH 3/6] dt-bindings: clock: qcom: Introduce QCOM WCSS Q6DSP clock bindings
` [PATCH 4/6] clk: qcom: Add WCSS Q6DSP clock controller for QCS404
` [PATCH 5/6] remoteproc: qcom: wcss: populate hardcoded param using driver data
` [PATCH 6/6] remoteproc: qcom: wcss: Add non pas wcss Q6 support for QCS404

[PATCH] remoteproc: qcom: q6v5: shore up resource probe handling
 2018-10-10  6:19 UTC  (4+ messages)

[PATCH -next] remoteproc: qcom: qcom_q6v5_adsp: Fix some return value check
 2018-10-10  6:10 UTC  (2+ messages)

[PATCH] remoteproc: qcom: q6v5-pil: add SCM probe dependency
 2018-10-09 17:21 UTC  (4+ messages)

[PATCH v4 0/5] Add coredump support for Q6v5 Modem remoteproc
 2018-10-09 16:23 UTC  (6+ messages)
` [PATCH v4 1/5] remoteproc: Introduce custom dump function for each remoteproc segment
` [PATCH v4 2/5] remoteproc: Add mechanism for custom dump function assignment
` [PATCH v4 3/5] remoteproc: qcom: q6v5-mss: Refactor mba load/unload sequence
` [PATCH v4 4/5] remoteproc: qcom: q6v5-mss: Add custom dump function for modem
` [PATCH v4 5/5] remoteproc: qcom: q6v5-mss: Register segments/dumpfn for coredump

[PATCH v3 0/6] Add coredump support for Q6v5 Modem remoteproc
 2018-10-09 16:21 UTC  (12+ messages)
` [PATCH v3 1/6] remoteproc: Introduce custom dump function for each remoteproc segment
` [PATCH v3 4/6] remoteproc: qcom: q6v5-pil: Add custom dump function for modem
` [PATCH v3 5/6] remoteproc: qcom: q6v5-pil: Register segments/dumpfn for coredump
` [PATCH v3 6/6] remoteproc: qcom: q6v5-pil: Assign the relocated address

[PATCH 0/5] remoteproc sysfs fixes/improvements
 2018-10-08 16:42 UTC  (4+ messages)
` [PATCH 1/5] remoteproc: Fix unbalanced boot with sysfs for no auto-boot rprocs

[PATCH] samples/rpmsg: Introduce a module parameter for message count
 2018-10-08 16:33 UTC  (3+ messages)


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