Files
kernel_arpi/include/linux
Tejun Heo aa2731ad9a libata: separate out ata_wait_ready() and implement ata_wait_after_reset()
Factor out waiting logic (which is common to all ATA controllers) from
ata_sff_wait_ready() into ata_wait_ready().  ata_wait_ready() takes
@check_ready function pointer and uses it to poll for readiness.  This
allows non-SFF controllers to use ata_wait_ready() to wait for link
readiness.

This patch also implements ata_wait_after_reset() - generic version of
ata_sff_wait_after_reset() - using ata_wait_ready().

ata_sff_wait_ready() is reimplemented using ata_wait_ready() and
ata_sff_check_ready().  Functionality remains the same.

Signed-off-by: Tejun Heo <htejun@gmail.com>
2008-04-17 15:44:22 -04:00
..
2008-02-14 21:17:08 -08:00
2008-02-19 10:04:00 +01:00
2008-02-19 10:04:00 +01:00
2008-03-04 16:35:12 -08:00
2008-03-04 14:47:06 -08:00
2008-02-19 10:04:00 +01:00
2008-04-04 18:36:49 +02:00
2008-03-29 19:55:17 +01:00
2008-03-17 22:48:46 -07:00
2008-02-19 21:00:18 +01:00
2008-03-19 18:53:36 -07:00
2008-02-26 14:03:47 +09:00
2008-03-04 16:35:15 -08:00
2008-03-12 12:34:37 -07:00
2008-03-17 22:46:46 -07:00
2008-03-03 12:22:32 -08:00
2008-03-04 14:57:43 -08:00
2008-04-07 13:14:22 -07:00