summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/dw_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-05mmc: dw_mmc: display the clock message only one time when card is pollingJaehoon Chung1-1/+12
2016-12-05mmc: dw_mmc: add the debug message for polling and non-removableJaehoon Chung1-2/+16
2016-12-05mmc: dw_mmc: check the "present" variable before checking flagsJaehoon Chung1-1/+2
2016-12-05mmc: dw_mmc: add missing codes for runtime resumeJoonyoung Shim1-1/+15
2016-11-29mmc: delete is_first_req parameter from pre-request callbackLinus Walleij1-2/+1
2016-11-29mmc: dw_mmc: The "clock-freq-min-max" property was deprecatedJaehoon Chung1-0/+2
2016-11-29mmc: dw_mmc: remove the unnecessary mmc_data structureJaehoon Chung1-4/+2
2016-11-29mmc: dw_mmc: use the cookie's enum values for post/pre_req()Jaehoon Chung1-20/+19
2016-11-29mmc: dw_mmc: call the dw_mci_prep_stop_abort() by defaultJaehoon Chung1-10/+5
2016-11-29mmc: dw_mmc: use the hold register when send stop commandJaehoon Chung1-0/+3
2016-11-29mmc: dw_mmc: change the DW_MCI_FREQ_MIN from 400K to 100KJaehoon Chung1-1/+1
2016-11-29mmc: dw_mmc: fix the debug message for checking card's presentJaehoon Chung1-5/+2
2016-11-29mmc: dw_mmc: display the real register value on debugfsJaehoon Chung1-6/+8
2016-11-29mmc: dw_mmc: fix spelling mistake in dev_dbg messageColin Ian King1-2/+2
2016-11-29mmc: dw_mmc: remove system PM callbackShawn Lin1-54/+27
2016-11-29mmc: dw_mmc: disable biu clk if possibleShawn Lin1-0/+13
2016-11-29mmc: dw_mmc: add runtime PM callbackShawn Lin1-2/+30
2016-11-21mmc: dw_mmc: fix the error handling for dma operationJaehoon Chung1-0/+1
2016-11-07mmc: dw_mmc: add the "reset" as name of reset controllerJaehoon Chung1-1/+1
2016-09-26mmc: dw_mmc: remove the deprecated "supports-highspeed" propertyJaehoon Chung1-5/+0
2016-09-26mmc: dw_mmc: minor cleanup for dw_mci_adjust_fifothShawn Lin1-4/+1
2016-09-26mmc: dw_mmc: use macro to define ring buffer sizeShawn Lin1-5/+10
2016-09-26mmc: dw_mmc: fix misleading error print if failing to do DMA transferShawn Lin1-2/+4
2016-09-26mmc: dw_mmc: avoid race condition of cpu and IDMACShawn Lin1-79/+129
2016-09-26mmc: dw_mmc: split out preparation of desc for IDMAC32 and IDMAC64Shawn Lin1-70/+79
2016-09-26mmc: dw_mmc: return -EILSEQ for EBE and SBE errorShawn Lin1-2/+2
2016-09-26mmc: dw_mmc: add reset support to dwmmc host controllerGuodong Xu1-1/+22
2016-09-26mmc: dw_mmc: remove the unnecessary IS_ERR() checking for ciu/biu clockJaehoon Chung1-9/+4
2016-09-26mmc: dw_mmc: remove parsing for each slot subnodeShawn Lin1-43/+0
2016-09-22mmc: dw_mmc: fix the spamming log messageJaehoon Chung1-5/+9
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