From: Philipp Zabel Date: Thu, 10 Jul 2008 00:17:02 +0000 (+0200) Subject: mfd: let asic3 use mem resource instead of bus_shift X-Git-Tag: v2.6.27-rc1~965^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99cdb0c8c5e0e43652d25951a85bac82a1231591;p=pandora-kernel.git mfd: let asic3 use mem resource instead of bus_shift The bus_shift parameter in platform_data is not needed as we can tell the driver with the IOMEM_RESOURCE whether the ASIC is located on a 16bit or 32bit memory bus. The htc-egpio driver uses a more descriptive bus_width parameter, but for drivers where the register map size fixed, we don't even need this. Signed-off-by: Philipp Zabel Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed