summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/dw_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: dw_mmc: remove unnecessary debug messageBeomho Seo2015-01-191-3/+1Star
* mmc: dw_mmc: fix the max_blk_count in IDMACSeungwon Jeon2015-01-191-2/+2
* mmc: dw_mmc: Protect read-modify-write of INTMASK with a lockDoug Anderson2015-01-191-0/+13
* mmc: dw_mmc: Cleanup disable of low power mode w/ SDIO interruptsDoug Anderson2015-01-191-34/+35
* mmc: dw_mmc: avoid write to CDTHRCTL on older versionsJames Hogan2014-11-261-0/+7
* mmc: dw_mmc: add support for the other bit of sdio interruptAddy Ke2014-11-261-5/+7
* mmc: dw_mmc: Add IDMAC 64-bit address mode supportPrabu Thangamuthu2014-11-261-38/+161
* mmc: dw_mmc: Remove old card detect infrastructureDoug Anderson2014-11-101-101/+20Star
* mmc: dw_mmc: Change signal voltage error to dev_dbg()Doug Anderson2014-11-101-1/+1
* mmc: dw_mmc: Reset DMA before enabling IDMACSonny Rao2014-11-101-0/+5
* mmc: Consolidate emmc tuning blocksStephen Boyd2014-09-231-30/+0Star
* mmc: dw_mmc: Remove unused function for !CONFIG_OFTobias Klauser2014-09-191-4/+0Star
* mmc: dw_mmc: Pass back errors from mmc_of_parse()Doug Anderson2014-09-091-4/+6
* mmc: dw_mmc: Support voltage changesDoug Anderson2014-09-091-9/+128
* mmc: dw_mmc: use mmc_regulator_get_supply to handle regulatorsYuvaraj CD2014-09-091-37/+35Star
* mmc: dw_mmc: Make sure we don't get stuck when we get an errorDoug Anderson2014-09-091-0/+46
* mmc: dw_mmc: Slot quirk "disable-wp" is deprecated.Jaehoon Chung2014-08-111-2/+9
* mmc: dw_mmc: change to use recommended reset procedureSonny Rao2014-08-111-23/+64
* mmc: dw_mmc: Don't print data errorsDoug Anderson2014-05-221-1/+1
* 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
|\