summaryrefslogtreecommitdiff
path: root/drivers/mmc/dw_mmc.c
Commit message (Expand)AuthorAgeLines
* mmc: dw_mmc: fix data starvation by host timeout under FIFO modeXu Ziyuan2016-08-05-0/+1
* mmc: dw_mmc: transfer proper bytes to FIFOXu Ziyuan2016-08-05-0/+2
* mmc: use the generic error numberJaehoon Chung2016-08-05-4/+4
* mmc: dw_mmc: remove the duplicated header fileJaehoon Chung2016-08-05-1/+0
* mmc: dw_mmc: reduce timeout detection cycleXu Ziyuan2016-07-27-1/+1
* dm: mmc: dwmmc: use the callback functions as staticJaehoon Chung2016-07-27-2/+2
* dm: mmc: dwmmc: Support CONFIG_DM_MMC_OPSSimon Glass2016-07-11-0/+33
* mmc: dw_mmc: fix the wrong AND operationJaehoon Chung2016-06-27-2/+2
* dm: mmc: dwmmc: Support CONFIG_BLKSimon Glass2016-05-27-14/+28
* dwmmc: Increase retry timeoutAlexander Graf2016-03-15-1/+1
* mmc: dw_mmc: support fifo mode in dwc mmc driverhuang lin2015-12-01-18/+67
* mmc: dw_mmc: move data transfer as a separate functionhuang lin2015-12-01-28/+37
* driver: dwmmc: Fix pointer conversion warnings for hikeyPrabhakar Kushwaha2015-11-12-3/+3
* mmc: dw_mmc: Increase timeout to 4 minutes (as in Linux kernel)Ɓukasz Majewski2015-09-28-1/+1
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-11-0/+1
* mmc: Support bypass mode with the get_mmc_clk() methodSimon Glass2015-09-02-1/+1
* dw_mmc: Calculate dwmmc FIFO threshold size if not providedSimon Glass2015-08-13-2/+8
* mmc: dw_mmc: Avoid using printf() for errorsSimon Glass2015-08-11-11/+12
* mmc: dw_mmc: Improve handling of data transfer failureMarek Vasut2015-08-11-7/+9
* mmc: dw_mmc: Zap endless timeoutMarek Vasut2015-08-11-2/+17
* mmc: dw_mmc: Stop bounce buffer even in case of failureMarek Vasut2015-08-11-0/+1
* mmc: remove the MMC_MODE_HC flagRob Herring2015-05-05-1/+1
* mmc: dw_mmc: fixed the wrong bit controlJaehoon Chung2015-02-23-1/+1
* mmc: dw_mmc: Use active DDR mode flagAndrew Gabbasov2014-12-12-1/+1
* mmc: dw_mmc: cleanupsPavel Machek2014-10-06-12/+22
* mmc/dw_mmc: Fix clock divider calculation error for bypass modeChin Liang See2014-08-01-1/+4
* mmc: dw_mmc: support the DDR modeJaehoon Chung2014-05-16-2/+10
* mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou2014-03-24-29/+21
* mmc: Convert mmc struct's name array to a pointerPantelis Antoniou2014-03-24-1/+1
* mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou2014-03-24-3/+7
* MMC: DWMMC: Correct the CLKDIV register valueRajeshwari S Shinde2014-02-07-1/+1
* mmc: dwmmc: mode change to 0644Minkyu Kang2014-01-14-0/+0
* mmc/dwmmc: use bounce buffer for data exchange between CPU and MMC controllerAlexey Brodkin2014-01-09-10/+22
* mmc/dwmmc: Using calloc instead mallocChin Liang See2014-01-08-2/+2
* mmc/dwmmc: modify FIFO threshold only if value explicitly setAlexey Brodkin2013-12-08-7/+2
* mmc: dw_mmc: remove the exynos specific code in dw-mmc.cJaehoon Chung2013-12-08-10/+2
* DWMMC: SMDK5420: Disable SMU for eMMCRajeshwari Shinde2013-10-31-0/+11
* mmc: dw_mmc: change the callback function name.Jaehoon Chung2013-10-31-3/+3
* mmc/dw_mmc: Allocate the correct amount of descriptorsMischa Jonker2013-09-20-2/+2
* mmc/dw_mmc: Fix DMA descriptor corruptionMischa Jonker2013-09-20-3/+4
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-14/+1
* drivers/mmc/dw_mmc - remove extra arch specific "asm/arch/clk.h" inclusionAlexey Brodkin2013-07-16-1/+0
* MMC: DWMMC: Fix FIFO_DEPTH calculationRajeshwari Shinde2013-06-17-8/+6
* DWMMC: Initialise dwmci and resolve EMMC read write issuesAmar2013-06-13-9/+12
* mmc: dw-mmc: support DesignWare MMC ControllerJaehoon Chung2012-10-22-0/+385