ARM: OMAP: Get rid of controller vs slot confusion, initialize MMC devices dynamicall...
authorTony Lindgren <tony@atomide.com>
Tue, 30 Sep 2008 12:52:57 +0000 (15:52 +0300)
committerTony Lindgren <tony@atomide.com>
Tue, 30 Sep 2008 12:54:52 +0000 (15:54 +0300)
Big MMC init clean up:

- Remove enabled field from slots. It is really intended to mean enabled controller,
  not enabled slot. Some controllers can have multiple multiplexed slots connected
  to the first controller, such as H4 and N8X0.

- Initialize MMC devices dynamically as suggested by Russell King

- Fix omap1 and omap2 mmc clock instance numbers

- Also attempt to fix massive omap1 MMC breakage caused by patch
  138ab9f8321f67c71984ca43222efa71b0a0a0a9. Remove obviously broken
  MMC configurations for now. MMC is still not working for any
  omap1 boards.

Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found