public inbox for linux-sh@vger.kernel.org
 help / color / mirror / Atom feed
From: Magnus Damm <magnus.damm@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH 00/05] SH-Mobile ARM dmaengine support V1
Date: Fri, 19 Mar 2010 04:46:30 +0000	[thread overview]
Message-ID: <20100319044630.17051.16445.sendpatchset@t400s> (raw)

SH-Mobile ARM dmaengine support V1

[PATCH 01/05] dmaengine: shdma: Remove sh_dmae_slave_chan_id enum
[PATCH 02/05] dmaengine: shdma: Common SH_DMA_SLAVE_NUMBER
[PATCH 03/05] serial: sh-sci: Use sg_dma_len() and sg_dma_address()
[PATCH 04/05] dmaengine: shdma: Introduce include/linux/sh_dma.h
[PATCH 05/05] dmaengine: shdma: Enable on SH-Mobile ARM

These patches add support for the shdma dmaengine driver on
SH-Mobile ARM. Since some of the data structures are used by
various drivers these patches modify both SH architecture code,
dmaengine, sh-sci and the recently added siu sound driver.

Not sure how to merge this smoothly, but I tried to layer the
changes so they can be added one at a time without breaking
anything.

Compiles fine on sh7377 G4EVM (ARM) and sh7722 Migo-R (SH).

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 arch/sh/include/asm/dmaengine.h |   67 +------------------------
 arch/sh/include/asm/siu.h       |    8 +--
 drivers/dma/Kconfig             |    2 
 drivers/dma/shdma.c             |   23 ++++----
 drivers/dma/shdma.h             |    4 -
 drivers/serial/sh-sci.c         |   18 +++---
 include/linux/serial_sci.h      |    6 +-
 include/linux/sh_dma.h          |  101 +++++++++++++++++++++++++++++++++++++++
 8 files changed, 134 insertions(+), 95 deletions(-)

             reply	other threads:[~2010-03-19  4:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-19  4:46 Magnus Damm [this message]
2010-03-23  8:34 ` [PATCH 00/05] SH-Mobile ARM dmaengine support V1 Paul Mundt

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=20100319044630.17051.16445.sendpatchset@t400s \
    --to=magnus.damm@gmail.com \
    --cc=linux-sh@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