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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-22
mmc: omap_hsmmc: split omap-dma header file
Balaji T K
1
-1
/
+1
2014-05-22
mmc: omap_hsmmc: fix cmd23 multiblock read/write
Balaji T K
1
-2
/
+3
2014-05-22
mmc: omap_hsmmc: use devm_ioremap_resource
Balaji T K
1
-14
/
+5
2014-05-22
mmc: omap_hsmmc: use devm_request_threaded_irq
Balaji T K
1
-6
/
+3
2014-05-22
mmc: omap_hsmmc: use devm_request_irq
Balaji T K
1
-5
/
+2
2014-05-22
mmc: omap_hsmmc: use devm_clk_get
Balaji T K
1
-11
/
+4
2014-05-22
mmc: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs
David Lanzendörfer
3
-0
/
+1057
2014-05-22
mmc: wmt-sdmmc: Use GFP_KERNEL instead of hard-coded value
Axel Lin
1
-1
/
+1
2014-05-22
mmc: omap: Use DIV_ROUND_UP instead of open coded
Axel Lin
1
-5
/
+5
2014-05-22
mmc: dw_mmc: Don't print data errors
Doug Anderson
1
-1
/
+1
2014-05-22
mmc: sdhci: track whether preset mode is currently enabled in hardware
Russell King
1
-18
/
+26
2014-05-22
mmc: sdhci: move remaining power handling into sdhci_set_power()
Russell King
1
-9
/
+7
2014-05-22
mmc: sdhci: move regulator handling into sdhci_set_power()
Russell King
1
-37
/
+35
2014-05-22
mmc: sdhci-tegra: get rid of special PRESENT_STATE register handling
Russell King
1
-14
/
+0
2014-05-22
mmc: sdhci: remove platform_suspend/platform_resume callbacks
Russell King
2
-8
/
+0
2014-05-22
mmc: sdhci-of-esdhc: remove platform_suspend/platform_resume callbacks
Russell King
1
-19
/
+36
2014-05-22
mmc: sdhci-esdhc-imx: remove emulation of uhs_mode
Russell King
1
-14
/
+3
2014-05-22
mmc: sdhci: clean up sdhci_execute_tuning() decision
Russell King
1
-16
/
+15
2014-05-22
mmc: sdhci: cache timing information locally
Russell King
1
-11
/
+12
2014-05-22
mmc: sdhci: convert sdhci_set_uhs_signaling() into a library function
Russell King
18
-20
/
+42
2014-05-22
mmc: sdhci: set_uhs_signaling() need not return a value
Russell King
3
-6
/
+4
2014-05-22
mmc: sdhci-esdhc-imx: fix lockdep splat upon tuning
Russell King
1
-4
/
+2
2014-05-22
mmc: sdhci-esdhc-imx: comment runtime_pm_get_sync() in esdhc_prepare_tuning()
Russell King
1
-0
/
+1
2014-05-22
mmc: sdhci-esdhc-imx: avoid DMA to kernel stack
Russell King
1
-9
/
+16
2014-05-22
mmc: sdhci: convert sdhci_set_clock() into a library function
Russell King
18
-19
/
+36
2014-05-22
mmc: sdhci: move setting mmc->actual_clock into set_clock handlers
Russell King
5
-3
/
+12
2014-05-22
mmc: sdhci: move setting host->clock into sdhci_do_set_ios()
Russell King
5
-17
/
+7
2014-05-22
mmc: sdhci: clean up sdhci_update_clock()/sdhci_set_clock()
Russell King
2
-19
/
+5
2014-05-22
mmc: sdhci: convert ADMA descriptors to a coherent allocation
Russell King
1
-21
/
+22
2014-05-22
mmc: sdhci: avoid sync'ing the SG if there's no misalignment
Russell King
1
-1
/
+10
2014-05-22
mmc: sdhci: move FSL ESDHC reset handling quirk into esdhc code
Russell King
3
-8
/
+10
2014-05-22
mmc: sdhci: convert reset into a library function
Russell King
19
-31
/
+53
2014-05-22
mmc: sdhci: convert generic bus width setup to library function
Russell King
19
-50
/
+50
2014-05-22
mmc: sdhci: plug hole in disabling card detection interrupts
Russell King
1
-8
/
+9
2014-05-22
mmc: sdhci: more efficient interrupt enable register handling
Russell King
1
-51
/
+47
2014-05-22
mmc: sdhci: allow sdio interrupts while sdhci runtime suspended
Russell King
3
-8
/
+16
2014-05-22
mmc: sdhci: push card_tasklet into threaded irq handler
Russell King
1
-14
/
+9
2014-05-22
mmc: sdhci: convert to new SDIO IRQ handling
Russell King
1
-23
/
+39
2014-05-22
mmc: sdhci: clean up sdio interrupt enable handling
Russell King
1
-18
/
+17
2014-05-22
mmc: sdhci: clean up interrupt handling
Russell King
1
-66
/
+58
2014-05-22
mmc: sdio_irq: rework sdio irq handling
Russell King
1
-10
/
+31
2014-05-14
mmc: sdhci: remove mdelay in eMMC tuning
Nick Sanders
1
-1
/
+4
2014-05-13
mmc: core: Improve support for deferred regulators
Tim Kryger
1
-12
/
+19
2014-05-13
mmc: mxcmmc: Use mmc_regulator_get_supply() API
Alexander Shiyan
1
-27
/
+17
2014-05-13
mmc: atmel: don't test host->data
Alexandre Belloni
1
-10
/
+3
2014-05-13
mmc: rtsx: fix possible linking error if built-in
Arnd Bergmann
1
-2
/
+3
2014-05-13
mmc: mxs: fix card detection function for broken card detect
Daniel Willmann
1
-0
/
+7
2014-05-13
mmc: jz4740: don't wait for PRG_DONE after stop command with R1 response
Alex Smith
1
-4
/
+7
2014-05-13
mmc: core: add DT bindings for eMMC HS400 1.8/1.2V
Seungwon Jeon
1
-0
/
+4
2014-05-13
mmc: add support for HS400 mode of eMMC5.0
Seungwon Jeon
3
-5
/
+97
[next]