All of lore.kernel.org
 help / color / mirror / Atom feed
From: vinod.koul@intel.com (Vinod Koul)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v11 00/14] Add support for FDMA DMA controller and slim core rproc found on STi chipsets
Date: Mon, 14 Nov 2016 10:49:51 +0530	[thread overview]
Message-ID: <20161114051951.GX3000@localhost> (raw)
In-Reply-To: <1478542665-17089-1-git-send-email-peter.griffin@linaro.org>

On Mon, Nov 07, 2016 at 06:17:31PM +0000, Peter Griffin wrote:
> Hi Vinod and Bjorn,
> 
> This patchset adds support for the Flexible Direct Memory Access (FDMA) core
> found on STi chipsets from STMicroelectronics. The FDMA is a slim core CPU
> with a dedicated firmware. It is a general purpose DMA controller supporting
> 16 independent channels and data can be moved from memory to memory or between
> memory and paced latency critical real time targets.
> 
> In reponse to Bjorn latest mail here https://lkml.org/lkml/2016/11/7/425 and
> here https://patchwork.kernel.org/patch/9368157/ I have created a v11
> incorporating the minor API update, and removed the unrelated change.
> 
> As tthis series has been in linux-next for a while, some additional fixes
> have been submitted and applied by Vinod. I have included these as part of
> the v11 series as well.
> 
> I believe the best route as described here
> https://www.spinics.net/lists/arm-kernel/msg541026.htmlforward is for Vinod
> to apply the whole series on an immutable branch which is then merged into
> both the dma and remoteproc trees.

As I said earlier and just to make it clear, am not taking this one. Please
send updates on top of already applied stuff

-- 
~Vinod

WARNING: multiple messages have this Message-ID (diff)
From: Vinod Koul <vinod.koul@intel.com>
To: Peter Griffin <peter.griffin@linaro.org>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, kernel@stlinux.com,
	bjorn.andersson@linaro.org, ohad@wizery.com,
	lee.jones@linaro.org, dmaengine@vger.kernel.org,
	remoteproc@vger.kernel.org
Subject: Re: [PATCH v11 00/14] Add support for FDMA DMA controller and slim core rproc found on STi chipsets
Date: Mon, 14 Nov 2016 10:49:51 +0530	[thread overview]
Message-ID: <20161114051951.GX3000@localhost> (raw)
In-Reply-To: <1478542665-17089-1-git-send-email-peter.griffin@linaro.org>

On Mon, Nov 07, 2016 at 06:17:31PM +0000, Peter Griffin wrote:
> Hi Vinod and Bjorn,
> 
> This patchset adds support for the Flexible Direct Memory Access (FDMA) core
> found on STi chipsets from STMicroelectronics. The FDMA is a slim core CPU
> with a dedicated firmware. It is a general purpose DMA controller supporting
> 16 independent channels and data can be moved from memory to memory or between
> memory and paced latency critical real time targets.
> 
> In reponse to Bjorn latest mail here https://lkml.org/lkml/2016/11/7/425 and
> here https://patchwork.kernel.org/patch/9368157/ I have created a v11
> incorporating the minor API update, and removed the unrelated change.
> 
> As tthis series has been in linux-next for a while, some additional fixes
> have been submitted and applied by Vinod. I have included these as part of
> the v11 series as well.
> 
> I believe the best route as described here
> https://www.spinics.net/lists/arm-kernel/msg541026.htmlforward is for Vinod
> to apply the whole series on an immutable branch which is then merged into
> both the dma and remoteproc trees.

As I said earlier and just to make it clear, am not taking this one. Please
send updates on top of already applied stuff

-- 
~Vinod

  parent reply	other threads:[~2016-11-14  5:19 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-07 18:17 [PATCH v11 00/14] Add support for FDMA DMA controller and slim core rproc found on STi chipsets Peter Griffin
2016-11-07 18:17 ` Peter Griffin
2016-11-07 18:17 ` [PATCH v11 01/14] remoteproc: Update Kconfig setup to 'depends on REMOTEPROC' Peter Griffin
2016-11-07 18:17   ` Peter Griffin
2016-11-07 18:17 ` [PATCH v11 02/14] remoteproc: st_slim_rproc: add a slimcore rproc driver Peter Griffin
2016-11-07 18:17   ` Peter Griffin
2016-11-07 18:17 ` [PATCH v11 03/14] MAINTAINERS: Add st slim core rproc driver to STi section Peter Griffin
2016-11-07 18:17   ` Peter Griffin
2016-11-07 18:17 ` [PATCH v11 04/14] dmaengine: st_fdma: Add STMicroelectronics FDMA DT binding documentation Peter Griffin
2016-11-07 18:17   ` Peter Griffin
2016-11-07 18:17 ` [PATCH v11 05/14] dmaengine: st_fdma: Add STMicroelectronics FDMA driver header file Peter Griffin
2016-11-07 18:17   ` Peter Griffin
2016-11-07 18:17 ` [PATCH v11 06/14] dmaengine: st_fdma: Add STMicroelectronics FDMA engine driver support Peter Griffin
2016-11-07 18:17   ` Peter Griffin
2016-11-07 18:17 ` [PATCH v11 07/14] MAINTAINERS: Add FDMA driver files to STi section Peter Griffin
2016-11-07 18:17   ` Peter Griffin
2016-11-07 18:17 ` [PATCH v11 08/14] ARM: multi_v7_defconfig: Enable remoteproc core Peter Griffin
2016-11-07 18:17   ` Peter Griffin
2016-11-07 18:17 ` [PATCH v11 09/14] ARM: multi_v7_defconfig: Enable st_remoteproc driver Peter Griffin
2016-11-07 18:17   ` Peter Griffin
2016-11-07 18:17 ` [PATCH v11 10/14] ARM: multi_v7_defconfig: Enable STi FDMA driver Peter Griffin
2016-11-07 18:17   ` Peter Griffin
2016-11-07 18:17 ` [PATCH v11 11/14] ARM: multi_v7_defconfig: Enable STi and simple-card drivers Peter Griffin
2016-11-07 18:17   ` Peter Griffin
2016-11-07 18:17 ` [PATCH v11 12/14] dmaengine: st_fdma: fix uninitialized variable access Peter Griffin
2016-11-07 18:17   ` Peter Griffin
2016-11-07 18:17 ` [PATCH v11 13/14] dmaengine: st_fdma: Fix the error return code in st_fdma_probe() Peter Griffin
2016-11-07 18:17   ` Peter Griffin
2016-11-07 18:17 ` [PATCH v11 14/14] dmaengine: st_fdma: Update st_fdma to 'depends on REMOTEPROC' Peter Griffin
2016-11-07 18:17   ` Peter Griffin
2016-11-14  5:19 ` Vinod Koul [this message]
2016-11-14  5:19   ` [PATCH v11 00/14] Add support for FDMA DMA controller and slim core rproc found on STi chipsets Vinod Koul

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161114051951.GX3000@localhost \
    --to=vinod.koul@intel.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.