summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/dw_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: dw_mmc: restore the card-present checking pointJaehoon Chung2014-05-131-0/+5
* mmc: dw_mmc: remove dw_mci_of_cd_gpio/wp_gpio()Jaehoon Chung2014-05-131-57/+3Star
* mmc: dw_mmc: remove unnecessary function.Jaehoon Chung2014-05-131-7/+1Star
* mmc: dw_mmc: fix minor coding style.Jaehoon Chung2014-05-131-3/+2Star
* mmc: dw_mmc: remove unused member variable.Jaehoon Chung2014-05-131-30/+3Star
* mmc: dw_mmc: replace the bus_hz checking pointJaehoon Chung2014-05-131-10/+8Star
* mmc: dw_mmc: use the mmc_of_parse() instead of local parserJaehoon Chung2014-05-131-48/+1Star
* mmc: dw_mmc: clarify DDR timing mode between SD-UHS and eMMCSeungwon Jeon2014-04-201-1/+1
* Merge tag 'mmc-updates-for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-091-1/+1
|\
| * mmc: dw_mmc: Fix NULL pointer dereferenceSachin Kamat2014-02-251-1/+1
* | workqueue: remove deprecated WQ_NON_REENTRANTZhangZhen2014-03-291-1/+1
|/
* mmc: dw_mmc: fix dw_mci_get_cdZhangfei Gao2014-01-171-3/+9
* mmc: dw_mmc: use slot-gpio to handle cd pinZhangfei Gao2014-01-131-13/+35
* mmc: dw_mmc: Move away from using deprecated APIsUlf Hansson2013-10-311-21/+0Star
* mmc: dw_mmc: fix the transfer termination in IDMAC modeSeungwon Jeon2013-09-261-3/+3
* mmc: dw_mmc: amend use of idmac sw resetSeungwon Jeon2013-09-261-6/+11
* mmc: dw_mmc: gather each reset code into functionsSeungwon Jeon2013-09-261-38/+43
* mmc: dw_mmc: rework the code related to cmd/data completionSeungwon Jeon2013-09-261-63/+84
* mmc: dw_mmc: guarantee stop-abort cmd in data errorsSeungwon Jeon2013-09-261-20/+64
* mmc: dw_mmc: fix error handling on response errorSeungwon Jeon2013-09-261-5/+21
* mmc: dw_mmc: control card read thresholdSeungwon Jeon2013-09-261-2/+36
* mmc: dw_mmc: adjust the fifoth with block sizeSeungwon Jeon2013-09-261-3/+71
* mmc: dw_mmc: set the supported max/min frequencySeungwon Jeon2013-09-261-2/+12
* mmc: dw_mmc: move supports-highspeed of quirks to capsSeungwon Jeon2013-09-261-6/+3Star
* mmc: dw_mmc: add the capability to support hs200 modeSeungwon Jeon2013-09-261-0/+6
* mmc: dw_mmc: add support tuning schemeSeungwon Jeon2013-09-261-37/+60
* mmc: dw_mmc: move the platform specific init callYuvaraj Kumar C D2013-09-261-0/+9
* mmc: dw_mmc: Set timeout to max upon resumeDoug Anderson2013-09-261-0/+3
* mmc: dw_mmc: Honor requests to set the clock to 0Doug Anderson2013-09-261-16/+28
* mmc: dw_mmc: don't queue up a card detect at slot startupDoug Anderson2013-09-261-6/+0Star
* Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-101-11/+10Star
|\
| * mmc: dw_mmc: Handle DW_MCI_QUIRK_IDMAC_DTO properlyDoug Anderson2013-08-251-11/+10Star
* | mmc: dw_mmc: Indicate that regulators may be absentMark Brown2013-07-311-1/+1
|/
* mmc: dw_mmc: Add the ability to set the ciu clock frequencyDoug Anderson2013-06-271-4/+13
* mmc: dw_mmc: Handle late vmmc regulators with EPROBE_DEFERDoug Anderson2013-06-271-14/+20
* mmc: dw_mmc: change the macro name from DTO to DRTOJaehoon Chung2013-06-271-2/+2
* mmc: dw_mmc: clear IDSTS register when initialize IDMACJoonyoung Shim2013-05-261-0/+6
* mmc: dw_mmc: fix error return code in dw_mci_probe()Wei Yongjun2013-05-261-1/+3
* mmc: dw_mmc: let device core setup the default pin configurationThomas Abraham2013-04-121-8/+0Star
* mmc: dw_mmc: Use pr_info instead of printkSachin Kamat2013-04-041-1/+1
* mmc: dw_mmc: Check return value of regulator_enableSachin Kamat2013-04-041-4/+16
* mmc: dw_mmc: control the power-enable registerJaehoon Chung2013-04-041-0/+6
* mmc: dw_mmc: fix fifo access for 64-bitSeungwon Jeon2013-04-041-1/+2
* mmc: dw_mmc: Handle unaligned data submission correctlyMarkos Chandras2013-03-221-9/+24
* mmc: dw_mmc: Avoid adding the number of transmitted bytes twiceMarkos Chandras2013-03-221-8/+4Star
* mmc: dw_mmc: Don't loop when handling an interruptMarkos Chandras2013-03-221-7/+4Star
* mmc: dw_mmc: move host->data_offset init earlierJames Hogan2013-03-221-12/+12
* mmc: dw_mmc: setpower on MMC_POWER_{UP,OFF}James Hogan2013-03-221-8/+8
* mmc: dw_mmc: fixed a wrong UHS_REG 16 bit clearHyeonsu Kim2013-03-221-2/+2
* mmc: dw_mmc: empty FIFO after data transfer over interrupt in pio modeKyoungil Kim2013-03-221-4/+6