1. 01 Jul, 2005 4 commits
    • Juha Yrjölä's avatar
      [PATCH] ARM: OMAP: Reduce MMC clock frequency · 770e31d3
      Juha Yrjölä authored
      Reduce the MMC clock frequency slightly to make all cards work.
      Otherwise weird CRC errors seem to happen with many RS-MMC
      cards.
      
      Signed-off-by: Juha Yrjölä <juha.yrjola at nokia.com>
      770e31d3
    • Jarkko Lavinen's avatar
      [PATCH] ARM: OMAP: Fix end of card MMC error · 39418952
      Jarkko Lavinen authored
      The MMC spev v4.1 has table 23 on page 65 listing the valid response
      bits from each command.  The table specifies CMD12 response not
      containing bit 31 (address out of range) and only 23, 22, and 20
      (command crc, illegal command and card error) error bits and some
      status bits are defined.
      39418952
    • Tony Lindgren's avatar
      ARM: OMAP: Innovator MMC init · 88e19cd1
      Tony Lindgren authored
      Innovator MMC init
      88e19cd1
    • David Brownell's avatar
      [PATCH] ARM: OMAP: MMC initialization · 4014a6be
      David Brownell authored
      This updates the MMC initialization:
      
        - OMAP_TAG_MMC updates:
            * Re-factor contents into one struct per silicon block
            * Provide information that's useful for SD support, like whether
      	the board is wired for 4-wire transfers and what gpio (if any)
      	is used to sense the writeprotect slider.
            * Allows for "nonstandard" muxing options, which would mostly
      	affect boards using MMC2.
            * Report whether the MMC switch should use the card detect model,
      	or the cover switch model.
            * Updated/tested board config only for H2 (not H3 or VoiceBlue).
      
        - MMC device initialization moved into mach-omap/omap1/device.c and
          out of the MMC driver itself.
      
        - Removed the "what MMC blocks to configure" option from Kconfig;
          the board-specific MMC tag holds this info (and more).
      
      This new device init hook should be easy to reuse to set up any of the
      other integrated devices.
      Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      4014a6be
  2. 30 Jun, 2005 1 commit
  3. 29 Jun, 2005 35 commits