1. d34289d mmc: cb710: remove debugging printk (info duplicated from mmc-core) by Michał Mirosław · 14 years ago
  2. e0780db mmc: cb710: clear irq handler on init() error path by Michał Mirosław · 14 years ago
  3. 2abd4f1 mmc: cb710: remove unnecessary msleep() by Michał Mirosław · 14 years ago
  4. 7fcc4ce mmc: cb710: implement get_cd() callback by Michał Mirosław · 14 years ago
  5. 19d614a mmc: cb710: partially demystify clock selection by Michał Mirosław · 14 years ago
  6. 703aae3 mmc: add a file to debugfs for changing host clock at runtime by Andy Shevchenko · 14 years ago
  7. 643a81f mmc: sdhci: allow for eMMC 74 clock generation by controller by Philip Rakity · 14 years ago
  8. 3ab9c8d mmc: sdhci: highspeed: check for mmc as well as sd cards by Philip Rakity · 14 years ago
  9. f9ee3ea mmc: sdhci: Add Moorestown device support by Alan Cox · 14 years ago
  10. 2922905 mmc: sdhci: Intel Medfield support by Xiaochen Shen · 14 years ago
  11. 225d85f mmc: sdhci: Allow the probe handler to override slots by Alan Cox · 14 years ago
  12. ed2a978 mmc: sdio: support suspend/resume while runtime suspended by Ohad Ben-Cohen · 14 years ago
  13. 87973ba mmc: sdio: ensure mmc_sdio_detect is powered by Ohad Ben-Cohen · 14 years ago
  14. 40bba0c mmc: sdio: enable runtime PM for SDIO functions by Ohad Ben-Cohen · 14 years ago
  15. 81968561 mmc: sdio: enable runtime PM for SDIO cards by Ohad Ben-Cohen · 14 years ago
  16. 80fd933 mmc: sdio: use the generic runtime PM handlers by Ohad Ben-Cohen · 14 years ago
  17. 516d5cc mmc: add runtime PM handlers by Ohad Ben-Cohen · 14 years ago
  18. d3fe37b mmc: sdio: add power_restore support by Ohad Ben-Cohen · 14 years ago
  19. 12ae637 mmc: propagate power save/restore ops return value by Ohad Ben-Cohen · 14 years ago
  20. 9b966aa mmc: sdio: fully reconfigure oldcard on resume by Ohad Ben-Cohen · 14 years ago
  21. 1978fda mmc: sdhci: split up sdhci.h for sdhci-pltfm users by Giuseppe Cavallaro · 14 years ago
  22. 8364248 mmc: sdhci: fix "pwr may be used uninitialized" warning by Giuseppe Cavallaro · 14 years ago
  23. be8ae09 mmc: sdhci-pltfm: add suspend/resume functions by Giuseppe Cavallaro · 14 years ago
  24. de528fa mmc: name mmc queue thread by host index by Ethan Du · 14 years ago
  25. 49e3b5a mmc: refine DDR support by Adrian Hunter · 14 years ago
  26. 0f8d8ea mmc: Fixes for Dual Data Rate (DDR) support by Adrian Hunter · 14 years ago
  27. dfc13e8 mmc: MMC 4.4 DDR support by Hanumath Prasad · 14 years ago
  28. 99fc513 mmc: Move regulator handling closer to core by Linus Walleij · 14 years ago
  29. 4d0b861 mmc: sdhci: mmc_rescan: reduce verbosity by Eric Bénard · 14 years ago
  30. 88ae8b8 mmc: Make ID freq configurable by Hein Tibosch · 14 years ago
  31. 176d1ed mmc: sdhci: disable MMC_CAP_NEEDS_POLL in nonremovable case by Jaehoon Chung · 14 years ago
  32. 71d7d3d mmc: Add helper function to check if a card is removable by Matt Fleming · 14 years ago
  33. d3c502b mmc: Makefile: Fix EXTRA_CFLAGS assignment by matt mooney · 14 years ago
  34. 412ab65 mmc: sdhci: print out controller name for register debug by Philip Rakity · 14 years ago
  35. b08caed mmc: sdhci: add MMC_CAP_8_BIT_DATA in the host capabilities by Giuseppe Cavallaro · 14 years ago
  36. a29e7e1 mmc: sdhci: Enable high-speed support for MMC cards by Zhangfei Gao · 14 years ago
  37. 0397526 mmc: SDHC 3.0: correct f_min calculation for SD 3.0 spec by Zhangfei Gao · 14 years ago
  38. c4687d5 mmc: SDHC 3.0: Base clock frequency change in spec 3.0 by Zhangfei Gao · 14 years ago
  39. 85105c5 mmc: SDHC 3.0: support 10-bit divided clock mode by Zhangfei Gao · 14 years ago
  40. 0957c33 mmc: sdhci: Make consistent use of CONFIG_MMC_DEBUG for "DEBUG"ging by George G. Davis · 14 years ago
  41. c27d37a mmc_test: fix display of .5 KiB by Adrian Hunter · 14 years ago
  42. 3d203be mmc_test: fix memory allocation segment limits by Adrian Hunter · 14 years ago
  43. 130067e mmc_test: move files from sysfs to debugfs by Andy Shevchenko · 14 years ago
  44. 3183aa1 mmc_test: collect data and show it via sysfs by demand by Andy Shevchenko · 14 years ago
  45. 5c25aee mmc_test: change simple_strtol() to strict_strtol() by Andy Shevchenko · 14 years ago
  46. 63be54c mmc_test: use API to check card type by Andy Shevchenko · 14 years ago
  47. c8c8c1b mmc_test: fix performance tests that go over max_blk_count by Adrian Hunter · 14 years ago
  48. 632cf92 mmc: Convert "mutex" to semaphore by Thomas Gleixner · 14 years ago
  49. 265cdc9 mmc: rename dev_to_mmc_card() to mmc_dev_to_card() by Andy Shevchenko · 14 years ago
  50. 453722b mmc: make mmc_dev_to_card() macro public by Andy Shevchenko · 14 years ago
  51. 12578f6 mmc: Use snprintf, not sprintf. by JiebingLi · 14 years ago
  52. 53f3a9e mmc: USB SD Host Controller (USHC) driver by David Vrabel · 14 years ago
  53. a36274e mmc: Remove distinction between hw and phys segments by Martin K. Petersen · 14 years ago
  54. 7a5ea56a mmc: au1xmmc.c: use resource_size() by H Hartley Sweeten · 15 years ago
  55. e8e3f6c mmc: atmel-mci.c: use resource_size() by H Hartley Sweeten · 15 years ago
  56. af2a85f mmc: at91_mci.c: use resource_size() by H Hartley Sweeten · 15 years ago
  57. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  58. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  59. c37927d Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  60. b515316 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  61. b653788 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 14 years ago
  62. fa251f89 Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier by Jens Axboe · 14 years ago
  63. 23beab7 Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 'st-ux' and 'unwind' into devel by Russell King · 14 years ago
  64. 1c8cf9c mmc: sdio: fix SDIO suspend/resume regression by Ohad Ben-Cohen · 14 years ago
  65. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  66. 725343f ARM: 6437/2: mmci: add some register defines for ST Micro variants by Linus Walleij · 14 years ago
  67. 73c5ef1 Merge branches 'devel-omap1' and 'devel-omap2plus' into omap-for-linus by Tony Lindgren · 14 years ago
  68. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  69. 63509e3 omap: Keep nwires for omap1 and 2420 MMC controller by Tony Lindgren · 14 years ago
  70. 64be978 omap4 hsmmc: Update ocr mask for MMC2 for regulator to use by kishore kadiyala · 14 years ago
  71. 91a0b08 omap4 hsmmc: Register offset handling by kishore kadiyala · 14 years ago
  72. 07ad64b OMAP4 ES2: HSMMC soft reset change by Madhusudhan Chikkature · 14 years ago
  73. 2e9b981 pcmcia: move driver name to struct pcmcia_driver by Dominik Brodowski · 14 years ago
  74. 1ac71e5 pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device by Dominik Brodowski · 14 years ago
  75. 3a63833 omap: mmc: extended to pass host capabilities from board file by Sukumar Ghorai · 14 years ago
  76. 9320f7c mmc: sdhci-s3c: fix NULL ptr access in sdhci_s3c_remove by Marek Szyprowski · 14 years ago
  77. 06fe577 mmc: sdhci-s3c: fix incorrect spinlock usage after merge by Marek Szyprowski · 14 years ago
  78. 18a06301 ARM: 6370/1: mmci: use _cansleep GPIO functions by Linus Walleij · 14 years ago
  79. 4b8caec ARM: 6309/1: mmci: allow neither ->status nor gpio_cd to be specified by Rabin Vincent · 14 years ago
  80. 148b8b3 ARM: 6308/1: mmci: support card detection interrupts by Rabin Vincent · 14 years ago
  81. 4913efe block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush() by Tejun Heo · 14 years ago
  82. 7c5367f drivers/mmc/host/imxmmc.c: adjust confusing if indentation by Julia Lawall · 14 years ago
  83. e7cb756 omap hsmmc: fix a racing case between kmmcd and omap_hsmmc_suspend by Ethan Du · 14 years ago
  84. 23ef309 mmc: at91_mci: add missing linux/highmem.h include by Marc Kleine-Budde · 14 years ago
  85. 16d9b13 omap_hsmmc: remove unused local `state' by Sergio Aguirre · 14 years ago
  86. 60c2c0d ARM: SAMSUNG: MMC: fix build error when both DMA and PIO mode selected by Jiri Pinkava · 14 years ago
  87. 5600efb mmc: fix the use of kunmap_atomic() in tmio_mmc.h by Guennadi Liakhovetski · 14 years ago
  88. b78d6c5 tmio_mmc: don't clear unhandled pending interrupts by Yusuke Goda · 14 years ago
  89. f3c65b2 mmc: avoid getting CID on SDIO-only cards by David Vrabel · 14 years ago
  90. 8301bb6 ARM: 6310/1: mmci: support different FIFO sizes by Rabin Vincent · 14 years ago
  91. 2971944 ARM: 6307/1: mmci: allow the card detect GPIO value not to be inverted by Rabin Vincent · 14 years ago
  92. f522886 drivers/mmc/host/sdhci-s3c.c: use the correct mutex and card detect function by Kyungmin Park · 14 years ago
  93. 5193250 sdhci: add no hi-speed bit quirk support by Kyungmin Park · 14 years ago
  94. 930a6f7 s5pc110: SDHCI-s3c support on s5pc110 by Kyungmin Park · 14 years ago
  95. 81ca03a mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=y by Uwe Kleine-König · 14 years ago
  96. b171aa2 Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  97. eb3bbf8 Merge branch 'msm-mmc_sdcc' of git://codeaurora.org/quic/kernel/dwalker/linux-msm by Linus Torvalds · 14 years ago
  98. ce4327d Merge branch 'msm-core' of git://codeaurora.org/quic/kernel/dwalker/linux-msm by Linus Torvalds · 14 years ago
  99. 58d4ea6 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  100. fec4dcc mmc_test: fix large memory allocation by Adrian Hunter · 14 years ago