Linux Remote Processor Subsystem development
 help / color / mirror / Atom feed
 messages from 2018-03-16 14:51:16 to 2018-04-19 17:22:49 UTC [more...]

[PATCH v3 0/7] Add support for remoteproc modem-pil on SDM845 SoCs
 2018-04-19 17:22 UTC  (18+ messages)
` [PATCH v3 1/7] dt-bindings: reset: Add AOSS reset bindings for "
` [PATCH v3 2/7] reset: qcom: AOSS (always on subsystem) reset controller
` [PATCH v3 3/7] dt-bindings: mailbox: Add APCS global binding for SDM845 SoCs
` [PATCH v3 4/7] mailbox: Add support for Qualcomm "
` [PATCH v3 5/7] dt-bindings: remoteproc: Add Q6v5 Modem PIL binding for SDM845
` [PATCH v3 7/7] remoteproc: qcom: Always assert and deassert reset signals in SDM845

[PATCH v3 00/20] Allow compile-testing NO_DMA (drivers)
 2018-04-19 16:41 UTC  (24+ messages)
` [PATCH v3 01/20] ASoC: Remove depends on HAS_DMA in case of platform dependency
` [PATCH v3 02/20] ata: "
` [PATCH v3 03/20] crypto: "
` [PATCH v3 04/20] fbdev: "
` [PATCH v3 05/20] firewire: "
` [PATCH v3 06/20] fpga: "
` [PATCH v3 07/20] i2c: "
` [PATCH v3 08/20] iio: adc: "
` [PATCH v3 09/20] iommu: "
` [PATCH v3 10/20] lightnvm: "
` [PATCH v3 11/20] mailbox: "
` [PATCH v3 12/20] media: "
` [PATCH v3 13/20] mmc: "
` [PATCH v3 14/20] mtd: "
` [PATCH v3 15/20] net: "
` [PATCH v3 16/20] remoteproc: "
` [PATCH v3 17/20] serial: "
` [PATCH v3 18/20] spi: "
` [PATCH v3 19/20] staging: vc04_services: "
` [PATCH v3 20/20] usb: "

[PATCH v6 0/7] ARM: davinci: complete the conversion to using the reset framework
 2018-04-18  8:56 UTC  (15+ messages)
` [PATCH v6 1/7] ARM: davinci: dts: make psc0 a reset provider
` [PATCH v6 2/7] ARM: davinci: dts: add a reset control to the dsp node
` [PATCH v6 3/7] remoteproc/davinci: add the missing retval check for clk_enable()
` [PATCH v6 4/7] remoteproc/davinci: prepare and unprepare the clock where needed
` [PATCH v6 5/7] remoteproc/davinci: use octal permissions for module_param()
` [PATCH v6 6/7] remoteproc/davinci: use the reset framework
` [PATCH v6 7/7] clk: davinci: kill davinci_clk_reset_assert/deassert()

[PATCH 1/2] hwspinlock: Convert to use 'switch' statement
 2018-04-17 21:53 UTC  (3+ messages)
` [PATCH 2/2] hwspinlock: Introduce one new mode for hwspinlock

[PATCH] remoteproc: Prevent incorrect rproc state on xfer mem ownership failure
 2018-04-17 21:47 UTC  (2+ messages)

[PATCH v2 00/21] Allow compile-testing NO_DMA (drivers)
 2018-04-17 17:48 UTC  (32+ messages)
` [PATCH v2 03/21] crypto: Remove depends on HAS_DMA in case of platform dependency
` [PATCH v2 06/21] fpga: "
` [PATCH v2 08/21] iio: adc: "
` [PATCH v2 09/21] iommu: "
` [PATCH v2 10/21] lightnvm: "
` [PATCH v2 13/21] mmc: "
` [PATCH v2 14/21] mtd: "
` [PATCH v2 16/21] remoteproc: "
  ` [PATCH v2 04/21] fbdev: "

[PATCH 0/3] rpmsg: smd: Redeliver messages after probe
 2018-04-10 18:27 UTC  (7+ messages)
` [PATCH 1/3] rpmsg: smd: Fix container_of macros
` [PATCH 2/3] rpmsg: Only invoke announce_create for rpdev with endpoints
` [PATCH 3/3] rpmsg: smd: Use announce_create to process any receive work

[GIT PULL] remoteproc updates for v4.17
 2018-04-10 17:58 UTC  (3+ messages)

[PATCH] remoteproc: fix crashed parameter logic on stop call
 2018-04-10  8:57 UTC 

[GIT PULL] rpmsg updates for v4.17
 2018-04-09 22:25 UTC 

[PATCH v5 0/8] ARM: davinci: complete the conversion to using the reset framework
 2018-04-06 20:40 UTC  (16+ messages)
` [PATCH v5 1/8] ARM: davinci: dts: make psc0 a reset provider
` [PATCH v5 2/8] ARM: davinci: dts: add a reset control to the dsp node
` [PATCH v5 3/8] clk: davinci: add a reset lookup table for psc0
` [PATCH v5 4/8] remoteproc/davinci: add the missing retval check for clk_enable()
` [PATCH v5 5/8] remoteproc/davinci: prepare and unprepare the clock where needed
` [PATCH v5 6/8] remoteproc/davinci: use octal permissions for module_param()
` [PATCH v5 7/8] remoteproc/davinci: use the reset framework
` [PATCH v5 8/8] clk: davinci: kill davinci_clk_reset_assert/deassert()

[PATCH] remoteproc: fix null pointer dereference on glink only platforms
 2018-04-06  5:54 UTC  (2+ messages)

[PATCH] remoteproc: Remove null character write of shared mem
 2018-04-05  8:59 UTC  (6+ messages)

[PATCH v3 00/13] remoteproc: add fixed memory region support
 2018-04-03 12:04 UTC  (2+ messages)

[PATCH v3 0/8] ARM: davinci: complete the conversion to using the reset framework
 2018-03-30 11:07 UTC  (16+ messages)
` [PATCH v3 1/8] ARM: davinci: dts: make psc0 a reset provider
` [PATCH v3 2/8] ARM: davinci: dts: add a reset control to the dsp node
` [PATCH v3 3/8] clk: davinci: add a reset lookup table for psc0
` [PATCH v3 4/8] remoteproc/davinci: add the missing retval check for clk_enable()
` [PATCH v3 5/8] remoteproc/davinci: prepare and unprepare the clock where needed
` [PATCH v3 6/8] remoteproc/davinci: use octal permissions for module_param()
` [PATCH v3 7/8] remoteproc/davinci: use the reset framework
` [PATCH v3 8/8] clk: davinci: kill davinci_clk_reset_assert/deassert()

[PATCH v4 0/8] ARM: davinci: complete the conversion to using the reset framework
 2018-03-28 22:44 UTC  (25+ messages)
` [PATCH v4 1/8] reset: modify the way reset lookup works for board files
` [PATCH v4 2/8] ARM: davinci: dts: make psc0 a reset provider
` [PATCH v4 3/8] ARM: davinci: dts: add a reset control to the dsp node
` [PATCH v4 4/8] clk: davinci: add a reset lookup table for psc0
` [PATCH v4 5/8] remoteproc: da8xx: add the missing retval check for clk_enable()
` [PATCH v4 6/8] remoteproc: da8xx: prepare and unprepare the clock where needed
` [PATCH v4 7/8] remoteproc: da8xx: use the reset framework
` [PATCH v4 8/8] clk: davinci: kill davinci_clk_reset_assert/deassert()

[PATCH v2] rpmsg: Add driver_override device attribute for rpmsg_device
 2018-03-23 16:11 UTC 

[PATCH v3 0/8] ARM: davinci: complete the conversion to using the reset framework
 2018-03-23 12:04 UTC  (10+ messages)
` [PATCH v3 1/8] reset: modify the way reset lookup works for board files
` [PATCH v3 2/8] ARM: davinci: dts: make psc0 a reset provider
` [PATCH v3 3/8] ARM: davinci: dts: add a reset control to the dsp node
` [PATCH v3 4/8] clk: davinci: add a reset lookup table for psc0
` [PATCH v3 5/8] remoteproc: da8xx: add the missing retval check for clk_enable()
` [PATCH v3 6/8] remoteproc: da8xx: prepare and unprepare the clock where needed
` [PATCH v3 7/8] remoteproc: da8xx: use the reset framework
` [PATCH v3 8/8] clk: davinci: kill davinci_clk_reset_assert/deassert()

[PATCH v2 0/8] ARM: davinci: complete the conversion to using the reset framework
 2018-03-23 11:08 UTC  (12+ messages)
` [PATCH v2 1/8] reset: modify the way reset lookup works for board files
` [PATCH v2 2/8] ARM: davinci: dts: make psc0 a reset provider
` [PATCH v2 3/8] ARM: davinci: dts: add a reset control to the dsp node
` [PATCH v2 4/8] clk: davinci: add a reset lookup table for psc0
` [PATCH v2 5/8] remoteproc: da8xx: add the missing retval check for clk_enable()
` [PATCH v2 6/8] remoteproc: da8xx: prepare and unprepare the clock where needed
` [PATCH v2 7/8] remoteproc: da8xx: use the reset framework
` [PATCH v2 8/8] clk: davinci: kill davinci_clk_reset_assert/deassert()

[PATCH 0/8] ARM: davinci: complete the conversion to using the reset framework
 2018-03-23  9:07 UTC  (17+ messages)
` [PATCH 1/8] reset: modify the way reset lookup works for board files
` [PATCH 2/8] ARM: davinci: dts: make psc0 a reset provider
` [PATCH 3/8] ARM: davinci: dts: add a reset control to the dsp node
` [PATCH 4/8] clk: davinci: add a reset lookup table for psc0
` [PATCH 5/8] remoteproc: da8xx: add the missing checke for clk_enable()
` [PATCH 6/8] remoteproc: da8xx: prepare and unprepare the clock where needed
` [PATCH 7/8] remoteproc: da8xx: use the reset framework
` [PATCH 8/8] clk: davinci: kill davinci_clk_reset_assert/deassert()

[PATCH] rpmsg: added MODULE_ALIAS for rpmsg_char
 2018-03-23  4:09 UTC 

[PATCH RESEND] rpmsg: virtio_rpmsg_bus: fix rpmsg_probe() for virtio-mmio transport
 2018-03-21  8:04 UTC  (3+ messages)

[PATCH RESEND] rpmsg: Add driver_override device attribute for rpmsg_device
 2018-03-21  7:59 UTC  (3+ messages)

[PATCH] rpmsg: glink: Use spinlock in tx path
 2018-03-20  2:14 UTC  (2+ messages)

[RFC] rpmsg: virtio rpmsg: Add RPMsg char driver support
 2018-03-18 22:49 UTC  (2+ messages)

[PATCH 0/3] drivers: rpmsg: make rpmsg bus DMA capable
 2018-03-18 22:47 UTC  (4+ messages)
` [PATCH 2/3] rpmsg: core: "

[PATCH 0/2] rpmsg: use put_device() if device_register fail
 2018-03-18 22:47 UTC  (2+ messages)

[PATCH 0/3] remoteproc: imx_rproc: Improve 'imx_rproc_probe()'
 2018-03-18 22:44 UTC  (2+ messages)


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