summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/dw_mmc.c
AgeCommit message (Expand)Author
2020-05-19Merge tag 'v4.9.220' into 4.9-2.3.x-imxMarcel Ziswiler
2019-08-06mmc: dw_mmc: Fix occasional hang after tuning on eMMCDouglas Anderson
2018-08-24mmc: use new core function mmc_get_dma_dirHeiner Kallweit
2018-08-24mmc: delete is_first_req parameter from pre-request callbackLinus Walleij
2018-08-03mmc: dw_mmc: update actual clock for mmc debugfsShawn Lin
2018-07-17mmc: dw_mmc: fix card threshold control configurationx00270170
2018-03-28mmc: dw_mmc: fix falling from idmac to PIO mode when dw_mci_reset occursEvgeniy Didin
2017-08-11mmc: dw_mmc: Use device_property_read instead of of_property_readDavid Woods
2016-11-21mmc: dw_mmc: fix the error handling for dma operationJaehoon Chung
2016-11-07mmc: dw_mmc: add the "reset" as name of reset controllerJaehoon Chung
2016-09-26mmc: dw_mmc: remove the deprecated "supports-highspeed" propertyJaehoon Chung
2016-09-26mmc: dw_mmc: minor cleanup for dw_mci_adjust_fifothShawn Lin
2016-09-26mmc: dw_mmc: use macro to define ring buffer sizeShawn Lin
2016-09-26mmc: dw_mmc: fix misleading error print if failing to do DMA transferShawn Lin
2016-09-26mmc: dw_mmc: avoid race condition of cpu and IDMACShawn Lin
2016-09-26mmc: dw_mmc: split out preparation of desc for IDMAC32 and IDMAC64Shawn Lin
2016-09-26mmc: dw_mmc: return -EILSEQ for EBE and SBE errorShawn Lin
2016-09-26mmc: dw_mmc: add reset support to dwmmc host controllerGuodong Xu
2016-09-26mmc: dw_mmc: remove the unnecessary IS_ERR() checking for ciu/biu clockJaehoon Chung
2016-09-26mmc: dw_mmc: remove parsing for each slot subnodeShawn Lin
2016-09-22mmc: dw_mmc: fix the spamming log messageJaehoon Chung
2016-07-25mmc: dw_mmc: set to MMC_CAP_ERASE by defaultJaehoon Chung
2016-07-25mmc: dw_mmc: fix unmap sg twice when finding data errShawn Lin
2016-07-25mmc: dw_mmc: add the card write threshold for HS400 modeJaehoon Chung
2016-07-25mmc: dw_mmc: remove the quirks flagsJaehoon Chung
2016-07-25mmc: dw_mmc: remove UBSAN warning in dw_mci_setup_bus()Seung-Woo Kim
2016-07-25mmc: dw_mmc: Wait for data transfer after response errors.Doug Anderson
2016-07-25mmc: dw_mmc: fix 32bit little-endian access of des1 fieldBen Dooks
2016-07-25mmc: dw_mmc: Consider HLE errors to be data and command errorsDoug Anderson
2016-07-25mmc: dw_mmc: check card present before starting requestShawn Lin
2016-07-25mmc: dw_mmc: remove redundant of set_bit and clear_bitShawn Lin
2016-07-25mmc: host: use the defined function to check whether card is removableJaehoon Chung
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann
2016-05-23mmc: dw_mmc: fix the wrong max_blk_sizeJaehoon Chung
2016-05-02mmc: dw_mmc: remove setup_clock callbackShawn Lin
2016-05-02mmc: dw_mmc: avoid using dmaengine_terminate_allShawn Lin
2016-02-29mmc: dw_mmc: fix num_slots settingShawn Lin
2016-02-29mmc: dw_mmc: remove repetitive clear interruptShawn Lin
2016-02-29mmc: dw_mmc: fix err handle of dw_mci_probeShawn Lin
2016-02-29mmc: dw_mmc: remove DW_MCI_QUIRK_BROKEN_CARD_DETECTION quirkShawn Lin
2016-02-29mmc: dw_mmc: add hw_reset supportShawn Lin
2016-02-29mmc: dw_mmc: remove the prepare_command hookJaehoon Chung
2016-02-29mmc: dw_mmc: remove the MMC_DATA_STREAM flagJaehoon Chung
2016-01-05mmc: dw_mmc: remove the unused quirksJaehoon Chung
2015-12-22mmc: dw_mmc: use resource_size_t to store physical addressArnd Bergmann
2015-10-29mmc: dw_mmc: fix the wrong setting for UHS-DDR50 modeJaehoon Chung
2015-10-29mmc: dw_mmc: NULL dereference in error messageDan Carpenter
2015-10-27mmc: mmc: extend the mmc_send_tuning()Chaotian Jing
2015-10-26mmc: dw_mmc: use macro for HCON register operationsShawn Lin
2015-10-26mmc: dw_mmc: Add external dma interface supportShawn Lin