Tejun Heo 358f9a77a6 libata: implement and use ata_noop_irq_clear()
->irq_clear() is used to clear IRQ bit of a SFF controller and isn't
useful for drivers which don't use libata SFF HSM implementation.
However, it's a required callback and many drivers implement their own
noop version as placeholder.  This patch implements ata_noop_irq_clear
and use it to replace those custom placeholders.

Also, SFF drivers which don't support BMDMA don't need to use
ata_bmdma_irq_clear().  It becomes noop if BMDMA address isn't
initialized.  Convert them to use ata_noop_irq_clear().

Signed-off-by: Tejun Heo <htejun@gmail.com>
2008-04-17 15:44:16 -04:00
..
2008-01-23 05:24:17 -05:00
2008-03-18 00:26:07 -04:00
2008-02-25 17:29:35 -05:00
2008-02-03 17:08:11 +02:00
2008-02-03 17:08:11 +02:00
2008-02-11 14:30:07 -05:00
2008-02-15 13:51:22 -05:00
2008-01-23 05:24:15 -05:00
2008-01-23 05:24:15 -05:00
2008-04-17 15:44:15 -04:00
2007-07-02 10:17:42 -04:00