1. 1e5a0a9 mmc: sdhci-bcm2835: Actually enable the clock by Eric Anholt · 9 years ago
  2. 475c9e4 mmc: sdhci-bcm2835: Clean up platform allocations if sdhci init fails. by Eric Anholt · 9 years ago
  3. 74fd5e3 mmc: sdhci-of-esdhc: enable interrupt mode to detect card by Yangbo Lu · 9 years ago
  4. 4245aff mmc: sdhci-esdhc-imx: add quirk SDHCI_QUIRK2_BROKEN_HS200 for imx6qdl by Dong Aisheng · 9 years ago
  5. 913d495 mmc: sdhci-esdhc-imx: add imx6sx support by Dong Aisheng · 9 years ago
  6. e4a51ce mmc: sdhci-esdhc-imx: using specific compatible string in binding doc by Dong Aisheng · 9 years ago
  7. 1809443 mmc: sdhci-esdhc-imx: add ADMA Length Mismatch errata fix by Dong Aisheng · 9 years ago
  8. b732104 mmc: sdhci-esdhc-imx: usdhc does not have missing card interrupt issue by Dong Aisheng · 9 years ago
  9. 915be485 mmc: sdhci-esdhc-imx: merge the same register check into one place by Dong Aisheng · 9 years ago
  10. b69587e mmc: sdhci-pci: Enable HS400 for some Intel host controllers by Adrian Hunter · 10 years ago
  11. e1bfad6 mmc: sdhci-pci: Add support for drive strength selection for SPT by Adrian Hunter · 10 years ago
  12. cb84964 mmc: sdhci: Add a callback to select drive strength by Adrian Hunter · 10 years ago
  13. cc4f414 mmc: mmc: Add driver strength selection by Adrian Hunter · 10 years ago
  14. b097e07 mmc: mmc: Read card's valid driver strength mask by Adrian Hunter · 10 years ago
  15. 3853a04 mmc: core: Record card drive strength by Adrian Hunter · 10 years ago
  16. e23350b mmc: core: Factor out common code in drive strength selection by Adrian Hunter · 10 years ago
  17. f168359 mmc: core: Add 'card' to drive strength selection callback by Adrian Hunter · 10 years ago
  18. fa021ce mmc: core: Simplify card drive strength mask by Adrian Hunter · 10 years ago
  19. b4f30a1 mmc: core: Allow card drive strength to be different to host by Adrian Hunter · 10 years ago
  20. 75e8a22 mmc: core: Reset driver type to default by Adrian Hunter · 10 years ago
  21. 89d49a7 mmc: sh_mmcif: calculate best clock with parent clock by Kuninori Morimoto · 9 years ago
  22. 1b1a694 mmc: sh_mmcif: use sh_mmcif_xxx prefix for all functions by Kuninori Morimoto · 9 years ago
  23. 585c3a5 mmc: sh_mmcif: add sh_mmcif_host_to_dev() macro and use it. by Kuninori Morimoto · 9 years ago
  24. 43e943a mmc: sdhci: fix driver type B and D handling in sdhci_do_set_ios() by Petri Gynther · 9 years ago
  25. d9fbe00 powerpc/dts: add eSDHC compatible list by Yangbo Lu · 9 years ago
  26. 75fda77 mmc: mmc-test: use swap() in mmc_test_nonblock_transfer() by Fabian Frederick · 9 years ago
  27. 7c5209c mmc: core: Increase delay for voltage to stabilize from 3.3V to 1.8V by Doug Anderson · 9 years ago
  28. e6ac184 mmc: sdhci-st: Fix modalias to make module auto-loading work by Zhangfei Gao · 9 years ago
  29. a7ca2b1 mmc: dw_mmc: rockchip: Fix modalias to make module auto-loading work by Zhangfei Gao · 9 years ago
  30. 2fc546f mmc: dw_mmc: exynos: Fix modalias to make module auto-loading work by Zhangfei Gao · 9 years ago
  31. 7026fd6 mmc: dw_mmc: k3: Fix modalias to make module auto-loading work by Zhangfei Gao · 9 years ago
  32. eff8f2f mmc: dw_mmc: Use core to handle absent write protect line by Lars-Peter Clausen · 9 years ago
  33. 0293efd mmc: dw_mmc: k3: support hi6220 by Zhangfei Gao · 9 years ago
  34. 8f7849c mmc: dw_mmc: add switch_voltage by Zhangfei Gao · 9 years ago
  35. d9c7eb3 Document: dw_mmc-k3: add document of hi6220 mmc by Zhangfei Gao · 9 years ago
  36. 087de9e mmc: cast unsigned int to typeof(sector_t) to avoid unexpected error by Kuninori Morimoto · 9 years ago
  37. ded8a5f mmc: cast u8 to unsigned long long to avoid unexpected error by Kuninori Morimoto · 9 years ago
  38. bf3a35a mmc: host: sdhci: Use BUG_ON() by Fabio Estevam · 9 years ago
  39. 6d91641 mmc: host: mxcmmc: Simplify a trivial if-return sequence by Fabio Estevam · 9 years ago
  40. 30a9b9e mmc: card: mmc_test: Simplify a trivial if-return sequence by Fabio Estevam · 9 years ago
  41. 7ccddeb mmc: sdhci-esdhc-imx: Do not break platform data boards by Fabio Estevam · 9 years ago
  42. 1506411 mmc: sdhci-esdhc-imx: Move mmc_of_parse() to the dt probe by Fabio Estevam · 9 years ago
  43. 19f4424 mmc: dt: Allow to specify that no write protect signal is present by Lars-Peter Clausen · 9 years ago
  44. 9f6e0bf mmc: Add support for disabling write-protect detection by Lars-Peter Clausen · 9 years ago
  45. 0250fdf mmc: core: Don't print reset warning if reset is not supported by Adrian Hunter · 9 years ago
  46. b8360a4 mmc: block: Retry errored data requests when re-tuning is needed by Adrian Hunter · 9 years ago
  47. 6f398ad mmc: block: Check re-tuning in the recovery path by Adrian Hunter · 9 years ago
  48. bd11e8b mmc: core: Flag re-tuning is needed on CRC errors by Adrian Hunter · 9 years ago
  49. 66c39dfc mmc: sdhci: Change to new way of doing re-tuning by Adrian Hunter · 9 years ago
  50. 6376f69 mmc: core: Add support for HS400 re-tuning by Adrian Hunter · 9 years ago
  51. ed16f58 mmc: core: Separate out the mmc_switch status check so it can be re-used by Adrian Hunter · 9 years ago
  52. 436f8da mmc: mmc: Hold re-tuning in mmc_sleep() by Adrian Hunter · 9 years ago
  53. 66073d8 mmc: core: Hold re-tuning while bkops ongoing by Adrian Hunter · 9 years ago
  54. 8f11d10 mmc: core: Hold re-tuning during erase commands by Adrian Hunter · 9 years ago
  55. c6dbab9 mmc: core: Hold re-tuning during switch commands by Adrian Hunter · 9 years ago
  56. 90a8148 mmc: core: Add support for re-tuning before each request by Adrian Hunter · 9 years ago
  57. 79d5a65 mmc: core: Enable / disable re-tuning by Adrian Hunter · 9 years ago
  58. dfa13eb mmc: host: Add facility to support re-tuning by Adrian Hunter · 9 years ago
  59. 59d2230 mmc: sdhci-{pxav2,pxav3}: Use of_match_ptr() macro by Axel Lin · 9 years ago
  60. 308f3f8 mmc: sdhci-of-arasan: Add the support for sdhci-arasan4.9a by Suman Tripathi · 9 years ago
  61. 4d0aa49 mmc: sdhci-s3c: Constify platform_device_id by Krzysztof Kozlowski · 9 years ago
  62. f8cbf46 mmc: sdhci-imx: Constify platform_device_id by Krzysztof Kozlowski · 9 years ago
  63. 6a64320 mmc: s3cmci: Constify platform_device_id by Krzysztof Kozlowski · 9 years ago
  64. f2483b0 mmc: rtsx: Constify platform_device_id by Krzysztof Kozlowski · 9 years ago
  65. f61fcc3 mmc: mxs: Constify platform_device_id by Krzysztof Kozlowski · 9 years ago
  66. ed425fc mmc: davinci: Constify platform_device_id by Krzysztof Kozlowski · 9 years ago
  67. a1b0b97 mmc: sdhci-sirf: fake version and capbility registers by Weijun Yang · 9 years ago
  68. d1ba44a mmc: sdhci-sirf: fix the tuning count in platform_execute_tuning by Weijun Yang · 9 years ago
  69. c4b13fb MAINTAINERS: mmc: Update Ian Molton's address for tmio_mmc driver by Ben Hutchings · 9 years ago
  70. de501af mmc: TMIO: Use devm_request_irq() by Ian Molton · 9 years ago
  71. 7df56bb mmc: TMIO: Fix I/O mapping leak on error using devm_ioremap() by Ian Molton · 9 years ago
  72. 25db67e mmc: TMIO: Ensure MFD cell is disabled on probe error path by Ian Molton · 9 years ago
  73. 2dbf1dc mmc: sdhci_f_sdh30: Fix the size passed to sdhci_alloc_host by Axel Lin · 9 years ago
  74. cee4e7a mmc: sdhci_f_sdh30: Staticize local functions by Axel Lin · 9 years ago
  75. bd45502 mmc: sdhci-of-esdhc: Pre divider starts at 1 by Joakim Tjernlund · 9 years ago
  76. 035ff83 mmc: host: sdhci-esdhc-imx: fix broken email address by Wolfram Sang · 9 years ago
  77. 638a981 mmc: pwrseq: dt: example with reset clock and active low pin by Andreas Fenkart · 9 years ago
  78. 9bb09a3 mmc: sh_mmcif: separate sh_mmcif_clk_update() into setup and prepare by Kuninori Morimoto · 9 years ago
  79. 6aed678 mmc: sh_mmcif: remove unnecessary int clk from struct sh_mmcif_host by Kuninori Morimoto · 9 years ago
  80. 60985c3 mmc: sh_mmcif: cleanup to use dev instead of &pdev->dev by Kuninori Morimoto · 9 years ago
  81. 70830b4 mmc: sh_mmcif: move mmcif_of_match to upside by Kuninori Morimoto · 9 years ago
  82. 1fb654f mmc: sdio: add reset callback to bus operations by Andreas Fenkart · 9 years ago
  83. ba155e2 Linux 4.1-rc5 by Linus Torvalds · 9 years ago
  84. 5b13966 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  85. c5db6a3 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  86. 9bd4459 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  87. 086e8dd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  88. 7ce14f6 Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  89. cf539cb Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  90. 0b6280c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  91. 1c8df7b Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  92. a30ec4b Merge tag 'md/4.1-rc4-fixes' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  93. 1d82b0b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  94. 2a058f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  95. 93a33a5 bridge: fix lockdep splat by Eric Dumazet · 9 years ago
  96. f96dee1 net: core: 'ethtool' issue with querying phy settings by Arun Parameswaran · 9 years ago
  97. 47cc84c bridge: fix parsing of MLDv2 reports by Thadeu Lima de Souza Cascardo · 9 years ago
  98. 9eeb516 ARM: zynq: DT: Use the zynq binding with macb by Nathan Sullivan · 9 years ago
  99. 222ca8e net: macb: Disable half duplex gigabit on Zynq by Nathan Sullivan · 9 years ago
  100. 6db9959 net: macb: Document zynq gem dt binding by Nathan Sullivan · 9 years ago