public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: srinidhi.kasagar@stericsson.com (srinidhi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 4/5] ARM: add PrimeCell generic DMA to PL011
Date: Fri, 26 Mar 2010 10:27:37 +0530	[thread overview]
Message-ID: <1269579457.8895.5.camel@bnru03> (raw)
In-Reply-To: <b328b2051003252142o1c142ca0h66135eb9129d1c99@mail.gmail.com>

Linus,

> This extends the PL011 UART driver with generic DMA engine support
> using the PrimeCell DMA engine interface.
> 
> Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
> ---
>  drivers/serial/amba-pl011.c |  649
> ++++++++++++++++++++++++++++++++++++++++++-
>  include/linux/amba/serial.h |    6 +
>  2 files changed, 653 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/serial/amba-pl011.c b/drivers/serial/amba-pl011.c
> index aad86ec..41ed380 100644
> --- a/drivers/serial/amba-pl011.c
> +++ b/drivers/serial/amba-pl011.c
> @@ -7,6 +7,7 @@
>  *
>  *  Copyright 1999 ARM Limited
>  *  Copyright (C) 2000 Deep Blue Solutions Ltd.
> + *  Copyright (C) 2010 ST-Ericsson SA
>  *
>  * This program is free software; you can redistribute it and/or
> modify
>  * it under the terms of the GNU General Public License as published
> by
> @@ -47,10 +48,17 @@
>  #include <linux/amba/bus.h>
>  #include <linux/amba/serial.h>
>  #include <linux/clk.h>
> +#include <linux/dmaengine.h>
> +#include <linux/dma-mapping.h>
> +#include <linux/scatterlist.h>
> +#include <linux/completion.h>
> +#include <linux/amba/dma.h>
> 
>  #include <asm/io.h>
>  #include <asm/sizes.h>
> 
> +#include <mach/coh901318.h>
Is this accidentally added? Please update 5983/1 patch in Russell's
tracking system.

regards,
Srinidhi

  parent reply	other threads:[~2010-03-26  4:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-08 13:52 [PATCH 4/5] ARM: add PrimeCell generic DMA to PL011 Linus Walleij
     [not found] ` <b328b2051003252142o1c142ca0h66135eb9129d1c99@mail.gmail.com>
2010-03-26  4:57   ` srinidhi [this message]
2010-03-26  9:47     ` Linus WALLEIJ

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=1269579457.8895.5.camel@bnru03 \
    --to=srinidhi.kasagar@stericsson.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox