On Thursday 02 October 2008, Atsushi Nemoto wrote: > 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@xxxxxxxxxxxxx> > --- > This patch is against linux-next 20080919. > > Changes since v2: > * more consistent symbol naming > * drop custom selectproc > * more reasonable delay values > * custom ide_build_dmatable for big endian > * cleanup irq handling > * use ide_host_alloc/ide_host_register instead of ide_host_alloc > * drop custom init_iops > * and so on (Many many thanks to Sergei) I think that Sergei is still on vacation so it may take a while to get his feedback. [ in the meantime I replaced v2 by v3 in pata tree ]