summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/dw_mmc.c
AgeCommit message (Expand)Author
2017-04-24mmc: use new core function mmc_get_dma_dirHeiner Kallweit
2017-04-24mmc: dw_mmc: improve dw_mci_reset a bitShawn Lin
2017-04-24mmc: dw_mmc: move mci_send_cmd forward to avoid declarationShawn Lin
2017-04-24mmc: dw_mmc: remove declaration of dw_mci_card_busyShawn Lin
2017-04-24mmc: dw_mmc: move dw_mci_get_cd forward to avoid declarationShawn Lin
2017-04-24mmc: dw_mmc: move dw_mci_ctrl_reset forward to avoid declarationShawn Lin
2017-04-24mmc: dw_mmc: move dw_mci_reset forward to avoid declarationShawn Lin
2017-04-24mmc: dw_mmc: improve the timeout polling codeShawn Lin
2017-04-18mmc: dw_mmc: Don't allow Runtime PM for SDIO cardsDouglas Anderson
2017-02-13mmc: dw_mmc: silent verbose log when calling from PM contextShawn Lin
2017-02-13mmc: dw_mmc: Add fifo watermark alignment propertyJun Nie
2017-02-13mmc: dw_mmc: Add fifo address propertyJun Nie
2017-02-13mmc: dw_mmc: Remove the public dw_mmc header fileUlf Hansson
2017-01-23mmc: dw_mmc: force setup bus if active slots existZiyuan Xu
2016-12-05mmc: dw_mmc: display the clock message only one time when card is pollingJaehoon Chung
2016-12-05mmc: dw_mmc: add the debug message for polling and non-removableJaehoon Chung
2016-12-05mmc: dw_mmc: check the "present" variable before checking flagsJaehoon Chung
2016-12-05mmc: dw_mmc: add missing codes for runtime resumeJoonyoung Shim
2016-11-29mmc: delete is_first_req parameter from pre-request callbackLinus Walleij
2016-11-29mmc: dw_mmc: The "clock-freq-min-max" property was deprecatedJaehoon Chung
2016-11-29mmc: dw_mmc: remove the unnecessary mmc_data structureJaehoon Chung
2016-11-29mmc: dw_mmc: use the cookie's enum values for post/pre_req()Jaehoon Chung
2016-11-29mmc: dw_mmc: call the dw_mci_prep_stop_abort() by defaultJaehoon Chung
2016-11-29mmc: dw_mmc: use the hold register when send stop commandJaehoon Chung
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