1. d091876 mmc: sdhci-of-at91: fix MMC_DDR_52 timing selection by Ludovic Desroches · 8 years ago
  2. 923713b mmc: sdhci: Disable runtime pm when the sdio_irq is enabled by Hans de Goede · 8 years ago
  3. 027fb89 mmc: sdhci-pci: Do not disable interrupts in sdhci_intel_set_power by Adrian Hunter · 8 years ago
  4. e2ebfb2 mmc: sdhci: Do not disable interrupts while waiting for clock by Adrian Hunter · 8 years ago
  5. 181302d mmc: ushc: fix NULL-deref at probe by Johan Hovold · 8 years ago
  6. 2ce0c7b mmc: sdhci-of-at91: Support external regulators by Romain Izard · 8 years ago
  7. 8bcd37d mmc: core: mmc_blk_rw_cmd_err - remove unused variable by Winkler, Tomas · 8 years ago
  8. 40ceda0 mmc: mediatek: Fixed bug where clock frequency could be set wrong by yong mao · 8 years ago
  9. 8ecc344 mmc: block: Fix cmd error reset failure path by Adrian Hunter · 8 years ago
  10. 2602b74 mmc: block: Fix is_waiting_last_req set incorrectly by Adrian Hunter · 8 years ago
  11. 773dc11 mmc: core: Fix access to HS400-ES devices by Guenter Roeck · 8 years ago
  12. 1668103 mmc: sdhci-of-arasan: fix incorrect timeout clock by Anssi Hannula · 8 years ago
  13. ae7e81c sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h> by Ingo Molnar · 8 years ago
  14. 183b802 scripts/spelling.txt: add "intialization" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  15. e67bd12 Merge tag 'mmc-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 8 years ago
  16. 818551e Merge branch 'for-4.11/next' into for-4.11/linus-merge by Jens Axboe · 8 years ago
  17. 8c7cdbf mmc: core: add mmc prefix for blk_fixups by Shawn Lin · 8 years ago
  18. 0e9cfcf mmc: core: move all quirks together into quirks.h by Shawn Lin · 8 years ago
  19. 1144c1e mmc: core: improve the quirks for sdio devices by Shawn Lin · 8 years ago
  20. 884f386 mmc: core: move some sdio IDs out of quirks file by Shawn Lin · 8 years ago
  21. 28fc64a mmc: core: change quirks.c to be a header file by Shawn Lin · 8 years ago
  22. 4e03f62 mmc: sdhci-cadence: fix bit shift of read data from PHY port by Masahiro Yamada · 8 years ago
  23. 006cac8 Merge branch 'fixes' into next by Ulf Hansson · 8 years ago
  24. efff8e7 mmc: Adding AUTO_BKOPS_EN bit set for Auto BKOPS support by Uri Yanai · 8 years ago
  25. 6962c2f mmc: MAN_BKOPS_EN inverse debug message logic by Uri Yanai · 8 years ago
  26. e21e6fd mmc: meson-gx: add support for HS400 mode by Heiner Kallweit · 8 years ago
  27. 62d721a mmc: meson-gx: remove unneeded checks in remove by Heiner Kallweit · 8 years ago
  28. 4136fcb mmc: meson-gx: reduce bounce buffer size by Heiner Kallweit · 8 years ago
  29. efe0b66 mmc: meson-gx: set max block count and request size by Heiner Kallweit · 8 years ago
  30. 92763b9 mmc: meson-gx: improve interrupt handling by Heiner Kallweit · 8 years ago
  31. 690f90b mmc: meson-gx: improve meson_mmc_irq_thread by Heiner Kallweit · 8 years ago
  32. 5da8688 mmc: meson-gx: improve meson_mmc_clk_set by Heiner Kallweit · 8 years ago
  33. 3d45c86 mmc: meson-gx: minor improvements in meson_mmc_set_ios by Heiner Kallweit · 8 years ago
  34. a4c38c8 mmc: meson: Assign the minimum clk rate as close to 400KHz as possible by Ulf Hansson · 8 years ago
  35. 37dac06 mmc: core: start to break apart mmc_start_areq() by Linus Walleij · 8 years ago
  36. 0e65f10 mmc: block: respect bool returned from blk_end_request() by Linus Walleij · 8 years ago
  37. 169f03a mmc: block: return errorcode from mmc_sd_num_wr_blocks() by Linus Walleij · 8 years ago
  38. 3d4ef32 mmc: core: fix multi-bit bus width without high-speed mode by Anssi Hannula · 8 years ago
  39. 9491be5 mmc: queue: turn queue flags into bools by Linus Walleij · 8 years ago
  40. 74f5ba3 mmc: block: rename mmc_active to areq by Linus Walleij · 8 years ago
  41. b2928e1 mmc: block: refactor mmc_blk_rw_try_restart() by Linus Walleij · 8 years ago
  42. c3399ef mmc: core: rename mmc_start_req() to *areq() by Linus Walleij · 8 years ago
  43. acd8dbd mmc: block: rename rqc and req by Linus Walleij · 8 years ago
  44. db43550 mmc: block: inline the command abort and start new goto:s by Linus Walleij · 8 years ago
  45. a04848c mmc: core: switch to ida_simple_ functions in block.c by Heiner Kallweit · 8 years ago
  46. a53210f mmc: host: omap_hsmmc: avoid possible overflow of timeout value by Ravikumar Kattekola · 8 years ago
  47. 8cc9a3e mmc: host: omap_hsmmc: use generic_cmd6_time to program timeout value for CMD6 by Kishon Vijay Abraham I · 8 years ago
  48. 24380dd mmc: host: omap_hsmmc: reset cmd line on ceb error by Ravikumar Kattekola · 8 years ago
  49. ce69e2f mmc: dw_mmc: silent verbose log when calling from PM context by Shawn Lin · 8 years ago
  50. e13934b mmc: core/mmci: restore pre/post_req behaviour by Linus Walleij · 8 years ago
  51. 43c15e9 mmc: sunxi: Add more debug informations by Maxime Ripard · 8 years ago
  52. 4fb3ce0 mmc: sunxi: Add EMMC (MMC2) controller compatible by Maxime Ripard · 8 years ago
  53. 16e821e mmc: sunxi: Mask DATA0 when updating the clock by Maxime Ripard · 8 years ago
  54. 9a37e53 mmc: sunxi: Enable the new timings for the A64 MMC controllers by Maxime Ripard · 8 years ago
  55. 860fdf8 mmc: sunxi: Always set signal delay to 0 for A64 by Maxime Ripard · 8 years ago
  56. 9479074 mmc: sunxi: Gate the clock when rate is 0 by Maxime Ripard · 8 years ago
  57. 39cc281 mmc: sunxi: Fix clock frequency change sequence by Maxime Ripard · 8 years ago
  58. 1ed2171 mmc: core: fix error path in mmc_host_alloc by Heiner Kallweit · 8 years ago
  59. 7413d1f mmc: core: simplify ida handling by Heiner Kallweit · 8 years ago
  60. 543c576 mmc: sdhci-msm: Remove unnecessary comments of CDC init sequence by Ritesh Harjani · 8 years ago
  61. 4436c53 mmc: sdhci-msm: Remove platform_execute_tuning from sdhci_msm_ops by Ritesh Harjani · 8 years ago
  62. fb00f19 mmc: core: Extend mmc_of_parse() to check for mmc-ddr-3_3v by Ulf Hansson · 8 years ago
  63. 20f921b mmc: core: Invent MMC_CAP_3_3V_DDR by Ulf Hansson · 8 years ago
  64. 4e74b6b mmc: core: Rename __mmc_set_signal_voltage() to mmc_set_signal_voltage() by Ulf Hansson · 8 years ago
  65. 2ed573b mmc: core: Clarify usage of mmc_set_signal_voltage() by Ulf Hansson · 8 years ago
  66. a44efa4 mmc: core: Remove redundant code in mmc_set_signal_voltage() by Ulf Hansson · 8 years ago
  67. 34a1654 mmc: sh_mobile_sdhi: add support for 2 clocks by Chris Brandt · 8 years ago
  68. dc01205 mmc: meson: cleanup stray debug messages by Kevin Hilman · 8 years ago
  69. df06158 mmc: block: stop passing around pointless return values by Linus Walleij · 8 years ago
  70. 7d552a4 mmc: block: introduce new_areq and old_areq by Linus Walleij · 8 years ago
  71. da0dbaf mmc: block: inline command abortions by Linus Walleij · 8 years ago
  72. 6fb85d6 mmc: block: do not assign mq_rq when aborting command by Linus Walleij · 8 years ago
  73. efb5a05 mmc: block: break out mmc_blk_rw_start_new() by Linus Walleij · 8 years ago
  74. 4e1f780 mmc: block: break out mmc_blk_rw_cmd_abort() by Linus Walleij · 8 years ago
  75. e64aae8 mmc: sdhci-s3c: use the bitops API for bit operation by Jaehoon Chung · 8 years ago
  76. 57f8324 mmc: sdhci-s3c: remove the sdhci-s3c-regs header file by Jaehoon Chung · 8 years ago
  77. ee28981 mmc: tmio: discard obsolete SDIO irqs before enabling irqs by Wolfram Sang · 8 years ago
  78. 20dd037 mmc: host: tmio: SDIO_STATUS_QUIRK is rather SDIO_STATUS_SETBITS by Wolfram Sang · 8 years ago
  79. e4f38eb mmc: host: tmio: refactor calls to sdio irq by Wolfram Sang · 8 years ago
  80. de19b4c mmc: pwrseq: add support for Marvell SD8787 chip by Matt Ranostay · 8 years ago
  81. dfcba5f mmc: host: tmio: disable clocks when unbinding by Wolfram Sang · 8 years ago
  82. 44bf231 mmc: sdhci-msm: Provide enhanced_strobe mode feature support by Ritesh Harjani · 8 years ago
  83. d7507aa mmc: sdhci-msm: Make HS400 tuning follow as per recommeneded HW sequence by Ritesh Harjani · 8 years ago
  84. 8a8fa87 mmc: sdhci: Clear SDHCI_HS400_TUNING flag after platform_execute_tuning by Ritesh Harjani · 8 years ago
  85. 083c9aa mmc: sdhci-msm: configure CORE_CSR_CDC_DELAY_CFG to recommended value by Subhash Jadavani · 8 years ago
  86. 5574ddc mmc: sdhci-msm: Reset vendor specific func register on probe by Venkat Gopalakrishnan · 8 years ago
  87. db9bd16 mmc: sdhci-msm: Factor out sdhci_msm_hs400 by Ritesh Harjani · 8 years ago
  88. 0fb8a3d mmc: sdhci-msm: Factor out function to set/get msm clock rate by Ritesh Harjani · 8 years ago
  89. b54aaa8 mmc: sdhci-msm: Factor out sdhci_msm_hc_select_mode by Ritesh Harjani · 8 years ago
  90. 73a8506 mmc: mxs-mmc: Implement CMD23 support by Stefan Wahren · 8 years ago
  91. e81c022 mmc: wbsd: safer check if dma_addr is valid DMA address by Alexey Khoroshilov · 8 years ago
  92. e28d6f0 mmc: sdhci-acpi: support deferred probe by Zhang Rui · 8 years ago
  93. 5857b29 mmc: core: Move public functions from host.h to private headers by Ulf Hansson · 8 years ago
  94. 4facdde mmc: core: Move public functions from card.h to private headers by Ulf Hansson · 8 years ago
  95. 2e4af7b mmc: vub300: Don't use mmc_card_present() when validating for inserted card by Ulf Hansson · 8 years ago
  96. 136b0a4 mmc: omap: Don't use mmc_card_present() when validating for inserted card by Ulf Hansson · 8 years ago
  97. 55244c5 mmc: core: Move public functions from core.h to private headers by Ulf Hansson · 8 years ago
  98. 066185d mmc: core: First step in cleaning up private mmc header files by Ulf Hansson · 8 years ago
  99. e1c6ec2 mmc: s3cmci: include linux/interrupt.h for tasklet_struct by Arnd Bergmann · 8 years ago
  100. efd7be7 mmc: tmio: Remove redundant check of mmc->slot.cd_irq by Ulf Hansson · 8 years ago