index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
mmc: sdhci: avoid sync'ing the SG if there's no misalignment
Russell King
2014-05-22
1
-1
/
+10
|
*
|
|
mmc: sdhci: move FSL ESDHC reset handling quirk into esdhc code
Russell King
2014-05-22
3
-8
/
+10
|
*
|
|
mmc: sdhci: convert reset into a library function
Russell King
2014-05-22
19
-31
/
+53
|
*
|
|
mmc: sdhci: convert generic bus width setup to library function
Russell King
2014-05-22
19
-50
/
+50
|
*
|
|
mmc: sdhci: plug hole in disabling card detection interrupts
Russell King
2014-05-22
1
-8
/
+9
|
*
|
|
mmc: sdhci: more efficient interrupt enable register handling
Russell King
2014-05-22
1
-51
/
+47
|
*
|
|
mmc: sdhci: allow sdio interrupts while sdhci runtime suspended
Russell King
2014-05-22
3
-8
/
+16
|
*
|
|
mmc: sdhci: push card_tasklet into threaded irq handler
Russell King
2014-05-22
1
-14
/
+9
|
*
|
|
mmc: sdhci: convert to new SDIO IRQ handling
Russell King
2014-05-22
1
-23
/
+39
|
*
|
|
mmc: sdhci: clean up sdio interrupt enable handling
Russell King
2014-05-22
1
-18
/
+17
|
*
|
|
mmc: sdhci: clean up interrupt handling
Russell King
2014-05-22
1
-66
/
+58
|
*
|
|
mmc: sdio_irq: rework sdio irq handling
Russell King
2014-05-22
1
-10
/
+31
|
*
|
|
mmc: sdhci: remove mdelay in eMMC tuning
Nick Sanders
2014-05-13
1
-1
/
+4
|
*
|
|
mmc: core: Improve support for deferred regulators
Tim Kryger
2014-05-12
1
-12
/
+19
|
*
|
|
mmc: mxcmmc: Use mmc_regulator_get_supply() API
Alexander Shiyan
2014-05-12
1
-27
/
+17
|
*
|
|
mmc: atmel: don't test host->data
Alexandre Belloni
2014-05-12
1
-10
/
+3
|
*
|
|
mmc: rtsx: fix possible linking error if built-in
Arnd Bergmann
2014-05-12
1
-2
/
+3
|
*
|
|
mmc: mxs: fix card detection function for broken card detect
Daniel Willmann
2014-05-12
1
-0
/
+7
|
*
|
|
mmc: jz4740: don't wait for PRG_DONE after stop command with R1 response
Alex Smith
2014-05-12
1
-4
/
+7
|
*
|
|
mmc: core: add DT bindings for eMMC HS400 1.8/1.2V
Seungwon Jeon
2014-05-12
1
-0
/
+4
|
*
|
|
mmc: add support for HS400 mode of eMMC5.0
Seungwon Jeon
2014-05-12
3
-5
/
+97
|
*
|
|
mmc: rework selection of bus speed mode
Seungwon Jeon
2014-05-12
2
-200
/
+233
|
*
|
|
mmc: step power class after final selection of bus mode
Seungwon Jeon
2014-05-12
1
-41
/
+55
|
*
|
|
mmc: identify available device type to select
Seungwon Jeon
2014-05-12
1
-33
/
+39
|
*
|
|
mmc: drop the speed mode of card's state
Seungwon Jeon
2014-05-12
6
-34
/
+13
|
*
|
|
mmc: mvsdio: workaround for spurious irqs
Sebastian Hesselbarth
2014-05-12
1
-0
/
+14
|
*
|
|
mmc: mvsdio: silence card detect notice
Sebastian Hesselbarth
2014-05-12
1
-3
/
+3
|
*
|
|
mmc: core: Try other signal levels during power up
Tim Kryger
2014-05-12
1
-2
/
+7
|
*
|
|
mmc: moxart: Add MOXA ART SD/MMC driver
Jonas Jensen
2014-05-12
3
-0
/
+740
|
*
|
|
mmc: Add realtek USB sdmmc host driver
Roger Tseng
2014-05-12
3
-0
/
+1463
|
*
|
|
mmc: sdhci-s3c: Remove unused define for NUM_GPIOS
Axel Lin
2014-05-12
1
-3
/
+0
|
*
|
|
mmc: dw_mmc: restore the card-present checking point
Jaehoon Chung
2014-05-12
1
-0
/
+5
|
*
|
|
mmc: dw_mmc: remove dw_mci_of_cd_gpio/wp_gpio()
Jaehoon Chung
2014-05-12
2
-59
/
+3
|
*
|
|
mmc: dw_mmc: remove unnecessary function.
Jaehoon Chung
2014-05-12
1
-7
/
+1
|
*
|
|
mmc: dw_mmc: fix minor coding style.
Jaehoon Chung
2014-05-12
1
-3
/
+2
|
*
|
|
mmc: dw_mmc: remove unused member variable.
Jaehoon Chung
2014-05-12
1
-30
/
+3
|
*
|
|
mmc: dw_mmc: replace the bus_hz checking point
Jaehoon Chung
2014-05-12
1
-10
/
+8
|
*
|
|
mmc: dw_mmc: use the mmc_of_parse() instead of local parser
Jaehoon Chung
2014-05-12
1
-48
/
+1
|
*
|
|
mmc: mxcmmc: Convert to SIMPLE_DEV_PM_OPS
Alexander Shiyan
2014-05-12
1
-10
/
+3
|
*
|
|
mmc: mxcmmc: Convert to devm-* API
Alexander Shiyan
2014-05-12
1
-63
/
+38
|
*
|
|
mmc: dw_mmc: exynos: Staticize dw_mci_exynos_pmops
Sachin Kamat
2014-05-12
1
-1
/
+1
|
*
|
|
mmc: rtsx: add R1-no-CRC mmc command type handle
Micky Ching
2014-04-22
1
-0
/
+3
|
*
|
|
mmc: core: Invoke sdio func driver's PM callbacks from the sdio bus
Ulf Hansson
2014-04-22
2
-54
/
+5
|
*
|
|
mmc: core: Use maximum timeout values in case TACC field is zero
Stefan Wahren
2014-04-22
1
-0
/
+4
|
*
|
|
mmc: Convert to use ATTRIBUTE_GROUPS
Axel Lin
2014-04-22
2
-20
/
+4
|
*
|
|
mmc: Delay the card_event callback into the mmc_rescan worker
Markus Mayer
2014-04-22
2
-3
/
+6
|
*
|
|
mmc: sdhci: clarify DDR timing mode between SD-UHS and eMMC
Seungwon Jeon
2014-04-20
1
-1
/
+3
|
*
|
|
mmc: dw_mmc: clarify DDR timing mode between SD-UHS and eMMC
Seungwon Jeon
2014-04-20
2
-4
/
+3
|
*
|
|
mmc: rtsx: clarify DDR timing mode between SD-UHS and eMMC
Seungwon Jeon
2014-04-20
1
-0
/
+2
|
*
|
|
mmc: sh_mmcif: clarify DDR timing mode between SD-UHS and eMMC
Seungwon Jeon
2014-04-20
1
-4
/
+5
[prev]
[next]