]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
mmc: omap: Remove cpu_is_omap usage from the driver
authorTony Lindgren <tony@atomide.com>
Mon, 15 Oct 2012 19:10:33 +0000 (12:10 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 15 Oct 2012 19:10:33 +0000 (12:10 -0700)
commit53db20d123f7a1bf44e46b727775403672655fde
tree5fc1d05f02eff332a4c45f7e6d38c38611c36f3b
parent68f39e74fbc3e58ad52d008072bddacc9eee1c7e
mmc: omap: Remove cpu_is_omap usage from the driver

This is needed for the ARM common zImage support.

We can use the existing slot features to pass omap1
specific options to the driver. For omap2 we don't
want to pass anything new as that will be eventually
moved to use device tree based init.

Note that this patch depends on earlier patch that
moves plat/mmc.h into include/linux/platform_data.

Cc: linux-mmc@vger.kernel.org
Cc: Venkatraman S <svenkatr@ti.com>
Acked-by: Chris Ball <cjb@laptop.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/devices.c
drivers/mmc/host/omap.c
include/linux/platform_data/mmc-omap.h