aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/dw_mmc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-26mmc: dw_mmc: avoid write to CDTHRCTL on older versionsJames Hogan1-0/+7
2014-11-26mmc: dw_mmc: add support for the other bit of sdio interruptAddy Ke1-5/+7
2014-11-26mmc: dw_mmc: Add IDMAC 64-bit address mode supportPrabu Thangamuthu1-38/+161
2014-11-10mmc: dw_mmc: Remove old card detect infrastructureDoug Anderson1-101/+20
2014-11-10mmc: dw_mmc: Change signal voltage error to dev_dbg()Doug Anderson1-1/+1
2014-11-10mmc: dw_mmc: Reset DMA before enabling IDMACSonny Rao1-0/+5
2014-09-23mmc: Consolidate emmc tuning blocksStephen Boyd1-30/+0
2014-09-19mmc: dw_mmc: Remove unused function for !CONFIG_OFTobias Klauser1-4/+0
2014-09-09mmc: dw_mmc: Pass back errors from mmc_of_parse()Doug Anderson1-4/+6
2014-09-09mmc: dw_mmc: Support voltage changesDoug Anderson1-9/+128
2014-09-09mmc: dw_mmc: use mmc_regulator_get_supply to handle regulatorsYuvaraj CD1-37/+35
2014-09-09mmc: dw_mmc: Make sure we don't get stuck when we get an errorDoug Anderson1-0/+46
2014-08-11mmc: dw_mmc: Slot quirk "disable-wp" is deprecated.Jaehoon Chung1-2/+9
2014-08-11mmc: dw_mmc: change to use recommended reset procedureSonny Rao1-23/+64
2014-05-22mmc: dw_mmc: Don't print data errorsDoug Anderson1-1/+1
2014-05-12mmc: dw_mmc: restore the card-present checking pointJaehoon Chung1-0/+5
2014-05-12mmc: dw_mmc: remove dw_mci_of_cd_gpio/wp_gpio()Jaehoon Chung1-57/+3
2014-05-12mmc: dw_mmc: remove unnecessary function.Jaehoon Chung1-7/+1
2014-05-12mmc: dw_mmc: fix minor coding style.Jaehoon Chung1-3/+2
2014-05-12mmc: dw_mmc: remove unused member variable.Jaehoon Chung1-30/+3
2014-05-12mmc: dw_mmc: replace the bus_hz checking pointJaehoon Chung1-10/+8
2014-05-12mmc: dw_mmc: use the mmc_of_parse() instead of local parserJaehoon Chung1-48/+1
2014-04-20mmc: dw_mmc: clarify DDR timing mode between SD-UHS and eMMCSeungwon Jeon1-1/+1
2014-04-09Merge tag 'mmc-updates-for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds1-1/+1
2014-03-29workqueue: remove deprecated WQ_NON_REENTRANTZhangZhen1-1/+1
2014-02-25mmc: dw_mmc: Fix NULL pointer dereferenceSachin Kamat1-1/+1
2014-01-17mmc: dw_mmc: fix dw_mci_get_cdZhangfei Gao1-3/+9
2014-01-13mmc: dw_mmc: use slot-gpio to handle cd pinZhangfei Gao1-13/+35
2013-10-30mmc: dw_mmc: Move away from using deprecated APIsUlf Hansson1-21/+0
2013-09-25mmc: dw_mmc: fix the transfer termination in IDMAC modeSeungwon Jeon1-3/+3
2013-09-25mmc: dw_mmc: amend use of idmac sw resetSeungwon Jeon1-6/+11
2013-09-25mmc: dw_mmc: gather each reset code into functionsSeungwon Jeon1-38/+43
2013-09-25mmc: dw_mmc: rework the code related to cmd/data completionSeungwon Jeon1-63/+84
2013-09-25mmc: dw_mmc: guarantee stop-abort cmd in data errorsSeungwon Jeon1-20/+64
2013-09-25mmc: dw_mmc: fix error handling on response errorSeungwon Jeon1-5/+21
2013-09-25mmc: dw_mmc: control card read thresholdSeungwon Jeon1-2/+36
2013-09-25mmc: dw_mmc: adjust the fifoth with block sizeSeungwon Jeon1-3/+71
2013-09-25mmc: dw_mmc: set the supported max/min frequencySeungwon Jeon1-2/+12
2013-09-25mmc: dw_mmc: move supports-highspeed of quirks to capsSeungwon Jeon1-6/+3
2013-09-25mmc: dw_mmc: add the capability to support hs200 modeSeungwon Jeon1-0/+6
2013-09-25mmc: dw_mmc: add support tuning schemeSeungwon Jeon1-37/+60
2013-09-25mmc: dw_mmc: move the platform specific init callYuvaraj Kumar C D1-0/+9
2013-09-25mmc: dw_mmc: Set timeout to max upon resumeDoug Anderson1-0/+3
2013-09-25mmc: dw_mmc: Honor requests to set the clock to 0Doug Anderson1-16/+28
2013-09-25mmc: dw_mmc: don't queue up a card detect at slot startupDoug Anderson1-6/+0
2013-09-10Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds1-11/+10
2013-08-24mmc: dw_mmc: Handle DW_MCI_QUIRK_IDMAC_DTO properlyDoug Anderson1-11/+10
2013-07-31mmc: dw_mmc: Indicate that regulators may be absentMark Brown1-1/+1
2013-06-27mmc: dw_mmc: Add the ability to set the ciu clock frequencyDoug Anderson1-4/+13
2013-06-27mmc: dw_mmc: Handle late vmmc regulators with EPROBE_DEFERDoug Anderson1-14/+20