ide: Add tx4939ide driver (v6)
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Thu, 23 Oct 2008 21:22:07 +0000 (23:22 +0200)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Thu, 23 Oct 2008 21:22:07 +0000 (23:22 +0200)
commit37897989232e6533772b0e24369b35ee9f56c8b6
treeb31c19d38e836ee92cee293922dab2b6549cdb7c
parent1f1ab2745be4afc77446f17dd575a7e5695710fd
ide: Add tx4939ide driver (v6)

This is the driver for the Toshiba TX4939 SoC ATA controller.

This controller has standard ATA taskfile registers and DMA
command/status registers, but the register layout is swapped on big
endian.  There are some other endian issue and some special registers
which requires many custom dma_ops/tp_ops routines and build_dmatable.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Cc: ralf@linux-mips.org
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/Kconfig
drivers/ide/Makefile
drivers/ide/tx4939ide.c [new file with mode: 0644]