summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/dw_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: dw_mmc: fix num_slots settingShawn Lin2016-02-291-13/+10
* mmc: dw_mmc: remove repetitive clear interruptShawn Lin2016-02-291-1/+0
* mmc: dw_mmc: fix err handle of dw_mci_probeShawn Lin2016-02-291-2/+4
* mmc: dw_mmc: remove DW_MCI_QUIRK_BROKEN_CARD_DETECTION quirkShawn Lin2016-02-291-25/+10
* mmc: dw_mmc: add hw_reset supportShawn Lin2016-02-291-0/+29
* mmc: dw_mmc: remove the prepare_command hookJaehoon Chung2016-02-291-3/+2
* mmc: dw_mmc: remove the MMC_DATA_STREAM flagJaehoon Chung2016-02-291-2/+0
* mmc: dw_mmc: remove the unused quirksJaehoon Chung2016-01-051-19/+0
* mmc: dw_mmc: use resource_size_t to store physical addressArnd Bergmann2015-12-221-1/+1
* mmc: dw_mmc: fix the wrong setting for UHS-DDR50 modeJaehoon Chung2015-10-291-0/+1
* mmc: dw_mmc: NULL dereference in error messageDan Carpenter2015-10-291-3/+1
* mmc: mmc: extend the mmc_send_tuning()Chaotian Jing2015-10-271-1/+1
* mmc: dw_mmc: use macro for HCON register operationsShawn Lin2015-10-261-3/+3
* mmc: dw_mmc: Add external dma interface supportShawn Lin2015-10-261-52/+216
* mmc: dw_mmc: Use mmc_regulator_set_vqmmc in start_signal_voltage_switchDouglas Anderson2015-10-261-11/+6
* mmc: dw_mmc: add quirk for broken data transfer over schemeAddy Ke2015-08-171-2/+62
* mmc: dw_mmc: print the message for deprecated propertyJaehoon Chung2015-08-171-1/+3
* mmc: dw_mmc: remove the unused blk_settingJaehoon Chung2015-08-171-21/+13
* mmc: dw_mmc: fix the wrong condition checkingJaehoon Chung2015-08-171-1/+1
* mmc: dw_mmc: fix pio mode when internal dmac is enabledHeiko Stuebner2015-08-171-13/+14
* mmc: dw_mmc: Fix coding style issuesShawn Lin2015-08-171-34/+56
* mmc: dw_mmc: handle data blocks > than 4kB if IDMAC is usedAlexey Brodkin2015-08-171-38/+71
* mmc: dw_mmc: insmod followed by rmmod will hung for eMMCPrabu Thangamuthu2015-06-121-3/+3
* mmc: dw_mmc: Use core to handle absent write protect lineLars-Peter Clausen2015-06-011-36/+17
* mmc: dw_mmc: add switch_voltageZhangfei Gao2015-06-011-0/+4
* mmc: dw_mmc: dw_mci_get_cd check MMC_CAP_NONREMOVABLEZhangfei Gao2015-05-081-1/+2
* mmc: dw_mmc: init desc in dw_mci_idmac_initZhangfei Gao2015-05-081-1/+3
* mmc: dw_mmc: Add locking around cmd11 timerDoug Anderson2015-04-091-3/+21
* mmc: dw_mmc: Add a return in an unexpected cmd11 timeoutDoug Anderson2015-04-091-2/+4
* mmc: dw_mmc: Increase cmd11 timeout to 500msDoug Anderson2015-04-091-3/+5
* mmc: dw_mmc: fix fifo ordering in big endianBen Dooks2015-04-091-35/+24
* mmc: dw_mmc: change idmac descriptor files to __le32Ben Dooks2015-04-091-15/+16
* mmc: dw_mmc: Don't try to enable the CD until we're sure we're not deferringDoug Anderson2015-03-311-3/+3
* mmc: dw_mmc: Add a timeout for sending CMD11Doug Anderson2015-03-311-0/+26
* mmc: dw_mmc: enable card read threshold when mode is HS400Jaehoon Chung2015-03-311-0/+1
* mmc: dw_mmc: exynos: dw_mci_exynos_prepare_hs400_tuning() can be staticWu Fengguang2015-03-231-1/+1
* mmc: dw_mmc: Don't crash if we get an interrupt before slot has inittedDoug Anderson2015-03-231-0/+4
* mmc: dw_mmc: Only enable CD after setup and only if neededDoug Anderson2015-03-231-3/+38
* mmc: dw_mmc: Don't start commands while busyDoug Anderson2015-03-231-0/+28
* mmc: dw_mmc: Give a good reset after we give powerDoug Anderson2015-03-231-9/+18
* mmc: dw_mmc: Make sure we only adjust the clock when power is onDoug Anderson2015-03-231-6/+10
* mmc: dw_mmc: fix mmc_test by not sending abort for DRTO/EBE errorsaddy ke2015-03-231-2/+8
* mmc: dw_mmc: exynos: Support eMMC's HS400 modeSeungwon Jeon2015-03-231-1/+15
* mmc: dw_mmc: Power on vqmmc in MMC_POWER_ON, not MMC_POWER_UPDoug Anderson2015-01-191-4/+6
* mmc: dw_mmc: Convert to mmc_send_tuning()Ulf Hansson2015-01-191-22/+4
* mmc: dw_mmc: remove unnecessary debug messageBeomho Seo2015-01-191-3/+1
* 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
OpenPOWER on IntegriCloud