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
2014-11-10
mmc: atmel-mci: add runtime pm support
Wenyou Yang
1
-23
/
+67
2014-11-10
mmc: mmc_test: Extend "Badly aligned" tests for 8-byte alignment
Adrian Hunter
1
-4
/
+6
2014-11-10
mmc: sdhci-pci: Add 64-bit DMA support
Adrian Hunter
1
-2
/
+12
2014-11-10
mmc: sdhci-acpi: Add 64-bit DMA support
Adrian Hunter
1
-16
/
+24
2014-11-10
mmc: sdhci: Add 64-bit ADMA support
Adrian Hunter
2
-28
/
+99
2014-11-10
mmc: sdhci: Define ADMA descriptor structure
Adrian Hunter
2
-19
/
+18
2014-11-10
mmc: sdhci: Define ADMA constants
Adrian Hunter
2
-10
/
+23
2014-11-10
mmc: sdhci: Define maximum segments
Adrian Hunter
2
-4
/
+10
2014-11-10
mmc: sdhci: Parameterize ADMA sizes and alignment
Adrian Hunter
1
-34
/
+34
2014-11-10
mmc: sdhci: Use 'void *' for not 'u8 *' for ADMA data
Adrian Hunter
1
-6
/
+6
2014-11-10
mmc: sdhci: Add sdhci_adma_mark_end()
Adrian Hunter
1
-1
/
+8
2014-11-10
mmc: sdhci: Rename adma_desc to adma_table
Adrian Hunter
1
-15
/
+16
2014-11-10
mmc: sdhci: Rename two ADMA-related functions for consistency
Adrian Hunter
1
-7
/
+7
2014-11-10
mmc: sdhci: Fix ADMA table size warning
Adrian Hunter
1
-1
/
+1
2014-11-10
mmc: sdhci: Fix ADMA page boundary warnings
Adrian Hunter
1
-2
/
+4
2014-11-10
mmc: sdhci: Fix incorrect ADMA2 descriptor table size
Adrian Hunter
1
-1
/
+7
2014-11-10
mmc: host: atmel-mci: Add support for non-removable slots
Timo Kokkonen
1
-2
/
+9
2014-11-10
mmc: sdhci-pxav3: Get optional core clock
Sebastian Hesselbarth
1
-0
/
+13
2014-11-10
mmc: sdhci-pxav3: Try to get named I/O clock first
Sebastian Hesselbarth
1
-1
/
+3
2014-11-10
mmc: sdhci-pxav3: Move I/O clock to private data
Sebastian Hesselbarth
1
-11
/
+13
2014-11-10
mmc: sdhci-of-arasan: Omit superfluous error messages
Mike Looijmans
1
-4
/
+1
2014-11-10
mmc: core: Convert to use kzalloc() for CXD register buffers
Ulf Hansson
1
-3
/
+3
2014-11-10
mmc: core: Don't handle buffers on stack while fetching CXD registers
Ulf Hansson
1
-20
/
+1
2014-11-10
mmc: core: Remove the redundant mmc_send_ext_csd() API
Ulf Hansson
1
-8
/
+2
2014-11-10
mmc: core: Use mmc_get_ext_csd() instead of mmc_send_ext_csd()
Ulf Hansson
2
-22
/
+4
2014-11-10
mmc: block: Use mmc_get_ext_csd() instead of mmc_send_ext_csd()
Ulf Hansson
1
-11
/
+2
2014-11-10
mmc: core: Export mmc_get_ext_csd()
Ulf Hansson
2
-31
/
+29
2014-11-10
mmc: core: Don't panic when fetching EXT_CSD
Ulf Hansson
1
-4
/
+2
2014-11-10
mmc: core: Let's callers of from mmc_get_ext_csd() do error handling
Ulf Hansson
1
-39
/
+31
2014-11-10
mmc: core: Fetch and decode EXT_CSD from mmc_read_ext_csd()
Ulf Hansson
1
-13
/
+17
2014-11-10
mmc: core: Add helper function for EXT_CSD support
Ulf Hansson
3
-4
/
+10
2014-11-10
mmc: core: Remove unnecessary 'out of memory' message
Ulf Hansson
1
-4
/
+1
2014-11-10
mmc: core: Remove redundant check of max_dtr while selecting timings
Ulf Hansson
1
-2
/
+1
2014-11-10
mmc: core: Remove redundant check while selecting powerclass
Ulf Hansson
1
-8
/
+0
2014-11-10
mmc: core: Remove duplicated definition of mmc_send_ext_csd()
Ulf Hansson
1
-1
/
+0
2014-11-10
mmc: core: Remove mmc_free_ext_csd()
Ulf Hansson
1
-9
/
+3
2014-11-10
mmc: dw_mmc: Remove old card detect infrastructure
Doug Anderson
2
-103
/
+20
2014-11-10
mmc: core: silence a shift wrapping warning
Dan Carpenter
1
-1
/
+1
2014-11-10
mmc: sdhci-of-arasan: Use signed formatting in error messages
Mike Looijmans
1
-2
/
+2
2014-11-10
mmc: atmel-mci: move mach header to platform_data
Alexandre Belloni
1
-1
/
+1
2014-11-10
mmc: core: Report firmware version for eMMC 5.0 devices.
Gwendal Grignou
1
-1
/
+26
2014-11-10
mmc: dw_mmc: rockchip: Don't recalc the clock when it goes off
Doug Anderson
1
-0
/
+3
2014-11-10
mmc: dw_mmc: Change signal voltage error to dev_dbg()
Doug Anderson
1
-1
/
+1
2014-11-10
mmc: dw_mmc: Reset DMA before enabling IDMAC
Sonny Rao
1
-0
/
+5
2014-11-10
mmc: block: Use dev_set|get_drvdata()
Ulf Hansson
1
-11
/
+10
2014-11-10
mmc: msm_sdcc: Use platform_set|get_drvdata
Ulf Hansson
1
-3
/
+3
2014-11-10
mmc: core: Convert mmc_driver to device_driver
Ulf Hansson
3
-52
/
+33
2014-11-10
mmc: core: Convert the mmc_driver to use the modern PM ops
Ulf Hansson
2
-18
/
+12
2014-11-10
mmc: core: Don't export the to_sdio_driver macro
Ulf Hansson
1
-0
/
+2
2014-11-10
mmc: core: Remove superfluous ifdefs for SDIO bus' PM callbacks
Ulf Hansson
1
-11
/
+1
[prev]
[next]