1. c2c49a2 mmc: sdhci-pci: Set MMC_CAP_AGGRESSIVE_PM for BYT-related Intel controllers by Azhar Shaikh · 8 years ago
  2. d3e9740 mmc: sdhci-acpi: Set MMC_CAP_AGGRESSIVE_PM for BYT-related Intel controllers by Azhar Shaikh · 8 years ago
  3. 75c7fd9 mmc: meson-gx: factor out setting response configuration bits by Heiner Kallweit · 8 years ago
  4. 3d03f6a mmc: meson-gx: factor out setting block size by Heiner Kallweit · 8 years ago
  5. edf9857 mmc: sdhci-cadence: refactor probe function by Piotr Sroka · 8 years ago
  6. a89c472 mmc: sdhci-cadence: Update PHY delay configuration by Piotr Sroka · 8 years ago
  7. 6f4b091 dt-bindings: mmc: add description of PHY delays for sdhci-cadence by Piotr Sroka · 8 years ago
  8. a0f8243 mmc: sdhci-cadence: Fix writing PHY delay by Piotr Sroka · 8 years ago
  9. bf3240b mmc: bcm2835: Fix possible NULL ptr dereference in bcm2835_request by Stefan Wahren · 8 years ago
  10. feeef09 mmc: use new core function mmc_get_dma_dir by Heiner Kallweit · 8 years ago
  11. 6335d68 mmc: core: add mmc_get_dma_dir by Heiner Kallweit · 8 years ago
  12. e5e4a3e mmc: meson-gx: add CMD23 mode by Heiner Kallweit · 8 years ago
  13. 4eee86c mmc: meson-gx: switch to dynamic timeout values by Heiner Kallweit · 8 years ago
  14. f016c67 mmc: meson-gx: use per port interrupt names by Heiner Kallweit · 8 years ago
  15. 1231e7e mmc: meson-gx: use bitfield macros by Heiner Kallweit · 8 years ago
  16. 8cc3528 mmc: sdhci: clarify the get_timeout_clock callback by Shawn Lin · 8 years ago
  17. bd67569 mmc: sunxi: change controller error info to debug level by Icenowy Zheng · 8 years ago
  18. a744c6f mmc: meson-gx: simplify setting timeout configuration parameters by Heiner Kallweit · 8 years ago
  19. 2c8d96a mmc: meson-gx: improve setting data->bytes_xfered by Heiner Kallweit · 8 years ago
  20. 1f8066d mmc: meson-gx: improve response reading by Heiner Kallweit · 8 years ago
  21. a322feb mmc: meson-gx: improve variable usage in meson_mmc_start_cmd by Heiner Kallweit · 8 years ago
  22. 00412dd mmc: meson-gx: replace cmd->data in meson_mmc_start_cmd by Heiner Kallweit · 8 years ago
  23. ec31e53 mmc: meson-gx: remove unneeded configuration bit resets by Heiner Kallweit · 8 years ago
  24. 1ede5cb mmc: mediatek: Use data tune for CMD line tune by yong mao · 8 years ago
  25. 50fde56 mmc: dt-bindings: update Mediatek MMC bindings by yong mao · 8 years ago
  26. 7aceaf5 mmc: sdio: improve mmc_io_rw_extended by Heiner Kallweit · 8 years ago
  27. 474e25e mmc: sh_mmcif: Document r7s72100 DT bindings by Chris Brandt · 8 years ago
  28. 43b0b36 mmc: tmio: always get number of taps by Masaharu Hayakawa · 8 years ago
  29. 5f07ef8 mmc: tmio: always unmap DMA before waiting for interrupt by Wolfram Sang · 8 years ago
  30. 48d685a mmc: sdhci-pci: Move a function to avoid later forward declaration by Adrian Hunter · 8 years ago
  31. 966d696 mmc: sdhci-pci: Add runtime suspend/resume callbacks by Adrian Hunter · 8 years ago
  32. 30cf280 mmc: sdhci-pci: Let suspend/resume callbacks replace default callbacks by Adrian Hunter · 8 years ago
  33. b7813f0 mmc: sdhci-pci: Conditionally compile pm sleep functions by Adrian Hunter · 8 years ago
  34. 1cb0a58 mmc: sdhci-pci: Do not use suspend/resume callbacks with runtime pm by Adrian Hunter · 8 years ago
  35. 61c951d mmc: sdhci-pci: Let devices define how to add the host by Adrian Hunter · 8 years ago
  36. f12e39d mmc: sdhci: Add CQE support by Adrian Hunter · 8 years ago
  37. f5c1ab8 mmc: sdhci: Factor out sdhci_set_default_irqs by Adrian Hunter · 8 years ago
  38. 4180ffa mmc: sdhci: Add sdhci_cleanup_host by Adrian Hunter · 8 years ago
  39. 15becf6 mmc: sdhci: Get rid of 'extern' in header file by Adrian Hunter · 8 years ago
  40. d289817 mmc: sdhci: Export sdhci_dumpregs by Adrian Hunter · 8 years ago
  41. 85ad90e mmc: sdhci: Improve register dump print format by Adrian Hunter · 8 years ago
  42. c71024d mmc: sdhci: Use sdhci_readl() not readl() in sdhci_dumpregs() by Adrian Hunter · 8 years ago
  43. 7962302 mmc: sdhci: Add response register to register dump by Adrian Hunter · 8 years ago
  44. f421865 mmc: sdhci: Improve debug print format by Adrian Hunter · 8 years ago
  45. 2a85ef2 mmc: sdhci: Reduce spin lock usage in sdhci_execute_tuning by Adrian Hunter · 8 years ago
  46. d1e4f74 mmc: sdhci: Do not use spin lock in set_ios paths by Adrian Hunter · 8 years ago
  47. 0c62e67 mmc: sdhci: Remove ->select_drive_strength() callback by Adrian Hunter · 8 years ago
  48. 51ced59 mmc: sdhci-pci: Use ACPI DSM to get driver strength for some Intel devices by Adrian Hunter · 8 years ago
  49. c959a6b mmc: sdhci-pci: Don't re-tune with runtime pm for some Intel devices by Adrian Hunter · 8 years ago
  50. ac9f67b mmc: sdhci-pci: Let devices define their own private data by Adrian Hunter · 8 years ago
  51. d38dcad mmc: sdhci: Let drivers decide whether to use mmc_retune_needed() with pm by Adrian Hunter · 8 years ago
  52. 5a436cc mmc: sdhci: Optimize delay loops by Adrian Hunter · 8 years ago
  53. 660fc73 mmc: bcm2835: Add new driver for the sdhost controller. by Eric Anholt · 8 years ago
  54. ebdb4d8 dt-bindings: Add binding for brcm,bcm2835-sdhost. by Eric Anholt · 8 years ago
  55. 8e11b28 mmc: core: simplify return code by tcharding · 8 years ago
  56. 9b980d9 mmc: core: guard dereference of optional parameter by tcharding · 8 years ago
  57. ce473d5 mmc: meson-gx: fix error path when driver initialization fails before enabling clocks by Michał Zegan · 8 years ago
  58. e8ce674 dt-bindings: mmc: tegra: Document Tegra186 compatible string by Thierry Reding · 8 years ago
  59. 4166b30 dt-bindings: mmc: tegra: Reformat compatible string list by Thierry Reding · 8 years ago
  60. 9449659 mmc: sdhci-st: remove unnecessary platform_set_drvdata() call by Jisheng Zhang · 8 years ago
  61. 0092faf mmc: sdhci-pxav2: remove unnecessary platform_set_drvdata() call by Jisheng Zhang · 8 years ago
  62. d36f47c mmc: sdhci-pxav3: remove unnecessary platform_set_drvdata() call by Jisheng Zhang · 8 years ago
  63. d12990f mmc: sdhci-cadence: add HS400 enhanced strobe support by Piotr Sroka · 8 years ago
  64. 4346b7c mmc: tegra: Add Tegra186 support by Thierry Reding · 8 years ago
  65. 20567be mmc: tegra: Support module reset by Thierry Reding · 8 years ago
  66. a01fc2a mmc: meson-gx: remove mmc host on device removal by Michał Zegan · 8 years ago
  67. eb7c00e mmc: host: tmio: fill in response from auto cmd12 by Wolfram Sang · 8 years ago
  68. 022f731 mmc: host: tmio: don't BUG on unsupported stop commands by Wolfram Sang · 8 years ago
  69. d8acd16 mmc: host: tmio: fix minor typos in comments by Wolfram Sang · 8 years ago
  70. 9afcbf4 mmc: host: tmio: use defines for CTL_STOP_INTERNAL_ACTION values by Wolfram Sang · 8 years ago
  71. 52ad9a8 mmc: tmio: ensure end of DMA and SD access are in sync by Wolfram Sang · 8 years ago
  72. 21b2228 mmc: sdhci-pxav2: add error handling of clk_prepare_enable() by Alexey Khoroshilov · 8 years ago
  73. bb11eff mmc: meson-gx: replace magic timeout numbers with constants by Heiner Kallweit · 8 years ago
  74. 7cdcc48 mmc: meson-gx: remove member mrq from struct meson_host by Heiner Kallweit · 8 years ago
  75. c01d121 mmc: meson-gx: improve initial configuration by Heiner Kallweit · 8 years ago
  76. 7b9ebad mmc: meson-gx: remove unneeded devm_kstrdup in meson_mmc_clk_init by Heiner Kallweit · 8 years ago
  77. cac3a47 mmc: meson-gx: fix error path in meson_mmc_clk_init / meson_mmc_probe by Heiner Kallweit · 8 years ago
  78. e9883ef mmc: meson-gx: remove member parent_mux from struct meson_host by Heiner Kallweit · 8 years ago
  79. 7558c11 mmc: meson-gx: remove unneeded variable in meson_mmc_clk_init by Heiner Kallweit · 8 years ago
  80. 9a1da4d mmc: meson-gx: remove unused members irq, ocr_mask from struct meson_host by Heiner Kallweit · 8 years ago
  81. 3d6c991 mmc: meson-gx: make two functions return void by Heiner Kallweit · 8 years ago
  82. 94d765b mmc: meson-gx: simplify bounce buffer setting in meson_mmc_start_cmd by Heiner Kallweit · 8 years ago
  83. bc2dcc1 mmc: dw_mmc: improve dw_mci_reset a bit by Shawn Lin · 8 years ago
  84. 4dba18d mmc: dw_mmc: move mci_send_cmd forward to avoid declaration by Shawn Lin · 8 years ago
  85. 132b3b6 mmc: dw_mmc: remove declaration of dw_mci_card_busy by Shawn Lin · 8 years ago
  86. 671fa14 mmc: dw_mmc: move dw_mci_get_cd forward to avoid declaration by Shawn Lin · 8 years ago
  87. 8e6db1f mmc: dw_mmc: move dw_mci_ctrl_reset forward to avoid declaration by Shawn Lin · 8 years ago
  88. 4e7392b mmc: dw_mmc: move dw_mci_reset forward to avoid declaration by Shawn Lin · 8 years ago
  89. b6d2d81 mmc: dw_mmc: improve the timeout polling code by Shawn Lin · 8 years ago
  90. 5a7ad11 Linux 4.11-rc8 by Linus Torvalds · 8 years ago
  91. 9ea33c4 Merge tag 'upstream-4.11-rc7' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 8 years ago
  92. e0f4e01 Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  93. fa8d7cd Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  94. 94836ec Merge tag 'nfsd-4.11-2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  95. 057a650 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  96. c70b17b7 netpoll: Check for skb->queue_mapping by Tushar Dave · 8 years ago
  97. 723b929 ip6mr: fix notification device destruction by Nikolay Aleksandrov · 8 years ago
  98. cdb9049 bpf, doc: update bpf maintainers entry by Daniel Borkmann · 8 years ago
  99. 6f60f43 net: qrtr: potential use after free in qrtr_sendmsg() by Dan Carpenter · 8 years ago
  100. 89087c4 bpf: Fix values type used in test_maps by David Miller · 8 years ago