1. 2d079c4 mmc: core: consistent handling of initial values by Johan Rudholm · 10 years ago
  2. 80412ca mmc: omap_hsmmc: remove unused slot_id parameter by Andreas Fenkart · 10 years ago
  3. b5cd43f mmc: omap_hsmmc: Remove unnecessary callbacks from platform data by Andreas Fenkart · 10 years ago
  4. 1e363e3 mmc: omap_hsmmc: pass mmc_priv struct to gpio init / free by Andreas Fenkart · 10 years ago
  5. 326119c mmc: omap_hsmmc: remove unnecessary omap_hsmmc_slot_data indirection by Andreas Fenkart · 10 years ago
  6. bb09d15 mmc: omap_hsmmc: remove un-initialized callbacks from platform data by Andreas Fenkart · 10 years ago
  7. 5514343 ARM: OMAP1/2+: MMC: separate platform data for mmc and mmc hs driver by Andreas Fenkart · 10 years ago
  8. b5b64fa mmc: atmel-mci: adopt pinctrl support by Wenyou Yang · 10 years ago
  9. e9fb05d mmc: sdhci: Add HS400 support to SDHCI driver by Adrian Hunter · 10 years ago
  10. 549c0b1 mmc: sdhci: Clear also HS400 1.2V capability if 1.2V is not supported by Adrian Hunter · 10 years ago
  11. 4bb7431 mmc: sdhci: Fix vqmmc error setting by Adrian Hunter · 10 years ago
  12. 04834a7 mmc: sdhci: Remove unused SDHCI_CTRL_HS_SDR200 by Adrian Hunter · 10 years ago
  13. 69d99fd mmc: dw_mmc: Add IDMAC 64-bit address mode support by Prabu Thangamuthu · 10 years ago
  14. e765bfa mmc: sdhci-pci: enable sdhci doesn't support hs200 quirk for AMD sdhci by Vincent Wan · 10 years ago
  15. d44f88d mmc: sdhci-pci: enable the clear transfer mode register quirk for AMD sdhci by Vincent Wan · 10 years ago
  16. 9b8ffea mmc: sdhci: Add a quirk for AMD SDHC transfer mode register need to be cleared for cmd without data by Vincent Wan · 10 years ago
  17. ad89fcb mmc: core: use mmc_send_status to check hw_reset by Johan Rudholm · 10 years ago
  18. cd0cfdd mmc: sdhci-s3c: Check if clk_set_rate() succeeds by Mark Brown · 10 years ago
  19. ae552ab mmc: atmel-mci: add runtime pm support by Wenyou Yang · 10 years ago
  20. 3ee14bf mmc: mmc_test: Extend "Badly aligned" tests for 8-byte alignment by Adrian Hunter · 10 years ago
  21. 3828eca mmc: sdhci-pci: Add 64-bit DMA support by Adrian Hunter · 10 years ago
  22. 4f64f84 mmc: sdhci-acpi: Add 64-bit DMA support by Adrian Hunter · 10 years ago
  23. e57a5f6 mmc: sdhci: Add 64-bit ADMA support by Adrian Hunter · 10 years ago
  24. 0545230 mmc: sdhci: Define ADMA descriptor structure by Adrian Hunter · 10 years ago
  25. 739d46d mmc: sdhci: Define ADMA constants by Adrian Hunter · 10 years ago
  26. 4fb213f mmc: sdhci: Define maximum segments by Adrian Hunter · 10 years ago
  27. 76fe379 mmc: sdhci: Parameterize ADMA sizes and alignment by Adrian Hunter · 10 years ago
  28. 1c3d5f6 mmc: sdhci: Use 'void *' for not 'u8 *' for ADMA data by Adrian Hunter · 10 years ago
  29. b5ffa67 mmc: sdhci: Add sdhci_adma_mark_end() by Adrian Hunter · 10 years ago
  30. 4efaa6f mmc: sdhci: Rename adma_desc to adma_table by Adrian Hunter · 10 years ago
  31. 08621b1 mmc: sdhci: Rename two ADMA-related functions for consistency by Adrian Hunter · 10 years ago
  32. b521cf3 mmc: sdhci: Fix ADMA table size warning by Adrian Hunter · 10 years ago
  33. 8be78c6 mmc: sdhci: Fix ADMA page boundary warnings by Adrian Hunter · 10 years ago
  34. c09df94 mmc: sdhci: Fix incorrect ADMA2 descriptor table size by Adrian Hunter · 10 years ago
  35. 76d5556 mmc: host: atmel-mci: Add support for non-removable slots by Timo Kokkonen · 10 years ago
  36. 8afdc9c mmc: sdhci-pxav3: Get optional core clock by Sebastian Hesselbarth · 10 years ago
  37. 01ae107 mmc: sdhci-pxav3: Try to get named I/O clock first by Sebastian Hesselbarth · 10 years ago
  38. 8c96a7a mmc: sdhci-pxav3: Move I/O clock to private data by Sebastian Hesselbarth · 10 years ago
  39. b1df9de mmc: sdhci-of-arasan: Omit superfluous error messages by Mike Looijmans · 10 years ago
  40. 22b7870 mmc: core: Convert to use kzalloc() for CXD register buffers by Ulf Hansson · 10 years ago
  41. 601ed60 mmc: core: Don't handle buffers on stack while fetching CXD registers by Ulf Hansson · 10 years ago
  42. 2fc91e8 mmc: core: Remove the redundant mmc_send_ext_csd() API by Ulf Hansson · 10 years ago
  43. b2cada7 mmc: core: Use mmc_get_ext_csd() instead of mmc_send_ext_csd() by Ulf Hansson · 10 years ago
  44. 86817ff mmc: block: Use mmc_get_ext_csd() instead of mmc_send_ext_csd() by Ulf Hansson · 10 years ago
  45. e21aa51 mmc: core: Export mmc_get_ext_csd() by Ulf Hansson · 10 years ago
  46. 2fd322a mmc: core: Don't panic when fetching EXT_CSD by Ulf Hansson · 10 years ago
  47. c197787 mmc: core: Let's callers of from mmc_get_ext_csd() do error handling by Ulf Hansson · 10 years ago
  48. 076ec38 mmc: core: Fetch and decode EXT_CSD from mmc_read_ext_csd() by Ulf Hansson · 10 years ago
  49. 148bcab mmc: core: Add helper function for EXT_CSD support by Ulf Hansson · 10 years ago
  50. a1fc444 mmc: core: Remove unnecessary 'out of memory' message by Ulf Hansson · 10 years ago
  51. 9e304d6 mmc: core: Remove redundant check of max_dtr while selecting timings by Ulf Hansson · 10 years ago
  52. 56d09b1 mmc: core: Remove redundant check while selecting powerclass by Ulf Hansson · 10 years ago
  53. fd372f7 mmc: core: Remove duplicated definition of mmc_send_ext_csd() by Ulf Hansson · 10 years ago
  54. 00b41b5 mmc: core: Remove mmc_free_ext_csd() by Ulf Hansson · 10 years ago
  55. 6130e7a mmc: dw_mmc: Remove old card detect infrastructure by Doug Anderson · 10 years ago
  56. 51d3460 mmc: core: silence a shift wrapping warning by Dan Carpenter · 10 years ago
  57. 5d0e119 mmc: sdhci-of-arasan: Use signed formatting in error messages by Mike Looijmans · 10 years ago
  58. 9cbef73 mmc: atmel-mci: move mach header to platform_data by Alexandre Belloni · 10 years ago
  59. 0f76242 mmc: core: Report firmware version for eMMC 5.0 devices. by Gwendal Grignou · 10 years ago
  60. e779107 mmc: dw_mmc: rockchip: Don't recalc the clock when it goes off by Doug Anderson · 10 years ago
  61. b19caf3 mmc: dw_mmc: Change signal voltage error to dev_dbg() by Doug Anderson · 10 years ago
  62. 536f6b9 mmc: dw_mmc: Reset DMA before enabling IDMAC by Sonny Rao · 10 years ago
  63. fc95e30 mmc: block: Use dev_set|get_drvdata() by Ulf Hansson · 10 years ago
  64. eaaceb6 mmc: msm_sdcc: Use platform_set|get_drvdata by Ulf Hansson · 10 years ago
  65. 6685ac6 mmc: core: Convert mmc_driver to device_driver by Ulf Hansson · 10 years ago
  66. 0967edc mmc: core: Convert the mmc_driver to use the modern PM ops by Ulf Hansson · 10 years ago
  67. 433b7b1 mmc: core: Don't export the to_sdio_driver macro by Ulf Hansson · 10 years ago
  68. d99903c mmc: core: Remove superfluous ifdefs for SDIO bus' PM callbacks by Ulf Hansson · 10 years ago
  69. 20d5a70 mmc: sdhci-pxav3: Remove checks for mandatory host clock by Sebastian Hesselbarth · 10 years ago
  70. ff8878f mmc: sdhci-pxav3: Remove unused clk_enable from sdhci_pxa by Sebastian Hesselbarth · 10 years ago
  71. cc9571e mmc: sdhci-pxav3: Move private driver data to driver source by Sebastian Hesselbarth · 10 years ago
  72. 668e84b mmc: sdhci-pxav3: Respect MMC_DDR52 timing on uhs signaling by Sebastian Hesselbarth · 10 years ago
  73. 6a686c3 mmc: sdhci-pxav2: Drop unused struct sdhci_pxa by Sebastian Hesselbarth · 10 years ago
  74. 05e07d8 mmc: sunxi: Remove unused includes of linux/clk-private.h by Tomeu Vizoso · 10 years ago
  75. b5c16a6 mmc: mmci: fix mmci_post_request by Srinivas Kandagatla · 10 years ago
  76. 64b12a6 mmc: core: fix prepared requests while doing bkops by Srinivas Kandagatla · 10 years ago
  77. 4b75bff mmc: core: Fix error paths and messages in mmc_init_card by Andrew Gabbasov · 10 years ago
  78. fc75b70 mmc: core: Add debug message for SET_BLOCK_COUNT result by Andrew Gabbasov · 10 years ago
  79. cce411e mmc: core: Initialize SET_BLOCK_COUNT request fields by Andrew Gabbasov · 10 years ago
  80. fce9d33 mmc: sdhci: fix error conditions for controller reset by Andrew Gabbasov · 10 years ago
  81. fbfaf03 mmc: sdhci: Balance vmmc regulator_disable() by Andrew Gabbasov · 10 years ago
  82. cd529af mmc: sdhci-esdhc-imx: don't exit in case of no pinctrl states by Dirk Behme · 10 years ago
  83. 18a0980 mmc: mxcmmc: fix the default value for available voltages into mxcmci_probe by Matteo Facchinetti · 10 years ago
  84. adfa570 mmc: mxcmmc: fix race condition when dma finish a data transfer by Matteo Facchinetti · 10 years ago
  85. 6380ea0 mmc: sdhci-pci-o2micro: Fix Dell E5440 issue by Peter Guo · 10 years ago
  86. 0031a98 mmc: block: add newline to sysfs display of force_ro by Baruch Siach · 10 years ago
  87. a31b0c6 mmc: core: fix card detection regression by Kristina Martsenko · 10 years ago
  88. e75437f Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  89. f43b179 Merge tag 'mmc-v3.18-1' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 10 years ago
  90. 8024379 mmc: sdhci-acpi: Fix Braswell eMMC timeout clock frequency by Adrian Hunter · 10 years ago
  91. 7dafca8 mmc: sdhci-acpi: Pass HID and UID to probe_slot by Adrian Hunter · 10 years ago
  92. 3db3525 mmc: sdhci-acpi: Get UID directly from acpi_device by Adrian Hunter · 10 years ago
  93. b277da0 block: disable entropy contributions for nonrot devices by Mike Snitzer · 10 years ago
  94. b3f635a mmc, sdhci, bcm-kona, LLVMLinux: Remove use of __initconst by Behan Webster · 10 years ago
  95. a06586b mmc: sdhci-pci: Fix Braswell eMMC timeout clock frequency by Adrian Hunter · 10 years ago
  96. f5fa92e mmc: sdhci: Let a driver override timeout clock frequency by Adrian Hunter · 10 years ago
  97. ff59c52 mmc: sdhci-pci: Add Bay Trail and Braswell SD card detect by Adrian Hunter · 10 years ago
  98. e58e4a0 mmc: sdhci-pci: Set SDHCI_QUIRK2_STOP_WITH_TC for Intel BYT host controllers by Adrian Hunter · 10 years ago
  99. 7147eaf mmc: sdhci-acpi: Add a HID and UID for a SD Card host controller by Adrian Hunter · 10 years ago
  100. 934e31b mmc: sdhci-acpi: Set SDHCI_QUIRK2_STOP_WITH_TC for Intel host controllers by Adrian Hunter · 10 years ago