[PATCH 4/5] ARM: add PrimeCell generic DMA to PL011
srinidhi
srinidhi.kasagar at stericsson.com
Fri Mar 26 00:57:37 EDT 2010
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 at 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
More information about the linux-arm-kernel
mailing list