summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/dw_mmc.c
AgeCommit message (Expand)Author
2016-11-29mmc: dw_mmc: change the DW_MCI_FREQ_MIN from 400K to 100KJaehoon Chung
2016-11-29mmc: dw_mmc: fix the debug message for checking card's presentJaehoon Chung
2016-11-29mmc: dw_mmc: display the real register value on debugfsJaehoon Chung
2016-11-29mmc: dw_mmc: fix spelling mistake in dev_dbg messageColin Ian King
2016-11-29mmc: dw_mmc: remove system PM callbackShawn Lin
2016-11-29mmc: dw_mmc: disable biu clk if possibleShawn Lin
2016-11-29mmc: dw_mmc: add runtime PM callbackShawn Lin
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
2015-10-26mmc: dw_mmc: Use mmc_regulator_set_vqmmc in start_signal_voltage_switchDouglas Anderson