Sergei Shtylyov
e42a542ba9
libata: make sff_irq_on() method optional
...
Now, with the introduction of the sff_set_devctl() method, we can
use it in sff_irq_on() method too -- that way its implementations
in 'pata_bf54x' and 'pata_scc' become virtually identical to
ata_sff_irq_on(). The sff_irq_on() method now becomes quite
superfluous, and the only reason not to remove it completely is
the existence of the 'pata_octeon_cf' driver which implements it
as an empty function. Just make the method optional then, with
ata_sff_irq_on() becoming generic taskfile-bound function, still
global for the 'pata_bf54x' driver to be able to call it from its
thaw() and postreset() methods.
While at it, make the sff_irq_on() method and ata_sff_irq_on() return
'void' as the result is always ignored anyway.
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com >
Signed-off-by: Jeff Garzik <jgarzik@redhat.com >
2010-05-14 17:35:52 -04:00
..
2010-03-29 17:33:33 +01:00
2010-03-12 15:52:44 -08:00
2010-04-05 23:02:00 -07:00
2010-03-24 16:31:21 -07:00
2010-03-20 14:29:03 -07:00
2010-04-19 13:17:10 +01:00
2010-03-30 22:02:32 +09:00
2010-03-22 05:32:44 -04:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2010-03-12 15:53:10 -08:00
2010-05-14 17:08:01 -04:00
2010-04-08 12:53:57 -04:00
2010-04-25 08:54:42 +02:00
2010-03-16 19:47:54 +00:00
2010-04-07 08:38:01 -07:00
2010-03-19 08:58:16 +01:00
2010-05-04 09:25:02 -07:00
2010-03-24 16:31:22 -07:00
2010-03-12 19:10:29 +01:00
2010-04-28 09:20:33 +02:00
2010-03-12 15:52:32 -08:00
2010-03-12 15:52:32 -08:00
2010-03-30 22:02:32 +09:00
2010-03-07 17:04:52 -08:00
2010-03-12 15:52:42 -08:00
2010-03-11 16:32:14 +01:00
2010-03-11 15:51:23 +01:00
2010-03-29 14:30:19 -07:00
2010-03-29 14:30:19 -07:00
2010-04-15 22:18:36 +02:00
2010-04-15 22:18:36 +02:00
2010-03-26 23:51:44 +01:00
2010-04-23 10:39:48 -07:00
2010-03-29 09:14:47 -07:00
2010-03-30 22:02:32 +09:00
2010-03-10 14:47:18 +01:00
2010-03-30 22:02:32 +09:00
2010-03-16 08:55:32 +01:00
2010-03-13 20:56:56 +01:00
2010-03-14 11:14:58 -07:00
2010-05-04 11:09:28 +02:00
2010-03-24 08:20:03 +01:00
2010-04-01 01:31:13 -07:00
2010-03-21 21:19:02 -07:00
2010-03-12 15:52:40 -08:00
2010-03-08 23:19:15 -08:00
2010-03-30 22:02:32 +09:00
2010-03-12 15:52:36 -08:00
2010-03-23 13:33:50 -07:00
2010-03-12 15:52:40 -08:00
2010-03-12 15:52:40 -08:00
2010-04-01 16:12:48 -07:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2010-04-07 08:38:04 -07:00
2010-04-07 08:38:02 -07:00
2010-03-12 15:53:10 -08:00
2010-03-07 17:04:49 -08:00
2010-04-20 13:08:30 +03:00
2010-03-15 12:47:59 +01:00
2010-05-14 17:35:52 -04:00
2010-03-12 15:53:10 -08:00
2010-03-12 15:52:38 -08:00
2010-03-17 18:43:47 -07:00
2010-03-12 15:52:28 -08:00
2010-04-07 08:38:04 -07:00
2010-03-08 16:55:37 +01:00
2010-04-05 19:50:02 -07:00
2010-04-22 12:31:11 +02:00
2010-03-18 21:16:45 -07:00
2010-03-25 11:17:26 +01:00
2010-03-20 14:29:03 -07:00
2010-04-12 07:55:15 -04:00
2010-04-22 15:35:57 -04:00
2010-03-12 15:52:38 -08:00
2010-03-18 07:30:31 -06:00
2010-04-07 08:38:05 -07:00
2010-03-12 15:52:42 -08:00
2010-03-12 15:52:42 -08:00
2010-04-05 09:39:11 -07:00
2010-04-01 08:26:31 +02:00
2010-03-07 17:04:49 -08:00
2010-04-24 11:31:25 -07:00
2010-03-12 15:53:11 -08:00
2010-03-12 15:52:38 -08:00
2010-04-09 10:12:03 -07:00
2010-05-06 09:28:41 -07:00
2010-03-12 15:52:44 -08:00
2010-03-24 16:31:21 -07:00
2010-03-12 15:52:28 -08:00
2010-03-12 15:53:10 -08:00
2010-03-13 01:21:21 +01:00
2010-05-11 17:33:41 -07:00
2010-03-30 22:02:32 +09:00
2010-03-12 15:52:43 -08:00
2010-03-10 11:55:05 +09:00
2010-03-12 15:52:44 -08:00
2010-03-24 11:13:35 -07:00
2010-04-09 10:09:50 -07:00
2010-04-22 12:37:07 +02:00
2010-03-08 10:45:27 -08:00
2010-03-27 08:29:01 -07:00
2010-03-13 01:21:21 +01:00
2010-03-12 15:52:36 -08:00
2010-03-22 13:12:33 -07:00
2010-03-07 17:04:47 -08:00
2010-03-07 17:04:52 -08:00
2010-03-30 22:02:32 +09:00
2010-03-16 10:10:40 +01:00
2010-03-12 15:52:43 -08:00
2010-03-19 07:17:57 -07:00
2010-04-30 09:25:12 -07:00
2010-03-13 08:57:28 -06:00
2010-04-08 09:46:19 +09:30
2010-03-13 08:57:29 -06:00
2010-03-19 07:17:52 -07:00
2010-03-12 10:03:42 +01:00