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
2017-08-30
mmc: dw_mmc: introduce timer for broken command transfer over scheme
Addy Ke
1
-0
/
+48
2017-08-30
mmc: dw_mmc: move controller reset before driver init
liwei
1
-6
/
+6
2017-08-30
mmc: dw_mmc: explicitly request exclusive reset control
Philipp Zabel
1
-1
/
+1
2017-07-27
mmc: dw_mmc: fix the wrong condition check of getting num-slots from DT
Shawn Lin
1
-1
/
+1
2017-06-29
mmc: dw_mmc: remove the unnecessary slot variable
Jaehoon Chung
1
-8
/
+5
2017-06-29
mmc: dw_mmc: use the 'slot' instead of 'cur_slot'
Jaehoon Chung
1
-17
/
+16
2017-06-29
mmc: dw_mmc: remove the 'id' arguments about functions relevant to slot
Jaehoon Chung
1
-9
/
+7
2017-06-29
mmc: dw_mmc: change the array of slots
Jaehoon Chung
1
-12
/
+9
2017-06-29
mmc: dw_mmc: remove the loop about finding slots
Jaehoon Chung
1
-79
/
+36
2017-06-29
mmc: dw_mmc: deprecated the "num-slots" property
Jaehoon Chung
1
-13
/
+8
2017-06-20
mmc: dw_mmc: Use device_property_read instead of of_property_read
David Woods
1
-12
/
+12
2017-06-20
Revert "mmc: dw_mmc: Don't allow Runtime PM for SDIO cards"
Ulf Hansson
1
-8
/
+2
2017-06-20
mmc: dw_mmc: Prevent runtime PM suspend when SDIO IRQs are enabled
Ulf Hansson
1
-0
/
+7
2017-06-20
mmc: dw_mmc: Convert to use MMC_CAP2_SDIO_IRQ_NOTHREAD for SDIO IRQs
Ulf Hansson
1
-3
/
+22
2017-04-24
mmc: use new core function mmc_get_dma_dir
Heiner Kallweit
1
-11
/
+3
2017-04-24
mmc: dw_mmc: improve dw_mci_reset a bit
Shawn Lin
1
-18
/
+20
2017-04-24
mmc: dw_mmc: move mci_send_cmd forward to avoid declaration
Shawn Lin
1
-41
/
+40
2017-04-24
mmc: dw_mmc: remove declaration of dw_mci_card_busy
Shawn Lin
1
-2
/
+0
2017-04-24
mmc: dw_mmc: move dw_mci_get_cd forward to avoid declaration
Shawn Lin
1
-42
/
+41
2017-04-24
mmc: dw_mmc: move dw_mci_ctrl_reset forward to avoid declaration
Shawn Lin
1
-22
/
+20
2017-04-24
mmc: dw_mmc: move dw_mci_reset forward to avoid declaration
Shawn Lin
1
-66
/
+65
2017-04-24
mmc: dw_mmc: improve the timeout polling code
Shawn Lin
1
-53
/
+39
2017-04-18
mmc: dw_mmc: Don't allow Runtime PM for SDIO cards
Douglas Anderson
1
-2
/
+9
2017-02-13
mmc: dw_mmc: silent verbose log when calling from PM context
Shawn Lin
1
-5
/
+7
2017-02-13
mmc: dw_mmc: Add fifo watermark alignment property
Jun Nie
1
-2
/
+9
2017-02-13
mmc: dw_mmc: Add fifo address property
Jun Nie
1
-1
/
+5
2017-02-13
mmc: dw_mmc: Remove the public dw_mmc header file
Ulf Hansson
1
-1
/
+0
2017-01-23
mmc: dw_mmc: force setup bus if active slots exist
Ziyuan Xu
1
-3
/
+4
2016-12-05
mmc: dw_mmc: display the clock message only one time when card is polling
Jaehoon Chung
1
-1
/
+12
2016-12-05
mmc: dw_mmc: add the debug message for polling and non-removable
Jaehoon Chung
1
-2
/
+16
2016-12-05
mmc: dw_mmc: check the "present" variable before checking flags
Jaehoon Chung
1
-1
/
+2
2016-12-05
mmc: dw_mmc: add missing codes for runtime resume
Joonyoung Shim
1
-1
/
+15
2016-11-29
mmc: delete is_first_req parameter from pre-request callback
Linus Walleij
1
-2
/
+1
2016-11-29
mmc: dw_mmc: The "clock-freq-min-max" property was deprecated
Jaehoon Chung
1
-0
/
+2
2016-11-29
mmc: dw_mmc: remove the unnecessary mmc_data structure
Jaehoon Chung
1
-4
/
+2
2016-11-29
mmc: dw_mmc: use the cookie's enum values for post/pre_req()
Jaehoon Chung
1
-20
/
+19
2016-11-29
mmc: dw_mmc: call the dw_mci_prep_stop_abort() by default
Jaehoon Chung
1
-10
/
+5
2016-11-29
mmc: dw_mmc: use the hold register when send stop command
Jaehoon Chung
1
-0
/
+3
2016-11-29
mmc: dw_mmc: change the DW_MCI_FREQ_MIN from 400K to 100K
Jaehoon Chung
1
-1
/
+1
2016-11-29
mmc: dw_mmc: fix the debug message for checking card's present
Jaehoon Chung
1
-5
/
+2
2016-11-29
mmc: dw_mmc: display the real register value on debugfs
Jaehoon Chung
1
-6
/
+8
2016-11-29
mmc: dw_mmc: fix spelling mistake in dev_dbg message
Colin Ian King
1
-2
/
+2
2016-11-29
mmc: dw_mmc: remove system PM callback
Shawn Lin
1
-54
/
+27
2016-11-29
mmc: dw_mmc: disable biu clk if possible
Shawn Lin
1
-0
/
+13
2016-11-29
mmc: dw_mmc: add runtime PM callback
Shawn Lin
1
-2
/
+30
2016-11-21
mmc: dw_mmc: fix the error handling for dma operation
Jaehoon Chung
1
-0
/
+1
2016-11-07
mmc: dw_mmc: add the "reset" as name of reset controller
Jaehoon Chung
1
-1
/
+1
2016-09-26
mmc: dw_mmc: remove the deprecated "supports-highspeed" property
Jaehoon Chung
1
-5
/
+0
2016-09-26
mmc: dw_mmc: minor cleanup for dw_mci_adjust_fifoth
Shawn Lin
1
-4
/
+1
2016-09-26
mmc: dw_mmc: use macro to define ring buffer size
Shawn Lin
1
-5
/
+10
[next]