index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-30
mmc: core: Let mmc_set_signal_voltage take ocr as parameter
Ulf Hansson
4
-5
/
+7
2013-10-30
mmc: core: Let mmc_power_up|cycle take ocr as parameter
Ulf Hansson
5
-24
/
+16
2013-10-30
mmc: core: Do not poll for busy with status cmd for all switch cmds
Ulf Hansson
3
-9
/
+22
2013-10-30
mmc: sdhci-pci: Add SDIO/MMC device ID support for Intel Clovertrail
Eric Ernst
1
-0
/
+46
2013-10-30
mmc: omap_hsmmc: remove unused no_off
Balaji T K
1
-7
/
+0
2013-10-30
mmc: omap_hsmmc: correct max value of clkd
Balaji T K
1
-2
/
+3
2013-10-30
mmc: omap_hsmmc: fix timeout for cmd and data soft reset
Jianpeng Ma
1
-5
/
+5
2013-10-30
mmc: omap_hsmmc: context save and restore for DT
Tony Lindgren
1
-32
/
+20
2013-10-30
mmc: omap_hsmmc: Fix pbias_disable for omap4
Balaji T K
1
-1
/
+1
2013-10-21
mmc: sdhci: remove unneeded call when have preset value quirk
Dong Aisheng
1
-1
/
+2
2013-10-21
mmc: sdhci-esdhc-imx: add preset value quirk for mx6
Dong Aisheng
1
-1
/
+3
2013-10-21
mmc: sdhci-esdhc-imx: enable SDR50 tuning for imx6q/dl
Dong Aisheng
1
-1
/
+2
2013-10-21
mmc: sdhci-esdhc-imx: add delay line setting support
Dong Aisheng
1
-0
/
+18
2013-10-21
mmc: sdhci-esdhc-imx: add DDR mode support for mx6
Dong Aisheng
1
-3
/
+14
2013-10-21
mmc: sdhci: report error once the maximum tuning loops exhausted or timeout
Dong Aisheng
1
-0
/
+1
2013-10-21
mmc: sdhci-esdhc-imx: fix reading cap_1 register value for mx6sl
Dong Aisheng
1
-0
/
+4
2013-10-21
mmc: sdhci-esdhc-imx: add std tuning support for mx6sl
Dong Aisheng
1
-17
/
+73
2013-10-21
mmc: sdhci-esdhc-imx: create struct esdhc_soc_data
Shawn Guo
1
-45
/
+41
2013-10-21
mmc: sdhci-esdhc-imx: pdev->id_entry should be immutable
Shawn Guo
1
-14
/
+7
2013-10-21
mmc: sdhci-esdhc-imx: add flag ESDHC_FLAG_USDHC
Shawn Guo
1
-12
/
+25
2013-10-21
mmc: sdhci-esdhc-imx: add flag ESDHC_FLAG_ENGCM07207
Shawn Guo
1
-2
/
+10
2013-10-21
mmc: bfin_sdh: Forgot to write SDH_CFG register in function set_ios.
Sonic Zhang
1
-2
/
+1
2013-10-21
mmc: wmt-sdmmc: Simplify wmt_set_sd_power implementation
Axel Lin
1
-22
/
+8
2013-10-21
mmc: sdhci-pci: add Intel Merrifield support
David Cohen
1
-0
/
+30
2013-10-19
Merge 3.12-rc6 into driver-core-next
Greg Kroah-Hartman
1
-8
/
+8
2013-10-16
MMC: convert bus code to use dev_groups
Greg Kroah-Hartman
2
-14
/
+19
2013-09-27
mmc: sdhci-esdhc-imx: set actual_clock in clock setting
Dong Aisheng
2
-2
/
+3
2013-09-26
mmc: mvsdio: fix deferred probe from __init
Johan Hovold
1
-5
/
+6
2013-09-26
mmc: sdhci-esdhc-imx: correct pre_div for imx6q
Dong Aisheng
1
-0
/
+3
2013-09-26
mmc: sdhci-esdhc-imx: change pinctrl state according to uhs mode
Dong Aisheng
1
-1
/
+95
2013-09-26
mmc: sdhci-esdhc-imx: add sd3.0 SDR clock tuning support
Dong Aisheng
1
-1
/
+195
2013-09-26
mmc: sdhci-esdhc-imx: support real clock on and off for imx6q
Dong Aisheng
1
-2
/
+17
2013-09-26
mmc: sdhci-esdhc: move common esdhc_set_clock to platform driver
Dong Aisheng
3
-41
/
+66
2013-09-26
mmc: sdhci: allow platform access of sdhci_send_command
Dong Aisheng
2
-2
/
+4
2013-09-26
mmc: sdhci: add hooks for platform specific tuning
Dong Aisheng
2
-0
/
+9
2013-09-25
mmc: sdhci-bcm2835: Use sdhci_pltfm_unregister instead of open coded
Axel Lin
1
-7
/
+1
2013-09-25
mmc: sdhci-bcm-kona: Use sdhci_pltfm_unregister instead of open coded
Axel Lin
1
-13
/
+1
2013-09-25
mmc: dw_mmc-socfpga: Staticize dw_mci_socfpga_probe
Sachin Kamat
1
-1
/
+1
2013-09-25
mmc: dw_mmc-socfpga: Remove redundant of_match_ptr
Sachin Kamat
1
-1
/
+1
2013-09-25
mmc: mvsdio: Convert to devm_ioremap_resource
Sachin Kamat
1
-3
/
+3
2013-09-25
mmc: core: clean up duplicate macros
Jackey Shen
2
-2
/
+2
2013-09-25
mmc: atmel-mci: fix oops in atmci_tasklet_func
Rodolfo Giometti
1
-6
/
+8
2013-09-25
mmc: atmel-mci: abort transfer on timeout error
Ludovic Desroches
1
-0
/
+7
2013-09-25
mmc: add ignorance case for CMD13 CRC error
Seungwon Jeon
1
-28
/
+45
2013-09-25
mmc: dw_mmc: fix the transfer termination in IDMAC mode
Seungwon Jeon
1
-3
/
+3
2013-09-25
mmc: dw_mmc: amend use of idmac sw reset
Seungwon Jeon
1
-6
/
+11
2013-09-25
mmc: dw_mmc: gather each reset code into functions
Seungwon Jeon
1
-38
/
+43
2013-09-25
mmc: dw_mmc: rework the code related to cmd/data completion
Seungwon Jeon
1
-63
/
+84
2013-09-25
mmc: dw_mmc: guarantee stop-abort cmd in data errors
Seungwon Jeon
1
-20
/
+64
2013-09-25
mmc: dw_mmc: fix error handling on response error
Seungwon Jeon
1
-5
/
+21
[prev]
[next]