1. e47c0b9 mmc: dw_mmc: remove the unnecessary slot variable by Jaehoon Chung · 8 years ago
  2. 42f989c mmc: dw_mmc: use the 'slot' instead of 'cur_slot' by Jaehoon Chung · 8 years ago
  3. e4a65ef7 mmc: dw_mmc: remove the 'id' arguments about functions relevant to slot by Jaehoon Chung · 8 years ago
  4. b23475f mmc: dw_mmc: change the array of slots by Jaehoon Chung · 8 years ago
  5. 5887024 mmc: dw_mmc: remove the loop about finding slots by Jaehoon Chung · 8 years ago
  6. d30a8f7 mmc: dw_mmc: deprecated the "num-slots" property by Jaehoon Chung · 8 years ago
  7. 852ff5f mmc: dw_mmc: Use device_property_read instead of of_property_read by David Woods · 8 years ago
  8. 0eebf9b9 Revert "mmc: dw_mmc: Don't allow Runtime PM for SDIO cards" by Ulf Hansson · 8 years ago
  9. ca8971c mmc: dw_mmc: Prevent runtime PM suspend when SDIO IRQs are enabled by Ulf Hansson · 8 years ago
  10. 32dba73 mmc: dw_mmc: Convert to use MMC_CAP2_SDIO_IRQ_NOTHREAD for SDIO IRQs by Ulf Hansson · 8 years ago
  11. feeef09 mmc: use new core function mmc_get_dma_dir by Heiner Kallweit · 8 years ago
  12. bc2dcc1 mmc: dw_mmc: improve dw_mci_reset a bit by Shawn Lin · 8 years ago
  13. 4dba18d mmc: dw_mmc: move mci_send_cmd forward to avoid declaration by Shawn Lin · 8 years ago
  14. 132b3b6 mmc: dw_mmc: remove declaration of dw_mci_card_busy by Shawn Lin · 8 years ago
  15. 671fa14 mmc: dw_mmc: move dw_mci_get_cd forward to avoid declaration by Shawn Lin · 8 years ago
  16. 8e6db1f mmc: dw_mmc: move dw_mci_ctrl_reset forward to avoid declaration by Shawn Lin · 8 years ago
  17. 4e7392b mmc: dw_mmc: move dw_mci_reset forward to avoid declaration by Shawn Lin · 8 years ago
  18. b6d2d81 mmc: dw_mmc: improve the timeout polling code by Shawn Lin · 8 years ago
  19. a6db2c8 mmc: dw_mmc: Don't allow Runtime PM for SDIO cards by Douglas Anderson · 8 years ago
  20. ce69e2f mmc: dw_mmc: silent verbose log when calling from PM context by Shawn Lin · 8 years ago
  21. d6fced8 mmc: dw_mmc: Add fifo watermark alignment property by Jun Nie · 8 years ago
  22. a0361c1 mmc: dw_mmc: Add fifo address property by Jun Nie · 8 years ago
  23. 0f21c58 mmc: dw_mmc: Remove the public dw_mmc header file by Ulf Hansson · 8 years ago
  24. e9748e0 mmc: dw_mmc: force setup bus if active slots exist by Ziyuan Xu · 8 years ago
  25. e6cd7a8 mmc: dw_mmc: display the clock message only one time when card is polling by Jaehoon Chung · 8 years ago
  26. d10111c mmc: dw_mmc: add the debug message for polling and non-removable by Jaehoon Chung · 8 years ago
  27. 1c238a9 mmc: dw_mmc: check the "present" variable before checking flags by Jaehoon Chung · 8 years ago
  28. df9bcc2 mmc: dw_mmc: add missing codes for runtime resume by Joonyoung Shim · 8 years ago
  29. d3c6aac mmc: delete is_first_req parameter from pre-request callback by Linus Walleij · 8 years ago
  30. b023030 mmc: dw_mmc: The "clock-freq-min-max" property was deprecated by Jaehoon Chung · 8 years ago
  31. 0349c08 mmc: dw_mmc: remove the unnecessary mmc_data structure by Jaehoon Chung · 8 years ago
  32. a4cc7eb mmc: dw_mmc: use the cookie's enum values for post/pre_req() by Jaehoon Chung · 8 years ago
  33. e13c3c0 mmc: dw_mmc: call the dw_mci_prep_stop_abort() by default by Jaehoon Chung · 8 years ago
  34. 8c005b4 mmc: dw_mmc: use the hold register when send stop command by Jaehoon Chung · 8 years ago
  35. 72e8357 mmc: dw_mmc: change the DW_MCI_FREQ_MIN from 400K to 100K by Jaehoon Chung · 8 years ago
  36. 1f4d507 mmc: dw_mmc: fix the debug message for checking card's present by Jaehoon Chung · 8 years ago
  37. 21657ebd mmc: dw_mmc: display the real register value on debugfs by Jaehoon Chung · 8 years ago
  38. 26be9d7 mmc: dw_mmc: fix spelling mistake in dev_dbg message by Colin Ian King · 8 years ago
  39. ed24e1f mmc: dw_mmc: remove system PM callback by Shawn Lin · 8 years ago
  40. 1f5c51d mmc: dw_mmc: disable biu clk if possible by Shawn Lin · 8 years ago
  41. e9ed883 mmc: dw_mmc: add runtime PM callback by Shawn Lin · 8 years ago
  42. 647f80a mmc: dw_mmc: fix the error handling for dma operation by Jaehoon Chung · 8 years ago
  43. 3a667e3 mmc: dw_mmc: add the "reset" as name of reset controller by Jaehoon Chung · 8 years ago
  44. 0f75c40 mmc: dw_mmc: remove the deprecated "supports-highspeed" property by Jaehoon Chung · 8 years ago
  45. 2075356 mmc: dw_mmc: minor cleanup for dw_mci_adjust_fifoth by Shawn Lin · 8 years ago
  46. cc190d4 mmc: dw_mmc: use macro to define ring buffer size by Shawn Lin · 8 years ago
  47. d12d0cb mmc: dw_mmc: fix misleading error print if failing to do DMA transfer by Shawn Lin · 8 years ago
  48. 3b2a067 mmc: dw_mmc: avoid race condition of cpu and IDMAC by Shawn Lin · 8 years ago
  49. ec0baaa mmc: dw_mmc: split out preparation of desc for IDMAC32 and IDMAC64 by Shawn Lin · 8 years ago
  50. e7a1dec mmc: dw_mmc: return -EILSEQ for EBE and SBE error by Shawn Lin · 8 years ago
  51. d6786fe mmc: dw_mmc: add reset support to dwmmc host controller by Guodong Xu · 8 years ago
  52. 7037f3b mmc: dw_mmc: remove the unnecessary IS_ERR() checking for ciu/biu clock by Jaehoon Chung · 9 years ago
  53. 00f400b mmc: dw_mmc: remove parsing for each slot subnode by Shawn Lin · 9 years ago
  54. 005d675 mmc: dw_mmc: fix the spamming log message by Jaehoon Chung · 8 years ago
  55. 6024e16 mmc: dw_mmc: set to MMC_CAP_ERASE by default by Jaehoon Chung · 9 years ago
  56. faecf41 mmc: dw_mmc: fix unmap sg twice when finding data err by Shawn Lin · 9 years ago
  57. 7e4bf1b mmc: dw_mmc: add the card write threshold for HS400 mode by Jaehoon Chung · 9 years ago
  58. 16a3457 mmc: dw_mmc: remove the quirks flags by Jaehoon Chung · 9 years ago
  59. 65257a0 mmc: dw_mmc: remove UBSAN warning in dw_mci_setup_bus() by Seung-Woo Kim · 9 years ago
  60. 46d1795 mmc: dw_mmc: Wait for data transfer after response errors. by Doug Anderson · 9 years ago
  61. e5306c3 mmc: dw_mmc: fix 32bit little-endian access of des1 field by Ben Dooks · 9 years ago
  62. 7a3c567 mmc: dw_mmc: Consider HLE errors to be data and command errors by Doug Anderson · 10 years ago
  63. 56f6911 mmc: dw_mmc: check card present before starting request by Shawn Lin · 9 years ago
  64. c0834a5 mmc: dw_mmc: remove redundant of set_bit and clear_bit by Shawn Lin · 9 years ago
  65. 860951c mmc: host: use the defined function to check whether card is removable by Jaehoon Chung · 9 years ago
  66. 287980e remove lots of IS_ERR_VALUE abuses by Arnd Bergmann · 9 years ago
  67. 225faf8 mmc: dw_mmc: fix the wrong max_blk_size by Jaehoon Chung · 9 years ago
  68. 2edeb85 mmc: dw_mmc: remove setup_clock callback by Shawn Lin · 9 years ago
  69. ab925a3 mmc: dw_mmc: avoid using dmaengine_terminate_all by Shawn Lin · 9 years ago
  70. 8a629d2 mmc: dw_mmc: fix num_slots setting by Shawn Lin · 9 years ago
  71. 345efee mmc: dw_mmc: remove repetitive clear interrupt by Shawn Lin · 9 years ago
  72. 3744415 mmc: dw_mmc: fix err handle of dw_mci_probe by Shawn Lin · 9 years ago
  73. e8cc37b mmc: dw_mmc: remove DW_MCI_QUIRK_BROKEN_CARD_DETECTION quirk by Shawn Lin · 9 years ago
  74. 935a665 mmc: dw_mmc: add hw_reset support by Shawn Lin · 9 years ago
  75. aaaaeb7 mmc: dw_mmc: remove the prepare_command hook by Jaehoon Chung · 9 years ago
  76. 538fdf5 mmc: dw_mmc: remove the MMC_DATA_STREAM flag by Jaehoon Chung · 9 years ago
  77. 01a999e mmc: dw_mmc: remove the unused quirks by Jaehoon Chung · 9 years ago
  78. 260b316 mmc: dw_mmc: use resource_size_t to store physical address by Arnd Bergmann · 9 years ago
  79. 7cc8d58 mmc: dw_mmc: fix the wrong setting for UHS-DDR50 mode by Jaehoon Chung · 9 years ago
  80. 4539d36 mmc: dw_mmc: NULL dereference in error message by Dan Carpenter · 9 years ago
  81. 9979dbe mmc: mmc: extend the mmc_send_tuning() by Chaotian Jing · 9 years ago
  82. 7069275 mmc: dw_mmc: use macro for HCON register operations by Shawn Lin · 9 years ago
  83. 3fc7eae mmc: dw_mmc: Add external dma interface support by Shawn Lin · 9 years ago
  84. e0848f5 mmc: dw_mmc: Use mmc_regulator_set_vqmmc in start_signal_voltage_switch by Douglas Anderson · 9 years ago
  85. 57e1048 mmc: dw_mmc: add quirk for broken data transfer over scheme by Addy Ke · 9 years ago
  86. 40a7a46 mmc: dw_mmc: print the message for deprecated property by Jaehoon Chung · 9 years ago
  87. 2b708df mmc: dw_mmc: remove the unused blk_setting by Jaehoon Chung · 9 years ago
  88. 9e747b7 mmc: dw_mmc: fix the wrong condition checking by Jaehoon Chung · 9 years ago
  89. 575c319 mmc: dw_mmc: fix pio mode when internal dmac is enabled by Heiko Stuebner · 9 years ago
  90. 0e3a22c mmc: dw_mmc: Fix coding style issues by Shawn Lin · 9 years ago
  91. 5959b32 mmc: dw_mmc: handle data blocks > than 4kB if IDMAC is used by Alexey Brodkin · 10 years ago
  92. 048fd7e mmc: dw_mmc: insmod followed by rmmod will hung for eMMC by Prabu Thangamuthu · 10 years ago
  93. eff8f2f mmc: dw_mmc: Use core to handle absent write protect line by Lars-Peter Clausen · 10 years ago
  94. 8f7849c mmc: dw_mmc: add switch_voltage by Zhangfei Gao · 10 years ago
  95. 4de3bf6 mmc: dw_mmc: dw_mci_get_cd check MMC_CAP_NONREMOVABLE by Zhangfei Gao · 10 years ago
  96. 4b24472 mmc: dw_mmc: init desc in dw_mci_idmac_init by Zhangfei Gao · 10 years ago
  97. 49ba030 mmc: dw_mmc: Add locking around cmd11 timer by Doug Anderson · 10 years ago
  98. fd67419 mmc: dw_mmc: Add a return in an unexpected cmd11 timeout by Doug Anderson · 10 years ago
  99. 8886a6f mmc: dw_mmc: Increase cmd11 timeout to 500ms by Doug Anderson · 10 years ago
  100. 76184ac mmc: dw_mmc: fix fifo ordering in big endian by Ben Dooks · 10 years ago