1. 15ec446 mmc: sdhci: 8-bit bus width changes by Philip Rakity · 14 years ago
  2. ed919b0 mmc: sdio: fix runtime PM anomalies by introducing MMC_CAP_POWER_OFF_CARD by Ohad Ben-Cohen · 14 years ago
  3. 4d0812c mmc: sdio: fix nasty oops in mmc_sdio_detect by Ohad Ben-Cohen · 14 years ago
  4. b432b4b mmc: omap4: hsmmc: Fix improper card detection while booting by kishore kadiyala · 14 years ago
  5. d9bcbf3 mmc: fix rmmod race for hosts using card-detection polling by Guennadi Liakhovetski · 14 years ago
  6. 35ac6f0 mmc: sdhci: Fix crash on boot with C0 stepping Moorestown platforms by Jacob Pan · 14 years ago
  7. 16a790b mmc: sdhci-esdhc-imx: enable QUIRK_NO_MULTIBLOCK only for i.MX25 and i.MX35 by Eric Bénard · 14 years ago
  8. 37865fe mmc: sdhci-esdhc-imx: fix timeout on i.MX's sdhci by Eric Bénard · 14 years ago
  9. 5f61970 mmc: sdhci: Properly enable SDIO IRQ wakeups by Daniel Drake · 14 years ago
  10. 14d4031 mmc: ushc: Return proper error code for ushc_probe() by Axel Lin · 14 years ago
  11. 25d5c69 mmc: Fix printing of card DDR type by Philip Rakity · 14 years ago
  12. 72f2e2c mfd: Adding twl6030 mmc card detect support for MMC1 by kishore kadiyala · 14 years ago
  13. f1334fb mmc: Allow 2 byte requests in 4-bit mode for tmio_mmc by Yusuke Goda · 14 years ago
  14. 777271d mmc: Allow the platform to specify the sh_mmcif get_cd handler by Arnd Hannemann · 14 years ago
  15. 19ca750 mmc: Allow the tmio_mmc mfd driver to specify get_cd handler by Arnd Hannemann · 14 years ago
  16. 00ebb63 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 14 years ago
  17. 75305d7 at91/atmel-mci: inclusion of sd/mmc driver in at91sam9g45 chip and board by Nicolas Ferre · 14 years ago
  18. 7b6181e Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 14 years ago
  19. 536ac99 mmc: add new sdhci-pxa driver for Marvell SoCs by Zhangfei Gao · 14 years ago
  20. 5e71b7a mmc: make number of mmcblk minors configurable by Olof Johansson · 14 years ago
  21. 061c6c8 mmc_spi: Recover from CRC errors for r/w operation over SPI. by Sonic Zhang · 14 years ago
  22. 95f25ef mmc: sdhci-pltfm: add -pltfm driver for imx35/51 by Wolfram Sang · 14 years ago
  23. 80872e2 mmc: sdhci-of-esdhc: factor out common stuff by Wolfram Sang · 14 years ago
  24. 012994f mmc: sdhci_pltfm: pass more data on custom init call by Wolfram Sang · 14 years ago
  25. 2dfb579 mmc: sdhci: introduce get_ro private write-protect hook by Wolfram Sang · 14 years ago
  26. d3b993d mmc: sdhci-pltfm: move .h file into appropriate subdir by Wolfram Sang · 14 years ago
  27. 4b711cb mmc: sdhci-pltfm: Add structure for host-specific data by Wolfram Sang · 14 years ago
  28. 9ffca83 mmc: fix cb710 kconfig dependency warning by Randy Dunlap · 14 years ago
  29. d34289d mmc: cb710: remove debugging printk (info duplicated from mmc-core) by Michał Mirosław · 15 years ago
  30. e0780db mmc: cb710: clear irq handler on init() error path by Michał Mirosław · 15 years ago
  31. 2abd4f1 mmc: cb710: remove unnecessary msleep() by Michał Mirosław · 15 years ago
  32. 7fcc4ce mmc: cb710: implement get_cd() callback by Michał Mirosław · 15 years ago
  33. 19d614a mmc: cb710: partially demystify clock selection by Michał Mirosław · 15 years ago
  34. 703aae3 mmc: add a file to debugfs for changing host clock at runtime by Andy Shevchenko · 14 years ago
  35. 643a81f mmc: sdhci: allow for eMMC 74 clock generation by controller by Philip Rakity · 14 years ago
  36. 3ab9c8d mmc: sdhci: highspeed: check for mmc as well as sd cards by Philip Rakity · 14 years ago
  37. f9ee3ea mmc: sdhci: Add Moorestown device support by Alan Cox · 14 years ago
  38. 2922905 mmc: sdhci: Intel Medfield support by Xiaochen Shen · 14 years ago
  39. 225d85f mmc: sdhci: Allow the probe handler to override slots by Alan Cox · 14 years ago
  40. ed2a978 mmc: sdio: support suspend/resume while runtime suspended by Ohad Ben-Cohen · 14 years ago
  41. 87973ba mmc: sdio: ensure mmc_sdio_detect is powered by Ohad Ben-Cohen · 14 years ago
  42. 40bba0c mmc: sdio: enable runtime PM for SDIO functions by Ohad Ben-Cohen · 14 years ago
  43. 81968561 mmc: sdio: enable runtime PM for SDIO cards by Ohad Ben-Cohen · 14 years ago
  44. 80fd933 mmc: sdio: use the generic runtime PM handlers by Ohad Ben-Cohen · 14 years ago
  45. 516d5cc mmc: add runtime PM handlers by Ohad Ben-Cohen · 14 years ago
  46. d3fe37b mmc: sdio: add power_restore support by Ohad Ben-Cohen · 14 years ago
  47. 12ae637 mmc: propagate power save/restore ops return value by Ohad Ben-Cohen · 14 years ago
  48. 9b966aa mmc: sdio: fully reconfigure oldcard on resume by Ohad Ben-Cohen · 14 years ago
  49. 1978fda mmc: sdhci: split up sdhci.h for sdhci-pltfm users by Giuseppe Cavallaro · 14 years ago
  50. 8364248 mmc: sdhci: fix "pwr may be used uninitialized" warning by Giuseppe Cavallaro · 14 years ago
  51. be8ae09 mmc: sdhci-pltfm: add suspend/resume functions by Giuseppe Cavallaro · 14 years ago
  52. de528fa mmc: name mmc queue thread by host index by Ethan Du · 14 years ago
  53. 49e3b5a mmc: refine DDR support by Adrian Hunter · 14 years ago
  54. 0f8d8ea mmc: Fixes for Dual Data Rate (DDR) support by Adrian Hunter · 14 years ago
  55. dfc13e8 mmc: MMC 4.4 DDR support by Hanumath Prasad · 14 years ago
  56. 99fc513 mmc: Move regulator handling closer to core by Linus Walleij · 14 years ago
  57. 4d0b861 mmc: sdhci: mmc_rescan: reduce verbosity by Eric Bénard · 14 years ago
  58. 88ae8b8 mmc: Make ID freq configurable by Hein Tibosch · 14 years ago
  59. 176d1ed mmc: sdhci: disable MMC_CAP_NEEDS_POLL in nonremovable case by Jaehoon Chung · 14 years ago
  60. 71d7d3d mmc: Add helper function to check if a card is removable by Matt Fleming · 14 years ago
  61. d3c502b mmc: Makefile: Fix EXTRA_CFLAGS assignment by matt mooney · 14 years ago
  62. 412ab65 mmc: sdhci: print out controller name for register debug by Philip Rakity · 14 years ago
  63. b08caed mmc: sdhci: add MMC_CAP_8_BIT_DATA in the host capabilities by Giuseppe Cavallaro · 14 years ago
  64. a29e7e1 mmc: sdhci: Enable high-speed support for MMC cards by Zhangfei Gao · 14 years ago
  65. 0397526 mmc: SDHC 3.0: correct f_min calculation for SD 3.0 spec by Zhangfei Gao · 14 years ago
  66. c4687d5 mmc: SDHC 3.0: Base clock frequency change in spec 3.0 by Zhangfei Gao · 14 years ago
  67. 85105c5 mmc: SDHC 3.0: support 10-bit divided clock mode by Zhangfei Gao · 14 years ago
  68. 0957c33 mmc: sdhci: Make consistent use of CONFIG_MMC_DEBUG for "DEBUG"ging by George G. Davis · 15 years ago
  69. c27d37a mmc_test: fix display of .5 KiB by Adrian Hunter · 14 years ago
  70. 3d203be mmc_test: fix memory allocation segment limits by Adrian Hunter · 14 years ago
  71. 130067e mmc_test: move files from sysfs to debugfs by Andy Shevchenko · 14 years ago
  72. 3183aa1 mmc_test: collect data and show it via sysfs by demand by Andy Shevchenko · 14 years ago
  73. 5c25aee mmc_test: change simple_strtol() to strict_strtol() by Andy Shevchenko · 14 years ago
  74. 63be54c mmc_test: use API to check card type by Andy Shevchenko · 14 years ago
  75. c8c8c1b mmc_test: fix performance tests that go over max_blk_count by Adrian Hunter · 14 years ago
  76. 632cf92 mmc: Convert "mutex" to semaphore by Thomas Gleixner · 14 years ago
  77. 265cdc9 mmc: rename dev_to_mmc_card() to mmc_dev_to_card() by Andy Shevchenko · 14 years ago
  78. 453722b mmc: make mmc_dev_to_card() macro public by Andy Shevchenko · 14 years ago
  79. 12578f6 mmc: Use snprintf, not sprintf. by JiebingLi · 14 years ago
  80. 53f3a9e mmc: USB SD Host Controller (USHC) driver by David Vrabel · 14 years ago
  81. a36274e mmc: Remove distinction between hw and phys segments by Martin K. Petersen · 14 years ago
  82. 7a5ea56a mmc: au1xmmc.c: use resource_size() by H Hartley Sweeten · 15 years ago
  83. e8e3f6c mmc: atmel-mci.c: use resource_size() by H Hartley Sweeten · 15 years ago
  84. af2a85f mmc: at91_mci.c: use resource_size() by H Hartley Sweeten · 15 years ago
  85. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  86. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  87. c37927d Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  88. b515316 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  89. b653788 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 14 years ago
  90. fa251f89 Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier by Jens Axboe · 14 years ago
  91. 23beab7 Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 'st-ux' and 'unwind' into devel by Russell King · 14 years ago
  92. 1c8cf9c mmc: sdio: fix SDIO suspend/resume regression by Ohad Ben-Cohen · 14 years ago
  93. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  94. 725343f ARM: 6437/2: mmci: add some register defines for ST Micro variants by Linus Walleij · 14 years ago
  95. 73c5ef1 Merge branches 'devel-omap1' and 'devel-omap2plus' into omap-for-linus by Tony Lindgren · 14 years ago
  96. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  97. 63509e3 omap: Keep nwires for omap1 and 2420 MMC controller by Tony Lindgren · 14 years ago
  98. 64be978 omap4 hsmmc: Update ocr mask for MMC2 for regulator to use by kishore kadiyala · 14 years ago
  99. 91a0b08 omap4 hsmmc: Register offset handling by kishore kadiyala · 14 years ago
  100. 07ad64b OMAP4 ES2: HSMMC soft reset change by Madhusudhan Chikkature · 14 years ago