Several fixes for the AVR32 PATA driver
authorKristoffer Nyborg Gregertsen <kngregertsen@norway.atmel.com>
Thu, 29 Nov 2007 11:01:51 +0000 (12:01 +0100)
committerJeff Garzik <jeff@garzik.org>
Sat, 1 Dec 2007 22:35:58 +0000 (17:35 -0500)
commit1c20a493caa30c5d47a394f9dbd86e6282323db9
tree82c3c053f74f13bb90a71d1162d482ae5352c06a
parent2d79ab8fd7a7bf3a45d0e948ae27b3dd95ce95ea
Several fixes for the AVR32 PATA driver

Several fixes for the AVR32 PATA driver:

* Updated to use new AVR32 SMC timing API. This removes the need for "magic"
constants in signal timing.

* Removed the ATA_FLAG_PIO_POLLING, the driver should use interrupts.

* Removed .port_disable and .irq_ack as these are no longer needed.

* Improved some comments.

Signed-off-by: Kristoffer Nyborg Gregertsen <kngregertsen@norway.atmel.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/pata_at32.c