From: Jon Hunter <jon-hunter@ti.com>
To: device-tree <devicetree-discuss@lists.ozlabs.org>,
linux-omap <linux-omap@vger.kernel.org>,
linux-arm <linux-arm-kernel@lists.infradead.org>
Cc: Jon Hunter <jon-hunter@ti.com>
Subject: [PATCH V6 0/2] of: Add generic device tree DMA helpers
Date: Fri, 14 Sep 2012 17:41:55 -0500 [thread overview]
Message-ID: <1347662517-4210-1-git-send-email-jon-hunter@ti.com> (raw)
Hi all,
I apologise for sending out so many updates in quick succession before everyone
has had chance to review, however, I will be out of office next week and I know
that several people have been waiting for this. Normally, I would not send out
a series and disappear for a week, but Arnd agreed to help while I am out.
Arnd,
Feel free to make any changes you see fit while I am out or correct any balls-up
I have made!
Cheers
Jon
This is based upon the work by Benoit Cousson [1] and Nicolas Ferre [2] to add
some basic device-tree helpers to retrieve a DMA controller device_node and the
DMA request/channel information.
v6: - minor corrections in DMA binding documentation
v5: - minor update to binding documentation
- added loop to exhaustively search for a slave channel in the case where
there could be alternative channels available
v4: - revert the removal of xlate function from v3
- update the proposed binding format and APIs based upon discussions [3]
v3: - avoid passing an xlate function and instead pass DMA engine parameters
- define number of dma channels and requests in dma-controller node
v2: - remove of_dma_to_resource API
- make property #dma-cells required (no fallback anymore)
- another check in of_dma_xlate_onenumbercell() function
[1] http://article.gmane.org/gmane.linux.drivers.devicetree/12022
[2] http://article.gmane.org/gmane.linux.ports.arm.omap/73622
[3] http://marc.info/?l=linux-omap&m=133582085008539&w=2
Jon Hunter (2):
of: Add generic device tree DMA helpers
dmaengine: add helper function to request a slave DMA channel
Documentation/devicetree/bindings/dma/dma.txt | 81 +++++++++
drivers/dma/dmaengine.c | 16 ++
drivers/of/Makefile | 2 +-
drivers/of/dma.c | 219 +++++++++++++++++++++++++
include/linux/dmaengine.h | 6 +
include/linux/of_dma.h | 45 +++++
6 files changed, 368 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/dma/dma.txt
create mode 100644 drivers/of/dma.c
create mode 100644 include/linux/of_dma.h
--
1.7.9.5
next reply other threads:[~2012-09-14 22:41 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-14 22:41 Jon Hunter [this message]
2012-09-14 22:41 ` [PATCH V6 1/2] of: Add generic device tree DMA helpers Jon Hunter
2012-09-14 22:46 ` Stephen Warren
2012-09-15 0:14 ` Russell King - ARM Linux
[not found] ` <20120915001431.GB12445-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>
2012-09-17 20:42 ` Arnd Bergmann
[not found] ` <201209172042.11860.arnd-r2nGTMty4D4@public.gmane.org>
2012-09-17 23:06 ` David Brown
[not found] ` <20120917230615.GA26502-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2012-09-18 12:50 ` Arnd Bergmann
2012-09-18 22:19 ` Mitch Bradley
[not found] ` <5058F35A.8040702-D5eQfiDGL7eakBO8gow8eQ@public.gmane.org>
2012-09-18 22:32 ` Russell King - ARM Linux
2012-09-19 11:09 ` Arnd Bergmann
[not found] ` <201209191109.16529.arnd-r2nGTMty4D4@public.gmane.org>
2012-09-19 14:40 ` Mitch Bradley
2012-09-19 13:52 ` Matt Porter
2012-09-19 14:07 ` Matt Porter
2012-09-19 14:24 ` Arnd Bergmann
2012-09-19 14:36 ` Rob Herring
2012-09-19 14:40 ` Matt Porter
2012-09-19 14:50 ` Arnd Bergmann
2012-09-19 21:25 ` Mitch Bradley
2012-09-19 14:10 ` Rob Herring
[not found] ` <1347662517-4210-1-git-send-email-jon-hunter-l0cyMroinI0@public.gmane.org>
2012-09-14 22:41 ` [PATCH V6 2/2] dmaengine: add helper function to request a slave DMA channel Jon Hunter
2012-09-17 3:33 ` Vinod Koul
2012-09-17 11:59 ` Arnd Bergmann
2012-09-17 22:36 ` Russell King - ARM Linux
2012-09-18 3:13 ` Vinod Koul
2012-09-18 13:21 ` Matt Porter
2012-09-18 15:20 ` Arnd Bergmann
2012-09-18 18:10 ` Russell King - ARM Linux
2012-09-24 22:25 ` Jon Hunter
2012-09-25 4:35 ` Vinod Koul
2012-10-16 2:43 ` Shawn Guo
2012-10-16 2:39 ` Vinod Koul
2012-11-09 20:01 ` Jon Hunter
2012-11-16 1:37 ` Vinod Koul
2012-11-16 8:39 ` Nicolas Ferre
2012-11-16 15:45 ` Jon Hunter
2012-11-28 17:06 ` Vinod Koul
2012-12-19 17:12 ` Jon Hunter
2012-12-20 14:57 ` Vinod Koul
2012-09-18 3:00 ` 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=1347662517-4210-1-git-send-email-jon-hunter@ti.com \
--to=jon-hunter@ti.com \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).