1. 25fc846 MAINTAINERS: Add entry for Cavium MMC driver by Jan Glauber · 8 years ago
  2. 4ce9440 mmc: cavium: Support DDR mode for eMMC devices by Jan Glauber · 8 years ago
  3. cd76e5c mmc: cavium: Add scatter-gather DMA support by Jan Glauber · 8 years ago
  4. 166bac38 mmc: cavium: Add MMC PCI driver for ThunderX SOCs by Jan Glauber · 8 years ago
  5. ba3869f mmc: cavium: Add core MMC driver for Cavium SOCs by Jan Glauber · 8 years ago
  6. dc5aee3f dt-bindings: mmc: Add Cavium SOCs MMC bindings by Jan Glauber · 8 years ago
  7. 67b8360 mmc: core: refactor mmc_request_done() by Linus Walleij · 8 years ago
  8. 0e72f95 mmc: core: refactor asynchronous request finalization by Linus Walleij · 8 years ago
  9. 5744d50 mmc: core: move some code in mmc_start_areq() by Linus Walleij · 8 years ago
  10. f34bdd2 mmc: core: Factor out mrq preparation from mmc_start_request() by Adrian Hunter · 8 years ago
  11. 4b67e63 mmc: core: Factor out debug prints from mmc_start_request() by Adrian Hunter · 8 years ago
  12. ca5717f mmc: block: Factor out data preparation by Adrian Hunter · 8 years ago
  13. 9cb38f7 mmc: block: Change mmc_apply_rel_rw() to get block address from the request by Adrian Hunter · 8 years ago
  14. 025e3d5 mmc: block: Disable Command Queue while RPMB is used by Adrian Hunter · 8 years ago
  15. 9d4579a mmc: mmc_test: Disable Command Queue while mmc_test is used by Adrian Hunter · 8 years ago
  16. b658af7 mmc: mmc: Add functions to enable / disable the Command Queue by Adrian Hunter · 8 years ago
  17. 7b410d0 mmc: queue: Share mmc request array between partitions by Adrian Hunter · 8 years ago
  18. cdf8a6f mmc: block: Introduce queue semantics by Adrian Hunter · 8 years ago
  19. 8ddfe07 mmc: block: Use local var for mqrq_cur by Adrian Hunter · 8 years ago
  20. e584e07 mmc: host: s3cmci: allow probing from device tree by Sergio Prado · 8 years ago
  21. d5cc7c8 dt-bindings: mmc: add DT binding for S3C24XX MMC/SD/SDIO controller by Sergio Prado · 8 years ago
  22. c2c49a2 mmc: sdhci-pci: Set MMC_CAP_AGGRESSIVE_PM for BYT-related Intel controllers by Azhar Shaikh · 8 years ago
  23. d3e9740 mmc: sdhci-acpi: Set MMC_CAP_AGGRESSIVE_PM for BYT-related Intel controllers by Azhar Shaikh · 8 years ago
  24. 75c7fd9 mmc: meson-gx: factor out setting response configuration bits by Heiner Kallweit · 8 years ago
  25. 3d03f6a mmc: meson-gx: factor out setting block size by Heiner Kallweit · 8 years ago
  26. edf9857 mmc: sdhci-cadence: refactor probe function by Piotr Sroka · 8 years ago
  27. a89c472 mmc: sdhci-cadence: Update PHY delay configuration by Piotr Sroka · 8 years ago
  28. 6f4b091 dt-bindings: mmc: add description of PHY delays for sdhci-cadence by Piotr Sroka · 8 years ago
  29. a0f8243 mmc: sdhci-cadence: Fix writing PHY delay by Piotr Sroka · 8 years ago
  30. bf3240b mmc: bcm2835: Fix possible NULL ptr dereference in bcm2835_request by Stefan Wahren · 8 years ago
  31. feeef09 mmc: use new core function mmc_get_dma_dir by Heiner Kallweit · 8 years ago
  32. 6335d68 mmc: core: add mmc_get_dma_dir by Heiner Kallweit · 8 years ago
  33. e5e4a3e mmc: meson-gx: add CMD23 mode by Heiner Kallweit · 8 years ago
  34. 4eee86c mmc: meson-gx: switch to dynamic timeout values by Heiner Kallweit · 8 years ago
  35. f016c67 mmc: meson-gx: use per port interrupt names by Heiner Kallweit · 8 years ago
  36. 1231e7e mmc: meson-gx: use bitfield macros by Heiner Kallweit · 8 years ago
  37. 8cc3528 mmc: sdhci: clarify the get_timeout_clock callback by Shawn Lin · 8 years ago
  38. bd67569 mmc: sunxi: change controller error info to debug level by Icenowy Zheng · 8 years ago
  39. a744c6f mmc: meson-gx: simplify setting timeout configuration parameters by Heiner Kallweit · 8 years ago
  40. 2c8d96a mmc: meson-gx: improve setting data->bytes_xfered by Heiner Kallweit · 8 years ago
  41. 1f8066d mmc: meson-gx: improve response reading by Heiner Kallweit · 8 years ago
  42. a322feb mmc: meson-gx: improve variable usage in meson_mmc_start_cmd by Heiner Kallweit · 8 years ago
  43. 00412dd mmc: meson-gx: replace cmd->data in meson_mmc_start_cmd by Heiner Kallweit · 8 years ago
  44. ec31e53 mmc: meson-gx: remove unneeded configuration bit resets by Heiner Kallweit · 8 years ago
  45. 1ede5cb mmc: mediatek: Use data tune for CMD line tune by yong mao · 8 years ago
  46. 50fde56 mmc: dt-bindings: update Mediatek MMC bindings by yong mao · 8 years ago
  47. 7aceaf5 mmc: sdio: improve mmc_io_rw_extended by Heiner Kallweit · 8 years ago
  48. 474e25e mmc: sh_mmcif: Document r7s72100 DT bindings by Chris Brandt · 8 years ago
  49. 43b0b36 mmc: tmio: always get number of taps by Masaharu Hayakawa · 8 years ago
  50. 5f07ef8 mmc: tmio: always unmap DMA before waiting for interrupt by Wolfram Sang · 8 years ago
  51. 48d685a mmc: sdhci-pci: Move a function to avoid later forward declaration by Adrian Hunter · 8 years ago
  52. 966d696 mmc: sdhci-pci: Add runtime suspend/resume callbacks by Adrian Hunter · 8 years ago
  53. 30cf280 mmc: sdhci-pci: Let suspend/resume callbacks replace default callbacks by Adrian Hunter · 8 years ago
  54. b7813f0 mmc: sdhci-pci: Conditionally compile pm sleep functions by Adrian Hunter · 8 years ago
  55. 1cb0a58 mmc: sdhci-pci: Do not use suspend/resume callbacks with runtime pm by Adrian Hunter · 8 years ago
  56. 61c951d mmc: sdhci-pci: Let devices define how to add the host by Adrian Hunter · 8 years ago
  57. f12e39d mmc: sdhci: Add CQE support by Adrian Hunter · 8 years ago
  58. f5c1ab8 mmc: sdhci: Factor out sdhci_set_default_irqs by Adrian Hunter · 8 years ago
  59. 4180ffa mmc: sdhci: Add sdhci_cleanup_host by Adrian Hunter · 8 years ago
  60. 15becf6 mmc: sdhci: Get rid of 'extern' in header file by Adrian Hunter · 8 years ago
  61. d289817 mmc: sdhci: Export sdhci_dumpregs by Adrian Hunter · 8 years ago
  62. 85ad90e mmc: sdhci: Improve register dump print format by Adrian Hunter · 8 years ago
  63. c71024d mmc: sdhci: Use sdhci_readl() not readl() in sdhci_dumpregs() by Adrian Hunter · 8 years ago
  64. 7962302 mmc: sdhci: Add response register to register dump by Adrian Hunter · 8 years ago
  65. f421865 mmc: sdhci: Improve debug print format by Adrian Hunter · 8 years ago
  66. 2a85ef2 mmc: sdhci: Reduce spin lock usage in sdhci_execute_tuning by Adrian Hunter · 8 years ago
  67. d1e4f74 mmc: sdhci: Do not use spin lock in set_ios paths by Adrian Hunter · 8 years ago
  68. 0c62e67 mmc: sdhci: Remove ->select_drive_strength() callback by Adrian Hunter · 8 years ago
  69. 51ced59 mmc: sdhci-pci: Use ACPI DSM to get driver strength for some Intel devices by Adrian Hunter · 8 years ago
  70. c959a6b mmc: sdhci-pci: Don't re-tune with runtime pm for some Intel devices by Adrian Hunter · 8 years ago
  71. ac9f67b mmc: sdhci-pci: Let devices define their own private data by Adrian Hunter · 8 years ago
  72. d38dcad mmc: sdhci: Let drivers decide whether to use mmc_retune_needed() with pm by Adrian Hunter · 8 years ago
  73. 5a436cc mmc: sdhci: Optimize delay loops by Adrian Hunter · 8 years ago
  74. 660fc73 mmc: bcm2835: Add new driver for the sdhost controller. by Eric Anholt · 8 years ago
  75. ebdb4d8 dt-bindings: Add binding for brcm,bcm2835-sdhost. by Eric Anholt · 8 years ago
  76. 8e11b28 mmc: core: simplify return code by tcharding · 8 years ago
  77. 9b980d9 mmc: core: guard dereference of optional parameter by tcharding · 8 years ago
  78. ce473d5 mmc: meson-gx: fix error path when driver initialization fails before enabling clocks by Michał Zegan · 8 years ago
  79. e8ce674 dt-bindings: mmc: tegra: Document Tegra186 compatible string by Thierry Reding · 8 years ago
  80. 4166b30 dt-bindings: mmc: tegra: Reformat compatible string list by Thierry Reding · 8 years ago
  81. 9449659 mmc: sdhci-st: remove unnecessary platform_set_drvdata() call by Jisheng Zhang · 8 years ago
  82. 0092faf mmc: sdhci-pxav2: remove unnecessary platform_set_drvdata() call by Jisheng Zhang · 8 years ago
  83. d36f47c mmc: sdhci-pxav3: remove unnecessary platform_set_drvdata() call by Jisheng Zhang · 8 years ago
  84. d12990f mmc: sdhci-cadence: add HS400 enhanced strobe support by Piotr Sroka · 8 years ago
  85. 4346b7c mmc: tegra: Add Tegra186 support by Thierry Reding · 8 years ago
  86. 20567be mmc: tegra: Support module reset by Thierry Reding · 8 years ago
  87. a01fc2a mmc: meson-gx: remove mmc host on device removal by Michał Zegan · 8 years ago
  88. eb7c00e mmc: host: tmio: fill in response from auto cmd12 by Wolfram Sang · 8 years ago
  89. 022f731 mmc: host: tmio: don't BUG on unsupported stop commands by Wolfram Sang · 8 years ago
  90. d8acd16 mmc: host: tmio: fix minor typos in comments by Wolfram Sang · 8 years ago
  91. 9afcbf4 mmc: host: tmio: use defines for CTL_STOP_INTERNAL_ACTION values by Wolfram Sang · 8 years ago
  92. 52ad9a8 mmc: tmio: ensure end of DMA and SD access are in sync by Wolfram Sang · 8 years ago
  93. 21b2228 mmc: sdhci-pxav2: add error handling of clk_prepare_enable() by Alexey Khoroshilov · 8 years ago
  94. bb11eff mmc: meson-gx: replace magic timeout numbers with constants by Heiner Kallweit · 8 years ago
  95. 7cdcc48 mmc: meson-gx: remove member mrq from struct meson_host by Heiner Kallweit · 8 years ago
  96. c01d121 mmc: meson-gx: improve initial configuration by Heiner Kallweit · 8 years ago
  97. 7b9ebad mmc: meson-gx: remove unneeded devm_kstrdup in meson_mmc_clk_init by Heiner Kallweit · 8 years ago
  98. cac3a47 mmc: meson-gx: fix error path in meson_mmc_clk_init / meson_mmc_probe by Heiner Kallweit · 8 years ago
  99. e9883ef mmc: meson-gx: remove member parent_mux from struct meson_host by Heiner Kallweit · 8 years ago
  100. 7558c11 mmc: meson-gx: remove unneeded variable in meson_mmc_clk_init by Heiner Kallweit · 8 years ago