1. 01 Oct, 2004 5 commits
  2. 30 Sep, 2004 26 commits
  3. 29 Sep, 2004 6 commits
  4. 30 Sep, 2004 1 commit
  5. 29 Sep, 2004 2 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