summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/dw_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-25mmc: dw_mmc: set to MMC_CAP_ERASE by defaultJaehoon Chung1-0/+6
2016-07-25mmc: dw_mmc: fix unmap sg twice when finding data errShawn Lin1-2/+4
2016-07-25mmc: dw_mmc: add the card write threshold for HS400 modeJaehoon Chung1-11/+23
2016-07-25mmc: dw_mmc: remove the quirks flagsJaehoon Chung1-11/+5
2016-07-25mmc: dw_mmc: remove UBSAN warning in dw_mci_setup_bus()Seung-Woo Kim1-9/+5
2016-07-25mmc: dw_mmc: Wait for data transfer after response errors.Doug Anderson1-0/+27
2016-07-25mmc: dw_mmc: fix 32bit little-endian access of des1 fieldBen Dooks1-1/+1
2016-07-25mmc: dw_mmc: Consider HLE errors to be data and command errorsDoug Anderson1-3/+3
2016-07-25mmc: dw_mmc: check card present before starting requestShawn Lin1-3/+4
2016-07-25mmc: dw_mmc: remove redundant of set_bit and clear_bitShawn Lin1-4/+1
2016-07-25mmc: host: use the defined function to check whether card is removableJaehoon Chung1-2/+1
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann1-3/+3
2016-05-23mmc: dw_mmc: fix the wrong max_blk_sizeJaehoon Chung1-3/+3
2016-05-02mmc: dw_mmc: remove setup_clock callbackShawn Lin1-9/+0
2016-05-02mmc: dw_mmc: avoid using dmaengine_terminate_allShawn Lin1-1/+1
2016-02-29mmc: dw_mmc: fix num_slots settingShawn Lin1-13/+10
2016-02-29mmc: dw_mmc: remove repetitive clear interruptShawn Lin1-1/+0
2016-02-29mmc: dw_mmc: fix err handle of dw_mci_probeShawn Lin1-2/+4
2016-02-29mmc: dw_mmc: remove DW_MCI_QUIRK_BROKEN_CARD_DETECTION quirkShawn Lin1-25/+10
2016-02-29mmc: dw_mmc: add hw_reset supportShawn Lin1-0/+29
2016-02-29mmc: dw_mmc: remove the prepare_command hookJaehoon Chung1-3/+2
2016-02-29mmc: dw_mmc: remove the MMC_DATA_STREAM flagJaehoon Chung1-2/+0
2016-01-05mmc: dw_mmc: remove the unused quirksJaehoon Chung1-19/+0
2015-12-22mmc: dw_mmc: use resource_size_t to store physical addressArnd Bergmann1-1/+1
2015-10-29mmc: dw_mmc: fix the wrong setting for UHS-DDR50 modeJaehoon Chung1-0/+1
2015-10-29mmc: dw_mmc: NULL dereference in error messageDan Carpenter1-3/+1
2015-10-27mmc: mmc: extend the mmc_send_tuning()Chaotian Jing1-1/+1
2015-10-26mmc: dw_mmc: use macro for HCON register operationsShawn Lin1-3/+3
2015-10-26mmc: dw_mmc: Add external dma interface supportShawn Lin1-52/+216
2015-10-26mmc: dw_mmc: Use mmc_regulator_set_vqmmc in start_signal_voltage_switchDouglas Anderson1-11/+6
2015-08-17mmc: dw_mmc: add quirk for broken data transfer over schemeAddy Ke1-2/+62
2015-08-17mmc: dw_mmc: print the message for deprecated propertyJaehoon Chung1-1/+3
2015-08-17mmc: dw_mmc: remove the unused blk_settingJaehoon Chung1-21/+13
2015-08-17mmc: dw_mmc: fix the wrong condition checkingJaehoon Chung1-1/+1
2015-08-17mmc: dw_mmc: fix pio mode when internal dmac is enabledHeiko Stuebner1-13/+14
2015-08-17mmc: dw_mmc: Fix coding style issuesShawn Lin1-34/+56
2015-08-17mmc: dw_mmc: handle data blocks > than 4kB if IDMAC is usedAlexey Brodkin1-38/+71
2015-06-12mmc: dw_mmc: insmod followed by rmmod will hung for eMMCPrabu Thangamuthu1-3/+3
2015-06-01mmc: dw_mmc: Use core to handle absent write protect lineLars-Peter Clausen1-36/+17
2015-06-01mmc: dw_mmc: add switch_voltageZhangfei Gao1-0/+4
2015-05-08mmc: dw_mmc: dw_mci_get_cd check MMC_CAP_NONREMOVABLEZhangfei Gao1-1/+2
2015-05-08mmc: dw_mmc: init desc in dw_mci_idmac_initZhangfei Gao1-1/+3
2015-04-09mmc: dw_mmc: Add locking around cmd11 timerDoug Anderson1-3/+21
2015-04-09mmc: dw_mmc: Add a return in an unexpected cmd11 timeoutDoug Anderson1-2/+4
2015-04-09mmc: dw_mmc: Increase cmd11 timeout to 500msDoug Anderson1-3/+5
2015-04-09mmc: dw_mmc: fix fifo ordering in big endianBen Dooks1-35/+24
2015-04-09mmc: dw_mmc: change idmac descriptor files to __le32Ben Dooks1-15/+16
2015-03-31mmc: dw_mmc: Don't try to enable the CD until we're sure we're not deferringDoug Anderson1-3/+3
2015-03-31mmc: dw_mmc: Add a timeout for sending CMD11Doug Anderson1-0/+26
2015-03-31mmc: dw_mmc: enable card read threshold when mode is HS400Jaehoon Chung1-0/+1