1. 03 Oct, 2008 1 commit
  2. 01 Oct, 2008 27 commits
  3. 30 Sep, 2008 1 commit
    • Tony Lindgren's avatar
      ARM: OMAP: Get rid of controller vs slot confusion, initialize MMC devices dynamically, v2 · 81d2c7d8
      Tony Lindgren authored
      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
        138ab9f8. Remove obviously broken
        MMC configurations for now. MMC is still not working for any
        omap1 boards.
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      81d2c7d8
  4. 28 Sep, 2008 1 commit
  5. 25 Sep, 2008 8 commits
  6. 24 Sep, 2008 2 commits
    • Tony Lindgren's avatar
      ARM: OMAP: Get rid of controller vs slot confusion, initialize MMC devices dynamically · c434c15d
      Tony Lindgren authored
      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 mmc clock instance numbers
      
      - Also attempt to fix massive omap1 MMC breakage caused by patch
        138ab9f8. Remove obviously broken
        MMC configurations for now. MMC is still not working for any
        omap1 boards.
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      c434c15d
    • Tony Lindgren's avatar
      Fix omap1 clock issues · 9d1dff86
      Tony Lindgren authored
      This fixes booting, and is a step toward fixing things properly:
      
      - Make enable_reg u32 instead of u16
      - Get rid of VIRTUAL_IO_ADDRESS for clocks
      - Use __raw_read/write instead of omap_read/write for clock registers
      
      This patch adds a bunch of compile warnings until omap1 clock
      also uses offsets.
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      9d1dff86