summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/dw_mmc.c
AgeCommit message (Expand)Author
2019-08-06mmc: dw_mmc: Fix occasional hang after tuning on eMMCDouglas Anderson
2018-08-03mmc: dw_mmc: update actual clock for mmc debugfsShawn Lin
2018-07-17mmc: dw_mmc: fix card threshold control configurationx00270170
2018-03-28mmc: dw_mmc: fix falling from idmac to PIO mode when dw_mci_reset occursEvgeniy Didin
2018-03-28mmc: dw_mmc: Fix the DTO/CTO timeout overflow calculation for 32-bit systemsEvgeniy Didin
2018-03-08mmc: dw_mmc: Fix out-of-bounds access for slot's capsShawn Lin
2018-03-08mmc: dw_mmc: Factor out dw_mci_init_slot_capsShawn Lin
2018-03-08mmc: dw_mmc: Avoid accessing registers in runtime suspended stateShawn Lin
2017-11-01mmc: dw_mmc: Fix the DTO timeout calculationDouglas Anderson
2017-10-30mmc: dw_mmc: Add locking to the CTO timerDouglas Anderson
2017-10-30mmc: dw_mmc: Fix the CTO timeout calculationDouglas Anderson
2017-10-30mmc: dw_mmc: cancel the CTO timer after a voltage switchDouglas Anderson
2017-08-30mmc: dw_mmc: introduce timer for broken command transfer over schemeAddy Ke
2017-08-30mmc: dw_mmc: move controller reset before driver initliwei
2017-08-30mmc: dw_mmc: explicitly request exclusive reset controlPhilipp Zabel
2017-07-27mmc: dw_mmc: fix the wrong condition check of getting num-slots from DTShawn Lin
2017-06-29mmc: dw_mmc: remove the unnecessary slot variableJaehoon Chung
2017-06-29mmc: dw_mmc: use the 'slot' instead of 'cur_slot'Jaehoon Chung
2017-06-29mmc: dw_mmc: remove the 'id' arguments about functions relevant to slotJaehoon Chung
2017-06-29mmc: dw_mmc: change the array of slotsJaehoon Chung
2017-06-29mmc: dw_mmc: remove the loop about finding slotsJaehoon Chung
2017-06-29mmc: dw_mmc: deprecated the "num-slots" propertyJaehoon Chung
2017-06-20mmc: dw_mmc: Use device_property_read instead of of_property_readDavid Woods
2017-06-20Revert "mmc: dw_mmc: Don't allow Runtime PM for SDIO cards"Ulf Hansson
2017-06-20mmc: dw_mmc: Prevent runtime PM suspend when SDIO IRQs are enabledUlf Hansson
2017-06-20mmc: dw_mmc: Convert to use MMC_CAP2_SDIO_IRQ_NOTHREAD for SDIO IRQsUlf Hansson
2017-04-24mmc: use new core function mmc_get_dma_dirHeiner Kallweit
2017-04-24mmc: dw_mmc: improve dw_mci_reset a bitShawn Lin
2017-04-24mmc: dw_mmc: move mci_send_cmd forward to avoid declarationShawn Lin
2017-04-24mmc: dw_mmc: remove declaration of dw_mci_card_busyShawn Lin
2017-04-24mmc: dw_mmc: move dw_mci_get_cd forward to avoid declarationShawn Lin
2017-04-24mmc: dw_mmc: move dw_mci_ctrl_reset forward to avoid declarationShawn Lin
2017-04-24mmc: dw_mmc: move dw_mci_reset forward to avoid declarationShawn Lin
2017-04-24mmc: dw_mmc: improve the timeout polling codeShawn Lin
2017-04-18mmc: dw_mmc: Don't allow Runtime PM for SDIO cardsDouglas Anderson
2017-02-13mmc: dw_mmc: silent verbose log when calling from PM contextShawn Lin
2017-02-13mmc: dw_mmc: Add fifo watermark alignment propertyJun Nie
2017-02-13mmc: dw_mmc: Add fifo address propertyJun Nie
2017-02-13mmc: dw_mmc: Remove the public dw_mmc header fileUlf Hansson
2017-01-23mmc: dw_mmc: force setup bus if active slots existZiyuan Xu
2016-12-05mmc: dw_mmc: display the clock message only one time when card is pollingJaehoon Chung
2016-12-05mmc: dw_mmc: add the debug message for polling and non-removableJaehoon Chung
2016-12-05mmc: dw_mmc: check the "present" variable before checking flagsJaehoon Chung
2016-12-05mmc: dw_mmc: add missing codes for runtime resumeJoonyoung Shim
2016-11-29mmc: delete is_first_req parameter from pre-request callbackLinus Walleij
2016-11-29mmc: dw_mmc: The "clock-freq-min-max" property was deprecatedJaehoon Chung
2016-11-29mmc: dw_mmc: remove the unnecessary mmc_data structureJaehoon Chung
2016-11-29mmc: dw_mmc: use the cookie's enum values for post/pre_req()Jaehoon Chung
2016-11-29mmc: dw_mmc: call the dw_mci_prep_stop_abort() by defaultJaehoon Chung
2016-11-29mmc: dw_mmc: use the hold register when send stop commandJaehoon Chung