index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
dw_mmc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-17
mmc: dw_mmc: increase timeout value in data_transfer function
Jaehoon Chung
1
-1
/
+1
2022-10-24
mmc: dwmmc: only clear handled interrupts
John Keeping
1
-1
/
+2
2022-01-12
mmc: dwmmc: return a proper error code when busy
John Keeping
1
-1
/
+1
2021-06-22
mmc: dw_mmc: Fixes data read when receiving DTO interrupt in FIFO mode
Ley Foon Tan
1
-3
/
+3
2021-01-15
mmc: dwmmc: Change designware MMC 'clksel' callback function to return status
Siew Chin Lim
1
-2
/
+7
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop net.h from common header
Simon Glass
1
-0
/
+1
2019-12-02
common: Move ARM cache operations out of common.h
Simon Glass
1
-0
/
+1
2019-09-05
mmc: dw_mmc: fix timeout calculate method
Kever Yang
1
-2
/
+3
2019-07-31
dw_mmc: turn on the IO supply
Urja Rannikko
1
-0
/
+16
2019-04-29
mmc: dw_mmc: Round up descriptor end to nearest multiple of cacheline size
Marek Vasut
1
-2
/
+2
2019-04-29
mmc: dw_mmc: Handle return value from bounce_buffer_start()
Marek Vasut
1
-2
/
+8
2019-04-29
mmc: dw_mmc: Calculate timeout from transfer length
Marek Vasut
1
-3
/
+21
2019-02-18
mmc: dwmmc: Poll for iDMAC TX/RX interrupt
Ley Foon Tan
1
-0
/
+19
2018-11-10
mmc: dw_mmc: Add RCRC handling
Marek Vasut
1
-0
/
+4
2018-10-02
mmc: dw_mmc: check fifo status with a timeout in fifo mode
Heiko Stuebner
1
-2
/
+30
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2017-08-17
dm: mmc: Drop CONFIG_DM_MMC_OPS
Simon Glass
1
-4
/
+4
2017-01-11
mmc: change the set_ios return type from void to int
Jaehoon Chung
1
-3
/
+2
2016-10-10
mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfg
Jaehoon Chung
1
-7
/
+6
2016-09-21
mmc: dw_mmc: push/pop all FIFO data if any data request
Jacob Chen
1
-11
/
+12
2016-08-05
mmc: dw_mmc: fix data starvation by host timeout under FIFO mode
Xu Ziyuan
1
-0
/
+1
2016-08-05
mmc: dw_mmc: transfer proper bytes to FIFO
Xu Ziyuan
1
-0
/
+2
2016-08-05
mmc: use the generic error number
Jaehoon Chung
1
-4
/
+4
2016-08-05
mmc: dw_mmc: remove the duplicated header file
Jaehoon Chung
1
-1
/
+0
2016-07-27
mmc: dw_mmc: reduce timeout detection cycle
Xu Ziyuan
1
-1
/
+1
2016-07-27
dm: mmc: dwmmc: use the callback functions as static
Jaehoon Chung
1
-2
/
+2
2016-07-11
dm: mmc: dwmmc: Support CONFIG_DM_MMC_OPS
Simon Glass
1
-0
/
+33
2016-06-27
mmc: dw_mmc: fix the wrong AND operation
Jaehoon Chung
1
-2
/
+2
2016-05-27
dm: mmc: dwmmc: Support CONFIG_BLK
Simon Glass
1
-14
/
+28
2016-03-15
dwmmc: Increase retry timeout
Alexander Graf
1
-1
/
+1
2015-12-01
mmc: dw_mmc: support fifo mode in dwc mmc driver
huang lin
1
-18
/
+67
2015-12-01
mmc: dw_mmc: move data transfer as a separate function
huang lin
1
-28
/
+37
2015-11-12
driver: dwmmc: Fix pointer conversion warnings for hikey
Prabhakar Kushwaha
1
-3
/
+3
2015-09-28
mmc: dw_mmc: Increase timeout to 4 minutes (as in Linux kernel)
Ćukasz Majewski
1
-1
/
+1
2015-09-11
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
1
-0
/
+1
2015-09-02
mmc: Support bypass mode with the get_mmc_clk() method
Simon Glass
1
-1
/
+1
2015-08-13
dw_mmc: Calculate dwmmc FIFO threshold size if not provided
Simon Glass
1
-2
/
+8
2015-08-11
mmc: dw_mmc: Avoid using printf() for errors
Simon Glass
1
-11
/
+12
2015-08-11
mmc: dw_mmc: Improve handling of data transfer failure
Marek Vasut
1
-7
/
+9
2015-08-11
mmc: dw_mmc: Zap endless timeout
Marek Vasut
1
-2
/
+17
2015-08-11
mmc: dw_mmc: Stop bounce buffer even in case of failure
Marek Vasut
1
-0
/
+1
2015-05-05
mmc: remove the MMC_MODE_HC flag
Rob Herring
1
-1
/
+1
2015-02-23
mmc: dw_mmc: fixed the wrong bit control
Jaehoon Chung
1
-1
/
+1
2014-12-12
mmc: dw_mmc: Use active DDR mode flag
Andrew Gabbasov
1
-1
/
+1
2014-10-06
mmc: dw_mmc: cleanups
Pavel Machek
1
-12
/
+22
2014-08-01
mmc/dw_mmc: Fix clock divider calculation error for bypass mode
Chin Liang See
1
-1
/
+4
2014-05-16
mmc: dw_mmc: support the DDR mode
Jaehoon Chung
1
-2
/
+10
2014-03-24
mmc: Split mmc struct, rework mmc initialization (v2)
Pantelis Antoniou
1
-29
/
+21
[next]