aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/dw_mmc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-01mmc: dw_mmc: Fix the DTO timeout calculationDouglas Anderson1-1/+6
2017-10-30mmc: dw_mmc: Add locking to the CTO timerDouglas Anderson1-10/+81
2017-10-30mmc: dw_mmc: Fix the CTO timeout calculationDouglas Anderson1-1/+5
2017-10-30mmc: dw_mmc: cancel the CTO timer after a voltage switchDouglas Anderson1-1/+2
2017-10-30mmc: dw_mmc: catch all errors when getting regulatorsWolfram Sang1-1/+1
2017-10-30mmc: dw_mmc: make const arrays mszs staticColin Ian King1-2/+2
2017-08-30mmc: dw_mmc: introduce timer for broken command transfer over schemeAddy Ke1-0/+48
2017-08-30mmc: dw_mmc: move controller reset before driver initliwei1-6/+6
2017-08-30mmc: dw_mmc: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-07-27mmc: dw_mmc: fix the wrong condition check of getting num-slots from DTShawn Lin1-1/+1
2017-06-29mmc: dw_mmc: remove the unnecessary slot variableJaehoon Chung1-8/+5
2017-06-29mmc: dw_mmc: use the 'slot' instead of 'cur_slot'Jaehoon Chung1-17/+16
2017-06-29mmc: dw_mmc: remove the 'id' arguments about functions relevant to slotJaehoon Chung1-9/+7
2017-06-29mmc: dw_mmc: change the array of slotsJaehoon Chung1-12/+9
2017-06-29mmc: dw_mmc: remove the loop about finding slotsJaehoon Chung1-79/+36
2017-06-29mmc: dw_mmc: deprecated the "num-slots" propertyJaehoon Chung1-13/+8
2017-06-20mmc: dw_mmc: Use device_property_read instead of of_property_readDavid Woods1-12/+12
2017-06-20Revert "mmc: dw_mmc: Don't allow Runtime PM for SDIO cards"Ulf Hansson1-8/+2
2017-06-20mmc: dw_mmc: Prevent runtime PM suspend when SDIO IRQs are enabledUlf Hansson1-0/+7
2017-06-20mmc: dw_mmc: Convert to use MMC_CAP2_SDIO_IRQ_NOTHREAD for SDIO IRQsUlf Hansson1-3/+22
2017-04-24mmc: use new core function mmc_get_dma_dirHeiner Kallweit1-11/+3
2017-04-24mmc: dw_mmc: improve dw_mci_reset a bitShawn Lin1-18/+20
2017-04-24mmc: dw_mmc: move mci_send_cmd forward to avoid declarationShawn Lin1-41/+40
2017-04-24mmc: dw_mmc: remove declaration of dw_mci_card_busyShawn Lin1-2/+0
2017-04-24mmc: dw_mmc: move dw_mci_get_cd forward to avoid declarationShawn Lin1-42/+41
2017-04-24mmc: dw_mmc: move dw_mci_ctrl_reset forward to avoid declarationShawn Lin1-22/+20
2017-04-24mmc: dw_mmc: move dw_mci_reset forward to avoid declarationShawn Lin1-66/+65
2017-04-24mmc: dw_mmc: improve the timeout polling codeShawn Lin1-53/+39
2017-04-18mmc: dw_mmc: Don't allow Runtime PM for SDIO cardsDouglas Anderson1-2/+9
2017-02-13mmc: dw_mmc: silent verbose log when calling from PM contextShawn Lin1-5/+7
2017-02-13mmc: dw_mmc: Add fifo watermark alignment propertyJun Nie1-2/+9
2017-02-13mmc: dw_mmc: Add fifo address propertyJun Nie1-1/+5
2017-02-13mmc: dw_mmc: Remove the public dw_mmc header fileUlf Hansson1-1/+0
2017-01-23mmc: dw_mmc: force setup bus if active slots existZiyuan Xu1-3/+4
2016-12-05mmc: dw_mmc: display the clock message only one time when card is pollingJaehoon Chung1-1/+12
2016-12-05mmc: dw_mmc: add the debug message for polling and non-removableJaehoon Chung1-2/+16
2016-12-05mmc: dw_mmc: check the "present" variable before checking flagsJaehoon Chung1-1/+2
2016-12-05mmc: dw_mmc: add missing codes for runtime resumeJoonyoung Shim1-1/+15
2016-11-29mmc: delete is_first_req parameter from pre-request callbackLinus Walleij1-2/+1
2016-11-29mmc: dw_mmc: The "clock-freq-min-max" property was deprecatedJaehoon Chung1-0/+2
2016-11-29mmc: dw_mmc: remove the unnecessary mmc_data structureJaehoon Chung1-4/+2
2016-11-29mmc: dw_mmc: use the cookie's enum values for post/pre_req()Jaehoon Chung1-20/+19
2016-11-29mmc: dw_mmc: call the dw_mci_prep_stop_abort() by defaultJaehoon Chung1-10/+5
2016-11-29mmc: dw_mmc: use the hold register when send stop commandJaehoon Chung1-0/+3
2016-11-29mmc: dw_mmc: change the DW_MCI_FREQ_MIN from 400K to 100KJaehoon Chung1-1/+1
2016-11-29mmc: dw_mmc: fix the debug message for checking card's presentJaehoon Chung1-5/+2
2016-11-29mmc: dw_mmc: display the real register value on debugfsJaehoon Chung1-6/+8
2016-11-29mmc: dw_mmc: fix spelling mistake in dev_dbg messageColin Ian King1-2/+2
2016-11-29mmc: dw_mmc: remove system PM callbackShawn Lin1-54/+27
2016-11-29mmc: dw_mmc: disable biu clk if possibleShawn Lin1-0/+13