summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/dw_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-08mmc: dw_mmc: dw_mci_get_cd check MMC_CAP_NONREMOVABLEZhangfei Gao1-1/+2
2015-05-08mmc: dw_mmc: init desc in dw_mci_idmac_initZhangfei Gao1-1/+3
2015-04-09mmc: dw_mmc: Add locking around cmd11 timerDoug Anderson1-3/+21
2015-04-09mmc: dw_mmc: Add a return in an unexpected cmd11 timeoutDoug Anderson1-2/+4
2015-04-09mmc: dw_mmc: Increase cmd11 timeout to 500msDoug Anderson1-3/+5
2015-04-09mmc: dw_mmc: fix fifo ordering in big endianBen Dooks1-35/+24
2015-04-09mmc: dw_mmc: change idmac descriptor files to __le32Ben Dooks1-15/+16
2015-03-31mmc: dw_mmc: Don't try to enable the CD until we're sure we're not deferringDoug Anderson1-3/+3
2015-03-31mmc: dw_mmc: Add a timeout for sending CMD11Doug Anderson1-0/+26
2015-03-31mmc: dw_mmc: enable card read threshold when mode is HS400Jaehoon Chung1-0/+1
2015-03-23mmc: dw_mmc: exynos: dw_mci_exynos_prepare_hs400_tuning() can be staticWu Fengguang1-1/+1
2015-03-23mmc: dw_mmc: Don't crash if we get an interrupt before slot has inittedDoug Anderson1-0/+4
2015-03-23mmc: dw_mmc: Only enable CD after setup and only if neededDoug Anderson1-3/+38
2015-03-23mmc: dw_mmc: Don't start commands while busyDoug Anderson1-0/+28
2015-03-23mmc: dw_mmc: Give a good reset after we give powerDoug Anderson1-9/+18
2015-03-23mmc: dw_mmc: Make sure we only adjust the clock when power is onDoug Anderson1-6/+10
2015-03-23mmc: dw_mmc: fix mmc_test by not sending abort for DRTO/EBE errorsaddy ke1-2/+8
2015-03-23mmc: dw_mmc: exynos: Support eMMC's HS400 modeSeungwon Jeon1-1/+15
2015-01-19mmc: dw_mmc: Power on vqmmc in MMC_POWER_ON, not MMC_POWER_UPDoug Anderson1-4/+6
2015-01-19mmc: dw_mmc: Convert to mmc_send_tuning()Ulf Hansson1-22/+4
2015-01-19mmc: dw_mmc: remove unnecessary debug messageBeomho Seo1-3/+1
2015-01-19mmc: dw_mmc: fix the max_blk_count in IDMACSeungwon Jeon1-2/+2
2015-01-19mmc: dw_mmc: Protect read-modify-write of INTMASK with a lockDoug Anderson1-0/+13
2015-01-19mmc: dw_mmc: Cleanup disable of low power mode w/ SDIO interruptsDoug Anderson1-34/+35
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-13mmc: dw_mmc: restore the card-present checking pointJaehoon Chung1-0/+5
2014-05-13mmc: dw_mmc: remove dw_mci_of_cd_gpio/wp_gpio()Jaehoon Chung1-57/+3
2014-05-13mmc: dw_mmc: remove unnecessary function.Jaehoon Chung1-7/+1
2014-05-13mmc: dw_mmc: fix minor coding style.Jaehoon Chung1-3/+2
2014-05-13mmc: dw_mmc: remove unused member variable.Jaehoon Chung1-30/+3
2014-05-13mmc: dw_mmc: replace the bus_hz checking pointJaehoon Chung1-10/+8
2014-05-13mmc: dw_mmc: use the mmc_of_parse() instead of local parserJaehoon Chung1-48/+1
2014-04-21mmc: 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/ke...Linus Torvalds1-1/+1
2014-03-29workqueue: remove deprecated WQ_NON_REENTRANTZhangZhen1-1/+1
2014-02-26mmc: dw_mmc: Fix NULL pointer dereferenceSachin Kamat1-1/+1