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
/
sdhci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-28
remove lots of IS_ERR_VALUE abuses
Arnd Bergmann
1
-2
/
+2
2016-05-16
mmc: sdhci: removed unneeded function wrappers
Dong Aisheng
1
-45
/
+15
2016-05-02
mmc: sdhci: use IS_REACHABLE(CONFIG_LEDS_CLASS) to enable LED code
Masahiro Yamada
1
-3
/
+1
2016-05-02
mmc: sdhci: Remove SDHCI_SDR104_NEEDS_TUNING
Adrian Hunter
1
-6
/
+1
2016-05-02
mmc: sdhci: Tidy together LED code
Adrian Hunter
1
-33
/
+63
2016-05-02
mmc: sdhci: Fix error paths in sdhci_add_host()
Adrian Hunter
1
-9
/
+27
2016-05-02
mmc: sdhci: Remove redundant condition
Adrian Hunter
1
-1
/
+1
2016-05-02
mmc: sdhci: Remove SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RST
Ludovic Desroches
1
-2
/
+0
2016-05-02
mmc: sdhci: Introduce sdhci_calc_clk()
Ludovic Desroches
1
-12
/
+24
2016-05-02
mmc: sdhci: Move sdhci_runtime_pm_bus_off|on() to avoid pre-definition
Ulf Hansson
1
-28
/
+16
2016-05-02
mmc: sdhci: Remove redundant runtime PM calls
Ulf Hansson
1
-51
/
+4
2016-03-29
mmc: sdhci: Fix regression setting power on Trats2 board
Adrian Hunter
1
-9
/
+30
2016-03-18
mmc: sdhci: Set DMA mask when adding host
Alexandre Courbot
1
-7
/
+41
2016-03-17
mmc: sdhci: Fix override of timeout clk wrt max_busy_timeout
Adrian Hunter
1
-3
/
+3
2016-02-29
mmc: sdhci: further code simplication
Russell King
1
-11
/
+10
2016-02-29
mmc: sdhci: consolidate the DMA/ADMA size/address quicks
Russell King
1
-32
/
+16
2016-02-29
mmc: sdhci: prepare DMA address/size quirk handling consolidation
Russell King
1
-13
/
+15
2016-02-29
mmc: sdhci: cleanup DMA un-mapping
Russell King
1
-11
/
+3
2016-02-29
mmc: sdhci: clean up host cookie handling
Russell King
1
-6
/
+6
2016-02-29
mmc: sdhci: always unmap a mapped data transfer in sdhci_post_req()
Russell King
1
-2
/
+1
2016-02-29
mmc: sdhci: pass the cookie into sdhci_pre_dma_transfer()
Russell King
1
-4
/
+4
2016-02-29
mmc: sdhci: factor out sdhci_pre_dma_transfer() from sdhci_adma_table_pre()
Russell King
1
-39
/
+23
2016-02-29
mmc: sdhci: move sdhci_pre_dma_transfer()
Russell King
1
-27
/
+25
2016-02-29
mmc: sdhci: factor out common DMA cleanup in sdhci_finish_data()
Russell King
1
-22
/
+7
2016-02-29
mmc: sdhci: avoid walking SG list for writes
Russell King
1
-20
/
+22
2016-02-29
mmc: sdhci: clean up coding style in sdhci_adma_table_pre()
Russell King
1
-20
/
+9
2016-02-29
mmc: sdhci: allocate alignment and DMA descriptor buffer together
Russell King
1
-36
/
+20
2016-02-29
mmc: sdhci: fix data timeout (part 2)
Russell King
1
-2
/
+13
2016-02-29
mmc: sdhci: fix data timeout (part 1)
Russell King
1
-1
/
+1
2016-02-29
mmc: sdhci: further fix for DMA unmapping in sdhci_post_req()
Russell King
1
-8
/
+7
2016-02-29
mmc: sdhci: plug DMA mapping leak on error
Russell King
1
-0
/
+16
2016-02-29
mmc: sdhci: avoid unnecessary mapping/unmapping of align buffer
Russell King
1
-36
/
+18
2016-02-29
mmc: sdhci: fix command response CRC error handling
Russell King
1
-0
/
+17
2016-02-29
mmc: sdhci: clean up command error handling
Russell King
1
-6
/
+6
2016-02-29
mmc: sdhci: move initialisation of command error member
Russell King
1
-2
/
+3
2016-02-29
mmc: sdhci: Allow CAPS check for SDHCI_CAN_64BIT to use overridden caps
Al Cooper
1
-1
/
+1
2016-02-11
mmc: sdhci: Allow override of get_cd() called from sdhci_request()
Adrian Hunter
1
-1
/
+1
2016-02-11
mmc: sdhci: Allow override of mmc host operations
Adrian Hunter
1
-1
/
+2
2015-12-28
mmc: sdhci: restore behavior when setting VDD via external regulator
Jisheng Zhang
1
-13
/
+6
2015-12-22
mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()
Adrian Hunter
1
-2
/
+2
2015-12-22
mmc: sdhci: 64-bit DMA actually has 4-byte alignment
Adrian Hunter
1
-19
/
+12
2015-12-22
mmc: sdhci: Fix DMA descriptor with zero data length
Adrian Hunter
1
-3
/
+6
2015-12-22
mmc: sdhci: Do not BUG on invalid vdd
Adrian Hunter
1
-1
/
+3
2015-12-22
mmc: sdhci: Fix strings broken across multiple lines
Marek Vasut
1
-34
/
+23
2015-10-26
mmc: sdhci: enable tuning for DDR50
Weijun Yang
1
-3
/
+4
2015-10-26
mmc: sdhci: call sdhci_init() before request irq
Haibo Chen
1
-11
/
+11
2015-10-08
mmc: sdhci: add quirk SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RST
ludovic.desroches@atmel.com
1
-0
/
+2
2015-08-27
mmc: sdhci: also get preset value and driver type for MMC_DDR52
Jisheng Zhang
1
-1
/
+3
2015-08-27
mmc: sdhci: fix dma memory leak in sdhci_pre_req()
Haibo Chen
1
-42
/
+25
2015-08-24
mmc: sdhci: switch from programmable clock mode to divided one if needed
ludovic.desroches@atmel.com
1
-9
/
+20
[next]