public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Simon Schwarz <simonschwarzcor@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/4] omap3: Add DMA driver
Date: Wed, 28 Sep 2011 17:00:23 +0200	[thread overview]
Message-ID: <1317222027-4537-1-git-send-email-simonschwarzcor@gmail.com> (raw)

This adds functions to use the DMA controller of OMAP3 devices. It also
adds a dma library to the SPL.

based on:
- u-boot-ti/next
- SPL direct linux boot patch:
  http://article.gmane.org/gmane.comp.boot-loaders.u-boot/108814

Simon Schwarz (4):
  omap3: Add Base register for DMA
  omap3: Add DMA register accessors
  omap3: Add interface for omap3 DMA
  SPL: Add DMA library

 arch/arm/include/asm/arch-omap3/cpu.h   |   45 ++++++++
 arch/arm/include/asm/arch-omap3/dma.h   |   77 +++++++++++++
 arch/arm/include/asm/arch-omap3/omap3.h |    3 +
 doc/README.SPL                          |    1 +
 doc/README.omap3                        |   18 +++
 drivers/dma/Makefile                    |    1 +
 drivers/dma/omap3_dma.c                 |  180 +++++++++++++++++++++++++++++++
 spl/Makefile                            |    1 +
 8 files changed, 326 insertions(+), 0 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-omap3/dma.h
 create mode 100644 drivers/dma/omap3_dma.c

-- 
1.7.4.1

             reply	other threads:[~2011-09-28 15:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-28 15:00 Simon Schwarz [this message]
2011-09-28 15:00 ` [U-Boot] [PATCH 1/4] omap3: Add Base register for DMA Simon Schwarz
2011-09-28 15:00 ` [U-Boot] [PATCH 2/4] omap3: Add DMA register accessors Simon Schwarz
2011-09-28 15:00 ` [U-Boot] [PATCH 3/4] omap3: Add interface for omap3 DMA Simon Schwarz
2011-09-28 15:00 ` [U-Boot] [PATCH 4/4] SPL: Add DMA library Simon Schwarz

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=1317222027-4537-1-git-send-email-simonschwarzcor@gmail.com \
    --to=simonschwarzcor@googlemail.com \
    --cc=u-boot@lists.denx.de \
    /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