index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
dw_mmc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-17
mmc: dw_mmc: Fix out-of-bounds access for slot's caps
Shawn Lin
1
-1
/
+8
2018-06-17
mmc: dw_mmc: Factor out dw_mci_init_slot_caps
Shawn Lin
1
-24
/
+37
2015-01-12
mmc: dw_mmc: avoid write to CDTHRCTL on older versions
James Hogan
1
-0
/
+7
2014-05-22
mmc: dw_mmc: Don't print data errors
Doug Anderson
1
-1
/
+1
2014-05-13
mmc: dw_mmc: restore the card-present checking point
Jaehoon Chung
1
-0
/
+5
2014-05-13
mmc: dw_mmc: remove dw_mci_of_cd_gpio/wp_gpio()
Jaehoon Chung
1
-57
/
+3
2014-05-13
mmc: dw_mmc: remove unnecessary function.
Jaehoon Chung
1
-7
/
+1
2014-05-13
mmc: dw_mmc: fix minor coding style.
Jaehoon Chung
1
-3
/
+2
2014-05-13
mmc: dw_mmc: remove unused member variable.
Jaehoon Chung
1
-30
/
+3
2014-05-13
mmc: dw_mmc: replace the bus_hz checking point
Jaehoon Chung
1
-10
/
+8
2014-05-13
mmc: dw_mmc: use the mmc_of_parse() instead of local parser
Jaehoon Chung
1
-48
/
+1
2014-04-21
mmc: dw_mmc: clarify DDR timing mode between SD-UHS and eMMC
Seungwon Jeon
1
-1
/
+1
2014-04-09
Merge tag 'mmc-updates-for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2014-03-29
workqueue: remove deprecated WQ_NON_REENTRANT
ZhangZhen
1
-1
/
+1
2014-02-26
mmc: dw_mmc: Fix NULL pointer dereference
Sachin Kamat
1
-1
/
+1
2014-01-17
mmc: dw_mmc: fix dw_mci_get_cd
Zhangfei Gao
1
-3
/
+9
2014-01-13
mmc: dw_mmc: use slot-gpio to handle cd pin
Zhangfei Gao
1
-13
/
+35
2013-10-31
mmc: dw_mmc: Move away from using deprecated APIs
Ulf Hansson
1
-21
/
+0
2013-09-26
mmc: dw_mmc: fix the transfer termination in IDMAC mode
Seungwon Jeon
1
-3
/
+3
2013-09-26
mmc: dw_mmc: amend use of idmac sw reset
Seungwon Jeon
1
-6
/
+11
2013-09-26
mmc: dw_mmc: gather each reset code into functions
Seungwon Jeon
1
-38
/
+43
2013-09-26
mmc: dw_mmc: rework the code related to cmd/data completion
Seungwon Jeon
1
-63
/
+84
2013-09-26
mmc: dw_mmc: guarantee stop-abort cmd in data errors
Seungwon Jeon
1
-20
/
+64
2013-09-26
mmc: dw_mmc: fix error handling on response error
Seungwon Jeon
1
-5
/
+21
2013-09-26
mmc: dw_mmc: control card read threshold
Seungwon Jeon
1
-2
/
+36
2013-09-26
mmc: dw_mmc: adjust the fifoth with block size
Seungwon Jeon
1
-3
/
+71
2013-09-26
mmc: dw_mmc: set the supported max/min frequency
Seungwon Jeon
1
-2
/
+12
2013-09-26
mmc: dw_mmc: move supports-highspeed of quirks to caps
Seungwon Jeon
1
-6
/
+3
2013-09-26
mmc: dw_mmc: add the capability to support hs200 mode
Seungwon Jeon
1
-0
/
+6
2013-09-26
mmc: dw_mmc: add support tuning scheme
Seungwon Jeon
1
-37
/
+60
2013-09-26
mmc: dw_mmc: move the platform specific init call
Yuvaraj Kumar C D
1
-0
/
+9
2013-09-26
mmc: dw_mmc: Set timeout to max upon resume
Doug Anderson
1
-0
/
+3
2013-09-26
mmc: dw_mmc: Honor requests to set the clock to 0
Doug Anderson
1
-16
/
+28
2013-09-26
mmc: dw_mmc: don't queue up a card detect at slot startup
Doug Anderson
1
-6
/
+0
2013-09-11
Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-11
/
+10
2013-08-25
mmc: dw_mmc: Handle DW_MCI_QUIRK_IDMAC_DTO properly
Doug Anderson
1
-11
/
+10
2013-07-31
mmc: dw_mmc: Indicate that regulators may be absent
Mark Brown
1
-1
/
+1
2013-06-27
mmc: dw_mmc: Add the ability to set the ciu clock frequency
Doug Anderson
1
-4
/
+13
2013-06-27
mmc: dw_mmc: Handle late vmmc regulators with EPROBE_DEFER
Doug Anderson
1
-14
/
+20
2013-06-27
mmc: dw_mmc: change the macro name from DTO to DRTO
Jaehoon Chung
1
-2
/
+2
2013-05-26
mmc: dw_mmc: clear IDSTS register when initialize IDMAC
Joonyoung Shim
1
-0
/
+6
2013-05-26
mmc: dw_mmc: fix error return code in dw_mci_probe()
Wei Yongjun
1
-1
/
+3
2013-04-12
mmc: dw_mmc: let device core setup the default pin configuration
Thomas Abraham
1
-8
/
+0
2013-04-04
mmc: dw_mmc: Use pr_info instead of printk
Sachin Kamat
1
-1
/
+1
2013-04-04
mmc: dw_mmc: Check return value of regulator_enable
Sachin Kamat
1
-4
/
+16
2013-04-04
mmc: dw_mmc: control the power-enable register
Jaehoon Chung
1
-0
/
+6
2013-04-04
mmc: dw_mmc: fix fifo access for 64-bit
Seungwon Jeon
1
-1
/
+2
2013-03-22
mmc: dw_mmc: Handle unaligned data submission correctly
Markos Chandras
1
-9
/
+24
2013-03-22
mmc: dw_mmc: Avoid adding the number of transmitted bytes twice
Markos Chandras
1
-8
/
+4
2013-03-22
mmc: dw_mmc: Don't loop when handling an interrupt
Markos Chandras
1
-7
/
+4
[next]