1. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 6 years ago
  2. f60342f Merge tag 'mmc-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 6 years ago
  3. 3c89adb0 Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  4. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  5. f459c34 Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  6. ef5332c mmc: renesas_sdhi: really fix WP logic regressions by Wolfram Sang · 6 years ago
  7. 5b550c9 Merge branch 'pm-domains' by Rafael J. Wysocki · 6 years ago
  8. 77252da mmc: mvsdio: Enable MMC_CAP_ERASE by Ulf Hansson · 6 years ago
  9. 0ef89ec mmc: mvsdio: Respect card busy time out from mmc core by Ulf Hansson · 6 years ago
  10. 4ba9bf9 mmc: sdhci-msm: Remove NO_CARD_NO_RESET quirk by Georgi Djakov · 6 years ago
  11. af6b8ff mmc: sunxi: Use ifdef rather than __maybe_unused by Ulf Hansson · 6 years ago
  12. d8edfc4 mmc: mxmmc: Use ifdef rather than __maybe_unused by Ulf Hansson · 6 years ago
  13. ad73d6f mmc: complete requests from ->timeout by Christoph Hellwig · 6 years ago
  14. a639bb7 mmc: mxmmc: include linux/highmem.h by Arnd Bergmann · 6 years ago
  15. 45ee504 mmc: sunxi: mark PM functions as __maybe_unused by Arnd Bergmann · 6 years ago
  16. 833b511 mmc: Throttle calls to MMC_SEND_STATUS during mmc_do_erase() by Martin Hicks · 6 years ago
  17. a6720c0 mmc: au1xmmc: handle highmem pages by Christoph Hellwig · 6 years ago
  18. 52af318 mmc: Allow non-sleeping GPIO cd by Evan Green · 6 years ago
  19. fb8617e mmc: sdhci-*: Don't emit error msg if sdhci_add_host() fails by Jisheng Zhang · 6 years ago
  20. c8a4e30 mmc: core: Move calls to ->prepare_hs400_tuning() closer to mmc code by Ulf Hansson · 6 years ago
  21. e1cb88a mmc: sdhci-xenon: use match_string() helper by Xie Yisheng · 6 years ago
  22. 8603f1e Merge branch 'fixes' into next by Ulf Hansson · 6 years ago
  23. 9181ece mmc: wbsd: handle highmem pages by Christoph Hellwig · 6 years ago
  24. a403417 mmc: ushc: handle highmem pages by Christoph Hellwig · 6 years ago
  25. b189e75 mmc: mxcmmc: handle highmem pages by Christoph Hellwig · 6 years ago
  26. 5b42778 mmc: atmel-mci: use sg_copy_{from,to}_buffer by Christoph Hellwig · 6 years ago
  27. 53d7e09 mmc: android-goldfish: use sg_copy_{from,to}_buffer by Christoph Hellwig · 6 years ago
  28. 65f9e20 mmc: block: Don't switch to the same partition type in mmc_blk_remove() by Shawn Lin · 6 years ago
  29. 3de06d5 mmc: sdhci-iproc: add SDHCI_QUIRK2_HOST_OFF_CARD_ON for cygnus by Corneliu Doban · 6 years ago
  30. 5f651b8 mmc: sdhci-iproc: fix 32bit writes for TRANSFER_MODE register by Corneliu Doban · 6 years ago
  31. 4c94238 mmc: sdhci-iproc: remove hard coded mmc cap 1.8v by Srinath Mannam · 6 years ago
  32. b25b750 mmc: block: propagate correct returned value in mmc_rpmb_ioctl by Mathieu Malaterre · 6 years ago
  33. 19c6beaa mmc: meson-gx: add device reset by Jerome Brunet · 6 years ago
  34. 86958dc mmc: dw_mmc-bluefield: Add driver extension by Liming Sun · 6 years ago
  35. 6d796c6 mmc: core: add tunable delay waiting for power to be stable by Shawn Lin · 6 years ago
  36. caeffcf mmc: renesas_sdhi: Add r8a77965 support by Masaharu Hayakawa · 6 years ago
  37. 8a8dcab tty: replace ->proc_fops with ->proc_show by Christoph Hellwig · 7 years ago
  38. d23fc02 mmc: sdio: Respect all error codes from dev_pm_domain_attach() by Ulf Hansson · 6 years ago
  39. ff005a0 block: sanitize blk_get_request calling conventions by Christoph Hellwig · 6 years ago
  40. cf56c81 mmc: tegra: remove redundant return statement by Aapo Vienamo · 6 years ago
  41. 3ce7f76 mmc: core: Drop unused define for timeout by Ulf Hansson · 6 years ago
  42. 400fdb2 mmc: rtsx_usb: Enable MMC_CAP_ERASE to allow erase/discard/trim requests by Ulf Hansson · 6 years ago
  43. ec30f11 mmc: rtsx_usb: Use the provided busy timeout from the mmc core by Ulf Hansson · 6 years ago
  44. 4b7d454 mmc: rtsx_usb: Use MMC_CAP2_NO_SDIO by Ulf Hansson · 6 years ago
  45. 7405df4 mmc: core: Implement ->sw_reset bus ops for SDIO by Ulf Hansson · 7 years ago
  46. 508c986 mmc: core: Share internal function to set initial signal voltage by Ulf Hansson · 7 years ago
  47. 1433269 mmc: core: Export a function mmc_sw_reset() to allow soft reset of cards by Ulf Hansson · 7 years ago
  48. 3a3db60 mmc: core: Rename ->reset() bus ops to ->hw_reset() by Ulf Hansson · 7 years ago
  49. fb09f44 mmc: core: Re-factor some code for SDIO re-initialization by Ulf Hansson · 9 years ago
  50. 5581cfc Merge branch 'sdhci_omap' into next by Ulf Hansson · 6 years ago
  51. bfd694d mmc: core: Add tunable delay before detecting card after card is inserted by Shawn Lin · 6 years ago
  52. 3f40287 mmc: sdhci-omap: Get IODelay values for 3.3v DDR mode by Kishon Vijay Abraham I · 6 years ago
  53. efde12b mmc: sdhci-omap: Add sdhci_omap specific ops for enable_sdio_irq by Kishon Vijay Abraham I · 6 years ago
  54. 6d75df7 mmc: sdhci-omap: Add support for MMC/SD controller in k2g SoC by Kishon Vijay Abraham I · 6 years ago
  55. 25f80d8 mmc: sdhci-omap: Workaround for Errata i834 by Kishon Vijay Abraham I · 6 years ago
  56. fc1fa1b mmc: sdhci: Program a relatively accurate SW timeout value by Kishon Vijay Abraham I · 6 years ago
  57. 0bb28d7 mmc: sdhci: Factor out target_timeout calculation by Adrian Hunter · 6 years ago
  58. a999fd9 mmc: sdhci: Add quirk to disable HW timeout by Adrian Hunter · 6 years ago
  59. c16bc9a mmc: sdhci: Disable 1.8v modes (HS200/HS400/UHS) if controller can't support 1.8v by Kishon Vijay Abraham I · 6 years ago
  60. 1d3a222 mmc: sdhci-omap: Invoke sdhci_get_of_property to read sdhci dt properties by Kishon Vijay Abraham I · 6 years ago
  61. 212f4f8 mmc: sdhci-omap: Workaround for Errata i843 by Kishon Vijay Abraham I · 6 years ago
  62. 5bc2bda mmc: sdhci-omap: Remove setting ADMA capability in driver by Kishon Vijay Abraham I · 6 years ago
  63. 0ec4ee3 mmc: sdhci-omap: Fix when capabilities are obtained from SDHCI_CAPABILITIES reg by Kishon Vijay Abraham I · 6 years ago
  64. 2a9bde1 mmc: mediatek: add 64G DRAM DMA support by Chaotian Jing · 6 years ago
  65. 99d02d6 mmc: mmci: Remove bogus local_irq_save() by Thomas Gleixner · 6 years ago
  66. 3fbd432 mmc: sdhci-esdhc-imx: Set maximum watermark levels for PIO access by Andrew Gabbasov · 7 years ago
  67. 5c13232 mmc: sdhci-msm: support voltage pad switching by Vijay Viswanath · 7 years ago
  68. ac06fba mmc: sdhci-msm: Add support to store supported vdd-io voltages by Vijay Viswanath · 7 years ago
  69. e419768 mmc: renesas_sdhi_internal_dmac: add R8A77980 to whitelist by Sergei Shtylyov · 7 years ago
  70. 3f1109d mmc: sdhci-cadence: fix logically and structurally dead code by Gustavo A. R. Silva · 7 years ago
  71. 970f2d9 mmc: host: simplify getting .drvdata by Wolfram Sang · 7 years ago
  72. 909b345 mmc: mediatek: use of_device_get_match_data() by Ryder Lee · 7 years ago
  73. be17355 mmc: sdhci-pci: Fix 3.3V voltage switch for some BYT-based Intel controllers by Adrian Hunter · 7 years ago
  74. ebca50d mmc: renesas_sdhi_internal_dmac: remove superfluous WARN by Wolfram Sang · 7 years ago
  75. 1abf9e5 mmc: renesas_sdhi_internal_dmac: use more generic whitelisting by Wolfram Sang · 7 years ago
  76. ae275b9 mmc: renesas_sdhi: Fix alignment check of sg buffer by Masaharu Hayakawa · 7 years ago
  77. a028b43 mmc: renesas_sdhi: use helpers to access struct scatterlist members by Niklas Söderlund · 7 years ago
  78. bb26b84 mmc: sdhci-pci: Avoid 3.3V signaling on some NI 904x by Kyle Roeschley · 7 years ago
  79. 247cfe5 mmc: core: Add capability to avoid 3.3V signaling by Kyle Roeschley · 7 years ago
  80. 1d6efe0 mmc: Remove depends on HAS_DMA in case of platform dependency by Geert Uytterhoeven · 7 years ago
  81. eef797a mmc: sunxi: Drop the init / reset of the controller from set_ios by Maxime Ripard · 7 years ago
  82. 9a8e1e8 mmc: sunxi: Add runtime_pm support by Maxime Ripard · 7 years ago
  83. e27e1f3 mmc: sunxi: Move the card power configuration to a function by Maxime Ripard · 7 years ago
  84. ad04d95 mmc: sunxi: Move clock configuration to a function by Maxime Ripard · 7 years ago
  85. 3f6c808 mmc: sunxi: Move bus width configuration to a function by Maxime Ripard · 7 years ago
  86. 0fc4c61 mmc: sunxi: Change sunxi_mmc_init_host argument type by Maxime Ripard · 7 years ago
  87. 743b819 mmc: sunxi: Reorder the headers by Maxime Ripard · 7 years ago
  88. 8ccd66f mmc: core: sdio: Set SDIO clock of SDR104 to 150MHz for Marvell 8887 chip by Diwakar Sharma · 7 years ago
  89. ebc5a1b mmc: core: Add a new quirk for limiting clock rate by harish_kandiga@mentor.com · 7 years ago
  90. d39b1b2 mmc: dw_mmc: fix misleading comment in dw_mci_rk3288_set_ios by Shawn Lin · 7 years ago
  91. ef6b756 mmc: sdhci-cadence: send tune request twice to work around errata by Masahiro Yamada · 7 years ago
  92. e79dc1b mmc: meson: update doc to support Meson-AXG platform by Nan Li · 7 years ago
  93. df06981 mmc: meson-axg: add support for the Meson-AXG platform by Nan Li · 7 years ago
  94. 207b652 mmc: card: Don't show eMMC RPMB and BOOT areas in /proc/partitions by Andrew Gabbasov · 7 years ago
  95. fb0ce9d mmc: jz4740: Use dma_request_chan() by Ezequiel Garcia · 7 years ago
  96. 6a78768 mmc: jz4740: Add support for the JZ4780 by Alex Smith · 7 years ago
  97. 6861fce mmc: jz4740: Set clock rate to mmc->f_max rather than JZ_MMC_CLK_RATE by Alex Smith · 7 years ago
  98. 61e11eb mmc: jz4740: Introduce devicetree probe by Ezequiel Garcia · 7 years ago
  99. 436a3cf mmc: jz4740: Reset the device requesting the interrupt by Zubair Lutfullah Kakakhel · 7 years ago
  100. 39e9ef1 mmc: jz4740: Use dev_get_platdata by Ezequiel Garcia · 7 years ago