index
:
drm/drm-amd
drm-amd-fixes
drm-amd-next
drm-amd-next-fixes
for-linux-next
for-linux-next-fixes
AMD GPU kernel development
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-06
mmc: sdhci-spear: Don't call clk_{un}prepare() in suspend/resume
Viresh Kumar
1
-2
/
+2
2012-12-06
mmc: sdhci-spear: Initialize sdhci clk to 50 MHz
Vipul Kumar Samar
1
-0
/
+5
2012-12-06
mmc: host: sdhci-s3c: Add support for pinctrl
Tomasz Figa
1
-2
/
+10
2012-12-06
mmc: host: sdhci-s3c: Use devm_gpio_request to request GPIOs
Tomasz Figa
1
-31
/
+9
2012-12-06
mmc: sdhci-of-esdhc: support commands with busy response expecting TC
Jerry Huang
1
-0
/
+3
2012-12-06
mmc: sdhci-s3c: Use NULL instead of 0 for pointers
Tushar Behera
1
-2
/
+2
2012-12-06
mmc: omap_hsmmc: Cleanup bitmap definitions of Interrupt Register
Venkatraman S
1
-24
/
+32
2012-12-06
mmc: omap_hsmmc: Convert critical failure reports to dev_err
Venkatraman S
1
-6
/
+6
2012-12-06
mmc: omap_hsmmc: Introduce omap_hsmmc_prepare/complete
Felipe Balbi
1
-20
/
+24
2012-12-06
mmc: omap_hsmmc: Enable HSPE bit for high speed cards
Hebbar, Gururaja
1
-1
/
+29
2012-12-06
mmc: omap_hsmmc: Update error code for response_busy cmd
Balaji T K
1
-2
/
+2
2012-12-06
mmc: omap_hsmmc: No reset of cmd state machine for DCRC
Balaji T K
1
-1
/
+1
2012-12-06
mmc: omap_hsmmc: Fix Oops in case of data errors
Balaji T K
1
-6
/
+12
2012-12-06
mmc: dw_mmc: Add sdio power bindings
Abhilash Kesavan
1
-3
/
+17
2012-12-06
mmc: sdhci-pltfm: Support optional pm properties
Abhilash Kesavan
1
-0
/
+6
2012-12-06
mmc: sdhci-pxav3: add quirks2
Kevin Liu
1
-0
/
+2
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-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
2012-11-07
mmc: fix sdhci-dove probe/removal
Russell King - ARM Linux
1
-18
/
+20
2012-11-07
mmc: sh_mmcif: fix use after free
Guennadi Liakhovetski
1
-1
/
+1
[next]