From: Tejun Heo Date: Thu, 1 Feb 2007 06:06:36 +0000 (+0900) Subject: libata: convert to iomap X-Git-Tag: v2.6.21-rc1~274^2~499 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d5ff566779f894ca9937231a181eb31e4adff0e;p=pandora-kernel.git libata: convert to iomap Convert libata core layer and LLDs to use iomap. * managed iomap is used. Pointer to pcim_iomap_table() is cached at host->iomap and used through out LLDs. This basically replaces host->mmio_base. * if possible, pcim_iomap_regions() is used Most iomap operation conversions are taken from Jeff Garzik 's iomap branch. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed