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