* PATCH 2/2] at91_ide: turn on PIO 6 support
@ 2009-04-07 3:42 Stanislaw Gruszka
2009-04-07 18:35 ` Bartlomiej Zolnierkiewicz
0 siblings, 1 reply; 2+ messages in thread
From: Stanislaw Gruszka @ 2009-04-07 3:42 UTC (permalink / raw)
To: linux-ide; +Cc: Steve Wootton
As we have already PIO 6 transfer mode supported in IDE layer, we can turn
it on in the driver.
Signed-off-by: Stanislaw Gruszka <stf_xl@wp.pl>
---
Patch is against pata-2.6. Steve (CCed) tested on real hardware that PIO6
works with at91_ide .
drivers/ide/at91_ide.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/ide/at91_ide.c b/drivers/ide/at91_ide.c
index c48dc61..403d0e4 100644
--- a/drivers/ide/at91_ide.c
+++ b/drivers/ide/at91_ide.c
@@ -215,7 +215,7 @@ static const struct ide_port_info at91_ide_port_info __initdata = {
.tp_ops = &at91_ide_tp_ops,
.host_flags = IDE_HFLAG_MMIO | IDE_HFLAG_NO_DMA | IDE_HFLAG_SINGLE |
IDE_HFLAG_NO_IO_32BIT | IDE_HFLAG_UNMASK_IRQS,
- .pio_mask = ATA_PIO5,
+ .pio_mask = ATA_PIO6,
};
/*
--
1.4.4.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: PATCH 2/2] at91_ide: turn on PIO 6 support
2009-04-07 3:42 PATCH 2/2] at91_ide: turn on PIO 6 support Stanislaw Gruszka
@ 2009-04-07 18:35 ` Bartlomiej Zolnierkiewicz
0 siblings, 0 replies; 2+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2009-04-07 18:35 UTC (permalink / raw)
To: Stanislaw Gruszka; +Cc: linux-ide, Steve Wootton, Sergei Shtylyov
On Tuesday 07 April 2009 05:42:11 Stanislaw Gruszka wrote:
> As we have already PIO 6 transfer mode supported in IDE layer, we can turn
> it on in the driver.
>
> Signed-off-by: Stanislaw Gruszka <stf_xl@wp.pl>
applied
> ---
> Patch is against pata-2.6. Steve (CCed) tested on real hardware that PIO6
> works with at91_ide .
Thanks, I added appropriate "Tested-by:" entry to the patch description.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-07 21:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-07 3:42 PATCH 2/2] at91_ide: turn on PIO 6 support Stanislaw Gruszka
2009-04-07 18:35 ` 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).