summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/dw_mmc.c
AgeCommit message (Expand)Author
2021-09-22mmc: dw_mmc: Fix issue with uninitialized dma_slave_configTony Lindgren
2021-08-26mmc: dw_mmc: Fix occasional hang after tuning on eMMCDouglas Anderson
2021-08-26mmc: dw_mmc: Fix hang on data CRC errorVincent Whitchurch
2021-08-26mmc: dw_mmc: call the dw_mci_prep_stop_abort() by defaultJaehoon Chung
2021-08-26mmc: dw_mmc: Wait for data transfer after response errors.Doug Anderson
2018-03-28mmc: dw_mmc: fix falling from idmac to PIO mode when dw_mci_reset occursEvgeniy Didin
2016-09-24mmc: dw_mmc: use resource_size_t to store physical addressArnd Bergmann
2015-10-29mmc: dw_mmc: fix the wrong setting for UHS-DDR50 modeJaehoon Chung
2015-10-29mmc: dw_mmc: NULL dereference in error messageDan Carpenter
2015-10-27mmc: mmc: extend the mmc_send_tuning()Chaotian Jing
2015-10-26mmc: dw_mmc: use macro for HCON register operationsShawn Lin
2015-10-26mmc: dw_mmc: Add external dma interface supportShawn Lin
2015-10-26mmc: dw_mmc: Use mmc_regulator_set_vqmmc in start_signal_voltage_switchDouglas Anderson
2015-08-17mmc: dw_mmc: add quirk for broken data transfer over schemeAddy Ke
2015-08-17mmc: dw_mmc: print the message for deprecated propertyJaehoon Chung
2015-08-17mmc: dw_mmc: remove the unused blk_settingJaehoon Chung
2015-08-17mmc: dw_mmc: fix the wrong condition checkingJaehoon Chung
2015-08-17mmc: dw_mmc: fix pio mode when internal dmac is enabledHeiko Stuebner
2015-08-17mmc: dw_mmc: Fix coding style issuesShawn Lin
2015-08-17mmc: dw_mmc: handle data blocks > than 4kB if IDMAC is usedAlexey Brodkin
2015-06-12mmc: dw_mmc: insmod followed by rmmod will hung for eMMCPrabu Thangamuthu
2015-06-01mmc: dw_mmc: Use core to handle absent write protect lineLars-Peter Clausen
2015-06-01mmc: dw_mmc: add switch_voltageZhangfei Gao
2015-05-08mmc: dw_mmc: dw_mci_get_cd check MMC_CAP_NONREMOVABLEZhangfei Gao
2015-05-08mmc: dw_mmc: init desc in dw_mci_idmac_initZhangfei Gao
2015-04-09mmc: dw_mmc: Add locking around cmd11 timerDoug Anderson
2015-04-09mmc: dw_mmc: Add a return in an unexpected cmd11 timeoutDoug Anderson
2015-04-09mmc: dw_mmc: Increase cmd11 timeout to 500msDoug Anderson
2015-04-09mmc: dw_mmc: fix fifo ordering in big endianBen Dooks
2015-04-09mmc: dw_mmc: change idmac descriptor files to __le32Ben Dooks
2015-03-31mmc: dw_mmc: Don't try to enable the CD until we're sure we're not deferringDoug Anderson
2015-03-31mmc: dw_mmc: Add a timeout for sending CMD11Doug Anderson
2015-03-31mmc: dw_mmc: enable card read threshold when mode is HS400Jaehoon Chung
2015-03-23mmc: dw_mmc: exynos: dw_mci_exynos_prepare_hs400_tuning() can be staticWu Fengguang
2015-03-23mmc: dw_mmc: Don't crash if we get an interrupt before slot has inittedDoug Anderson
2015-03-23mmc: dw_mmc: Only enable CD after setup and only if neededDoug Anderson
2015-03-23mmc: dw_mmc: Don't start commands while busyDoug Anderson
2015-03-23mmc: dw_mmc: Give a good reset after we give powerDoug Anderson
2015-03-23mmc: dw_mmc: Make sure we only adjust the clock when power is onDoug Anderson
2015-03-23mmc: dw_mmc: fix mmc_test by not sending abort for DRTO/EBE errorsaddy ke
2015-03-23mmc: dw_mmc: exynos: Support eMMC's HS400 modeSeungwon Jeon
2015-01-19mmc: dw_mmc: Power on vqmmc in MMC_POWER_ON, not MMC_POWER_UPDoug Anderson
2015-01-19mmc: dw_mmc: Convert to mmc_send_tuning()Ulf Hansson
2015-01-19mmc: dw_mmc: remove unnecessary debug messageBeomho Seo
2015-01-19mmc: dw_mmc: fix the max_blk_count in IDMACSeungwon Jeon
2015-01-19mmc: dw_mmc: Protect read-modify-write of INTMASK with a lockDoug Anderson
2015-01-19mmc: dw_mmc: Cleanup disable of low power mode w/ SDIO interruptsDoug Anderson
2014-11-26mmc: dw_mmc: avoid write to CDTHRCTL on older versionsJames Hogan
2014-11-26mmc: dw_mmc: add support for the other bit of sdio interruptAddy Ke
2014-11-26mmc: dw_mmc: Add IDMAC 64-bit address mode supportPrabu Thangamuthu