1. c1590dd mmc: sunxi: Add card busy detection by Hans de Goede · 9 years ago
  2. 5d3f6ef mmc: Wait for card_busy before starting sdio requests by Hans de Goede · 9 years ago
  3. de98c55 mmc: Add mmc_is_io_op helper function by Hans de Goede · 9 years ago
  4. a5f5774 mmc: block: Add new ioctl to send multi commands by Jon Hunter · 9 years ago
  5. aaa58d0 mmc: sdhci-pltfm: enable interrupt mode to detect card for ls1021a by Yangbo Lu · 9 years ago
  6. ce03727 mmc: pwrseq_simple: use GPIO descriptors array API by Javier Martinez Canillas · 9 years ago
  7. 8131e81 mmc: mediatek: Add MMC_CAP_RUNTIME_RESUME support by Chaotian Jing · 9 years ago
  8. d1f23f9 mmc: debugfs: implement ios show for driver type by Shawn Lin · 9 years ago
  9. b73f34c mmc: omap: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  10. 7745235 mmc: moxart: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  11. e02b9d7 mmc: sdhci-pltfm: Use of_property_read_u32 instead of open-coding it by Tobias Klauser · 9 years ago
  12. bf7241d mmc: mmc_spi: Export OF module alias information by Javier Martinez Canillas · 9 years ago
  13. 930d50f mmc: sdhci-of-at91: remove a line of dead code by Dan Carpenter · 9 years ago
  14. 14a7b4164 mmc: sdhci: call sdhci_init() before request irq by Haibo Chen · 9 years ago
  15. 2880429 mmc: sdhci-bcm-kona: fix logic to check for 8-bit data width by Javier Martinez Canillas · 9 years ago
  16. a30b551 mmc: pwrseq: use gpiod_get() instead of index 0 by Javier Martinez Canillas · 9 years ago
  17. f90d2e4 mmc: core: Convert __mmc_switch() into an internal core function by Ulf Hansson · 9 years ago
  18. 7eece8d mmc: vub300: Remove unneded semicolons by Javier Martinez Canillas · 9 years ago
  19. 17a9053 mmc: wbsd: Remove unneded semicolon by Javier Martinez Canillas · 9 years ago
  20. bf8b851 mmc: sd: Remove superfluous error code assignment by Yousong Zhou · 9 years ago
  21. 8d1ffc8c mmc: core: Keep host claimed while invoking mmc_power_off|up() by Ulf Hansson · 9 years ago
  22. 0cd2f04 mmc: sdhci-acpi: detect sd card reader on asus x205ta by Michele Curti · 9 years ago
  23. 08b137d mmc: core: Fix init_card in 52Mhz by Chaotian Jing · 9 years ago
  24. 88c6eb0 mmc: sdhci-of-at91: use SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RST quirk by ludovic.desroches@atmel.com · 9 years ago
  25. af95176 mmc: sdhci: add quirk SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RST by ludovic.desroches@atmel.com · 9 years ago
  26. 2162d9f4 mmc: sdhci-pxav3: fix error handling of armada_38x_quirks by Marcin Wojtas · 9 years ago
  27. fa79641 mmc: sdhci-pxav3: disable clock inversion for HS MMC cards by Nadav Haklai · 9 years ago
  28. 5de76bf mmc: sdhci-pxav3: remove broken clock base quirk for Armada 38x sdhci driver by Nadav Haklai · 9 years ago
  29. 123e20b mmc: host: omap_hsmmc: Fix MMC for omap3 legacy booting by Tony Lindgren · 9 years ago
  30. bb2726b Revert "mmc: host: omap_hsmmc: use regulator_is_enabled to find pbias status" by Tony Lindgren · 9 years ago
  31. 031277d mmc: core: fix dead loop of mmc_retune by Chaotian Jing · 9 years ago
  32. fd546ee mmc: pxamci: fix card detect with slot-gpio API by Robert Jarzmik · 9 years ago
  33. 51424b2 mmc: sunxi: Fix clk-delay settings by Hans de Goede · 9 years ago
  34. 43934ec mmc: core: Don't return an error for CD/WP GPIOs when GPIOLIB is unset by Ulf Hansson · 9 years ago
  35. 85579ad Merge tag 'mmc-v4.3' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 9 years ago
  36. d975f30 Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  37. 1081230 Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  38. 092b6db mmc: android-goldfish: remove incorrect __iomem annotation by Christoph Hellwig · 9 years ago
  39. 71f8a4b mmc: core: fix race condition in mmc_wait_data_done by Jialing Fu · 9 years ago
  40. 987e05c mmc: host: omap_hsmmc: remove CONFIG_REGULATOR check by Kishon Vijay Abraham I · 9 years ago
  41. 1d17f30 mmc: host: omap_hsmmc: use ios->vdd for setting vmmc voltage by Kishon Vijay Abraham I · 9 years ago
  42. c55d7a0 mmc: host: omap_hsmmc: use regulator_is_enabled to find pbias status by Kishon Vijay Abraham I · 9 years ago
  43. 3f77f70 mmc: host: omap_hsmmc: enable/disable vmmc_aux regulator based on previous state by Kishon Vijay Abraham I · 9 years ago
  44. c8518ef mmc: host: omap_hsmmc: don't use ->set_power to set initial regulator state by Kishon Vijay Abraham I · 9 years ago
  45. 97fe7e5 mmc: host: omap_hsmmc: avoid pbias regulator enable on power off by Kishon Vijay Abraham I · 9 years ago
  46. ec85c95 mmc: host: omap_hsmmc: add separate function to set pbias by Kishon Vijay Abraham I · 9 years ago
  47. 2a17f84 mmc: host: omap_hsmmc: add separate functions for enable/disable supply by Kishon Vijay Abraham I · 9 years ago
  48. 229f329 mmc: host: omap_hsmmc: return error if any of the regulator APIs fail by Kishon Vijay Abraham I · 9 years ago
  49. ef62b8b mmc: host: omap_hsmmc: remove unnecessary pbias set_voltage by Kishon Vijay Abraham I · 9 years ago
  50. aa9a680 mmc: host: omap_hsmmc: use mmc_host's vmmc and vqmmc by Kishon Vijay Abraham I · 9 years ago
  51. b49069f mmc: host: omap_hsmmc: use the ocrmask provided by the vmmc regulator by Kishon Vijay Abraham I · 9 years ago
  52. c299dc3 mmc: host: omap_hsmmc: cleanup omap_hsmmc_reg_get() by Kishon Vijay Abraham I · 9 years ago
  53. 6a9b2ff mmc: host: omap_hsmmc: return on fatal errors from omap_hsmmc_reg_get by Kishon Vijay Abraham I · 9 years ago
  54. 7d607f9 mmc: host: omap_hsmmc: use devm_regulator_get_optional() for vmmc by Kishon Vijay Abraham I · 9 years ago
  55. 5f2b3ea mmc: sdhci-of-at91: fix platform_no_drv_owner.cocci warnings by kbuild test robot · 9 years ago
  56. 5afc30f mmc: sh_mmcif: Fix suspend process by Koji Matsuoka · 9 years ago
  57. 3b1cac4 mmc: usdhi6rol0: fix error return code by Julia Lawall · 9 years ago
  58. 38276a9 mmc: omap: fix error return code by Julia Lawall · 9 years ago
  59. 3fe95db mmc: usdhi6rol0: fix ack register write by Rabin Vincent · 9 years ago
  60. bb08a7d mmc: usdhi6rol0: fix NULL pointer deref in debug print by Rabin Vincent · 9 years ago
  61. 7672647 mmc: usdhi6rol0: handle probe deferral for regulator by Rabin Vincent · 9 years ago
  62. da795ec mmc: sdhci-of-arasan: Add the support for sdhci-5.1 by Shawn Lin · 9 years ago
  63. 0dafa60 mmc: sdhci: also get preset value and driver type for MMC_DDR52 by Jisheng Zhang · 9 years ago
  64. f912632 mmc: atmel-mci: remove useless include by Alexandre Belloni · 9 years ago
  65. 7bb9c24 mmc: sunxi: fix timeout in sunxi_mmc_oclk_onoff by Michal Suchanek · 9 years ago
  66. 1880d8f mmc: sdhci-sirf: corrent quirk according to real chips by Barry Song · 9 years ago
  67. b5b4ff0 mmc: block: skip trim for some kingston eMMCs by Shawn Lin · 9 years ago
  68. e31e67c mmc: sdhci-esdhc-imx: change default watermark level and burst length by Haibo Chen · 9 years ago
  69. fd44954 mmc: sdhci-esdhc-imx: set back the burst_length_enable bit to 1 by Haibo Chen · 9 years ago
  70. d407e30 mmc: sdhci-esdhc-imx: add tuning-step setting support by Haibo Chen · 9 years ago
  71. 28b0767 mmc: sdhci-esdhc-imx: add imx7d support and support HS400 by Haibo Chen · 9 years ago
  72. 77bd2f6 mmc: sdhci-of-esdhc: add workaround for pre divider initial value by Yangbo Lu · 9 years ago
  73. d31911b mmc: sdhci: fix dma memory leak in sdhci_pre_req() by Haibo Chen · 9 years ago
  74. 90614cd mmc: host: use of_property_read_bool() by Sergei Shtylyov · 9 years ago
  75. 143b648 mmc: sdhci-pci: set the clear transfer mode register quirk for O2Micro by Adam Lee · 9 years ago
  76. 22d7e85 mmc: core: Fixed bug in one erase-group budget TRIM by Robin van der Gracht · 9 years ago
  77. 0df9d2e mmc: tmio: Fix timeout value for command request by Takeshi Kihara · 9 years ago
  78. bb5f8ea mmc: sdhci-of-at91: introduce driver for the Atmel SDMMC by ludovic.desroches@atmel.com · 9 years ago
  79. 5497159 mmc: sdhci: switch from programmable clock mode to divided one if needed by ludovic.desroches@atmel.com · 9 years ago
  80. da81ed1 scatterlist: remove open coded sg_unmark_end instances by Dan Williams · 9 years ago
  81. 57e1048 mmc: dw_mmc: add quirk for broken data transfer over scheme by Addy Ke · 9 years ago
  82. 40a7a46 mmc: dw_mmc: print the message for deprecated property by Jaehoon Chung · 9 years ago
  83. 2b708df mmc: dw_mmc: remove the unused blk_setting by Jaehoon Chung · 9 years ago
  84. 9e747b7 mmc: dw_mmc: fix the wrong condition checking by Jaehoon Chung · 9 years ago
  85. 575c319 mmc: dw_mmc: fix pio mode when internal dmac is enabled by Heiko Stuebner · 9 years ago
  86. 0e3a22c mmc: dw_mmc: Fix coding style issues by Shawn Lin · 9 years ago
  87. 5959b32 mmc: dw_mmc: handle data blocks > than 4kB if IDMAC is used by Alexey Brodkin · 9 years ago
  88. 7d70d47 mmc: block: add fixup of broken CMD23 for Sandisk card by Yangbo Lu · 9 years ago
  89. 67b589a mmc: sdhci-esdhc: add default quirk SDHCI_QUIRK_NO_HISPD_BIT by Yangbo Lu · 9 years ago
  90. 4c06654c mmc: omap_hsmmc: regulator automatically released by devm by Andreas Fenkart · 9 years ago
  91. f7f0f03 mmc: omap_hsmmc: call omap_hsmmc_set_power directly by Andreas Fenkart · 9 years ago
  92. 135b0a2 mmc: sdhci: properly check card present state when quirk NO_CARD_NO_RESET is set by Ivan T. Ivanov · 9 years ago
  93. c31d22e mmc: sdhci: don't use card state polling when CD GPIO is defined by Ivan T. Ivanov · 9 years ago
  94. 88af565 mmc: sdhci: let GPIO based card detection have higher precedence by Ivan T. Ivanov · 9 years ago
  95. 951b8c8 mmc: sdhci-msm: Boost controller core clock by Ivan T. Ivanov · 9 years ago
  96. 829b696 mmc: block: don't use parameter prefix if built as module by Andy Shevchenko · 9 years ago
  97. 8292adc mmc: omap: use for_each_sg() for scatterlist parsing by Fabian Frederick · 9 years ago
  98. 2d532d4 mmc: sdhci-of-arasan: add quirks for broken clock base by Suneel Garapati · 9 years ago
  99. d1955c3 mmc: sdhci: add quirk SDHCI_QUIRK_CLOCK_DIV_ZERO_BROKEN by Suneel Garapati · 9 years ago
  100. 6464b71 mmc: pxamci: switch over to dmaengine use by Daniel Mack · 9 years ago