1. 4245aff mmc: sdhci-esdhc-imx: add quirk SDHCI_QUIRK2_BROKEN_HS200 for imx6qdl by Dong Aisheng · 10 years ago
  2. 913d495 mmc: sdhci-esdhc-imx: add imx6sx support by Dong Aisheng · 10 years ago
  3. 1809443 mmc: sdhci-esdhc-imx: add ADMA Length Mismatch errata fix by Dong Aisheng · 10 years ago
  4. b732104 mmc: sdhci-esdhc-imx: usdhc does not have missing card interrupt issue by Dong Aisheng · 10 years ago
  5. 915be485 mmc: sdhci-esdhc-imx: merge the same register check into one place by Dong Aisheng · 10 years ago
  6. b69587e mmc: sdhci-pci: Enable HS400 for some Intel host controllers by Adrian Hunter · 10 years ago
  7. e1bfad6 mmc: sdhci-pci: Add support for drive strength selection for SPT by Adrian Hunter · 10 years ago
  8. cb84964 mmc: sdhci: Add a callback to select drive strength by Adrian Hunter · 10 years ago
  9. cc4f414 mmc: mmc: Add driver strength selection by Adrian Hunter · 10 years ago
  10. b097e07 mmc: mmc: Read card's valid driver strength mask by Adrian Hunter · 10 years ago
  11. 3853a04 mmc: core: Record card drive strength by Adrian Hunter · 10 years ago
  12. e23350b mmc: core: Factor out common code in drive strength selection by Adrian Hunter · 10 years ago
  13. f168359 mmc: core: Add 'card' to drive strength selection callback by Adrian Hunter · 10 years ago
  14. fa021ce mmc: core: Simplify card drive strength mask by Adrian Hunter · 10 years ago
  15. b4f30a1 mmc: core: Allow card drive strength to be different to host by Adrian Hunter · 10 years ago
  16. 75e8a22 mmc: core: Reset driver type to default by Adrian Hunter · 10 years ago
  17. 89d49a7 mmc: sh_mmcif: calculate best clock with parent clock by Kuninori Morimoto · 10 years ago
  18. 1b1a694 mmc: sh_mmcif: use sh_mmcif_xxx prefix for all functions by Kuninori Morimoto · 10 years ago
  19. 585c3a5 mmc: sh_mmcif: add sh_mmcif_host_to_dev() macro and use it. by Kuninori Morimoto · 10 years ago
  20. 43e943a mmc: sdhci: fix driver type B and D handling in sdhci_do_set_ios() by Petri Gynther · 10 years ago
  21. 75fda77 mmc: mmc-test: use swap() in mmc_test_nonblock_transfer() by Fabian Frederick · 10 years ago
  22. 7c5209c mmc: core: Increase delay for voltage to stabilize from 3.3V to 1.8V by Doug Anderson · 10 years ago
  23. e6ac184 mmc: sdhci-st: Fix modalias to make module auto-loading work by Zhangfei Gao · 10 years ago
  24. a7ca2b1 mmc: dw_mmc: rockchip: Fix modalias to make module auto-loading work by Zhangfei Gao · 10 years ago
  25. 2fc546f mmc: dw_mmc: exynos: Fix modalias to make module auto-loading work by Zhangfei Gao · 10 years ago
  26. 7026fd6 mmc: dw_mmc: k3: Fix modalias to make module auto-loading work by Zhangfei Gao · 10 years ago
  27. eff8f2f mmc: dw_mmc: Use core to handle absent write protect line by Lars-Peter Clausen · 10 years ago
  28. 0293efd mmc: dw_mmc: k3: support hi6220 by Zhangfei Gao · 10 years ago
  29. 8f7849c mmc: dw_mmc: add switch_voltage by Zhangfei Gao · 10 years ago
  30. 087de9e mmc: cast unsigned int to typeof(sector_t) to avoid unexpected error by Kuninori Morimoto · 10 years ago
  31. ded8a5f mmc: cast u8 to unsigned long long to avoid unexpected error by Kuninori Morimoto · 10 years ago
  32. bf3a35a mmc: host: sdhci: Use BUG_ON() by Fabio Estevam · 10 years ago
  33. 6d91641 mmc: host: mxcmmc: Simplify a trivial if-return sequence by Fabio Estevam · 10 years ago
  34. 30a9b9e mmc: card: mmc_test: Simplify a trivial if-return sequence by Fabio Estevam · 10 years ago
  35. 7ccddeb mmc: sdhci-esdhc-imx: Do not break platform data boards by Fabio Estevam · 10 years ago
  36. 1506411 mmc: sdhci-esdhc-imx: Move mmc_of_parse() to the dt probe by Fabio Estevam · 10 years ago
  37. 19f4424 mmc: dt: Allow to specify that no write protect signal is present by Lars-Peter Clausen · 10 years ago
  38. 9f6e0bf mmc: Add support for disabling write-protect detection by Lars-Peter Clausen · 10 years ago
  39. 0250fdf mmc: core: Don't print reset warning if reset is not supported by Adrian Hunter · 10 years ago
  40. b8360a4 mmc: block: Retry errored data requests when re-tuning is needed by Adrian Hunter · 10 years ago
  41. 6f398ad mmc: block: Check re-tuning in the recovery path by Adrian Hunter · 10 years ago
  42. bd11e8b mmc: core: Flag re-tuning is needed on CRC errors by Adrian Hunter · 10 years ago
  43. 66c39dfc mmc: sdhci: Change to new way of doing re-tuning by Adrian Hunter · 10 years ago
  44. 6376f69 mmc: core: Add support for HS400 re-tuning by Adrian Hunter · 10 years ago
  45. ed16f58 mmc: core: Separate out the mmc_switch status check so it can be re-used by Adrian Hunter · 10 years ago
  46. 436f8da mmc: mmc: Hold re-tuning in mmc_sleep() by Adrian Hunter · 10 years ago
  47. 66073d8 mmc: core: Hold re-tuning while bkops ongoing by Adrian Hunter · 10 years ago
  48. 8f11d10 mmc: core: Hold re-tuning during erase commands by Adrian Hunter · 10 years ago
  49. c6dbab9 mmc: core: Hold re-tuning during switch commands by Adrian Hunter · 10 years ago
  50. 90a8148 mmc: core: Add support for re-tuning before each request by Adrian Hunter · 10 years ago
  51. 79d5a65 mmc: core: Enable / disable re-tuning by Adrian Hunter · 10 years ago
  52. dfa13eb mmc: host: Add facility to support re-tuning by Adrian Hunter · 10 years ago
  53. 59d2230 mmc: sdhci-{pxav2,pxav3}: Use of_match_ptr() macro by Axel Lin · 10 years ago
  54. 308f3f8 mmc: sdhci-of-arasan: Add the support for sdhci-arasan4.9a by Suman Tripathi · 10 years ago
  55. 4d0aa49 mmc: sdhci-s3c: Constify platform_device_id by Krzysztof Kozlowski · 10 years ago
  56. f8cbf46 mmc: sdhci-imx: Constify platform_device_id by Krzysztof Kozlowski · 10 years ago
  57. 6a64320 mmc: s3cmci: Constify platform_device_id by Krzysztof Kozlowski · 10 years ago
  58. f2483b0 mmc: rtsx: Constify platform_device_id by Krzysztof Kozlowski · 10 years ago
  59. f61fcc3 mmc: mxs: Constify platform_device_id by Krzysztof Kozlowski · 10 years ago
  60. ed425fc mmc: davinci: Constify platform_device_id by Krzysztof Kozlowski · 10 years ago
  61. a1b0b97 mmc: sdhci-sirf: fake version and capbility registers by Weijun Yang · 10 years ago
  62. d1ba44a mmc: sdhci-sirf: fix the tuning count in platform_execute_tuning by Weijun Yang · 10 years ago
  63. de501af mmc: TMIO: Use devm_request_irq() by Ian Molton · 10 years ago
  64. 7df56bb mmc: TMIO: Fix I/O mapping leak on error using devm_ioremap() by Ian Molton · 10 years ago
  65. 25db67e mmc: TMIO: Ensure MFD cell is disabled on probe error path by Ian Molton · 10 years ago
  66. 2dbf1dc mmc: sdhci_f_sdh30: Fix the size passed to sdhci_alloc_host by Axel Lin · 10 years ago
  67. cee4e7a mmc: sdhci_f_sdh30: Staticize local functions by Axel Lin · 10 years ago
  68. bd45502 mmc: sdhci-of-esdhc: Pre divider starts at 1 by Joakim Tjernlund · 10 years ago
  69. 035ff83 mmc: host: sdhci-esdhc-imx: fix broken email address by Wolfram Sang · 10 years ago
  70. 9bb09a3 mmc: sh_mmcif: separate sh_mmcif_clk_update() into setup and prepare by Kuninori Morimoto · 10 years ago
  71. 6aed678 mmc: sh_mmcif: remove unnecessary int clk from struct sh_mmcif_host by Kuninori Morimoto · 10 years ago
  72. 60985c3 mmc: sh_mmcif: cleanup to use dev instead of &pdev->dev by Kuninori Morimoto · 10 years ago
  73. 70830b4 mmc: sh_mmcif: move mmcif_of_match to upside by Kuninori Morimoto · 10 years ago
  74. 1fb654f mmc: sdio: add reset callback to bus operations by Andreas Fenkart · 10 years ago
  75. 5b13966 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  76. 9bd4459 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  77. cf539cb Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  78. 0b6280c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  79. 1c8df7b Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  80. a30ec4b Merge tag 'md/4.1-rc4-fixes' of git://neil.brown.name/md by Linus Torvalds · 10 years ago
  81. 1d82b0b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 10 years ago
  82. 222ca8e net: macb: Disable half duplex gigabit on Zynq by Nathan Sullivan · 10 years ago
  83. 44f6731 cdc_ncm: Fix tx_bytes statistics by Bjørn Mork · 10 years ago
  84. a8106b1 Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 10 years ago
  85. bb43589 Merge tag 'drm-intel-fixes-2015-05-21' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 10 years ago
  86. 865d872 Merge tag 'for-linus-4.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  87. 2f8126e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  88. 1865892 Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 10 years ago
  89. 83ee412 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 10 years ago
  90. 97793a8 Merge tag 'mmc-4.1-rc3' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 10 years ago
  91. 6efdb11 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 10 years ago
  92. 77b071e Input: smtpe-ts - wait 50mS until polling for pen-up by Marek Vasut · 10 years ago
  93. e686e9e Input: smtpe-ts - use msecs_to_jiffies() instead of HZ by Marek Vasut · 10 years ago
  94. 3d854120 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 10 years ago
  95. 15397f1 Input: joydev - don't classify the vmmouse as a joystick by Thomas Hellstrom · 10 years ago
  96. 6ca1213 drm/radeon: fix error flag checking in native aux path by Alex Deucher · 10 years ago
  97. 0f28d12 drm/radeon: retry dcpd fetch by Alex Deucher · 10 years ago
  98. 755c814 drm/msm/mdp5: fix incorrect parameter for msm_framebuffer_iova() by Stephane Viau · 10 years ago
  99. 8532e34 md/bitmap: remove rcu annotation from pointer arithmetic. by NeilBrown · 10 years ago
  100. a811577 md/raid0: fix restore to sector variable in raid0_make_request by Eric Work · 10 years ago