From: Vinod Koul <vinod.koul@intel.com>
To: Padmavathi Venna <padma.v@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org,
devicetree-discuss@lists.ozlabs.org,
linux-arm-kernel@lists.infradead.org, padma.kvr@gmail.com,
sbkim73@samsung.com, broonie@opensource.wolfsonmicro.com,
kgene.kim@samsung.com, jassisinghbrar@gmail.com, arnd@arndb.de,
grant.likely@secretlab.ca, jon-hunter@ti.com,
boojin.kim@samsung.com, thomas.abraham@linaro.org,
robherring2@gmail.com
Subject: Re: [PATCH V4 0/4] Add generic DMA DT binding support
Date: Thu, 14 Feb 2013 20:13:49 +0530 [thread overview]
Message-ID: <20130214144349.GH29960@intel.com> (raw)
In-Reply-To: <1360813208-9498-1-git-send-email-padma.v@samsung.com>
On Thu, Feb 14, 2013 at 09:10:04AM +0530, Padmavathi Venna wrote:
Logically this should have been v5 :)
Applied all, thanks
--
~Vinod
> Changes since V3:
> - Make dma-cells property optional as suggested by Rob Herring
> - Add dma-requests and dma-channels properties to DMA controller
> as suggested by Arnd for future-proof
> - Add Acked-by for some of the patches
>
> Changes since V2:
> - Add new filter function for DT case as suggested by Arnd
> - Add xlate as static function
> - Use newly added filter function in xlate.
> - Add Acked-by for some of the patches
>
> Changes since V1:
> - Address the review comments by Arnd Bergmann as below
> - Wording of the properties.
> - Pass pdmac as third parameter to of_dma_controller_register
> - Filter the dma channel based on channel number and dma_device
>
> This patch set adds support for generic dma device tree bindings for
> Samsung platforms and is dependent on the following patches from
> Vinod Koul next branch
> 1)of: Add generic device tree DMA helpers
> 2)dmaengine: add helper function to request a slave DMA channel
>
> This patch set is made based on Vinod Koul next branch
>
> Padmavathi Venna (4):
> DMA: PL330: Add new pl330 filter for DT case.
> DMA: PL330: Add xlate function
> DMA: PL330: Register the DMA controller with the generic DMA helpers
> ARM: dts: pl330: Add #dma-cells for generic dma binding support
>
> .../devicetree/bindings/dma/arm-pl330.txt | 21 +++++--
> arch/arm/boot/dts/exynos5250.dtsi | 12 ++++
> drivers/dma/pl330.c | 64 +++++++++++++++----
> 3 files changed, 78 insertions(+), 19 deletions(-)
>
> --
> 1.7.4.4
>
WARNING: multiple messages have this Message-ID (diff)
From: vinod.koul@intel.com (Vinod Koul)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V4 0/4] Add generic DMA DT binding support
Date: Thu, 14 Feb 2013 20:13:49 +0530 [thread overview]
Message-ID: <20130214144349.GH29960@intel.com> (raw)
In-Reply-To: <1360813208-9498-1-git-send-email-padma.v@samsung.com>
On Thu, Feb 14, 2013 at 09:10:04AM +0530, Padmavathi Venna wrote:
Logically this should have been v5 :)
Applied all, thanks
--
~Vinod
> Changes since V3:
> - Make dma-cells property optional as suggested by Rob Herring
> - Add dma-requests and dma-channels properties to DMA controller
> as suggested by Arnd for future-proof
> - Add Acked-by for some of the patches
>
> Changes since V2:
> - Add new filter function for DT case as suggested by Arnd
> - Add xlate as static function
> - Use newly added filter function in xlate.
> - Add Acked-by for some of the patches
>
> Changes since V1:
> - Address the review comments by Arnd Bergmann as below
> - Wording of the properties.
> - Pass pdmac as third parameter to of_dma_controller_register
> - Filter the dma channel based on channel number and dma_device
>
> This patch set adds support for generic dma device tree bindings for
> Samsung platforms and is dependent on the following patches from
> Vinod Koul next branch
> 1)of: Add generic device tree DMA helpers
> 2)dmaengine: add helper function to request a slave DMA channel
>
> This patch set is made based on Vinod Koul next branch
>
> Padmavathi Venna (4):
> DMA: PL330: Add new pl330 filter for DT case.
> DMA: PL330: Add xlate function
> DMA: PL330: Register the DMA controller with the generic DMA helpers
> ARM: dts: pl330: Add #dma-cells for generic dma binding support
>
> .../devicetree/bindings/dma/arm-pl330.txt | 21 +++++--
> arch/arm/boot/dts/exynos5250.dtsi | 12 ++++
> drivers/dma/pl330.c | 64 +++++++++++++++----
> 3 files changed, 78 insertions(+), 19 deletions(-)
>
> --
> 1.7.4.4
>
next prev parent reply other threads:[~2013-02-14 14:44 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-14 3:40 [PATCH V4 0/4] Add generic DMA DT binding support Padmavathi Venna
2013-02-14 3:40 ` Padmavathi Venna
2013-02-14 3:40 ` [PATCH V4 1/4] DMA: PL330: Add new pl330 filter for DT case Padmavathi Venna
2013-02-14 3:40 ` Padmavathi Venna
2013-02-14 3:40 ` [PATCH V4 2/4] DMA: PL330: Add xlate function Padmavathi Venna
2013-02-14 3:40 ` Padmavathi Venna
2013-02-14 3:40 ` [PATCH V4 3/4] DMA: PL330: Register the DMA controller with the generic DMA helpers Padmavathi Venna
2013-02-14 3:40 ` Padmavathi Venna
2013-02-14 3:40 ` [PATCH V4 4/4] ARM: dts: pl330: Add #dma-cells for generic dma binding support Padmavathi Venna
2013-02-14 3:40 ` Padmavathi Venna
2013-02-19 12:38 ` Dave Martin
2013-02-19 12:38 ` Dave Martin
2013-02-14 14:43 ` Vinod Koul [this message]
2013-02-14 14:43 ` [PATCH V4 0/4] Add generic DMA DT " 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=20130214144349.GH29960@intel.com \
--to=vinod.koul@intel.com \
--cc=arnd@arndb.de \
--cc=boojin.kim@samsung.com \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=grant.likely@secretlab.ca \
--cc=jassisinghbrar@gmail.com \
--cc=jon-hunter@ti.com \
--cc=kgene.kim@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=padma.kvr@gmail.com \
--cc=padma.v@samsung.com \
--cc=robherring2@gmail.com \
--cc=sbkim73@samsung.com \
--cc=thomas.abraham@linaro.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.