1. 5d3ad4e mmc: pxamci: add SDIO card interrupt reporting capability by Bridge Wu · 17 years ago
  2. df456f4 mmc: pxamci: set proper buswidth capabilities according to PXA flavor by Bridge Wu · 17 years ago
  3. fe2dc44 mmc: pxamci: set proper block capabilities according to PXA flavor by Nicolas Pitre · 17 years ago
  4. 81ab570f mmc: pxamci: better pending IRQ determination by Bridge Wu · 17 years ago
  5. faf39ed arm: i.MX/MX1 SDHC implements SD cards read-only switch read-back by Pavel Pisa · 17 years ago
  6. af8350c mmc: add led trigger by Pierre Ossman · 17 years ago
  7. 15a0580 mmc_spi host driver by David Brownell · 17 years ago
  8. af51715 MMC core learns about SPI by David Brownell · 17 years ago
  9. 7213d17 MMC/SD card driver learns SPI by David Brownell · 17 years ago
  10. 759bdc7 sdio: store vendor strings by Pierre Ossman · 17 years ago
  11. f9996ae mmc: increase power up delay by Pierre Ossman · 17 years ago
  12. f75979b sdhci: sdio interrupt support by Pierre Ossman · 17 years ago
  13. 15b82b4 sdio: fix recursion issues between sdio-uart driver and tty layer by Nicolas Pitre · 17 years ago
  14. 2ba30ee sdio: add default c_ispeed/c_ospeed values to sdio_uart driver by Nicolas Pitre · 17 years ago
  15. 7806cdb sdio: add sdio_f0_readb() and sdio_f0_writeb() by David Vrabel · 17 years ago
  16. d84075c8 mmc: replace BUG_ON with WARN_ON by Pierre Ossman · 17 years ago
  17. 9f2fcf9 sdio: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  18. eb65946 sdio: extend sdio_readsb() and friends to handle any length of buffer by David Vrabel · 17 years ago
  19. 9a08f82 sdio: set the functions' block size by David Vrabel · 17 years ago
  20. 7616ee9 sdio: add SDIO_FBR_BASE(f) macro by David Vrabel · 17 years ago
  21. e6f918b mmc: fix sdio timeout calculation by Pierre Ossman · 17 years ago
  22. ce252ed mmc: fix incorrect divisor in debug output by Pierre Ossman · 17 years ago
  23. 4ff6471 sdio: enable wide bus mode by Pierre Ossman · 17 years ago
  24. 6db5020 sdio: change clock speed by Pierre Ossman · 17 years ago
  25. 22bfc97 make struct sdio_dev_attrs[] static by Adrian Bunk · 17 years ago
  26. 17b759a sdio: add interface for host side SDIO interrupt reporting by Nicolas Pitre · 17 years ago
  27. 112c9db sdio: support IO_RW_EXTENDED by Pierre Ossman · 17 years ago
  28. 5ed334a sdio: add /proc interface to sdio_uart driver by Nicolas Pitre · 17 years ago
  29. 6e418a9 sdio: UART/GPS driver by Nicolas Pitre · 17 years ago
  30. d1496c3 sdio: core support for SDIO function interrupt by Nicolas Pitre · 17 years ago
  31. 2342f33 sdio: allow for mmc_claim_host to be aborted by Nicolas Pitre · 17 years ago
  32. bcfe66e sdio: add basic sysfs attributes by Pierre Ossman · 17 years ago
  33. d59b66c sdio: add modalias support by Pierre Ossman · 17 years ago
  34. 9eb3a94 mmc: whip bus uevent handler into shape by Pierre Ossman · 17 years ago
  35. 3b38bea sdio: add device id table and matching by Pierre Ossman · 17 years ago
  36. 2607496 mmc: initialize mmc subsystem with subsys_initcall() by Nicolas Pitre · 17 years ago
  37. 1a632f8 sdio: split up common and function CIS parsing by Pierre Ossman · 17 years ago
  38. b1538bc sdio: link unknown CIS tuples to the sdio_func structure by Nicolas Pitre · 17 years ago
  39. b726126 sdio: initial CIS parsing code by Nicolas Pitre · 17 years ago
  40. 0597007 sdio: basic parsing of FBR by Pierre Ossman · 17 years ago
  41. 35c66c1 sdio: read and decode interesting parts of the CCCR by Pierre Ossman · 17 years ago
  42. fa64efa mmc: enable/disable functions for SDIO by Pierre Ossman · 17 years ago
  43. 46f555f mmc: add basic SDIO I/O operations by Pierre Ossman · 17 years ago
  44. f76c851 mmc: add SDIO driver handling by Pierre Ossman · 17 years ago
  45. e29a7d7 mmc: basic SDIO device model by Pierre Ossman · 17 years ago
  46. b2bcc79 mmc: implement SDIO IO_RW_DIRECT operation by Pierre Ossman · 17 years ago
  47. 5c4e6f1 mmc: detect SDIO cards by Pierre Ossman · 17 years ago
  48. 1d4de9e mmc: at91_mci: disable handling of blocks with size not multiple of 4 bytes by Marc Pignat · 17 years ago
  49. 8fdd852 mmc: add missing printk levels by Pierre Ossman · 17 years ago
  50. be0192a mmc: remove confusing flag by Pierre Ossman · 17 years ago
  51. 255d01a mmc: remove BYTEBLOCK capability by Pierre Ossman · 17 years ago
  52. b146d26 mmc: mmc_set_data_timeout() parameter write is redundant by Pierre Ossman · 17 years ago
  53. d7604d7 mmc: read ext_csd version number by Pierre Ossman · 17 years ago
  54. adf66a0 mmc: improve error code feedback by Pierre Ossman · 17 years ago
  55. 17b0429 mmc: remove custom error codes by Pierre Ossman · 17 years ago
  56. e0cda54 bug in AT91 MCI suspend routines by Anti Sullin · 17 years ago
  57. b67ac3f sdhci: tell which spurious interrupt we got by Pierre Ossman · 17 years ago
  58. e538fbe sdhci: handle data interrupts during command by Pierre Ossman · 17 years ago
  59. 03f8590 mmc: ignore bad max block size in sdhci by David Vrabel · 17 years ago
  60. 2b06197 sdhci: be more cautious about block count register by Pierre Ossman · 17 years ago
  61. be760a9 drivers/mmc/core/host.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  62. 733cb1e drivers/mmc/core/bus.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  63. 37b758e mmc: at91_mci: remove whitespace at the end of lines by Nicolas Ferre · 17 years ago
  64. aafabfa mmc: reorganize bounce buffer init by Pierre Ossman · 17 years ago
  65. b3627bb wbsd: fix section mismatch warnings by Gabriel C · 17 years ago
  66. d941cf5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 17 years ago
  67. 3936185 drivers/mmc/core/: make 3 functions static by Adrian Bunk · 17 years ago
  68. facba91 mmc: add missing printk levels by Pierre Ossman · 17 years ago
  69. 462f104 mmc: remove redundant debug information from sdhci and wbsd by Pierre Ossman · 17 years ago
  70. e4d2170 mmc: proper debugging output in core by Pierre Ossman · 17 years ago
  71. 109b5be mmc: be more verbose about card insertions/removal by Pierre Ossman · 17 years ago
  72. 2986d0b mmc: Don't hold lock when releasing an added card by Pierre Ossman · 17 years ago
  73. cf795bf mmc: add a might_sleep() to mmc_claim_host() by Pierre Ossman · 17 years ago
  74. 67a61c4 mmc: update kerneldoc by Pierre Ossman · 17 years ago
  75. 70f1048 mmc: update header file paths by Pierre Ossman · 17 years ago
  76. b835226 sdhci: add support to ENE-CB714 by Leandro Dorileo · 17 years ago
  77. 43b58b3 mmc: check error bits before command completion by Pierre Ossman · 17 years ago
  78. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  79. 964f9ce sdhci: make sure to clear the error interrupt by Pierre Ossman · 17 years ago
  80. 63b6643 mmc: at91_mci: wakeup on card insertion (or removal) by Marc Pignat · 17 years ago
  81. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  82. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  83. 4aabab2 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 17 years ago
  84. 7a2b94b [ARM] pxa: remove MMC register defines from pxa-regs.h by Russell King · 17 years ago
  85. ed99c54 mmc: at91_mci: fix hanging and rework to match flowcharts by Nicolas Ferre · 17 years ago
  86. e8d04d3 mmc: at91_mci typo by Nicolas Ferre · 17 years ago
  87. 9d26a5d sdhci: Fix "Unexpected interrupt" handling by Rolf Eike Beer · 17 years ago
  88. 8c75dea mmc: fix silly copy-and-paste error by Pierre Ossman · 17 years ago
  89. ffce2e7 mmc: move layer init and workqueue to core file by Pierre Ossman · 17 years ago
  90. b93931a mmc: refactor host class handling by Pierre Ossman · 17 years ago
  91. 4101c16 mmc: refactor bus operations by Pierre Ossman · 17 years ago
  92. 7de064e sdhci: add ene controller id by Milko Krachounov · 17 years ago
  93. 98ccf14 mmc: bounce requests for simple hosts by Pierre Ossman · 17 years ago
  94. c3bff2e mmc: get back read-only switch function by Pierre Ossman · 17 years ago
  95. 0107a4b mmc-omap: fix sd response type 6 vs. 1 by Ragner Magalhaes · 17 years ago
  96. 3373c0a mmc: don't call switch on old cards by Pierre Ossman · 17 years ago
  97. 7165129 mmc: fix broken if clause by Pierre Ossman · 17 years ago
  98. 60da8de au1xmmc: Replace C code with call to ARRAY_SIZE() macro. by Robert P. J. Day · 17 years ago
  99. b6cedb3 mmc-atmel: remove linux/mmc/protocol.h dependencies by Marc Pignat · 17 years ago
  100. 9c9f2d6 mmc: clean up unused parts of block driver by Pierre Ossman · 17 years ago