summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/dw_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* dwmmc: Increase retry timeoutAlexander Graf2016-03-151-1/+1
* mmc: dw_mmc: support fifo mode in dwc mmc driverhuang lin2015-12-011-18/+67
* mmc: dw_mmc: move data transfer as a separate functionhuang lin2015-12-011-28/+37
* driver: dwmmc: Fix pointer conversion warnings for hikeyPrabhakar Kushwaha2015-11-121-3/+3
* mmc: dw_mmc: Increase timeout to 4 minutes (as in Linux kernel)Łukasz Majewski2015-09-281-1/+1
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-111-0/+1
* mmc: Support bypass mode with the get_mmc_clk() methodSimon Glass2015-09-021-1/+1
* dw_mmc: Calculate dwmmc FIFO threshold size if not providedSimon Glass2015-08-131-2/+8
* mmc: dw_mmc: Avoid using printf() for errorsSimon Glass2015-08-111-11/+12
* mmc: dw_mmc: Improve handling of data transfer failureMarek Vasut2015-08-111-7/+9
* mmc: dw_mmc: Zap endless timeoutMarek Vasut2015-08-111-2/+17
* mmc: dw_mmc: Stop bounce buffer even in case of failureMarek Vasut2015-08-111-0/+1
* mmc: remove the MMC_MODE_HC flagRob Herring2015-05-051-1/+1
* mmc: dw_mmc: fixed the wrong bit controlJaehoon Chung2015-02-231-1/+1
* mmc: dw_mmc: Use active DDR mode flagAndrew Gabbasov2014-12-121-1/+1
* mmc: dw_mmc: cleanupsPavel Machek2014-10-061-12/+22
* mmc/dw_mmc: Fix clock divider calculation error for bypass modeChin Liang See2014-08-011-1/+4
* mmc: dw_mmc: support the DDR modeJaehoon Chung2014-05-161-2/+10
* mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou2014-03-241-29/+21
* mmc: Convert mmc struct's name array to a pointerPantelis Antoniou2014-03-241-1/+1
* mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou2014-03-241-3/+7
* MMC: DWMMC: Correct the CLKDIV register valueRajeshwari S Shinde2014-02-071-1/+1
* mmc: dwmmc: mode change to 0644Minkyu Kang2014-01-141-0/+0
* mmc/dwmmc: use bounce buffer for data exchange between CPU and MMC controllerAlexey Brodkin2014-01-091-10/+22
* mmc/dwmmc: Using calloc instead mallocChin Liang See2014-01-081-2/+2
* mmc/dwmmc: modify FIFO threshold only if value explicitly setAlexey Brodkin2013-12-081-7/+2
* mmc: dw_mmc: remove the exynos specific code in dw-mmc.cJaehoon Chung2013-12-081-10/+2
* DWMMC: SMDK5420: Disable SMU for eMMCRajeshwari Shinde2013-10-311-0/+11
* mmc: dw_mmc: change the callback function name.Jaehoon Chung2013-10-311-3/+3
* mmc/dw_mmc: Allocate the correct amount of descriptorsMischa Jonker2013-09-201-2/+2
* mmc/dw_mmc: Fix DMA descriptor corruptionMischa Jonker2013-09-201-3/+4
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-14/+1
* drivers/mmc/dw_mmc - remove extra arch specific "asm/arch/clk.h" inclusionAlexey Brodkin2013-07-161-1/+0
* MMC: DWMMC: Fix FIFO_DEPTH calculationRajeshwari Shinde2013-06-171-8/+6
* DWMMC: Initialise dwmci and resolve EMMC read write issuesAmar2013-06-131-9/+12
* mmc: dw-mmc: support DesignWare MMC ControllerJaehoon Chung2012-10-221-0/+385
OpenPOWER on IntegriCloud