1. e31e67c mmc: sdhci-esdhc-imx: change default watermark level and burst length by Haibo Chen · 9 years ago
  2. fd44954 mmc: sdhci-esdhc-imx: set back the burst_length_enable bit to 1 by Haibo Chen · 9 years ago
  3. d407e30 mmc: sdhci-esdhc-imx: add tuning-step setting support by Haibo Chen · 9 years ago
  4. 28b0767 mmc: sdhci-esdhc-imx: add imx7d support and support HS400 by Haibo Chen · 9 years ago
  5. a3bd4f9 mmc: sdhci-esdhc-imx: clear f_max in boarddata by Dong Aisheng · 9 years ago
  6. 2e05d66 mmc: sdhci-esdhc-imx: remove duplicated dts parsing by Dong Aisheng · 9 years ago
  7. 91fa425 mmc: sdhci-esdhc-imx: move all non dt probe code into one function by Dong Aisheng · 9 years ago
  8. 4800e87 mmc: sdhci-esdhc-imx: fix cd regression for dt platform by Dong Aisheng · 9 years ago
  9. 4245aff mmc: sdhci-esdhc-imx: add quirk SDHCI_QUIRK2_BROKEN_HS200 for imx6qdl by Dong Aisheng · 10 years ago
  10. 913d495 mmc: sdhci-esdhc-imx: add imx6sx support by Dong Aisheng · 10 years ago
  11. 1809443 mmc: sdhci-esdhc-imx: add ADMA Length Mismatch errata fix by Dong Aisheng · 10 years ago
  12. b732104 mmc: sdhci-esdhc-imx: usdhc does not have missing card interrupt issue by Dong Aisheng · 10 years ago
  13. 915be485 mmc: sdhci-esdhc-imx: merge the same register check into one place by Dong Aisheng · 10 years ago
  14. 7ccddeb mmc: sdhci-esdhc-imx: Do not break platform data boards by Fabio Estevam · 10 years ago
  15. 1506411 mmc: sdhci-esdhc-imx: Move mmc_of_parse() to the dt probe by Fabio Estevam · 10 years ago
  16. f8cbf46 mmc: sdhci-imx: Constify platform_device_id by Krzysztof Kozlowski · 10 years ago
  17. 035ff83 mmc: host: sdhci-esdhc-imx: fix broken email address by Wolfram Sang · 10 years ago
  18. 8d86e4f mmc: sdhci-esdhc-imx: Call mmc_of_parse() by Fabio Estevam · 10 years ago
  19. 07bf2b5 mmc: sdhci-esdhc-imx: support voltage-range property by Sascha Hauer · 10 years ago
  20. eeed702 mmc: sdhci-esdhc-imx: silence a false curly braces warning by Dan Carpenter · 10 years ago
  21. 77903c0 mmc: sdhci-esdhc-imx: Fixup runtime PM conditions during ->probe() by Ulf Hansson · 10 years ago
  22. 0b41436 mmc: sdhci-esdhc-imx: Fixup ->remove() by Ulf Hansson · 10 years ago
  23. 92a578b Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  24. d178532 mmc: sdhci-esdhc-imx: Convert to mmc_send_tuning() by Ulf Hansson · 10 years ago
  25. 162d6f9 MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
  26. cd529af mmc: sdhci-esdhc-imx: don't exit in case of no pinctrl states by Dirk Behme · 10 years ago
  27. e33eb8e2 mmc: sdhci-esdhc-imx: set the correct max timeout value for uSDHC by Aisheng Dong · 10 years ago
  28. 10fd0ad mmc: sdhci-esdhc-imx: fix incorrect max timeout cout for uSDHC by Aisheng Dong · 10 years ago
  29. 2137f5d mmc: remove .owner field for drivers using module_platform_driver by Peter Griffin · 10 years ago
  30. 69f5bf3 mmc: sdhci-esdhc-imx: fix mmc ddr mode regression issue by Aisheng Dong · 11 years ago
  31. 850a29b mmc: sdhci-esdhc-imx: remove emulation of uhs_mode by Russell King · 11 years ago
  32. 13e6450 mmc: sdhci: set_uhs_signaling() need not return a value by Russell King · 11 years ago
  33. cb399da mmc: sdhci-esdhc-imx: fix lockdep splat upon tuning by Russell King · 11 years ago
  34. 10cf496 mmc: sdhci-esdhc-imx: comment runtime_pm_get_sync() in esdhc_prepare_tuning() by Russell King · 11 years ago
  35. 9d2fc80 mmc: sdhci-esdhc-imx: avoid DMA to kernel stack by Russell King · 11 years ago
  36. 1650d0c mmc: sdhci: move setting mmc->actual_clock into set_clock handlers by Russell King · 11 years ago
  37. 373073e mmc: sdhci: move setting host->clock into sdhci_do_set_ios() by Russell King · 11 years ago
  38. 0718e59 mmc: sdhci: move FSL ESDHC reset handling quirk into esdhc code by Russell King · 11 years ago
  39. 03231f9 mmc: sdhci: convert reset into a library function by Russell King · 11 years ago
  40. 2317f56 mmc: sdhci: convert generic bus width setup to library function by Russell King · 11 years ago
  41. be13855 mmc: sdhci: allow sdio interrupts while sdhci runtime suspended by Russell King · 11 years ago
  42. a7f2be9 mmc: sdhci-esdhc-imx: fix warning during module remove function by Dong Aisheng · 11 years ago
  43. a974862 mmc: sdhci-esdhc-imx: fix access hardirq-unsafe lock in atomic context by Dong Aisheng · 11 years ago
  44. a50145f mmc: sdhci-esdhc-imx: Use NULL instead of zero by Fabio Estevam · 11 years ago
  45. 89d7e5c mmc: sdhci-esdhc-imx: add runtime pm support by Dong Aisheng · 11 years ago
  46. ce090a4 mmc: sdhci-esdhc-imx: fix runtime pm unbalance issue by Dong Aisheng · 11 years ago
  47. 8b2bb0a mmc: esdhc-imx: clearing SDHCI_CTRL_EXEC_TUNING should not affect other bits by Dong Aisheng · 11 years ago
  48. d131a71 mmc: sdhci-esdhc-imx: tuning bits should not be cleared during reset by Dong Aisheng · 11 years ago
  49. 429a5b4 mmc: sdhci-esdhc-imx: add eMMC HS200 mode support by Dong Aisheng · 11 years ago
  50. e2997c9 mmc: sdhci-esdhc-imx: add MMC_CAP_1_8V_DDR for mx6 by Dong Aisheng · 11 years ago
  51. e526003 mmc: sdhci-esdhc-imx: fix cpas over write issue by Dong Aisheng · 11 years ago
  52. 7dd109e mmc: sdhci-esdhc-imx: add SDHCI_TRANSFER_MODE read function by Dong Aisheng · 11 years ago
  53. 69ed60e mmc: sdhci-esdhc-imx: add preset value quirk for mx6 by Dong Aisheng · 11 years ago
  54. 888824b mmc: sdhci-esdhc-imx: enable SDR50 tuning for imx6q/dl by Dong Aisheng · 11 years ago
  55. 602519b mmc: sdhci-esdhc-imx: add delay line setting support by Dong Aisheng · 11 years ago
  56. de5bdbf mmc: sdhci-esdhc-imx: add DDR mode support for mx6 by Dong Aisheng · 11 years ago
  57. 6b4fb67 mmc: sdhci-esdhc-imx: fix reading cap_1 register value for mx6sl by Dong Aisheng · 11 years ago
  58. 6e9fd28 mmc: sdhci-esdhc-imx: add std tuning support for mx6sl by Dong Aisheng · 11 years ago
  59. f47c4bb mmc: sdhci-esdhc-imx: create struct esdhc_soc_data by Shawn Guo · 11 years ago
  60. 3770ee8 mmc: sdhci-esdhc-imx: pdev->id_entry should be immutable by Shawn Guo · 11 years ago
  61. 9d61c00 mmc: sdhci-esdhc-imx: add flag ESDHC_FLAG_USDHC by Shawn Guo · 11 years ago
  62. 31fbb30 mmc: sdhci-esdhc-imx: add flag ESDHC_FLAG_ENGCM07207 by Shawn Guo · 11 years ago
  63. e76b855 mmc: sdhci-esdhc-imx: set actual_clock in clock setting by Dong Aisheng · 11 years ago
  64. 5f7886c mmc: sdhci-esdhc-imx: correct pre_div for imx6q by Dong Aisheng · 11 years ago
  65. ad93220 mmc: sdhci-esdhc-imx: change pinctrl state according to uhs mode by Dong Aisheng · 11 years ago
  66. 0322191 mmc: sdhci-esdhc-imx: add sd3.0 SDR clock tuning support by Dong Aisheng · 11 years ago
  67. fed2f6e mmc: sdhci-esdhc-imx: support real clock on and off for imx6q by Dong Aisheng · 11 years ago
  68. d31fc00 mmc: sdhci-esdhc: move common esdhc_set_clock to platform driver by Dong Aisheng · 11 years ago
  69. 214fc30 mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd() by Laurent Pinchart · 11 years ago
  70. 0ddf03c mmc: esdhc-imx: parse max-frequency from devicetree by Lucas Stach · 12 years ago
  71. 8ba9580 mmc: sdhci-esdhc: calculate sdclk divider from controller clock by Lucas Stach · 12 years ago
  72. 0e74823 mmc: sdhci: Add size for caller in init+register by Christian Daudt · 12 years ago
  73. 361b848 mmc: sdhci-esdhc-imx: fix multiblock reads on i.MX53 by Lucas Stach · 12 years ago
  74. f682574 mmc: sdhci-esdhc-imx: Fix SDIO interrupts by Martin Fuzzey · 12 years ago
  75. c915568 mmc: sdhci: Constify sdhci_ops structs where possible by Lars-Peter Clausen · 12 years ago
  76. 1db5eeb mmc: sdhci_pltfm: Constify sdhci_pltfm_data by Lars-Peter Clausen · 12 years ago
  77. d005d94 mmc: sdhci-pltfm: Add a common clk API implementation of get_timeout_clock by Lars-Peter Clausen · 12 years ago
  78. af51079 mmc: sdhci-esdhc-imx: support 8bit mode by Sascha Hauer · 12 years ago
  79. 2a15f98 mmc: sdhci-esdhc-imx: Auto CMD23 support for usdhc by Shawn Guo · 12 years ago
  80. 58c8c4f mmc: sdhci-esdhc-imx: manually reset MIX_CTRL for usdhc by Shawn Guo · 12 years ago
  81. 69f5469 mmc: sdhci-esdhc-imx: separate transfer mode from command write for usdhc by Shawn Guo · 12 years ago
  82. da86a5d mmc: sdhci-esdhc-imx: Remove unused variables by Fabio Estevam · 12 years ago
  83. 60bf639 mmc: sdhci-esdhc-imx: name esdhc specific definitions with ESDHC_ prefix by Shawn Guo · 12 years ago
  84. 6b40d18 mmc: sdhci-esdhc-imx: remove D3CD check from SDHCI_HOST_CONTROL write by Shawn Guo · 12 years ago
  85. ef4d088 mmc: sdhci-esdhc-imx: fix host version read by Shawn Guo · 12 years ago
  86. a043859 mmc: sdhci-esdhc-imx: remove ESDHC_CD_GPIO handling from IO accessory by Shawn Guo · 12 years ago
  87. fbe5fdd mmc: sdhci-esdhc-imx: use slot-gpio helpers for CD and WP by Shawn Guo · 12 years ago
  88. cff2f74 Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  89. e3af31c mmc: sdhci-imx-esdhc: use more devm_* functions by Shawn Guo · 12 years ago
  90. 6e0ee71 mmc: remove use of __devexit by Bill Pemberton · 12 years ago
  91. c3be1ef mmc: remove use of __devinit by Bill Pemberton · 12 years ago
  92. 0433c14 mmc: remove use of __devexit_p by Bill Pemberton · 12 years ago
  93. 9cd11c0 Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  94. 82906b1 ARM: imx: move platform_data definitions by Arnd Bergmann · 12 years ago
  95. 7122bbb mmc: fix comment typos by Masanari Iida · 12 years ago
  96. 9a0985b mmc: esdhc: Fix DMA_MASK to not break mx25 DMA access by Wilson Callan · 12 years ago
  97. 2795343 Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  98. ce53044 Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  99. 7f21779 mmc: dt: Consolidate DT bindings by Arnd Bergmann · 13 years ago
  100. 4f5a9fd Merge branch 'imx/pinctrl' into imx/clock by Arnd Bergmann · 13 years ago