1. 2483561 mmc: meson-gx: work around broken SDIO with certain WiFi chips by Heiner Kallweit · 7 years ago
  2. a38b461 Merge tag 'mmc-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 7 years ago
  3. e9256e1 mmc: pwrseq_simple: Parse DTS for the power-off-delay-us property by Ulf Hansson · 8 years ago
  4. f5f968f mmc: sdhci-iproc: suppress spurious interrupt with Multiblock read by Srinath Mannam · 8 years ago
  5. 8fb83b1 mmc: cavium: Fix probing race with regulator by Jan Glauber · 8 years ago
  6. 9e7b9a2 mmc: cavium: Prevent crash with incomplete DT by Jan Glauber · 8 years ago
  7. 899e4aa mmc: cavium-octeon: Use proper GPIO name for power control by David Daney · 8 years ago
  8. aca6934 mmc: cavium-octeon: Fix interrupt enable code by David Daney · 8 years ago
  9. bae3dee mmc: sdhci-xenon: kill xenon_clean_phy() by Jisheng Zhang · 8 years ago
  10. 291b38a Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 8 years ago
  11. be580e7 Merge tag 'mmc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 8 years ago
  12. 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  13. a627f02 mmc: sdhci-of-esdhc: limit SD clock for ls1012a/ls1046a by yangbo lu · 8 years ago
  14. e145ac4 mmc: sdhci-of-esdhc: poll ESDHC_CLOCK_STABLE bit with udelay by yangbo lu · 8 years ago
  15. a04b9b4 mmc: sdhci-xenon: Fix default value of LOGIC_TIMING_ADJUST for eMMC5.0 PHY by Hu Ziji · 8 years ago
  16. 4cc59df mmc: sdhci-xenon: Fix the work flow in xenon_remove(). by Hu Ziji · 8 years ago
  17. e6e267b mmc: sdhci-xenon: Remove redundant dev_err call in get_dt_pad_ctrl_data() by Wei Yongjun · 8 years ago
  18. dfc28b1 mmc: cavium: Use module_pci_driver to simplify the code by Wei Yongjun · 8 years ago
  19. 01d9584 mmc: cavium: Add MMC support for Octeon SOCs. by Steven J. Hill · 8 years ago
  20. dceb978 mmc: cavium: Fix detection of block or byte addressing. by Steven J. Hill · 8 years ago
  21. 33e6d74 mmc: core: Export API to allow hosts to get the card address by Ulf Hansson · 8 years ago
  22. f328c76 mmc: sdio: Fix sdio wait busy implement limitation by jiajie.hao@mediatek.com · 8 years ago
  23. d937042 mmc: sdhci-esdhc-imx: reset tuning circuit when power on mmc card by Haibo Chen · 8 years ago
  24. 6b236f3 mmc: sdhci-of-esdhc: add delay between tuning cycles by yangbo lu · 8 years ago
  25. 83b600b mmc: sdhci: Control the delay between tuning commands by Adrian Hunter · 8 years ago
  26. ba49cbd mmc: sdhci-of-esdhc: add tuning support by yangbo lu · 8 years ago
  27. ea35645 mmc: sdhci-of-esdhc: add support for signal voltage switch by yangbo lu · 8 years ago
  28. 19c3a0e mmc: sdhci-of-esdhc: add peripheral clock support by yangbo lu · 8 years ago
  29. a72016a mmc: sdhci-pci: Allow for 3 bytes from Intel DSM by Adrian Hunter · 8 years ago
  30. 3fcc783 mmc: cavium: Fix a shift wrapping bug by Dan Carpenter · 8 years ago
  31. fe79018 mmc: cavium: Check pointer before de-reference by Jan Glauber · 8 years ago
  32. c34d157 mmc: cavium: Remove redundant pointer check by Jan Glauber · 8 years ago
  33. 79ed05e mmc: meson-gx: add support for descriptor chain mode by Heiner Kallweit · 8 years ago
  34. 0b6ed71 mmc: meson-gx: add basic tuning for rx clock phase by Heiner Kallweit · 8 years ago
  35. c08bcb6 mmc: meson-gx: introduce struct meson_tuning_params by Heiner Kallweit · 8 years ago
  36. 06c9ccb mmc: core: add proper be32 annotation by Winkler, Tomas · 8 years ago
  37. 861183f mmc: sdhci-cadence: add parsing sdhci properties by Piotr Sroka · 8 years ago
  38. ec5ab89 mmc: host: omap_hsmmc: checking for NULL instead of IS_ERR() by Dan Carpenter · 8 years ago
  39. 298269c mmc: sdhci-xenon: Add SoC PHY PAD voltage control by Hu Ziji · 8 years ago
  40. 06c8b66 mmc: sdhci-xenon: Add support to PHYs of Marvell Xenon SDHC by Hu Ziji · 8 years ago
  41. 3a3748d mmc: sdhci-xenon: Add Marvell Xenon SDHC core functionality by Hu Ziji · 8 years ago
  42. 2f05b6ab mmc: sdhci: Export sdhci_enable_sdio_irq() from sdhci.c by Hu Ziji · 8 years ago
  43. c376ea9 mmc: sdhci: Export sdhci_start_signal_voltage_switch() in sdhci.c by Hu Ziji · 8 years ago
  44. 6a6d4ce mmc: sdhci: Export sdhci_set_ios() from sdhci.c by Hu Ziji · 8 years ago
  45. 4ce9440 mmc: cavium: Support DDR mode for eMMC devices by Jan Glauber · 8 years ago
  46. cd76e5c mmc: cavium: Add scatter-gather DMA support by Jan Glauber · 8 years ago
  47. 166bac38 mmc: cavium: Add MMC PCI driver for ThunderX SOCs by Jan Glauber · 8 years ago
  48. ba3869f mmc: cavium: Add core MMC driver for Cavium SOCs by Jan Glauber · 8 years ago
  49. 67b8360 mmc: core: refactor mmc_request_done() by Linus Walleij · 8 years ago
  50. 0e72f95 mmc: core: refactor asynchronous request finalization by Linus Walleij · 8 years ago
  51. 5744d50 mmc: core: move some code in mmc_start_areq() by Linus Walleij · 8 years ago
  52. f34bdd2 mmc: core: Factor out mrq preparation from mmc_start_request() by Adrian Hunter · 8 years ago
  53. 4b67e63 mmc: core: Factor out debug prints from mmc_start_request() by Adrian Hunter · 8 years ago
  54. ca5717f mmc: block: Factor out data preparation by Adrian Hunter · 8 years ago
  55. 9cb38f7 mmc: block: Change mmc_apply_rel_rw() to get block address from the request by Adrian Hunter · 8 years ago
  56. 025e3d5 mmc: block: Disable Command Queue while RPMB is used by Adrian Hunter · 8 years ago
  57. 9d4579a mmc: mmc_test: Disable Command Queue while mmc_test is used by Adrian Hunter · 8 years ago
  58. b658af7 mmc: mmc: Add functions to enable / disable the Command Queue by Adrian Hunter · 8 years ago
  59. 7b410d0 mmc: queue: Share mmc request array between partitions by Adrian Hunter · 8 years ago
  60. cdf8a6f mmc: block: Introduce queue semantics by Adrian Hunter · 8 years ago
  61. 8ddfe07 mmc: block: Use local var for mqrq_cur by Adrian Hunter · 8 years ago
  62. e584e07 mmc: host: s3cmci: allow probing from device tree by Sergio Prado · 8 years ago
  63. c2c49a2 mmc: sdhci-pci: Set MMC_CAP_AGGRESSIVE_PM for BYT-related Intel controllers by Azhar Shaikh · 8 years ago
  64. d3e9740 mmc: sdhci-acpi: Set MMC_CAP_AGGRESSIVE_PM for BYT-related Intel controllers by Azhar Shaikh · 8 years ago
  65. 75c7fd9 mmc: meson-gx: factor out setting response configuration bits by Heiner Kallweit · 8 years ago
  66. 3d03f6a mmc: meson-gx: factor out setting block size by Heiner Kallweit · 8 years ago
  67. edf9857 mmc: sdhci-cadence: refactor probe function by Piotr Sroka · 8 years ago
  68. a89c472 mmc: sdhci-cadence: Update PHY delay configuration by Piotr Sroka · 8 years ago
  69. a0f8243 mmc: sdhci-cadence: Fix writing PHY delay by Piotr Sroka · 8 years ago
  70. bf3240b mmc: bcm2835: Fix possible NULL ptr dereference in bcm2835_request by Stefan Wahren · 8 years ago
  71. feeef09 mmc: use new core function mmc_get_dma_dir by Heiner Kallweit · 8 years ago
  72. e5e4a3e mmc: meson-gx: add CMD23 mode by Heiner Kallweit · 8 years ago
  73. 4eee86c mmc: meson-gx: switch to dynamic timeout values by Heiner Kallweit · 8 years ago
  74. f016c67 mmc: meson-gx: use per port interrupt names by Heiner Kallweit · 8 years ago
  75. 1231e7e mmc: meson-gx: use bitfield macros by Heiner Kallweit · 8 years ago
  76. 8cc3528 mmc: sdhci: clarify the get_timeout_clock callback by Shawn Lin · 8 years ago
  77. bd67569 mmc: sunxi: change controller error info to debug level by Icenowy Zheng · 8 years ago
  78. a744c6f mmc: meson-gx: simplify setting timeout configuration parameters by Heiner Kallweit · 8 years ago
  79. 2c8d96a mmc: meson-gx: improve setting data->bytes_xfered by Heiner Kallweit · 8 years ago
  80. 1f8066d mmc: meson-gx: improve response reading by Heiner Kallweit · 8 years ago
  81. a322feb mmc: meson-gx: improve variable usage in meson_mmc_start_cmd by Heiner Kallweit · 8 years ago
  82. 00412dd mmc: meson-gx: replace cmd->data in meson_mmc_start_cmd by Heiner Kallweit · 8 years ago
  83. ec31e53 mmc: meson-gx: remove unneeded configuration bit resets by Heiner Kallweit · 8 years ago
  84. 1ede5cb mmc: mediatek: Use data tune for CMD line tune by yong mao · 8 years ago
  85. 7aceaf5 mmc: sdio: improve mmc_io_rw_extended by Heiner Kallweit · 8 years ago
  86. 43b0b36 mmc: tmio: always get number of taps by Masaharu Hayakawa · 8 years ago
  87. 5f07ef8 mmc: tmio: always unmap DMA before waiting for interrupt by Wolfram Sang · 8 years ago
  88. 48d685a mmc: sdhci-pci: Move a function to avoid later forward declaration by Adrian Hunter · 8 years ago
  89. 966d696 mmc: sdhci-pci: Add runtime suspend/resume callbacks by Adrian Hunter · 8 years ago
  90. 30cf280 mmc: sdhci-pci: Let suspend/resume callbacks replace default callbacks by Adrian Hunter · 8 years ago
  91. b7813f0 mmc: sdhci-pci: Conditionally compile pm sleep functions by Adrian Hunter · 8 years ago
  92. 1cb0a58 mmc: sdhci-pci: Do not use suspend/resume callbacks with runtime pm by Adrian Hunter · 8 years ago
  93. 61c951d mmc: sdhci-pci: Let devices define how to add the host by Adrian Hunter · 8 years ago
  94. f12e39d mmc: sdhci: Add CQE support by Adrian Hunter · 8 years ago
  95. f5c1ab8 mmc: sdhci: Factor out sdhci_set_default_irqs by Adrian Hunter · 8 years ago
  96. 4180ffa mmc: sdhci: Add sdhci_cleanup_host by Adrian Hunter · 8 years ago
  97. 15becf6 mmc: sdhci: Get rid of 'extern' in header file by Adrian Hunter · 8 years ago
  98. d289817 mmc: sdhci: Export sdhci_dumpregs by Adrian Hunter · 8 years ago
  99. 85ad90e mmc: sdhci: Improve register dump print format by Adrian Hunter · 8 years ago
  100. c71024d mmc: sdhci: Use sdhci_readl() not readl() in sdhci_dumpregs() by Adrian Hunter · 8 years ago