linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pdc202xx_old: fix 'pdc20246_dma_ops'
@ 2009-06-03 18:34 Sergei Shtylyov
  2009-06-07 11:43 ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 2+ messages in thread
From: Sergei Shtylyov @ 2009-06-03 18:34 UTC (permalink / raw)
  To: bzolnier; +Cc: linux-ide

Commit ac95beedf8bc97b24f9540d4da9952f07221c023 (ide: add struct ide_port_ops
(take 2)) erroneously converted the driver's dma_timeout() and dma_lost_irq()
methods to call the driver's resetproc() method regardless of whether it was
defined for this specific controller while it hadn't been defined and hence
called for PDC20246. So the dma_clear() method, the successor of dma_timeout(),
shouldn't exist and the dma_lost_irq() method should be standard for PDC20246.

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>

---
The patch is against the ide-2.6.git 'master' branch...

 drivers/ide/pdc202xx_old.c |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)

Index: ide-2.6/drivers/ide/pdc202xx_old.c
===================================================================
--- ide-2.6.orig/drivers/ide/pdc202xx_old.c
+++ ide-2.6/drivers/ide/pdc202xx_old.c
@@ -319,9 +319,8 @@ static const struct ide_dma_ops pdc20246
 	.dma_start		= ide_dma_start,
 	.dma_end		= ide_dma_end,
 	.dma_test_irq		= pdc202xx_dma_test_irq,
-	.dma_lost_irq		= pdc202xx_dma_lost_irq,
+	.dma_lost_irq		= ide_dma_lost_irq,
 	.dma_timer_expiry	= ide_dma_sff_timer_expiry,
-	.dma_clear		= pdc202xx_reset,
 	.dma_sff_read_status	= ide_dma_sff_read_status,
 };
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] pdc202xx_old: fix 'pdc20246_dma_ops'
  2009-06-03 18:34 [PATCH] pdc202xx_old: fix 'pdc20246_dma_ops' Sergei Shtylyov
@ 2009-06-07 11:43 ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 2+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2009-06-07 11:43 UTC (permalink / raw)
  To: Sergei Shtylyov; +Cc: linux-ide

On Wednesday 03 June 2009 20:34:44 Sergei Shtylyov wrote:
> Commit ac95beedf8bc97b24f9540d4da9952f07221c023 (ide: add struct ide_port_ops
> (take 2)) erroneously converted the driver's dma_timeout() and dma_lost_irq()
> methods to call the driver's resetproc() method regardless of whether it was
> defined for this specific controller while it hadn't been defined and hence
> called for PDC20246. So the dma_clear() method, the successor of dma_timeout(),
> shouldn't exist and the dma_lost_irq() method should be standard for PDC20246.
> 
> Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>

applied, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-06-07 13:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-03 18:34 [PATCH] pdc202xx_old: fix 'pdc20246_dma_ops' Sergei Shtylyov
2009-06-07 11:43 ` Bartlomiej Zolnierkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).