[PATCH v3] PXA DMA-capable PATA driver
Marek Vasut
marek.vasut at gmail.com
Tue May 18 04:25:06 EDT 2010
Dne Út 18. května 2010 05:56:38 Jeff Garzik napsal(a):
> On 05/17/2010 07:09 PM, Marek Vasut wrote:
> > This patch adds a driver for a harddrive attached to PXA address and data
> > bus. Unlike pata_platform, this driver allows usage of PXA DMA
> > controller, making the transmission speed 3x higher.
> >
> > Signed-off-by: Marek Vasut<marek.vasut at gmail.com>
> > ---
> >
> > arch/arm/mach-pxa/include/mach/pata_pxa.h | 33 +++
> > drivers/ata/Kconfig | 11 +
> > drivers/ata/Makefile | 1 +
> > drivers/ata/pata_pxa.c | 404
> > +++++++++++++++++++++++++++++ 4 files changed, 449 insertions(+), 0
> > deletions(-)
> > create mode 100644 arch/arm/mach-pxa/include/mach/pata_pxa.h
> > create mode 100644 drivers/ata/pata_pxa.c
>
> Acked-by: Jeff Garzik <jgarzik at redhat.com>
>
> There are a few minor issues remaining, but we can take care of them
> post-merge. I presume you'll send this via arm tree.
If you're fine with it, I guess that'd be the best way.
Thanks!
More information about the linux-arm-kernel
mailing list