]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[ARM] pata_pxa: DMA-capable PATA driver
authorMarek Vasut <marek.vasut@gmail.com>
Fri, 21 May 2010 01:12:44 +0000 (03:12 +0200)
committerEric Miao <eric.y.miao@gmail.com>
Fri, 18 Jun 2010 07:07:32 +0000 (15:07 +0800)
commit2dc6c6f15da97cb3e810963c80e981f19d42cd7d
tree0d2bcf444afbfad7c434ea9fd60b2c9053a8edba
parent406c86f11f0b62d640c5aa47a56faf81c4cf8540
[ARM] pata_pxa: DMA-capable PATA driver

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@gmail.com>
Acked-by: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
arch/arm/mach-pxa/include/mach/pata_pxa.h [new file with mode: 0644]
drivers/ata/Kconfig
drivers/ata/Makefile
drivers/ata/pata_pxa.c [new file with mode: 0644]