From: Akira Iguchi Date: Fri, 26 Jan 2007 07:27:32 +0000 (+0900) Subject: libata: add another IRQ calls (core and headers) X-Git-Tag: v2.6.21-rc1~274^2~497 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=836250069fc0eeebe8b6aed772281535cc6e34f9;p=pandora-kernel.git libata: add another IRQ calls (core and headers) This patch is against the libata core and headers. Two IRQ calls are added in ata_port_operations. - irq_on() is used to enable interrupts. - irq_ack() is used to acknowledge a device interrupt. In most drivers, ata_irq_on() and ata_irq_ack() are used for irq_on and irq_ack respectively. In some drivers (ex: ahci, sata_sil24) which cannot use them as is, ata_dummy_irq_on() and ata_dummy_irq_ack() are used. Signed-off-by: Kou Ishizaki Signed-off-by: Akira Iguchi Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed