commit | 99cdb0c8c5e0e43652d25951a85bac82a1231591 | [log] [tgz] |
---|---|---|
author | Philipp Zabel <philipp.zabel@gmail.com> | Thu Jul 10 02:17:02 2008 +0200 |
committer | Samuel Ortiz <samuel@sortiz.org> | Sun Jul 20 19:56:44 2008 +0200 |
tree | f3fb18cc928869393b80ac7feac86bd090ad54d4 | |
parent | 279cac484e55317456900fe3567c7cb5bd46fd5f [diff] |
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 <philipp.zabel@gmail.com> Signed-off-by: Samuel Ortiz <sameo@openedhand.com>