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
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
2016-09-26
mmc: dw_mmc: fix misleading error print if failing to do DMA transfer
Shawn Lin
1
-2
/
+4
2016-09-26
mmc: dw_mmc: avoid race condition of cpu and IDMAC
Shawn Lin
1
-79
/
+129
2016-09-26
mmc: dw_mmc: split out preparation of desc for IDMAC32 and IDMAC64
Shawn Lin
1
-70
/
+79
2016-09-26
mmc: dw_mmc: return -EILSEQ for EBE and SBE error
Shawn Lin
1
-2
/
+2
2016-09-26
mmc: dw_mmc: add reset support to dwmmc host controller
Guodong Xu
1
-1
/
+22
2016-09-26
mmc: dw_mmc: remove the unnecessary IS_ERR() checking for ciu/biu clock
Jaehoon Chung
1
-9
/
+4
2016-09-26
mmc: dw_mmc: remove parsing for each slot subnode
Shawn Lin
1
-43
/
+0
2016-09-22
mmc: dw_mmc: fix the spamming log message
Jaehoon Chung
1
-5
/
+9
2016-07-25
mmc: dw_mmc: set to MMC_CAP_ERASE by default
Jaehoon Chung
1
-0
/
+6
2016-07-25
mmc: dw_mmc: fix unmap sg twice when finding data err
Shawn Lin
1
-2
/
+4
2016-07-25
mmc: dw_mmc: add the card write threshold for HS400 mode
Jaehoon Chung
1
-11
/
+23
2016-07-25
mmc: dw_mmc: remove the quirks flags
Jaehoon Chung
1
-11
/
+5
2016-07-25
mmc: dw_mmc: remove UBSAN warning in dw_mci_setup_bus()
Seung-Woo Kim
1
-9
/
+5
2016-07-25
mmc: dw_mmc: Wait for data transfer after response errors.
Doug Anderson
1
-0
/
+27
2016-07-25
mmc: dw_mmc: fix 32bit little-endian access of des1 field
Ben Dooks
1
-1
/
+1
2016-07-25
mmc: dw_mmc: Consider HLE errors to be data and command errors
Doug Anderson
1
-3
/
+3
2016-07-25
mmc: dw_mmc: check card present before starting request
Shawn Lin
1
-3
/
+4
2016-07-25
mmc: dw_mmc: remove redundant of set_bit and clear_bit
Shawn Lin
1
-4
/
+1
2016-07-25
mmc: host: use the defined function to check whether card is removable
Jaehoon Chung
1
-2
/
+1
2016-05-28
remove lots of IS_ERR_VALUE abuses
Arnd Bergmann
1
-3
/
+3
2016-05-23
mmc: dw_mmc: fix the wrong max_blk_size
Jaehoon Chung
1
-3
/
+3
2016-05-02
mmc: dw_mmc: remove setup_clock callback
Shawn Lin
1
-9
/
+0
2016-05-02
mmc: dw_mmc: avoid using dmaengine_terminate_all
Shawn Lin
1
-1
/
+1
2016-02-29
mmc: dw_mmc: fix num_slots setting
Shawn Lin
1
-13
/
+10
2016-02-29
mmc: dw_mmc: remove repetitive clear interrupt
Shawn Lin
1
-1
/
+0
2016-02-29
mmc: dw_mmc: fix err handle of dw_mci_probe
Shawn Lin
1
-2
/
+4
2016-02-29
mmc: dw_mmc: remove DW_MCI_QUIRK_BROKEN_CARD_DETECTION quirk
Shawn Lin
1
-25
/
+10
2016-02-29
mmc: dw_mmc: add hw_reset support
Shawn Lin
1
-0
/
+29
2016-02-29
mmc: dw_mmc: remove the prepare_command hook
Jaehoon Chung
1
-3
/
+2
2016-02-29
mmc: dw_mmc: remove the MMC_DATA_STREAM flag
Jaehoon Chung
1
-2
/
+0
2016-01-05
mmc: dw_mmc: remove the unused quirks
Jaehoon Chung
1
-19
/
+0
2015-12-22
mmc: dw_mmc: use resource_size_t to store physical address
Arnd Bergmann
1
-1
/
+1
2015-10-29
mmc: dw_mmc: fix the wrong setting for UHS-DDR50 mode
Jaehoon Chung
1
-0
/
+1
2015-10-29
mmc: dw_mmc: NULL dereference in error message
Dan Carpenter
1
-3
/
+1
2015-10-27
mmc: mmc: extend the mmc_send_tuning()
Chaotian Jing
1
-1
/
+1
2015-10-26
mmc: dw_mmc: use macro for HCON register operations
Shawn Lin
1
-3
/
+3
2015-10-26
mmc: dw_mmc: Add external dma interface support
Shawn Lin
1
-52
/
+216
2015-10-26
mmc: dw_mmc: Use mmc_regulator_set_vqmmc in start_signal_voltage_switch
Douglas Anderson
1
-11
/
+6
2015-08-17
mmc: dw_mmc: add quirk for broken data transfer over scheme
Addy Ke
1
-2
/
+62
2015-08-17
mmc: dw_mmc: print the message for deprecated property
Jaehoon Chung
1
-1
/
+3
2015-08-17
mmc: dw_mmc: remove the unused blk_setting
Jaehoon Chung
1
-21
/
+13
2015-08-17
mmc: dw_mmc: fix the wrong condition checking
Jaehoon Chung
1
-1
/
+1
2015-08-17
mmc: dw_mmc: fix pio mode when internal dmac is enabled
Heiko Stuebner
1
-13
/
+14
[prev]
[next]