1. 01 Oct, 2004 4 commits
  2. 30 Sep, 2004 26 commits
  3. 29 Sep, 2004 6 commits
  4. 30 Sep, 2004 1 commit
  5. 29 Sep, 2004 3 commits
    • Russell King's avatar
      [MMC] Use scatter-gather lists rather than walking the BIOs · f2e5c096
      Russell King authored
      Bartlomiej Zolnierkiewicz wanted to remove the "cbio" structure
      from struct request.  Unfortunately, MMC was using the same
      "workaround" as IDE to walk the BIO list.  With this change, we
      stop using "cbio" and instead use proper scatter-gather lists.
      f2e5c096
    • Pierre Ossman's avatar
      [MMC] Add power up delay · 9a874d88
      Pierre Ossman authored
      This patch adds a 10 ms delay in the power up loop. Some cards fail
      to power up in time without it.
      9a874d88
    • Russell King's avatar
      [MMC] Make MMC card initialisation more reliable. · 78b3f6d4
      Russell King authored
      Pierre Ossman reported a problem where his cards do not correctly
      initialise with the current MMC implementation.  However, if we
      tell the card to go back to the idle state between probing the
      supply voltage and telling the card about the chosen voltage, his
      cards work - and we don't seem to upset existing cards.
      78b3f6d4