Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

at91_ide: turn on PIO 6 support

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>
Tested-by: "Steve Wootton" <swootton@esi-estech.com>
Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>

authored by

Stanislaw Gruszka and committed by
Bartlomiej Zolnierkiewicz
fb4252e5 55c590b6

+1 -1
+1 -1
drivers/ide/at91_ide.c
··· 215 215 .tp_ops = &at91_ide_tp_ops, 216 216 .host_flags = IDE_HFLAG_MMIO | IDE_HFLAG_NO_DMA | IDE_HFLAG_SINGLE | 217 217 IDE_HFLAG_NO_IO_32BIT | IDE_HFLAG_UNMASK_IRQS, 218 - .pio_mask = ATA_PIO5, 218 + .pio_mask = ATA_PIO6, 219 219 }; 220 220 221 221 /*