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. df206c3 mmc: omap_hsmmc: remove unused get_context_loss_count callback by Andreas Fenkart · 10 years ago
  7. e5aafa2 mmc: omap_hsmmc: remove never read power_saving field in omap2_hsmmc_info by Andreas Fenkart · 10 years ago
  8. bb09d15 mmc: omap_hsmmc: remove un-initialized callbacks from platform data by Andreas Fenkart · 10 years ago
  9. a74fecd mmc: omap_hsmmc: remove unused fields in platform_data by Andreas Fenkart · 10 years ago
  10. 5514343 ARM: OMAP1/2+: MMC: separate platform data for mmc and mmc hs driver by Andreas Fenkart · 10 years ago
  11. 826c71a ARM: OMAP2: MMC: include mmc-omap platform header directly by Andreas Fenkart · 10 years ago
  12. b5b64fa mmc: atmel-mci: adopt pinctrl support by Wenyou Yang · 10 years ago
  13. e9fb05d mmc: sdhci: Add HS400 support to SDHCI driver by Adrian Hunter · 10 years ago
  14. 549c0b1 mmc: sdhci: Clear also HS400 1.2V capability if 1.2V is not supported by Adrian Hunter · 10 years ago
  15. 4bb7431 mmc: sdhci: Fix vqmmc error setting by Adrian Hunter · 10 years ago
  16. 04834a7 mmc: sdhci: Remove unused SDHCI_CTRL_HS_SDR200 by Adrian Hunter · 10 years ago
  17. 69d99fd mmc: dw_mmc: Add IDMAC 64-bit address mode support by Prabu Thangamuthu · 10 years ago
  18. e765bfa mmc: sdhci-pci: enable sdhci doesn't support hs200 quirk for AMD sdhci by Vincent Wan · 10 years ago
  19. d44f88d mmc: sdhci-pci: enable the clear transfer mode register quirk for AMD sdhci by Vincent Wan · 10 years ago
  20. 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
  21. ad89fcb mmc: core: use mmc_send_status to check hw_reset by Johan Rudholm · 10 years ago
  22. cd0cfdd mmc: sdhci-s3c: Check if clk_set_rate() succeeds by Mark Brown · 10 years ago
  23. ae552ab mmc: atmel-mci: add runtime pm support by Wenyou Yang · 10 years ago
  24. 3ee14bf mmc: mmc_test: Extend "Badly aligned" tests for 8-byte alignment by Adrian Hunter · 10 years ago
  25. 3828eca mmc: sdhci-pci: Add 64-bit DMA support by Adrian Hunter · 10 years ago
  26. 4f64f84 mmc: sdhci-acpi: Add 64-bit DMA support by Adrian Hunter · 10 years ago
  27. e57a5f6 mmc: sdhci: Add 64-bit ADMA support by Adrian Hunter · 10 years ago
  28. 0545230 mmc: sdhci: Define ADMA descriptor structure by Adrian Hunter · 10 years ago
  29. 739d46d mmc: sdhci: Define ADMA constants by Adrian Hunter · 10 years ago
  30. 4fb213f mmc: sdhci: Define maximum segments by Adrian Hunter · 10 years ago
  31. 76fe379 mmc: sdhci: Parameterize ADMA sizes and alignment by Adrian Hunter · 10 years ago
  32. 1c3d5f6 mmc: sdhci: Use 'void *' for not 'u8 *' for ADMA data by Adrian Hunter · 10 years ago
  33. b5ffa67 mmc: sdhci: Add sdhci_adma_mark_end() by Adrian Hunter · 10 years ago
  34. 4efaa6f mmc: sdhci: Rename adma_desc to adma_table by Adrian Hunter · 10 years ago
  35. 08621b1 mmc: sdhci: Rename two ADMA-related functions for consistency by Adrian Hunter · 10 years ago
  36. b521cf3 mmc: sdhci: Fix ADMA table size warning by Adrian Hunter · 10 years ago
  37. 8be78c6 mmc: sdhci: Fix ADMA page boundary warnings by Adrian Hunter · 10 years ago
  38. c09df94 mmc: sdhci: Fix incorrect ADMA2 descriptor table size by Adrian Hunter · 10 years ago
  39. 76d5556 mmc: host: atmel-mci: Add support for non-removable slots by Timo Kokkonen · 10 years ago
  40. 0654bb3 mmc: sdhci-pxav3: Document clocks and additional clock-names property by Sebastian Hesselbarth · 10 years ago
  41. 8afdc9c mmc: sdhci-pxav3: Get optional core clock by Sebastian Hesselbarth · 10 years ago
  42. 01ae107 mmc: sdhci-pxav3: Try to get named I/O clock first by Sebastian Hesselbarth · 10 years ago
  43. 8c96a7a mmc: sdhci-pxav3: Move I/O clock to private data by Sebastian Hesselbarth · 10 years ago
  44. b1df9de mmc: sdhci-of-arasan: Omit superfluous error messages by Mike Looijmans · 10 years ago
  45. 22b7870 mmc: core: Convert to use kzalloc() for CXD register buffers by Ulf Hansson · 10 years ago
  46. 601ed60 mmc: core: Don't handle buffers on stack while fetching CXD registers by Ulf Hansson · 10 years ago
  47. 2fc91e8 mmc: core: Remove the redundant mmc_send_ext_csd() API by Ulf Hansson · 10 years ago
  48. b2cada7 mmc: core: Use mmc_get_ext_csd() instead of mmc_send_ext_csd() by Ulf Hansson · 10 years ago
  49. 86817ff mmc: block: Use mmc_get_ext_csd() instead of mmc_send_ext_csd() by Ulf Hansson · 10 years ago
  50. e21aa51 mmc: core: Export mmc_get_ext_csd() by Ulf Hansson · 10 years ago
  51. 2fd322a mmc: core: Don't panic when fetching EXT_CSD by Ulf Hansson · 10 years ago
  52. c197787 mmc: core: Let's callers of from mmc_get_ext_csd() do error handling by Ulf Hansson · 10 years ago
  53. 076ec38 mmc: core: Fetch and decode EXT_CSD from mmc_read_ext_csd() by Ulf Hansson · 10 years ago
  54. 148bcab mmc: core: Add helper function for EXT_CSD support by Ulf Hansson · 10 years ago
  55. a1fc444 mmc: core: Remove unnecessary 'out of memory' message by Ulf Hansson · 10 years ago
  56. 9e304d6 mmc: core: Remove redundant check of max_dtr while selecting timings by Ulf Hansson · 10 years ago
  57. 56d09b1 mmc: core: Remove redundant check while selecting powerclass by Ulf Hansson · 10 years ago
  58. fd372f7 mmc: core: Remove duplicated definition of mmc_send_ext_csd() by Ulf Hansson · 10 years ago
  59. 00b41b5 mmc: core: Remove mmc_free_ext_csd() by Ulf Hansson · 10 years ago
  60. 6130e7a mmc: dw_mmc: Remove old card detect infrastructure by Doug Anderson · 10 years ago
  61. 51d3460 mmc: core: silence a shift wrapping warning by Dan Carpenter · 10 years ago
  62. 5d0e119 mmc: sdhci-of-arasan: Use signed formatting in error messages by Mike Looijmans · 10 years ago
  63. 4df10e0 avr32: remove mach/atmel-mci.h by Alexandre Belloni · 10 years ago
  64. 1933688 ARM: at91: remove mach/atmel-mci.h by Alexandre Belloni · 10 years ago
  65. 9cbef73 mmc: atmel-mci: move mach header to platform_data by Alexandre Belloni · 10 years ago
  66. 0f76242 mmc: core: Report firmware version for eMMC 5.0 devices. by Gwendal Grignou · 10 years ago
  67. e779107 mmc: dw_mmc: rockchip: Don't recalc the clock when it goes off by Doug Anderson · 10 years ago
  68. b19caf3 mmc: dw_mmc: Change signal voltage error to dev_dbg() by Doug Anderson · 10 years ago
  69. 536f6b9 mmc: dw_mmc: Reset DMA before enabling IDMAC by Sonny Rao · 10 years ago
  70. 390e316 mmc: core: Remove unused mmc_list_to_card() macro by Ulf Hansson · 10 years ago
  71. fc95e30 mmc: block: Use dev_set|get_drvdata() by Ulf Hansson · 10 years ago
  72. eaaceb6 mmc: msm_sdcc: Use platform_set|get_drvdata by Ulf Hansson · 10 years ago
  73. 6685ac6 mmc: core: Convert mmc_driver to device_driver by Ulf Hansson · 10 years ago
  74. 0967edc mmc: core: Convert the mmc_driver to use the modern PM ops by Ulf Hansson · 10 years ago
  75. 433b7b1 mmc: core: Don't export the to_sdio_driver macro by Ulf Hansson · 10 years ago
  76. d99903c mmc: core: Remove superfluous ifdefs for SDIO bus' PM callbacks by Ulf Hansson · 10 years ago
  77. 20d5a70 mmc: sdhci-pxav3: Remove checks for mandatory host clock by Sebastian Hesselbarth · 10 years ago
  78. ff8878f mmc: sdhci-pxav3: Remove unused clk_enable from sdhci_pxa by Sebastian Hesselbarth · 10 years ago
  79. cc9571e mmc: sdhci-pxav3: Move private driver data to driver source by Sebastian Hesselbarth · 10 years ago
  80. 668e84b mmc: sdhci-pxav3: Respect MMC_DDR52 timing on uhs signaling by Sebastian Hesselbarth · 10 years ago
  81. 6a686c3 mmc: sdhci-pxav2: Drop unused struct sdhci_pxa by Sebastian Hesselbarth · 10 years ago
  82. 05e07d8 mmc: sunxi: Remove unused includes of linux/clk-private.h by Tomeu Vizoso · 10 years ago
  83. b5c16a6 mmc: mmci: fix mmci_post_request by Srinivas Kandagatla · 10 years ago
  84. 64b12a6 mmc: core: fix prepared requests while doing bkops by Srinivas Kandagatla · 10 years ago
  85. 4b75bff mmc: core: Fix error paths and messages in mmc_init_card by Andrew Gabbasov · 10 years ago
  86. fc75b70 mmc: core: Add debug message for SET_BLOCK_COUNT result by Andrew Gabbasov · 10 years ago
  87. cce411e mmc: core: Initialize SET_BLOCK_COUNT request fields by Andrew Gabbasov · 10 years ago
  88. fce9d33 mmc: sdhci: fix error conditions for controller reset by Andrew Gabbasov · 10 years ago
  89. fbfaf03 mmc: sdhci: Balance vmmc regulator_disable() by Andrew Gabbasov · 10 years ago
  90. cd529af mmc: sdhci-esdhc-imx: don't exit in case of no pinctrl states by Dirk Behme · 10 years ago
  91. 18a0980 mmc: mxcmmc: fix the default value for available voltages into mxcmci_probe by Matteo Facchinetti · 10 years ago
  92. adfa570 mmc: mxcmmc: fix race condition when dma finish a data transfer by Matteo Facchinetti · 10 years ago
  93. 6380ea0 mmc: sdhci-pci-o2micro: Fix Dell E5440 issue by Peter Guo · 10 years ago
  94. 0031a98 mmc: block: add newline to sysfs display of force_ro by Baruch Siach · 10 years ago
  95. 206c5f6 Linux 3.18-rc4 by Linus Torvalds · 10 years ago
  96. ee867cf Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  97. b1f368b Merge tag 'armsoc-for-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  98. a315780 Merge branch 'devicetree/merge' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux by Linus Torvalds · 10 years ago
  99. c4c23fb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  100. 0b0c7db Merge tag 'driver-core-3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago