index
:
u-boot-fsl-qoriq
master
scalys
Freescale u-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
dw_mmc.c
Age
Commit message (
Expand
)
Author
2017-01-11
mmc: change the set_ios return type from void to int
Jaehoon Chung
2016-10-10
mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfg
Jaehoon Chung
2016-09-21
mmc: dw_mmc: push/pop all FIFO data if any data request
Jacob Chen
2016-08-05
mmc: dw_mmc: fix data starvation by host timeout under FIFO mode
Xu Ziyuan
2016-08-05
mmc: dw_mmc: transfer proper bytes to FIFO
Xu Ziyuan
2016-08-05
mmc: use the generic error number
Jaehoon Chung
2016-08-05
mmc: dw_mmc: remove the duplicated header file
Jaehoon Chung
2016-07-28
mmc: dw_mmc: reduce timeout detection cycle
Xu Ziyuan
2016-07-27
dm: mmc: dwmmc: use the callback functions as static
Jaehoon Chung
2016-07-11
dm: mmc: dwmmc: Support CONFIG_DM_MMC_OPS
Simon Glass
2016-06-27
mmc: dw_mmc: fix the wrong AND operation
Jaehoon Chung
2016-05-27
dm: mmc: dwmmc: Support CONFIG_BLK
Simon Glass
2016-03-15
dwmmc: Increase retry timeout
Alexander Graf
2015-12-01
mmc: dw_mmc: support fifo mode in dwc mmc driver
huang lin
2015-12-01
mmc: dw_mmc: move data transfer as a separate function
huang lin
2015-11-12
driver: dwmmc: Fix pointer conversion warnings for hikey
Prabhakar Kushwaha
2015-09-28
mmc: dw_mmc: Increase timeout to 4 minutes (as in Linux kernel)
Ćukasz Majewski
2015-09-11
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
2015-09-03
mmc: Support bypass mode with the get_mmc_clk() method
Simon Glass
2015-08-13
dw_mmc: Calculate dwmmc FIFO threshold size if not provided
Simon Glass
2015-08-11
mmc: dw_mmc: Avoid using printf() for errors
Simon Glass
2015-08-11
mmc: dw_mmc: Improve handling of data transfer failure
Marek Vasut
2015-08-11
mmc: dw_mmc: Zap endless timeout
Marek Vasut
2015-08-11
mmc: dw_mmc: Stop bounce buffer even in case of failure
Marek Vasut
2015-05-05
mmc: remove the MMC_MODE_HC flag
Rob Herring
2015-02-23
mmc: dw_mmc: fixed the wrong bit control
Jaehoon Chung
2014-12-12
mmc: dw_mmc: Use active DDR mode flag
Andrew Gabbasov
2014-10-06
mmc: dw_mmc: cleanups
Pavel Machek
2014-08-01
mmc/dw_mmc: Fix clock divider calculation error for bypass mode
Chin Liang See
2014-05-16
mmc: dw_mmc: support the DDR mode
Jaehoon Chung
2014-03-24
mmc: Split mmc struct, rework mmc initialization (v2)
Pantelis Antoniou
2014-03-24
mmc: Convert mmc struct's name array to a pointer
Pantelis Antoniou
2014-03-24
mmc: Remove ops from struct mmc and put in mmc_ops
Pantelis Antoniou
2014-02-07
MMC: DWMMC: Correct the CLKDIV register value
Rajeshwari S Shinde
2014-01-14
mmc: dwmmc: mode change to 0644
Minkyu Kang
2014-01-09
mmc/dwmmc: use bounce buffer for data exchange between CPU and MMC controller
Alexey Brodkin
2014-01-08
mmc/dwmmc: Using calloc instead malloc
Chin Liang See
2013-12-08
mmc/dwmmc: modify FIFO threshold only if value explicitly set
Alexey Brodkin
2013-12-08
mmc: dw_mmc: remove the exynos specific code in dw-mmc.c
Jaehoon Chung
2013-10-31
DWMMC: SMDK5420: Disable SMU for eMMC
Rajeshwari Shinde
2013-10-31
mmc: dw_mmc: change the callback function name.
Jaehoon Chung
2013-09-20
mmc/dw_mmc: Allocate the correct amount of descriptors
Mischa Jonker
2013-09-20
mmc/dw_mmc: Fix DMA descriptor corruption
Mischa Jonker
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-16
drivers/mmc/dw_mmc - remove extra arch specific "asm/arch/clk.h" inclusion
Alexey Brodkin
2013-06-17
MMC: DWMMC: Fix FIFO_DEPTH calculation
Rajeshwari Shinde
2013-06-13
DWMMC: Initialise dwmci and resolve EMMC read write issues
Amar
2012-10-22
mmc: dw-mmc: support DesignWare MMC Controller
Jaehoon Chung