aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/dw_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-10mmc: dw_mmc: Add RCRC handlingMarek Vasut1-0/+4
2018-10-02mmc: dw_mmc: check fifo status with a timeout in fifo modeHeiko Stuebner1-2/+30
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-17dm: mmc: Drop CONFIG_DM_MMC_OPSSimon Glass1-4/+4
2017-01-11mmc: change the set_ios return type from void to intJaehoon Chung1-3/+2
2016-10-10mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfgJaehoon Chung1-7/+6
2016-09-21mmc: dw_mmc: push/pop all FIFO data if any data requestJacob Chen1-11/+12
2016-08-05mmc: dw_mmc: fix data starvation by host timeout under FIFO modeXu Ziyuan1-0/+1
2016-08-05mmc: dw_mmc: transfer proper bytes to FIFOXu Ziyuan1-0/+2
2016-08-05mmc: use the generic error numberJaehoon Chung1-4/+4
2016-08-05mmc: dw_mmc: remove the duplicated header fileJaehoon Chung1-1/+0
2016-07-27mmc: dw_mmc: reduce timeout detection cycleXu Ziyuan1-1/+1
2016-07-27dm: mmc: dwmmc: use the callback functions as staticJaehoon Chung1-2/+2
2016-07-11dm: mmc: dwmmc: Support CONFIG_DM_MMC_OPSSimon Glass1-0/+33
2016-06-27mmc: dw_mmc: fix the wrong AND operationJaehoon Chung1-2/+2
2016-05-27dm: mmc: dwmmc: Support CONFIG_BLKSimon Glass1-14/+28
2016-03-15dwmmc: Increase retry timeoutAlexander Graf1-1/+1
2015-12-01mmc: dw_mmc: support fifo mode in dwc mmc driverhuang lin1-18/+67
2015-12-01mmc: dw_mmc: move data transfer as a separate functionhuang lin1-28/+37
2015-11-12driver: dwmmc: Fix pointer conversion warnings for hikeyPrabhakar Kushwaha1-3/+3
2015-09-28mmc: dw_mmc: Increase timeout to 4 minutes (as in Linux kernel)Ɓukasz Majewski1-1/+1
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-09-02mmc: Support bypass mode with the get_mmc_clk() methodSimon Glass1-1/+1
2015-08-13dw_mmc: Calculate dwmmc FIFO threshold size if not providedSimon Glass1-2/+8
2015-08-11mmc: dw_mmc: Avoid using printf() for errorsSimon Glass1-11/+12
2015-08-11mmc: dw_mmc: Improve handling of data transfer failureMarek Vasut1-7/+9
2015-08-11mmc: dw_mmc: Zap endless timeoutMarek Vasut1-2/+17
2015-08-11mmc: dw_mmc: Stop bounce buffer even in case of failureMarek Vasut1-0/+1
2015-05-05mmc: remove the MMC_MODE_HC flagRob Herring1-1/+1
2015-02-23mmc: dw_mmc: fixed the wrong bit controlJaehoon Chung1-1/+1
2014-12-12mmc: dw_mmc: Use active DDR mode flagAndrew Gabbasov1-1/+1
2014-10-06mmc: dw_mmc: cleanupsPavel Machek1-12/+22
2014-08-01mmc/dw_mmc: Fix clock divider calculation error for bypass modeChin Liang See1-1/+4
2014-05-16mmc: dw_mmc: support the DDR modeJaehoon Chung1-2/+10
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou1-29/+21
2014-03-24mmc: Convert mmc struct's name array to a pointerPantelis Antoniou1-1/+1
2014-03-24mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou1-3/+7
2014-02-07MMC: DWMMC: Correct the CLKDIV register valueRajeshwari S Shinde1-1/+1
2014-01-14mmc: dwmmc: mode change to 0644Minkyu Kang1-0/+0
2014-01-09mmc/dwmmc: use bounce buffer for data exchange between CPU and MMC controllerAlexey Brodkin1-10/+22
2014-01-08mmc/dwmmc: Using calloc instead mallocChin Liang See1-2/+2
2013-12-08mmc/dwmmc: modify FIFO threshold only if value explicitly setAlexey Brodkin1-7/+2
2013-12-08mmc: dw_mmc: remove the exynos specific code in dw-mmc.cJaehoon Chung1-10/+2
2013-10-31DWMMC: SMDK5420: Disable SMU for eMMCRajeshwari Shinde1-0/+11
2013-10-31mmc: dw_mmc: change the callback function name.Jaehoon Chung1-3/+3
2013-09-20mmc/dw_mmc: Allocate the correct amount of descriptorsMischa Jonker1-2/+2
2013-09-20mmc/dw_mmc: Fix DMA descriptor corruptionMischa Jonker1-3/+4
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-07-16drivers/mmc/dw_mmc - remove extra arch specific "asm/arch/clk.h" inclusionAlexey Brodkin1-1/+0
2013-06-17MMC: DWMMC: Fix FIFO_DEPTH calculationRajeshwari Shinde1-8/+6