index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
dw_mmc.c
Age
Commit message (
Expand
)
Author
2019-12-02
common: Move ARM cache operations out of common.h
Simon Glass
2019-09-05
mmc: dw_mmc: fix timeout calculate method
Kever Yang
2019-07-31
dw_mmc: turn on the IO supply
Urja Rannikko
2019-04-29
mmc: dw_mmc: Round up descriptor end to nearest multiple of cacheline size
Marek Vasut
2019-04-29
mmc: dw_mmc: Handle return value from bounce_buffer_start()
Marek Vasut
2019-04-29
mmc: dw_mmc: Calculate timeout from transfer length
Marek Vasut
2019-02-18
mmc: dwmmc: Poll for iDMAC TX/RX interrupt
Ley Foon Tan
2018-11-10
mmc: dw_mmc: Add RCRC handling
Marek Vasut
2018-10-02
mmc: dw_mmc: check fifo status with a timeout in fifo mode
Heiko Stuebner
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-08-17
dm: mmc: Drop CONFIG_DM_MMC_OPS
Simon Glass
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-27
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-02
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
[next]