1. 16f5df8 mmc: dw_mmc: fix the wrong condition check of getting num-slots from DT by Shawn Lin · 7 years ago
  2. 36acbd9 mmc: host: omap_hsmmc: remove unused platform callbacks by Faiz Abbas · 7 years ago
  3. 26cb2be mmc: sunxi: Keep default timing phase settings for new timing mode by Chen-Yu Tsai · 7 years ago
  4. 907afe5 Merge tag 'mmc-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 7 years ago
  5. 9c284c4 mmc: tmio-mmc: fix bad pointer math by Chris Brandt · 7 years ago
  6. bbdc74d mmc: block: Prevent new req entering queue after its cleanup by Grzegorz Sluja · 7 years ago
  7. dcda9b0 mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic by Michal Hocko · 7 years ago
  8. aab2ee0 mmc: block: Let MMC_IOC_MULTI_CMD return zero again for zero entries by Geert Uytterhoeven · 7 years ago
  9. 7432b49 mmc: block: Initialize ret in mmc_blk_issue_drv_op() for MMC_DRV_OP_IOCTL by Geert Uytterhoeven · 7 years ago
  10. 17753d1 mmc: sdhci-acpi: Workaround conflict with PCI wifi on GPD Win handheld by Adrian Hunter · 7 years ago
  11. ac7b759 Merge tag 'pinctrl-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 7 years ago
  12. 17ece34 Merge tag 'mmc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 7 years ago
  13. c6b1e36 Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  14. 81e3e04 Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid by Linus Torvalds · 7 years ago
  15. e47c0b9 mmc: dw_mmc: remove the unnecessary slot variable by Jaehoon Chung · 7 years ago
  16. 42f989c mmc: dw_mmc: use the 'slot' instead of 'cur_slot' by Jaehoon Chung · 7 years ago
  17. e4a65ef7 mmc: dw_mmc: remove the 'id' arguments about functions relevant to slot by Jaehoon Chung · 7 years ago
  18. b23475f mmc: dw_mmc: change the array of slots by Jaehoon Chung · 7 years ago
  19. 5887024 mmc: dw_mmc: remove the loop about finding slots by Jaehoon Chung · 7 years ago
  20. d30a8f7 mmc: dw_mmc: deprecated the "num-slots" property by Jaehoon Chung · 7 years ago
  21. 1a12a70 mmc: dw_mmc-rockchip: parse rockchip, desired-num-phases from DT by Shawn Lin · 7 years ago
  22. 6183061 Merge tag 'v4.12-rc7' into devel by Linus Walleij · 7 years ago
  23. 8298912 mmc/block: remove a call to blk_queue_bounce_limit by Christoph Hellwig · 7 years ago
  24. 2fe3596 mmc: renesas-sdhi: improve checkpatch cleanness by Simon Horman · 7 years ago
  25. f2218db mmc: tmio: improve checkpatch cleanness by Simon Horman · 7 years ago
  26. 6cf4156 mmc: sdhci-pci: Enable card detect wake for Intel BYT-related SD controllers by Adrian Hunter · 7 years ago
  27. 03dbaa0 mmc: slot-gpio: Add support to enable irq wake on cd_irq by Adrian Hunter · 7 years ago
  28. d2a4717 mmc: core: Remove MMC_CAP2_HC_ERASE_SZ by Ulf Hansson · 7 years ago
  29. 9820a5b mmc: core: for data errors, take response of stop cmd into account by Wolfram Sang · 8 years ago
  30. a04e6ba mmc: core: check also R1 response for stop commands by Wolfram Sang · 8 years ago
  31. 0796e43 mmc: core: Clarify code for sending CSD by Ulf Hansson · 7 years ago
  32. c92e68d mmc: core: Drop mmc_all_send_cid() and use mmc_send_cxd_native() instead by Ulf Hansson · 7 years ago
  33. a147373 mmc: core: Re-factor code for sending CID by Ulf Hansson · 7 years ago
  34. 3df66e7 mmc: core: Remove redundant code in mmc_send_cid() by Ulf Hansson · 7 years ago
  35. 88bed3a mmc: core: Make mmc_can_reset() static by Ulf Hansson · 7 years ago
  36. d9df173 mmc: core: Move mmc_flush_cache() from core.c to mmc_ops.c by Ulf Hansson · 7 years ago
  37. 0f2c051 mmc: core: Move mmc_interrupt_hpi() from core.c to mmc_ops.c by Ulf Hansson · 7 years ago
  38. 1cf8f7e mmc: core: Move mmc bkops functions from core.c to mmc_ops.c by Ulf Hansson · 7 years ago
  39. 066d9cc mmc: core: Don't export some eMMC specific functions from core.c by Ulf Hansson · 7 years ago
  40. 13ab2a6 mmc: host: omap_hsmmc: use mmc_regulator_get_supply() to get regulators by Kishon Vijay Abraham I · 7 years ago
  41. 86d79da mmc: host: omap_hsmmc: Do not initialize MMC regulators to NULL on error by Kishon Vijay Abraham I · 7 years ago
  42. 4760257 mmc: sdio: Keep card runtime resumed while adding function devices by Adrian Hunter · 7 years ago
  43. 82e7edc mmc: sdio: Tidy error path in mmc_attach_sdio() by Adrian Hunter · 7 years ago
  44. bc55dcd mmc: sdhci-pci: Add support for Intel CNP by Adrian Hunter · 7 years ago
  45. 87317c4 mmc: tmio, renesas-sdhi: update Renesas related copyrights by Simon Horman · 7 years ago
  46. 6106ecf mmc: tmio: use EXPORT_SYMBOL_GPL by Simon Horman · 7 years ago
  47. 7244ac0 mmc: sdhci-acpi: Remove unneeded acpi_bus_get_status() call by Hans de Goede · 7 years ago
  48. 86beb538 mmc: tmio: make sure SDIO gets reinitialized after resume by Wolfram Sang · 7 years ago
  49. c949c90 mmc: sdhci-pci: Use macros in pci_ids definition by Matthias Kraemer · 7 years ago
  50. 667123f mmc: sdhci-esdhc-imx: Remove the ENGcm07207 workaround by Benoît Thébaudeau · 7 years ago
  51. 5143c95 mmc: sdhci-esdhc-imx: Allow all supported prescaler values by Benoît Thébaudeau · 7 years ago
  52. 81a0a8b mmc: sdhci-esdhc-imx: Fix DAT line software reset by Benoît Thébaudeau · 7 years ago
  53. cbb4509 mmc: sdhci-esdhc: Add SDHCI_QUIRK_32BIT_DMA_ADDR by Benoît Thébaudeau · 7 years ago
  54. d04f8d5 mmc: sdhci-esdhc-imx: Fix some English mistakes and typos by Benoît Thébaudeau · 7 years ago
  55. 16f2e0c mmc: mediatek: Fixed size in dma_free_coherent by Phong LE · 7 years ago
  56. c00a231 mmc: bcm2835: fix potential null pointer dereferences by Gustavo A. R. Silva · 7 years ago
  57. d63c2bf mmc: use proper name for the R-Car SoC by Wolfram Sang · 7 years ago
  58. 73a47a9 mmc: core: Use device_property_read instead of of_property_read by David Woods · 7 years ago
  59. 852ff5f mmc: dw_mmc: Use device_property_read instead of of_property_read by David Woods · 7 years ago
  60. 17b1eb7 mmc: sdhci-esdhc-imx: Check the return value from clk_prepare_enable() by Fabio Estevam · 7 years ago
  61. 7322238 mmc: block: fix semicolon.cocci warnings by Wu Fengguang · 7 years ago
  62. 2185bc2 mmc: block: Use __mmc_send_status() and drop get_card_status() by Ulf Hansson · 7 years ago
  63. 0493f6f mmc: block: Move boot partition locking into a driver op by Linus Walleij · 7 years ago
  64. 5ec1239 mmc: block: Move DRV OP issue function by Linus Walleij · 7 years ago
  65. 02166a0 mmc: block: Tag DRV_OPs with a driver operation type by Linus Walleij · 7 years ago
  66. 67e69d5 mmc: block: remove req back pointer by Linus Walleij · 7 years ago
  67. 921579b mmc: sdhi: add CMD23 support to R-Car Gen2 & Gen3 by Wolfram Sang · 7 years ago
  68. 8b22c3c mmc: tmio: add CMD23 support by Wolfram Sang · 7 years ago
  69. f5fdcd1 mmc: tmio: move finish_request function further down by Wolfram Sang · 7 years ago
  70. c592742 mmc: tmio: remove outdated comment by Wolfram Sang · 7 years ago
  71. de2a6bb mmc: tmio: refactor handling mrq by Wolfram Sang · 7 years ago
  72. 10c998e mmc: tmio: make tmio_mmc_request function more readable by Wolfram Sang · 7 years ago
  73. e1df7ae mmc: core: Delete error messages for failed memory allocations by Markus Elfring · 7 years ago
  74. 9b344ba mmc: atmel-mci: Delete an error message for a failed memory allocation by Markus Elfring · 7 years ago
  75. b428e71 mmc: queue: delete mmc_req_is_special() by Linus Walleij · 7 years ago
  76. 3ecd8cf mmc: block: move multi-ioctl() to use block layer by Linus Walleij · 7 years ago
  77. 614f038 mmc: block: move single ioctl() commands to block requests by Linus Walleij · 7 years ago
  78. 829043c mmc: block: Tag is_rpmb as bool by Linus Walleij · 7 years ago
  79. 304419d mmc: core: Allocate per-request data using the block layer core by Linus Walleij · 7 years ago
  80. c3dccb7 mmc: core: Delete bounce buffer Kconfig option by Linus Walleij · 7 years ago
  81. 9d08428 mmc: renesas-sdhi: make renesas_sdhi_sys_dmac main module file by Simon Horman · 7 years ago
  82. b5b6a5f mmc: renesas-sdhi: rename sh_mobile_sdhi.c => renesas_sdhi_core.c by Simon Horman · 7 years ago
  83. c2a9698 mmc: renesas-sdhi: rename tmio_mmc_dma.c => renesas_sdhi_sys_dmac.c by Simon Horman · 7 years ago
  84. 426e95d mmc: tmio: rename tmio_mmc_{pio => core}.c by Simon Horman · 7 years ago
  85. 631fa73 mmc: renesas-sdhi, tmio: make dma more modular by Simon Horman · 7 years ago
  86. b21f13d mmc: tmio: drop filenames from comment at top of source by Simon Horman · 7 years ago
  87. 0eebf9b9 Revert "mmc: dw_mmc: Don't allow Runtime PM for SDIO cards" by Ulf Hansson · 8 years ago
  88. ca8971c mmc: dw_mmc: Prevent runtime PM suspend when SDIO IRQs are enabled by Ulf Hansson · 8 years ago
  89. 32dba73 mmc: dw_mmc: Convert to use MMC_CAP2_SDIO_IRQ_NOTHREAD for SDIO IRQs by Ulf Hansson · 8 years ago
  90. 6826966 mmc: sdio: Add API to manage SDIO IRQs from a workqueue by Ulf Hansson · 8 years ago
  91. e3a8426 mmc: core: Prevent processing SDIO IRQs when none is claimed by Ulf Hansson · 8 years ago
  92. 52c8212 mmc: core: Don't do eMMC HW reset when resuming the eMMC card by Ulf Hansson · 7 years ago
  93. 773a9ef mmc: pwrseq: Add reset callback to the struct mmc_pwrseq_ops by Ulf Hansson · 7 years ago
  94. dada019 mmc: vub3000: add missing USB-descriptor endianness conversions by Johan Hovold · 7 years ago
  95. ef4b160 mmc: atmel-mci: Remove AVR32 bits from the driver by Andy Shevchenko · 7 years ago
  96. 675a7da mmc: sdricoh_cs: remove redundant check if len is non-zero by Colin Ian King · 7 years ago
  97. 940e698c mmc: sdhci-of-arasan: Trivial print fix by Shubhrajyoti Datta · 7 years ago
  98. c37f69f mmc: sdhci-pci: make guid intel_dsm_guid static by Colin Ian King · 7 years ago
  99. fdd050b Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme-base by Christoph Hellwig · 7 years ago
  100. 2483561 mmc: meson-gx: work around broken SDIO with certain WiFi chips by Heiner Kallweit · 7 years ago