1. 27f6cb1 sdhci: increase timeout for internal clock stabilization. by Chris Ball · 15 years ago
  2. a13abc7 sdhci: support for ADMA only hosts by Richard Röjfors · 15 years ago
  3. 996ad568 mmc: make SDIO device/driver struct accessors public by Nicolas Pitre · 15 years ago
  4. 95cdfb7 mmc: propagate error codes back from bus drivers' suspend/resume methods by Nicolas Pitre · 15 years ago
  5. 17d33e1 mmc: core SDIO suspend/resume support by Nicolas Pitre · 15 years ago
  6. d08ebed mmc_spi: fail gracefully if host or card do not support the switch command by Wolfgang Muees · 15 years ago
  7. 82cf818 omap4: mmc driver support on OMAP4 by kishore kadiyala · 15 years ago
  8. c99436f sdhci: add no-card-no-reset quirk for Ricoh R5C822/Sony Z11 by Chris Ball · 15 years ago
  9. 04d699c atmel-mci: unified Atmel MCI drivers (AVR32 & AT91) by Rob Emanuele · 15 years ago
  10. 7c979ec sdio: add MMC_QUIRK_LENIENT_FN0 by Ohad Ben-Cohen · 15 years ago
  11. ad1e597 sdhci-of: cleanup eSDHC's set_clock() a little bit by Anton Vorontsov · 15 years ago
  12. 8226a21 sdhci-of: don't hard-code inverted write-protect quirk by Anton Vorontsov · 15 years ago
  13. 81b3980 sdhci-of: fix high-speed cards recognition by Anton Vorontsov · 15 years ago
  14. c085926 sdhci-of: avoid writing reserved bits into host control register by Anton Vorontsov · 15 years ago
  15. 1e5df75 sdhci-of: fix SD clock calculation by Anton Vorontsov · 15 years ago
  16. 4245c02 sdio: fix read buffer overflow by Roel Kluin · 15 years ago
  17. e951017 sdhci: be more strict with get_min_clock() usage by Anton Vorontsov · 15 years ago
  18. 006ebd5 sdio: add CD disable support by Ohad Ben-Cohen · 15 years ago
  19. e2bf08d omap_hsmmc: set a large data timeout for commands with busy signal by Adrian Hunter · 15 years ago
  20. 2bec089 omap_hsmmc: ensure all clock enables and disables are paired by Adrian Hunter · 15 years ago
  21. b62f622 omap_hsmmc: protect the card when the cover is open by Adrian Hunter · 15 years ago
  22. 70a3341 omap_hsmmc: code refactoring by Denis Karpov · 15 years ago
  23. 4dffd7a omap_hsmmc: prevent races with irq handler by Adrian Hunter · 15 years ago
  24. 2305010 omap_hsmmc: cater for weird CMD6 behaviour by Adrian Hunter · 15 years ago
  25. c653a6d omap_hsmmc: clear interrupt status after init sequence by Adrian Hunter · 15 years ago
  26. 191d1f1 omap_hsmmc: cleanup macro usage by Denis Karpov · 15 years ago
  27. 0a40e64 omap_hsmmc: fix NULL pointer dereference by Jarkko Lavinen · 15 years ago
  28. 13189e7 omap_hsmmc: add mmc card sleep and awake support by Jarkko Lavinen · 15 years ago
  29. 623821f omap_hsmmc: put MMC regulator to sleep by Adrian Hunter · 15 years ago
  30. dd498ef omap_hsmmc: support for deeper power saving states by Denis Karpov · 15 years ago
  31. 23d99bb omap_hsmmc: make use of new MMC_CAP_NONREMOVABLE host capability by Adrian Hunter · 15 years ago
  32. a3f406f omap_hsmmc: fix scatter-gather list sanity checking by Jarkko Lavinen · 15 years ago
  33. a6b2240 omap_hsmmc: ensure workqueues are empty before suspend by Adrian Hunter · 15 years ago
  34. abb28e7 omap_hsmmc: set open drain bit correctly by Denis Karpov · 15 years ago
  35. 11dd62a omap_hsmmc: context save/restore support by Denis Karpov · 15 years ago
  36. a362146 omap_hsmmc: keep track of power mode by Adrian Hunter · 15 years ago
  37. 5e2ea61 omap_hsmmc: make use of new enable/disable interface by Adrian Hunter · 15 years ago
  38. d900f71 omap_hsmmc: add debugfs entry (host registers) by Denis Karpov · 15 years ago
  39. ef0b27d mmc: check status after MMC SWITCH command by Adrian Hunter · 15 years ago
  40. 53509f0 mmc: power off once at removal by Denis Karpov · 15 years ago
  41. b1ebe38 mmc: add mmc card sleep and awake support by Jarkko Lavinen · 15 years ago
  42. eae1aee mmc: add ability to save power by powering off cards by Adrian Hunter · 15 years ago
  43. 9feae24 mmc: add MMC_CAP_NONREMOVABLE host capability by Adrian Hunter · 15 years ago
  44. 319a3f1 mmc: allow host claim / release nesting by Adrian Hunter · 15 years ago
  45. 8ea926b mmc: add 'enable' and 'disable' methods to mmc host by Adrian Hunter · 15 years ago
  46. 27cce39 sdio: do not ignore MMC_VDD_165_195 by Ohad Ben-Cohen · 15 years ago
  47. f400cd8 mmc: register mmci-omap-hs using platform_driver_probe by Uwe Kleine-König · 15 years ago
  48. b5a74d6 msm_sdcc.c: move overly indented code to separate function by Joe Perches · 15 years ago
  49. 75d1452 msm_sdcc.c: stylistic cleaning by Joe Perches · 15 years ago
  50. 0a7ff7c msm_sdcc.c: convert printk(KERN_<level> to pr_<level>( by Joe Perches · 15 years ago
  51. 9d2bd73 mmc: msm_sdccc: driver for HTC Dream by San Mehat · 15 years ago
  52. ccdfe3a OMAP: HSMMC: do not enable buffer ready interrupt if using DMA by Anand Gadiyar · 15 years ago
  53. 500f356 mmc: in mmc_power_up(), use previously selected ocr if available by Balaji Rao · 15 years ago
  54. 342ff1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  55. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  56. fd589a8 trivial: fix typo "to to" in multiple files by Anand Gadiyar · 16 years ago
  57. a4dbd67 driver model: constify attribute groups by David Brownell · 16 years ago
  58. 87d721ad Merge branch 'master' into devel by Russell King · 15 years ago
  59. ddd559b Merge branch 'devel-stable' into devel by Russell King · 15 years ago
  60. cf7a2b4 Merge branches 'arm', 'at91', 'bcmring', 'ep93xx', 'mach-types', 'misc' and 'w90x900' into devel by Russell King · 15 years ago
  61. f17a1f0 ARM: 5636/1: Move vendor enum to AMBA include by Linus Walleij · 16 years ago
  62. 7064d20 ARM: 5685/1: Make MMCI driver compile without gpiolib by Linus Walleij · 15 years ago
  63. 2198a64 drivers/mmc: correct error-handling code by Julia Lawall · 16 years ago
  64. a9239d7 imxmmc: Remove unnecessary semicolons by Joe Perches · 16 years ago
  65. 4b2a108 cb710: use SG_MITER_TO_SG/SG_MITER_FROM_SG by Sebastian Andrzej Siewior · 16 years ago
  66. da60a91 sdhci: use SG_MITER_TO_SG/SG_MITER_FROM_SG by Sebastian Andrzej Siewior · 16 years ago
  67. a9e58f2 sdhci: get rid of "frequency too high" flood when using eSDHC by Anton Vorontsov · 16 years ago
  68. 6cdbf73 mvsdio: fix handling of partial word at the end of PIO transfer by Nicolas Pitre · 16 years ago
  69. 4e66a0f Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 by Russell King · 16 years ago
  70. 8900144 MMC: MMCI: use gpiolib for card detect/write protect by Russell King · 16 years ago
  71. 012b7d3 MMC: MMCI: use AMBA bus accessors by Russell King · 16 years ago
  72. 7eeff48 pxamci: correct DMA flow control by Matt Reimer · 16 years ago
  73. 70d6027 spi: add spi_master flag word by David Brownell · 16 years ago
  74. 11a2f1b sdhci: remove needless double parenthesis by Pierre Ossman · 16 years ago
  75. 557b069 sdhci: Specific quirk vor VIA SDHCI controller in VX855ES by Harald Welte · 16 years ago
  76. fe9db6c s3cmci: fix dma configuration call by Ben Dooks · 16 years ago
  77. f0bf7f6 mmc: Add new via-sdmmc host controller driver by Harald Welte · 16 years ago
  78. 5fe23c7 sdhci: Add support for hosts that are only capable of 1-bit transfers by Anton Vorontsov · 16 years ago
  79. 1388eef sdhci: Add SDHCI_QUIRK_NO_MULTIBLOCK quirk by Ben Dooks · 16 years ago
  80. 6882a8c sdhci: Add better ADMA error reporting by Ben Dooks · 16 years ago
  81. 0d1bb41 sdhci-s3c: Samsung S3C based SDHCI controller glue by Ben Dooks · 16 years ago
  82. 2625b10 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 16 years ago
  83. 2cf4d45 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  84. 7f72134c atmel-mci: add MCI2 register definitions by Nicolas Ferre · 16 years ago
  85. 1991189 atmel-mci: Integrate AT91 specific definition in header file by Nicolas Ferre · 16 years ago
  86. e6f2c7a tmio_mmc: allow compilation for ASIC3 by Philipp Zabel · 16 years ago
  87. 051913d mmc_block: do not DMA to stack by Ben Dooks · 16 years ago
  88. be3f4ae sdhci: Print ADMA status and pointer on debug by Ben Dooks · 16 years ago
  89. da46a0b tmio_mmc: fix clock setup by Ian Molton · 16 years ago
  90. 544f277 tmio_mmc: map SD control registers after enabling the MFD cell by Philipp Zabel · 16 years ago
  91. d6c9b5e tmio_mmc: correct probe return value for num_resources != 3 by Philipp Zabel · 16 years ago
  92. 6c413cc tmio_mmc: don't use set_irq_type by Philipp Zabel · 16 years ago
  93. 5e74672 tmio_mmc: add bus_shift support by Philipp Zabel · 16 years ago
  94. f0e46cc MFD,mmc: tmio_mmc: make HCLK configurable by Philipp Zabel · 16 years ago
  95. fdd858d mmc_spi: don't use EINVAL for possible transmission errors by Wolfgang Muees · 16 years ago
  96. c54f6bc cb710: more cleanup for the DEBUG case. by Michał Mirosław · 16 years ago
  97. a3456a2 sdhci: platform driver for SDHCI by Richard Röjfors · 16 years ago
  98. 99d9260 mxcmmc: remove frequency workaround by Pierre Ossman · 16 years ago
  99. 09adfe4 cb710: fix printk format string by Pierre Ossman · 16 years ago
  100. 5f5bac8 mmc: Driver for CB710/720 memory card reader (MMC part) by Michał Mirosław · 16 years ago