summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/dw_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: dw_mmc: Fix issue with uninitialized dma_slave_configTony Lindgren2021-09-221-0/+1
* mmc: dw_mmc: Fix hang on data CRC errorVincent Whitchurch2021-08-261-3/+3
* mmc: dw_mmc: call the dw_mci_prep_stop_abort() by defaultJaehoon Chung2021-08-261-10/+5
* mmc: dw_mmc: Fix occasional hang after tuning on eMMCDouglas Anderson2019-08-061-2/+1
* mmc: dw_mmc: update actual clock for mmc debugfsShawn Lin2018-08-031-0/+4
* mmc: dw_mmc: fix card threshold control configurationx002701702018-07-171-3/+4
* mmc: dw_mmc: fix falling from idmac to PIO mode when dw_mci_reset occursEvgeniy Didin2018-03-281-2/+4
* mmc: dw_mmc: Use device_property_read instead of of_property_readDavid Woods2017-08-111-10/+10
* mmc: dw_mmc: fix the error handling for dma operationJaehoon Chung2016-11-211-0/+1
* mmc: dw_mmc: add the "reset" as name of reset controllerJaehoon Chung2016-11-071-1/+1
* mmc: dw_mmc: remove the deprecated "supports-highspeed" propertyJaehoon Chung2016-09-261-5/+0
* mmc: dw_mmc: minor cleanup for dw_mci_adjust_fifothShawn Lin2016-09-261-4/+1
* mmc: dw_mmc: use macro to define ring buffer sizeShawn Lin2016-09-261-5/+10
* mmc: dw_mmc: fix misleading error print if failing to do DMA transferShawn Lin2016-09-261-2/+4
* mmc: dw_mmc: avoid race condition of cpu and IDMACShawn Lin2016-09-261-79/+129
* mmc: dw_mmc: split out preparation of desc for IDMAC32 and IDMAC64Shawn Lin2016-09-261-70/+79
* mmc: dw_mmc: return -EILSEQ for EBE and SBE errorShawn Lin2016-09-261-2/+2
* mmc: dw_mmc: add reset support to dwmmc host controllerGuodong Xu2016-09-261-1/+22
* mmc: dw_mmc: remove the unnecessary IS_ERR() checking for ciu/biu clockJaehoon Chung2016-09-261-9/+4
* mmc: dw_mmc: remove parsing for each slot subnodeShawn Lin2016-09-261-43/+0
* mmc: dw_mmc: fix the spamming log messageJaehoon Chung2016-09-221-5/+9
* mmc: dw_mmc: set to MMC_CAP_ERASE by defaultJaehoon Chung2016-07-251-0/+6
* mmc: dw_mmc: fix unmap sg twice when finding data errShawn Lin2016-07-251-2/+4
* mmc: dw_mmc: add the card write threshold for HS400 modeJaehoon Chung2016-07-251-11/+23
* mmc: dw_mmc: remove the quirks flagsJaehoon Chung2016-07-251-11/+5
* mmc: dw_mmc: remove UBSAN warning in dw_mci_setup_bus()Seung-Woo Kim2016-07-251-9/+5
* mmc: dw_mmc: Wait for data transfer after response errors.Doug Anderson2016-07-251-0/+27
* mmc: dw_mmc: fix 32bit little-endian access of des1 fieldBen Dooks2016-07-251-1/+1
* mmc: dw_mmc: Consider HLE errors to be data and command errorsDoug Anderson2016-07-251-3/+3
* mmc: dw_mmc: check card present before starting requestShawn Lin2016-07-251-3/+4
* mmc: dw_mmc: remove redundant of set_bit and clear_bitShawn Lin2016-07-251-4/+1
* mmc: host: use the defined function to check whether card is removableJaehoon Chung2016-07-251-2/+1
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-271-3/+3
* mmc: dw_mmc: fix the wrong max_blk_sizeJaehoon Chung2016-05-231-3/+3
* mmc: dw_mmc: remove setup_clock callbackShawn Lin2016-05-021-9/+0
* mmc: dw_mmc: avoid using dmaengine_terminate_allShawn Lin2016-05-021-1/+1
* mmc: dw_mmc: fix num_slots settingShawn Lin2016-02-291-13/+10
* mmc: dw_mmc: remove repetitive clear interruptShawn Lin2016-02-291-1/+0
* mmc: dw_mmc: fix err handle of dw_mci_probeShawn Lin2016-02-291-2/+4
* mmc: dw_mmc: remove DW_MCI_QUIRK_BROKEN_CARD_DETECTION quirkShawn Lin2016-02-291-25/+10
* mmc: dw_mmc: add hw_reset supportShawn Lin2016-02-291-0/+29
* mmc: dw_mmc: remove the prepare_command hookJaehoon Chung2016-02-291-3/+2
* mmc: dw_mmc: remove the MMC_DATA_STREAM flagJaehoon Chung2016-02-291-2/+0
* mmc: dw_mmc: remove the unused quirksJaehoon Chung2016-01-051-19/+0
* mmc: dw_mmc: use resource_size_t to store physical addressArnd Bergmann2015-12-221-1/+1
* mmc: dw_mmc: fix the wrong setting for UHS-DDR50 modeJaehoon Chung2015-10-291-0/+1
* mmc: dw_mmc: NULL dereference in error messageDan Carpenter2015-10-291-3/+1
* mmc: mmc: extend the mmc_send_tuning()Chaotian Jing2015-10-271-1/+1
* mmc: dw_mmc: use macro for HCON register operationsShawn Lin2015-10-261-3/+3
* mmc: dw_mmc: Add external dma interface supportShawn Lin2015-10-261-52/+216