linux/drivers/ide/arm
Sergei Shtylyov ce42a54946 palm_bk3710: fix resource management
The driver expected a *virtual* address in the IDE platform device's memory
resource and didn't request the memory region for the register block. Fix this
taking into account the fact that DaVinci SoC devices are fixed-mapped to the
virtual memory early and we can get their virtual addresses using IO_ADDRESS()
macro, not having to call ioremap()...

While at it, also do some cosmetic changes...

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
2008-06-20 20:53:32 +02:00
..
bast-ide.c ide: fix host drivers missing hwif->chipset initialization 2008-06-10 20:56:37 +02:00
icside.c ide: add IDE_HFLAG_MMIO host flag (take 2) 2008-04-28 23:44:37 +02:00
ide_arm.c ide: fix host drivers missing hwif->chipset initialization 2008-06-10 20:56:37 +02:00
Makefile Palmchip BK3710 IDE driver 2008-02-06 02:57:48 +01:00
palm_bk3710.c palm_bk3710: fix resource management 2008-06-20 20:53:32 +02:00
rapide.c ide: add IDE_HFLAG_MMIO host flag (take 2) 2008-04-28 23:44:37 +02:00