1. 460e9aa sdcard: Only enable error_irq_enable for bits defined in SDHCI v1 spec by Kevin O'Connor · 8 years ago
  2. cfc17bd PCI SDHCI driver: Fix base address by Kyösti Mälkki · 8 years ago
  3. e344da4 sdcard: Obtain card capacity and report it on the boot menu by Kevin O'Connor · 8 years ago
  4. 39a8ea5 sdcard: Display sdcard product name in boot menu by Kevin O'Connor · 8 years ago
  5. 065b341 sdcard: Turn card_type into a bitmap and store if card is MMC type by Kevin O'Connor · 8 years ago
  6. ebe40ba sdcard: Move drive registration to sdcard_card_setup() by Kevin O'Connor · 8 years ago
  7. 17b811b sdcard: Move frequency setting into sdcard_card_setup() by Kevin O'Connor · 8 years ago
  8. 91a9f5b sdcard: Move sdcard_set_frequency()/sdcard_set_power() in sdcard.c by Kevin O'Connor · 8 years ago
  9. 9f7b236 sdcard: Allow sdcard addresses to be specified in CBFS files by Kevin O'Connor · 8 years ago
  10. 4c90495 sdcard: Allow the sdcard driver to run on real hardware by Kevin O'Connor · 8 years ago
  11. d501de1 sdcard: Initial support for MMC cards by Kevin O'Connor · 8 years ago
  12. bf8f266 sdcard: Check for error events during sdcard_pio() by Kevin O'Connor · 8 years ago
  13. 9b73aa6 sdcard: Perform a controller reset at start of init by Kevin O'Connor · 8 years ago
  14. 33e205e sdcard: Rename waitw() to sdcard_waitw() and simplify by Kevin O'Connor · 8 years ago
  15. 18254b3 sdcard: Implement timeout on every block read in sdcard_pio_transfer() by Kevin O'Connor · 8 years ago
  16. 34cc2fd sdcard: The card should never be in a busy state at start of sdcard_pio() by Kevin O'Connor · 8 years ago
  17. 263fb19 sdcard: Power down controller on failure by Kevin O'Connor · 8 years ago
  18. ad0c9ea sdcard: Power controller up to maximum voltage supported by Kevin O'Connor · 8 years ago
  19. 4b99922 sdcard: Move power setup to new function sdcard_set_power() by Kevin O'Connor · 8 years ago
  20. d5b7821 sdcard: Support SDHCI v3.00 spec clock setting by Kevin O'Connor · 8 years ago
  21. cfe326b sdcard: Fill command bits according to spec by Kevin O'Connor · 8 years ago
  22. 12441a8 sdcard: Fix typo - use sdcard_pio() instead of sdcard_pio_app() by Kevin O'Connor · 8 years ago
  23. 4c6de9e sdcard: Add proper delays during card power up by Kevin O'Connor · 8 years ago
  24. 43312af sdcard: Improve SD card initialization command sequence by Kevin O'Connor · 8 years ago
  25. 9637a67 sdcard: Set timeout control register during init (to max allowed timeout) by Kevin O'Connor · 8 years ago
  26. 86efbb6 sdcard: Make sure controller support 3.3V before enabling it by Kevin O'Connor · 8 years ago
  27. 67bb455 sdcard: Implement controller frequency setting according to sdhci spec by Kevin O'Connor · 8 years ago
  28. 11198db sdcard: Check if card is present before sending commands to card by Kevin O'Connor · 8 years ago
  29. 1785645 block: Rename process_XXX_op() functions to XXX_process_op() by Kevin O'Connor · 8 years ago
  30. 85c72c6 block: Introduce default_process_op() with common command handling codes by Kevin O'Connor · 8 years ago
  31. c7fa789 block: Split process_op() command dispatch up into multiple functions by Kevin O'Connor · 8 years ago
  32. 72691a5 sdcard: Initial support for SD cards on PCI SDHCI controllers on QEMU by Kevin O'Connor · 9 years ago