1. 37485a3 ANDROID: add kabi padding for structures for the android12 release by Greg Kroah-Hartman · 3 years, 7 months ago
  2. f45304d ANDROID: GKI: mmc: add Android ABI padding to some structures by Sahitya Tummala · 3 years, 7 months ago
  3. 78366e9 mmc: sdio: Parse CISTPL_VERS_1 major and minor revision numbers by Pali Rohár · 4 years, 6 months ago
  4. 064f7e5 mmc: core: expose info about enhanced rpmb support by Krishna Konda · 4 years, 9 months ago
  5. f3d7c22 mmc: core: Fix size overflow for mmc partitions by Bradley Bolen · 5 years ago
  6. 2ac55d5 mmc: core: Re-work HW reset for SDIO cards by Ulf Hansson · 5 years ago
  7. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  8. 68539e2 mmc: core: Indicate SD specs higher than 4.0 by Avri Altman · 6 years ago
  9. 01904ff mmc: core: Calculate the discard arg only once by Avri Altman · 6 years ago
  10. dcf6e2e mmc: block: handle complete_work on separate workqueue by Zachary Hays · 6 years ago
  11. a0d4766 mmc: sd: Define name for default speed dtr by yinbo.zhu · 7 years ago
  12. ebc5a1b mmc: core: Add a new quirk for limiting clock rate by harish_kandiga@mentor.com · 7 years ago
  13. 4406ae2 mmc: core: correct taac parameter according to the specification by Shawn Lin · 7 years ago
  14. 304419d mmc: core: Allocate per-request data using the block layer core by Linus Walleij · 8 years ago
  15. 33e6d74 mmc: core: Export API to allow hosts to get the card address by Ulf Hansson · 8 years ago
  16. 9d4579a mmc: mmc_test: Disable Command Queue while mmc_test is used by Adrian Hunter · 8 years ago
  17. b658af7 mmc: mmc: Add functions to enable / disable the Command Queue by Adrian Hunter · 8 years ago
  18. 7b410d0 mmc: queue: Share mmc request array between partitions by Adrian Hunter · 8 years ago
  19. efff8e7 mmc: Adding AUTO_BKOPS_EN bit set for Auto BKOPS support by Uri Yanai · 8 years ago
  20. 4facdde mmc: core: Move public functions from card.h to private headers by Ulf Hansson · 8 years ago
  21. 8da0073 mmc: core: First step in cleaning up public mmc header files by Ulf Hansson · 8 years ago
  22. 46bc5c4 mmc: core: Export device lifetime information through sysfs by Jungseung Lee · 8 years ago
  23. 925ff3a mmc: mmc: Add Command Queue definitions by Adrian Hunter · 8 years ago
  24. 8e8b3f5 mmc: core: use enum mmc_blk_status properly by Linus Walleij · 8 years ago
  25. 5275a65 mmc: sd: Export SD Status via “ssr” device attribute by Uri Yanai · 8 years ago
  26. 5320226 mmc: core: Disable HPI for certain Hynix eMMC cards by Pratibhasagar V · 9 years ago
  27. 81ac2af mmc: core: implement enhanced strobe support by Shawn Lin · 9 years ago
  28. 9eadcc05 mmc: core: Remove MMC_CLKGATE by Ulf Hansson · 9 years ago
  29. b5b4ff0 mmc: block: skip trim for some kingston eMMCs by Shawn Lin · 9 years ago
  30. 642c28a mmc: core: Optimize case for exactly one erase-group budget by David Jander · 10 years ago
  31. b097e07 mmc: mmc: Read card's valid driver strength mask by Adrian Hunter · 10 years ago
  32. 3853a04 mmc: core: Record card drive strength by Adrian Hunter · 10 years ago
  33. 96541ba Revert "mmc: core: Convert mmc_driver to device_driver" by Ulf Hansson · 10 years ago
  34. 0501be6 mmc: Resolve BKOPS compatability issue by Alexey Skidanov · 10 years ago
  35. 0f76242 mmc: core: Report firmware version for eMMC 5.0 devices. by Gwendal Grignou · 10 years ago
  36. 390e316 mmc: core: Remove unused mmc_list_to_card() macro by Ulf Hansson · 10 years ago
  37. fc95e30 mmc: block: Use dev_set|get_drvdata() by Ulf Hansson · 10 years ago
  38. 6685ac6 mmc: core: Convert mmc_driver to device_driver by Ulf Hansson · 10 years ago
  39. 69803d4 mmc: Replace "enhanced_area_en" attribute by "partition_setting_completed" by Grégory Soutadé · 10 years ago
  40. 3d705d1 mmc: implement Driver Stage Register handling by Sascha Hauer · 10 years ago
  41. b3683994 mmc: Correct the value of MMC_NUM_PHY_PARTITION by Yi Sun · 10 years ago
  42. 0a5b643 mmc: add support for HS400 mode of eMMC5.0 by Seungwon Jeon · 11 years ago
  43. 577fb13 mmc: rework selection of bus speed mode by Seungwon Jeon · 11 years ago
  44. 2415c0e mmc: identify available device type to select by Seungwon Jeon · 11 years ago
  45. cdc9917 mmc: drop the speed mode of card's state by Seungwon Jeon · 11 years ago
  46. 297d405 mmc: card.h: Use NULL instead of 0 for END_FIXUP by Fabio Estevam · 11 years ago
  47. e562405 mmc: sdio: add a quirk for broken SDIO_CCCR_INTx polling by Bing Zhao · 11 years ago
  48. 9ec775f mmc: Don't force card to active state when entering suspend/shutdown by Ulf Hansson · 11 years ago
  49. 6904115 mmc: core: Move cached value of the negotiated ocr mask to card struct by Ulf Hansson · 11 years ago
  50. 71ef1ea mmc: core: clean up duplicate macros by Jackey Shen · 12 years ago
  51. 7628774 mmc: core: Handle card shutdown from mmc_bus by Ulf Hansson · 12 years ago
  52. 6044371 mmc: core: Fix select power class after resume by Fredrik Soderstedt · 12 years ago
  53. 51e7e8b mmc: core: Add in support to expose PRV for v4 MMCs by Bernie Thompson · 12 years ago
  54. ce39f9d mmc: support packed write command for eMMC4.5 devices by Seungwon Jeon · 12 years ago
  55. abd9ac1 mmc: add packed command feature of eMMC4.5 by Seungwon Jeon · 12 years ago
  56. c148e9f mmc: correct the EXCEPTION_EVENTS_STATUS value in comment by Zhang, YiX X · 12 years ago
  57. 2220eed mmc: fix async request mechanism for sequential read scenarios by Konstantin Dorfman · 12 years ago
  58. 090d25f mmc: core: Expose access to RPMB partition by Loic Pallardy · 12 years ago
  59. e6c0858 mmc: core: Fixup broken suspend and eMMC4.5 power off notify by Ulf Hansson · 12 years ago
  60. 950d56a mmc: support BKOPS feature for eMMC by Jaehoon Chung · 12 years ago
  61. 3550ccd mmc: card: Skip secure erase on MoviNAND; causes unrecoverable corruption. by Ian Chen · 12 years ago
  62. 0aa6770 mmc: sdhci: only set 200mA support for 1.8v if 200mA is available by Philip Rakity · 13 years ago
  63. 96cf5f0 mmc: core: fix the decision of HS200/DDR card-type by Seungwon Jeon · 13 years ago
  64. 32d317c mmc: remove MMC bus legacy suspend/resume method by Chuanxiao Dong · 13 years ago
  65. b5174fa Merge tag 'mmc-merge-for-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 13 years ago
  66. 4265900 mmc: MMC-4.5 Data Tag Support by Saugata Das · 13 years ago
  67. 250f671 Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  68. 313162d device.h: audit and cleanup users in main include dir by Paul Gortmaker · 13 years ago
  69. 3e73c36 mmc: core: Fix PowerOff Notify suspend/resume by Girish K S · 13 years ago
  70. a4924c7 mmc: core: HS200 mode support for eMMC 4.5 by Girish K S · 13 years ago
  71. add710e mmc: boot partition ro lock support by Johan Rudholm · 13 years ago
  72. d304950 mmc: allow upper layers to know immediately if card has been removed by Adrian Hunter · 13 years ago
  73. a303c53 mmc: sdio: support SDIO UHS cards by Philip Rakity · 13 years ago
  74. fffe5d5 mmc: sd: Macro name cleanup for high speed dtr by Qiang Liu · 13 years ago
  75. 6de5fc9 mmc: core: Add quirk for long data read time by Stefan Nilsson XK · 13 years ago
  76. a6029e1 mmc: fix compile error when CONFIG_BLOCK is not enabled by Namjae Jeon · 13 years ago
  77. eb0d8f1 mmc: core: support HPI send command by Jaehoon Chung · 13 years ago
  78. 881d1c2 mmc: core: Add cache control for eMMC4.5 device by Seungwon Jeon · 13 years ago
  79. b3bf915 mmc: core: new discard feature support at eMMC v4.5 by Kyungmin Park · 13 years ago
  80. bec8726 mmc: core: Add Power Off Notify Feature eMMC 4.5 by Girish K S · 13 years ago
  81. b23cf0b mmc: core: Add default timeout value for CMD6 by Seungwon Jeon · 13 years ago
  82. e0c368d mmc: core: general purpose MMC partition support. by Namjae Jeon · 13 years ago
  83. b249951 mmc: core: add eMMC hardware reset support by Adrian Hunter · 13 years ago
  84. 9a0da64 mmc: sdio: Workaround for dev with broken CMD53 by Stefan Nilsson XK · 13 years ago
  85. 100e918 mmc: Standardize header file inclusion checks. by Robert P. J. Day · 14 years ago
  86. f39b2dd9 mmc: core: Bus width testing needs to handle suspend/resume by Philip Rakity · 14 years ago
  87. f0d8997 mmc: core: Block CMD23 support for UHS104/SDXC cards. by Andrei Warkentin · 14 years ago
  88. d0c97cf mmc: core: Use CMD23 for multiblock transfers when we can. by Andrei Warkentin · 14 years ago
  89. c59de92 mmc: quirks: Add/remove quirks conditional support. by Andrei Warkentin · 14 years ago
  90. 06e8935 mmc: sdio: optimized SDIO IRQ handling for single irq by Stefan Nilsson XK · 14 years ago
  91. 3a30351 mmc: sd: report correct speed and capacity of uhs cards by Arindam Nath · 14 years ago
  92. 5371c92 mmc: sd: set current limit for uhs cards by Arindam Nath · 14 years ago
  93. 49c468f mmc: sd: add support for uhs bus speed mode selection by Arindam Nath · 14 years ago
  94. d6d50a1 mmc: sd: add support for driver type selection by Arindam Nath · 14 years ago
  95. 013909c mmc: sd: query function modes for uhs cards by Arindam Nath · 14 years ago
  96. 6a7a6b4 mmc: quirks: Fix erase/trim for certain SanDisk cards. by Andrei Warkentin · 14 years ago
  97. 371a689 mmc: MMC boot partitions support. by Andrei Warkentin · 14 years ago
  98. 853c6ca mmc: quirks: fix truncation warnings by Randy Dunlap · 14 years ago
  99. 32780cd mmc: quirks: Extends card quirks with MMC/SD quirks matching the CID. by Andrei Warkentin · 14 years ago
  100. 2059a02 mmc: add MMC_QUIRK_DISABLE_CD by Ohad Ben-Cohen · 14 years ago