From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.dvmed.net (srv5.dvmed.net [207.36.208.214]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id DE574DDDF2 for ; Wed, 7 Feb 2007 11:35:17 +1100 (EST) Message-ID: <45C91EC0.2090305@garzik.org> Date: Tue, 06 Feb 2007 19:35:12 -0500 From: Jeff Garzik MIME-Version: 1.0 To: Akira Iguchi Subject: Re: [PATCH 2/3] libata: add another IRQ calls (libata drivers) References: <200701260727.l0Q7RVjM019396@toshiba.co.jp> In-Reply-To: <200701260727.l0Q7RVjM019396@toshiba.co.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: arnd@arndb.de, linuxppc-dev@ozlabs.org, linux-ide@vger.kernel.org, paulus@samba.org, alan@lxorguk.ukuu.org.uk List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Akira Iguchi wrote: > This patch is against each libata driver. > > 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 applied