1. 21 Feb, 2006 3 commits
    • Juha Yrjola's avatar
      ARM: OMAP: MMC driver interoperability updates · c5bf6988
      Juha Yrjola authored
      - Decreased the MMC max sectors count
      
      Some MMC cards get stuck hard when the max sectors count is >= 128.
      
      - Add a delay after enabling the MMC power regulators
      
      Regulator voltages typically have a rising delay. We have to make sure
      the voltage has stabilized before sending the MMC init sequence.
      
      - Add MMC cover switch last state initialization
      
      The default last state was left to value 0 (= cover closed). If the cover
      switch was initially open and then closed, no kevent about it is sent,
      because the state didn't change from the last seen state.
      
      - Add MMC transfer timeout
      
      Very rarely the controller itself gets stuck. It needs a really hard reset
      to recover. Add a timeout to work around against this.
      Signed-off-by: default avatarJuha Yrjölä <juha.yrjola@nokia.com>
      c5bf6988
    • Imre Deak's avatar
      ARM: OMAP: Fix uWire SPI driver CS deselect. · 1490b86f
      Imre Deak authored
      CS deselection didn't work as expected. Writing 0 to CSR isn't enough,
      the given CS value with CS_CMD cleared has to be written.
      Signed-off-by: default avatarImre Deak <imre.deak@nokia.com>
      Signed-off-by: default avatarJuha Yrjola <juha.yrjola@nokia.com>
      1490b86f
    • Juha Yrjola's avatar
      Merge source.mvista.com:linux-omap · b0a965da
      Juha Yrjola authored
      b0a965da
  2. 20 Feb, 2006 10 commits
  3. 17 Feb, 2006 27 commits