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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-24
mmc: core: Factor out mrq preparation from mmc_start_request()
Adrian Hunter
1
-13
/
+27
2017-04-24
mmc: core: Factor out debug prints from mmc_start_request()
Adrian Hunter
1
-13
/
+20
2017-04-24
mmc: block: Factor out data preparation
Adrian Hunter
1
-69
/
+82
2017-04-24
mmc: block: Change mmc_apply_rel_rw() to get block address from the request
Adrian Hunter
1
-1
/
+1
2017-04-24
mmc: block: Disable Command Queue while RPMB is used
Adrian Hunter
1
-8
/
+38
2017-04-24
mmc: mmc_test: Disable Command Queue while mmc_test is used
Adrian Hunter
2
-0
/
+21
2017-04-24
mmc: mmc: Add functions to enable / disable the Command Queue
Adrian Hunter
3
-0
/
+32
2017-04-24
mmc: queue: Share mmc request array between partitions
Adrian Hunter
3
-96
/
+151
2017-04-24
mmc: block: Introduce queue semantics
Adrian Hunter
3
-56
/
+95
2017-04-24
mmc: block: Use local var for mqrq_cur
Adrian Hunter
1
-12
/
+14
2017-04-24
mmc: host: s3cmci: allow probing from device tree
Sergio Prado
1
-131
/
+126
2017-04-24
mmc: sdhci-pci: Set MMC_CAP_AGGRESSIVE_PM for BYT-related Intel controllers
Azhar Shaikh
1
-4
/
+3
2017-04-24
mmc: sdhci-acpi: Set MMC_CAP_AGGRESSIVE_PM for BYT-related Intel controllers
Azhar Shaikh
1
-4
/
+2
2017-04-24
mmc: meson-gx: factor out setting response configuration bits
Heiner Kallweit
1
-14
/
+18
2017-04-24
mmc: meson-gx: factor out setting block size
Heiner Kallweit
1
-15
/
+27
2017-04-24
mmc: sdhci-cadence: refactor probe function
Piotr Sroka
1
-1
/
+1
2017-04-24
mmc: sdhci-cadence: Update PHY delay configuration
Piotr Sroka
1
-7
/
+46
2017-04-24
mmc: sdhci-cadence: Fix writing PHY delay
Piotr Sroka
1
-2
/
+9
2017-04-24
mmc: bcm2835: Fix possible NULL ptr dereference in bcm2835_request
Stefan Wahren
1
-1
/
+2
2017-04-24
mmc: use new core function mmc_get_dma_dir
Heiner Kallweit
14
-120
/
+53
2017-04-24
mmc: meson-gx: add CMD23 mode
Heiner Kallweit
1
-4
/
+17
2017-04-24
mmc: meson-gx: switch to dynamic timeout values
Heiner Kallweit
1
-1
/
+13
2017-04-24
mmc: meson-gx: use per port interrupt names
Heiner Kallweit
1
-1
/
+1
2017-04-24
mmc: meson-gx: use bitfield macros
Heiner Kallweit
1
-54
/
+40
2017-04-24
mmc: sdhci: clarify the get_timeout_clock callback
Shawn Lin
4
-25
/
+13
2017-04-24
mmc: sunxi: change controller error info to debug level
Icenowy Zheng
1
-1
/
+1
2017-04-24
mmc: meson-gx: simplify setting timeout configuration parameters
Heiner Kallweit
1
-6
/
+5
2017-04-24
mmc: meson-gx: improve setting data->bytes_xfered
Heiner Kallweit
1
-4
/
+7
2017-04-24
mmc: meson-gx: improve response reading
Heiner Kallweit
1
-4
/
+3
2017-04-24
mmc: meson-gx: improve variable usage in meson_mmc_start_cmd
Heiner Kallweit
1
-31
/
+24
2017-04-24
mmc: meson-gx: replace cmd->data in meson_mmc_start_cmd
Heiner Kallweit
1
-12
/
+13
2017-04-24
mmc: meson-gx: remove unneeded configuration bit resets
Heiner Kallweit
1
-5
/
+0
2017-04-24
mmc: mediatek: Use data tune for CMD line tune
yong mao
1
-16
/
+152
2017-04-24
mmc: sdio: improve mmc_io_rw_extended
Heiner Kallweit
1
-5
/
+4
2017-04-24
mmc: tmio: always get number of taps
Masaharu Hayakawa
1
-9
/
+7
2017-04-24
mmc: tmio: always unmap DMA before waiting for interrupt
Wolfram Sang
1
-2
/
+5
2017-04-24
mmc: sdhci-pci: Move a function to avoid later forward declaration
Adrian Hunter
1
-38
/
+38
2017-04-24
mmc: sdhci-pci: Add runtime suspend/resume callbacks
Adrian Hunter
2
-40
/
+62
2017-04-24
mmc: sdhci-pci: Let suspend/resume callbacks replace default callbacks
Adrian Hunter
3
-72
/
+104
2017-04-24
mmc: sdhci-pci: Conditionally compile pm sleep functions
Adrian Hunter
3
-0
/
+14
2017-04-24
mmc: sdhci-pci: Do not use suspend/resume callbacks with runtime pm
Adrian Hunter
1
-12
/
+0
2017-04-24
mmc: sdhci-pci: Let devices define how to add the host
Adrian Hunter
2
-1
/
+5
2017-04-24
mmc: sdhci: Add CQE support
Adrian Hunter
2
-3
/
+146
2017-04-24
mmc: sdhci: Factor out sdhci_set_default_irqs
Adrian Hunter
1
-8
/
+13
2017-04-24
mmc: sdhci: Add sdhci_cleanup_host
Adrian Hunter
2
-11
/
+27
2017-04-24
mmc: sdhci: Get rid of 'extern' in header file
Adrian Hunter
1
-17
/
+15
2017-04-24
mmc: sdhci: Export sdhci_dumpregs
Adrian Hunter
2
-1
/
+4
2017-04-24
mmc: sdhci: Improve register dump print format
Adrian Hunter
1
-51
/
+53
2017-04-24
mmc: sdhci: Use sdhci_readl() not readl() in sdhci_dumpregs()
Adrian Hunter
1
-5
/
+5
2017-04-24
mmc: sdhci: Add response register to register dump
Adrian Hunter
1
-0
/
+7
[prev]
[next]