summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/dw_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: dw_mmc: introduce timer for broken command transfer over schemeAddy Ke2017-08-301-0/+48
* mmc: dw_mmc: move controller reset before driver initliwei2017-08-301-6/+6
* mmc: dw_mmc: explicitly request exclusive reset controlPhilipp Zabel2017-08-301-1/+1
* mmc: dw_mmc: fix the wrong condition check of getting num-slots from DTShawn Lin2017-07-271-1/+1
* mmc: dw_mmc: remove the unnecessary slot variableJaehoon Chung2017-06-291-8/+5
* mmc: dw_mmc: use the 'slot' instead of 'cur_slot'Jaehoon Chung2017-06-291-17/+16
* mmc: dw_mmc: remove the 'id' arguments about functions relevant to slotJaehoon Chung2017-06-291-9/+7
* mmc: dw_mmc: change the array of slotsJaehoon Chung2017-06-291-12/+9
* mmc: dw_mmc: remove the loop about finding slotsJaehoon Chung2017-06-291-79/+36
* mmc: dw_mmc: deprecated the "num-slots" propertyJaehoon Chung2017-06-291-13/+8
* mmc: dw_mmc: Use device_property_read instead of of_property_readDavid Woods2017-06-201-12/+12
* Revert "mmc: dw_mmc: Don't allow Runtime PM for SDIO cards"Ulf Hansson2017-06-201-8/+2
* mmc: dw_mmc: Prevent runtime PM suspend when SDIO IRQs are enabledUlf Hansson2017-06-201-0/+7
* mmc: dw_mmc: Convert to use MMC_CAP2_SDIO_IRQ_NOTHREAD for SDIO IRQsUlf Hansson2017-06-201-3/+22
* mmc: use new core function mmc_get_dma_dirHeiner Kallweit2017-04-241-11/+3
* mmc: dw_mmc: improve dw_mci_reset a bitShawn Lin2017-04-241-18/+20
* mmc: dw_mmc: move mci_send_cmd forward to avoid declarationShawn Lin2017-04-241-41/+40
* mmc: dw_mmc: remove declaration of dw_mci_card_busyShawn Lin2017-04-241-2/+0
* mmc: dw_mmc: move dw_mci_get_cd forward to avoid declarationShawn Lin2017-04-241-42/+41
* mmc: dw_mmc: move dw_mci_ctrl_reset forward to avoid declarationShawn Lin2017-04-241-22/+20
* mmc: dw_mmc: move dw_mci_reset forward to avoid declarationShawn Lin2017-04-241-66/+65
* mmc: dw_mmc: improve the timeout polling codeShawn Lin2017-04-241-53/+39
* mmc: dw_mmc: Don't allow Runtime PM for SDIO cardsDouglas Anderson2017-04-181-2/+9
* mmc: dw_mmc: silent verbose log when calling from PM contextShawn Lin2017-02-131-5/+7
* mmc: dw_mmc: Add fifo watermark alignment propertyJun Nie2017-02-131-2/+9
* mmc: dw_mmc: Add fifo address propertyJun Nie2017-02-131-1/+5
* mmc: dw_mmc: Remove the public dw_mmc header fileUlf Hansson2017-02-131-1/+0
* mmc: dw_mmc: force setup bus if active slots existZiyuan Xu2017-01-231-3/+4
* mmc: dw_mmc: display the clock message only one time when card is pollingJaehoon Chung2016-12-051-1/+12
* mmc: dw_mmc: add the debug message for polling and non-removableJaehoon Chung2016-12-051-2/+16
* mmc: dw_mmc: check the "present" variable before checking flagsJaehoon Chung2016-12-051-1/+2
* mmc: dw_mmc: add missing codes for runtime resumeJoonyoung Shim2016-12-051-1/+15
* mmc: delete is_first_req parameter from pre-request callbackLinus Walleij2016-11-291-2/+1
* mmc: dw_mmc: The "clock-freq-min-max" property was deprecatedJaehoon Chung2016-11-291-0/+2
* mmc: dw_mmc: remove the unnecessary mmc_data structureJaehoon Chung2016-11-291-4/+2
* mmc: dw_mmc: use the cookie's enum values for post/pre_req()Jaehoon Chung2016-11-291-20/+19
* mmc: dw_mmc: call the dw_mci_prep_stop_abort() by defaultJaehoon Chung2016-11-291-10/+5
* mmc: dw_mmc: use the hold register when send stop commandJaehoon Chung2016-11-291-0/+3
* mmc: dw_mmc: change the DW_MCI_FREQ_MIN from 400K to 100KJaehoon Chung2016-11-291-1/+1
* mmc: dw_mmc: fix the debug message for checking card's presentJaehoon Chung2016-11-291-5/+2
* mmc: dw_mmc: display the real register value on debugfsJaehoon Chung2016-11-291-6/+8
* mmc: dw_mmc: fix spelling mistake in dev_dbg messageColin Ian King2016-11-291-2/+2
* mmc: dw_mmc: remove system PM callbackShawn Lin2016-11-291-54/+27
* mmc: dw_mmc: disable biu clk if possibleShawn Lin2016-11-291-0/+13
* mmc: dw_mmc: add runtime PM callbackShawn Lin2016-11-291-2/+30
* mmc: dw_mmc: fix the error handling for dma operationJaehoon Chung2016-11-211-0/+1
* mmc: dw_mmc: add the "reset" as name of reset controllerJaehoon Chung2016-11-071-1/+1
* mmc: dw_mmc: remove the deprecated "supports-highspeed" propertyJaehoon Chung2016-09-261-5/+0
* mmc: dw_mmc: minor cleanup for dw_mci_adjust_fifothShawn Lin2016-09-261-4/+1
* mmc: dw_mmc: use macro to define ring buffer sizeShawn Lin2016-09-261-5/+10
OpenPOWER on IntegriCloud