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
2012-12-06
mmc: sdhci: Use regulator min/max voltage range according to spec
Kevin Liu
1
-10
/
+8
2012-12-06
mmc: SD/MMC Host Controller for Wondermedia WM8505/WM8650
Tony Prisk
3
-0
/
+1041
2012-12-06
mmc: card: Add RPMB support in IOCTL interface
Loic Pallardy
1
-0
/
+64
2012-12-06
mmc: core: Add mmc_set_blockcount feature
Loic Pallardy
1
-0
/
+14
2012-12-06
mmc: core: Extend sysfs to ext_csd parameters for RPMB support
Loic Pallardy
1
-0
/
+4
2012-12-06
mmc: card: Do not scan RPMB partitions
Loic Pallardy
1
-0
/
+2
2012-12-06
mmc: core: Expose access to RPMB partition
Loic Pallardy
1
-0
/
+11
2012-12-06
mmc: sdhci-pxav3: Add base clock quirk
Kevin Liu
1
-1
/
+10
2012-12-06
mmc: Standardise capability type
Lee Jones
1
-1
/
+1
2012-12-06
mmc: mxs-mmc: Remove platform data
Fabio Estevam
1
-21
/
+10
2012-12-06
mmc: sdio: Use multiple scatter/gather list
Kyoungil Kim
2
-11
/
+31
2012-12-06
mmc: core: Fix some driver hangs when dealing with broken devices
Trey Ramsay
3
-1
/
+43
2012-12-06
mmc: dw_mmc: fix more const pointer warnings
Arnd Bergmann
1
-5
/
+5
2012-12-06
mmc: at91-mci: remove obsolete driver
Ludovic Desroches
4
-1356
/
+1
2012-12-06
mmc: omap_hsmmc: remove warning message for debounce clock
Balaji T K
1
-1
/
+0
2012-12-06
mmc: omap_hsmmc: add DT property for max bus frequency
Daniel Mack
1
-1
/
+4
2012-12-06
mmc: omap_hsmmc: claim pinctrl at probe time
Daniel Mack
1
-0
/
+7
2012-12-06
mmc: mxcmmc: fix SD cards not being detected sometimes.
Javier Martin
1
-1
/
+1
2012-12-06
mmc: dw_mmc: use helper macro module_platform_driver()
Andy Shevchenko
1
-12
/
+2
2012-12-06
mmc: dw_mmc: use __devexit_p macro for .remove()
Andy Shevchenko
2
-2
/
+2
2012-12-06
mmc: queue: amend buffer swap for non-blocking transfer
Seungwon Jeon
1
-7
/
+10
2012-12-06
mmc: core: debugfs: Add signal_voltage to ios dump
Johan Rudholm
1
-0
/
+16
2012-12-06
mmc: sdhci: Balance vmmc regulator_enable(), and always enable vqmmc
Kevin Liu
1
-7
/
+8
2012-12-06
mmc: sh-mmcif: avoid oops on spurious interrupts (second try)
Guennadi Liakhovetski
1
-2
/
+2
2012-12-06
Revert misapplied "mmc: sh-mmcif: avoid oops on spurious interrupts"
Chris Ball
1
-4
/
+0
2012-12-06
mmc: sdhci-s3c: fix missing clock for gpio card-detect
Heiko Stübner
1
-0
/
+7
2012-12-03
treewide: Fix typos in various Kconfig
Masanari Iida
1
-1
/
+1
2012-11-28
mmc: remove use of __devexit
Bill Pemberton
27
-31
/
+31
2012-11-28
mmc: remove use of __devinitconst
Bill Pemberton
1
-1
/
+1
2012-11-28
mmc: remove use of __devinitdata
Bill Pemberton
3
-3
/
+3
2012-11-28
mmc: remove use of __devinit
Bill Pemberton
29
-54
/
+52
2012-11-28
mmc: remove use of __devexit_p
Bill Pemberton
23
-24
/
+24
2012-11-23
mmc: sdhci-acpi: add SDHCI ACPI driver
Adrian Hunter
3
-0
/
+317
2012-11-21
mmc: rtsx: Explicitely include slab.h in rtsx_pci_sdmmc.c
Wei WANG
1
-0
/
+1
2012-11-21
mmc: rtsx: Configure SD_CFG2 register in sd_rw_multi
Wei WANG
1
-0
/
+1
2012-11-20
mmc: rtsx: Remove a duplicate command in sd_rw_multi
Wei WANG
1
-2
/
+0
2012-11-16
Merge 3.7-rc6 into char-misc-next
Greg Kroah-Hartman
14
-94
/
+140
2012-11-15
drivers/mmc: Add realtek pcie sdmmc host driver
Wei WANG
3
-0
/
+1357
2012-11-15
MMC: sdio, use kref from tty_port
Jiri Slaby
1
-12
/
+11
2012-11-15
MMC: sdio_uart, remove unused member from sdio_uart_port
Jiri Slaby
1
-1
/
+0
2012-11-15
Merge branch 'omap/headers4' into next/cleanup
Arnd Bergmann
2
-12
/
+27
2012-11-13
Merge branch 'cleanups/dma' into next/cleanup
Arnd Bergmann
14
-94
/
+140
2012-11-12
Merge tag 'for-3.8-at91_header_clean' of git://github.com/at91linux/linux-at9...
Arnd Bergmann
1
-1
/
+1
2012-11-08
mmc: Add realtek pcie sdmmc host driver
Wei WANG
3
-0
/
+1357
2012-11-07
mmc: sdhci-s3c: fix the card detection in runtime-pm
Seungwon Jeon
1
-2
/
+4
2012-11-07
mmc: sdhci-s3c: use clk_prepare_enable and clk_disable_unprepare
Thomas Abraham
1
-14
/
+14
2012-11-07
mmc: dw_mmc: constify dw_mci_idmac_ops in exynos back-end
Arnd Bergmann
4
-6
/
+6
2012-11-07
mmc: dw_mmc: fix modular build for exynos back-end
Arnd Bergmann
1
-1
/
+1
2012-11-07
mmc: sdhci: fix NULL dereference in sdhci_request() tuning
Chris Ball
1
-10
/
+13
2012-11-07
mmc: sdhci: fix IS_ERR() checking of regulator_get()
Kevin Liu
1
-6
/
+12
[prev]
[next]