1. 1a89714 mmc: block: do not query the sd card if a fault is injected by Asutosh Das · 14 years ago
  2. 708d577 mmc: host: Give a unique number to each CAPS2 capability by Maya Erez · 14 years ago
  3. 0e05f02 msm: msm_sdcc: Set default clock gating timeout to 200msecs by Sujit Reddy Thumma · 14 years ago
  4. fe201cd mmc: core: fix the decision of HS200/DDR card-type by Seungwon Jeon · 14 years ago
  5. 2331394 mmc: core: fix improper clock frequency being passed to set_ios by Asutosh Das · 14 years ago
  6. 76058d7 MMC-4.5 Power OFF Notify Rework by Saugata Das · 14 years ago
  7. f132c6c Merge commit 'AU_LINUX_ANDROID_ICS.04.00.04.00.126' into msm-3.4 by Steve Muckle · 14 years ago
  8. e544d700 mmc: block: Add MMC write packing statistics by Maya Erez · 14 years ago
  9. 63c61d6 mmc: block: Add write packing control by Maya Erez · 14 years ago
  10. 968c774 mmc: core: Support packed write command for eMMC4.5 device by Seungwon Jeon · 14 years ago
  11. f886c80 mmc: support BKOPS feature for eMMC v4.5 by Jaehoon Chung · 14 years ago
  12. 463bb95 mmc: card: Adding support for sanitize in eMMC 4.5 by Maya Erez · 14 years ago
  13. 516994e mmc: core: Add packed command feature of eMMC4.5 by Seungwon Jeon · 14 years ago
  14. f3ac575 mmc: host: remove mmcq performance numbers statistics by Subhash Jadavani · 14 years ago
  15. fed14d9 mmc: sdio: avoid spurious calls to interrupt handlers by Nicolas Pitre · 14 years ago
  16. c49bee5 Revert "Revert "mmc: sdio: optimized SDIO IRQ handling for single irq"" by Sujit Reddy Thumma · 14 years ago
  17. 3a18bbd mmc: quirks: Fix data timeout values for certain SanDisk eMMC cards by Pratibhasagar V · 14 years ago
  18. 957265b Merge commit 'v3.4-rc4' into android-3.4 by Colin Cross · 14 years ago
  19. 32d317c mmc: remove MMC bus legacy suspend/resume method by Chuanxiao Dong · 14 years ago
  20. c331348 mmc: core: Detect card removal on I/O error by Ulf Hansson · 14 years ago
  21. 26d2321 mmc: core: host: only use wakelock for detect work by Colin Cross · 15 years ago
  22. 0eb9a8f mmc: Fix pm_notifier obeying deferred resume by Dmitry Shmidt · 15 years ago
  23. 73ae60c mmc: Add "ignore mmc pm notify" functionality by Dmitry Shmidt · 15 years ago
  24. 41d9d91e mmc: core: Add deferred bus resume policy. by San Mehat · 17 years ago
  25. 4748cba trout: Add functions for WiFi by Dmitry Shmidt · 17 years ago
  26. e01587a mmc: Add concept of an 'embedded' SDIO device. by San Mehat · 18 years ago
  27. 6e611f2 Revert "mmc: sdio: optimized SDIO IRQ handling for single irq" by Sujit Reddy Thumma · 14 years ago
  28. b5174fa Merge tag 'mmc-merge-for-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 14 years ago
  29. 1de2dfd mmc: core: capture performance numbers only when asked by Subhash Jadavani · 14 years ago
  30. 135111c mmc: sh_mmcif: simplify bitmask macros by Guennadi Liakhovetski · 14 years ago
  31. 7f52421 mmc: sh_mobile_sdhi: support modular mmc-core with non-standard hotplug by Guennadi Liakhovetski · 14 years ago
  32. e82b4ac mmc: sh_mobile_sdhi: add a callback for board specific init code by Bastian Hecht · 14 years ago
  33. 58126c8 mmc: sh_mobile_sdhi: pass card hotplug GPIO number to TMIO MMC by Guennadi Liakhovetski · 14 years ago
  34. c9b0546 mmc: simplify mmc_cd_gpio_request() by removing two parameters by Guennadi Liakhovetski · 14 years ago
  35. 6308d29 mmc: sdhci: add quirk for keeping card power during suspend by Adrian Hunter · 14 years ago
  36. 83bb24a mmc: core: add high-capacity erase size capability flag by Adrian Hunter · 14 years ago
  37. 907d2e7 mmc: start removing enable / disable API by Adrian Hunter · 14 years ago
  38. f0cc9cf mmc: core: Detect card removal on I/O error by Ulf Hansson · 14 years ago
  39. 48ec4d1 mmc: block: support no access to boot partitions by Adrian Hunter · 14 years ago
  40. 62ca803 mmc: Support of PCI mode in the dw_mmc driver by Shashidhar Hiremath · 14 years ago
  41. 4265900 mmc: MMC-4.5 Data Tag Support by Saugata Das · 14 years ago
  42. 250f671 Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 14 years ago
  43. 10db4e1 headers: include linux/types.h where appropriate by Bobby Powers · 14 years ago
  44. f4a999c mmc: msm_sdcc: fixup for enabling MMC_CLKGATE feature for SDIO cards by Sujit Reddy Thumma · 14 years ago
  45. f0410bc mmc: core: Export mmc_set_ios so that host drivers can use it by Sujit Reddy Thumma · 14 years ago
  46. 313162d device.h: audit and cleanup users in main include dir by Paul Gortmaker · 14 years ago
  47. a3f4169 mmc: core: HS200 mode support for eMMC 4.5 by Girish K S · 14 years ago
  48. dc5bc78 mmc: core: add workaround for controllers with broken multiblock reads by Paul Walmsley · 14 years ago
  49. b8ee2c1 mmc: core: support HPI send command by Jaehoon Chung · 14 years ago
  50. f876490 mmc: core: Add cache control for eMMC4.5 device by Seungwon Jeon · 14 years ago
  51. a3777a7 mmc: core: new discard feature support at eMMC v4.5 by Kyungmin Park · 14 years ago
  52. ed1ac8a mmc: core: mmc sanitize feature support for v4.5 by Kyungmin Park · 14 years ago
  53. 51abf16 mmc: core: Add Power Off Notify Feature eMMC 4.5 by Girish K S · 14 years ago
  54. 0007bbc mmc: core: Add default timeout value for CMD6 by Seungwon Jeon · 14 years ago
  55. d467483 mmc: core: eMMC 4.5 Power Class Selection Feature by Girish K S · 14 years ago
  56. 02efa5a mmc: core: add eMMC hardware reset support by Adrian Hunter · 15 years ago
  57. 1cb54ea mmc: core: add non-blocking mmc request function by Per Forlin · 15 years ago
  58. 81306ad mmc: queue: let host controllers specify maximum discard timeout by Adrian Hunter · 15 years ago
  59. f9c2a0d mmc: dw_mmc: Fix PIO mode with support of highmem by Seungwon Jeon · 14 years ago
  60. 3e73c36 mmc: core: Fix PowerOff Notify suspend/resume by Girish K S · 14 years ago
  61. 6e8201f mmc: core: add the capability for broken voltage by Jaehoon Chung · 14 years ago
  62. 2c4967f74 mmc: core: Ensure clocks are always enabled before host interaction by Sujit Reddy Thumma · 14 years ago
  63. 0a80939 Merge tag 'for-linus' of git://github.com/rustyrussell/linux by Linus Torvalds · 14 years ago
  64. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 14 years ago
  65. 069c9f1 mmc: host: Adds support for eMMC 4.5 HS200 mode by Girish K S · 14 years ago
  66. a4924c7 mmc: core: HS200 mode support for eMMC 4.5 by Girish K S · 14 years ago
  67. aa9df4f mmc: core: Add option to prevent eMMC sleep command by Ulf Hansson · 14 years ago
  68. e2a0a58 mmc: sdhci-pci: remove SDHCI_QUIRK2_OWN_CARD_DETECTION by Adrian Hunter · 14 years ago
  69. 52c506f mmc: sdhci-pci: add platform data by Adrian Hunter · 14 years ago
  70. 349ab52 mmc: add a generic GPIO card-detect helper by Guennadi Liakhovetski · 14 years ago
  71. b67e198 mmc: add a card hotplug handler context by Guennadi Liakhovetski · 14 years ago
  72. 4f408cc mmc: dw_mmc: Add more capabilities field by Seungwon Jeon · 14 years ago
  73. add710e mmc: boot partition ro lock support by Johan Rudholm · 14 years ago
  74. d304950 mmc: allow upper layers to know immediately if card has been removed by Adrian Hunter · 14 years ago
  75. a303c53 mmc: sdio: support SDIO UHS cards by Philip Rakity · 14 years ago
  76. 597dd9d mmc: core: Use delayed work in clock gating framework by Sujit Reddy Thumma · 14 years ago
  77. df16219 mmc: debugfs: expose the SDCLK frq in sys ios by Giuseppe CAVALLARO · 14 years ago
  78. fffe5d5 mmc: sd: Macro name cleanup for high speed dtr by Qiang Liu · 14 years ago
  79. 8b581b0 mmc: allow upper layers to know immediately if card has been removed by Adrian Hunter · 14 years ago
  80. abb9681 mmc: core: Ensure clocks are always enabled before host interaction by Sujit Reddy Thumma · 14 years ago
  81. 6de5fc9 mmc: core: Add quirk for long data read time by Stefan Nilsson XK · 14 years ago
  82. 849b79e msm: trivial: 'chmod 644' for non-executable files by Bryan Huntsman · 14 years ago
  83. d074fa2 Merge remote-tracking branch 'common/android-3.0' into msm-3.0 by Bryan Huntsman · 14 years ago
  84. 0d0bc29 mmc: core: Use delayed work in clock gating framework by Sujit Reddy Thumma · 14 years ago
  85. a6029e1 mmc: fix compile error when CONFIG_BLOCK is not enabled by Namjae Jeon · 14 years ago
  86. 2bf22b3 mmc: core: add workaround for controllers with broken multiblock reads by Paul Walmsley · 14 years ago
  87. 6be918e mmc: block: allow get_card_status() to return error status by Russell King - ARM Linux · 15 years ago
  88. b4625da mmc: recognise SDIO cards with SDIO_CCCR_REV 3.00 by Bing Zhao · 14 years ago
  89. eb0d8f1 mmc: core: support HPI send command by Jaehoon Chung · 14 years ago
  90. 881d1c2 mmc: core: Add cache control for eMMC4.5 device by Seungwon Jeon · 14 years ago
  91. b3bf915 mmc: core: new discard feature support at eMMC v4.5 by Kyungmin Park · 14 years ago
  92. d9ddd62 mmc: core: mmc sanitize feature support for v4.5 by Kyungmin Park · 14 years ago
  93. 4e0a5ad mmc: dw_mmc: modify DATA register offset by Jaehoon Chung · 14 years ago
  94. bec8726 mmc: core: Add Power Off Notify Feature eMMC 4.5 by Girish K S · 14 years ago
  95. b23cf0b mmc: core: Add default timeout value for CMD6 by Seungwon Jeon · 14 years ago
  96. 66fd8ad mmc: sdhci-pci: add runtime pm support by Adrian Hunter · 14 years ago
  97. e0c368d mmc: core: general purpose MMC partition support. by Namjae Jeon · 14 years ago
  98. f7c56ef mmc: block: support no access to boot partitions by Adrian Hunter · 14 years ago
  99. b87d8db mmc: core: eMMC 4.5 Power Class Selection Feature by Girish K S · 14 years ago
  100. 714c4a6 mmc: sh_mmcif: simplify platform data by Guennadi Liakhovetski · 15 years ago