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
2012-01-12
mmc: tmio_mmc: Hotplug code regrouping
Bastian Hecht
1
-9
/
+21
2012-01-12
mmc: core: Fix voltage select in DDR mode
Girish K S
1
-1
/
+1
2012-01-12
mmc: sdhci-s3c: use S3C_SDHCI_CONTROL2 instead of hardcoded offset value
Jingoo Han
1
-1
/
+1
2012-01-12
mmc: dw_mmc: Support predefined mutiple block transfers
Seungwon Jeon
1
-6
/
+28
2012-01-12
mmc: dw_mmc: Remove unnecessary else clauses
Chris Ball
1
-5
/
+0
2012-01-12
mmc: dw_mmc: Add more capabilities field
Seungwon Jeon
1
-0
/
+6
2012-01-12
mmc: dw_mmc: use dev_pm_ops for dw_mmc controllers
Jaehoon Chung
1
-9
/
+10
2012-01-12
mmc: card: Kill block requests if card is removed
Sujit Reddy Thumma
2
-1
/
+21
2012-01-12
mmc: core: Fixup delayed work clock gating patch
Stephen Boyd
1
-5
/
+1
2012-01-12
mmc: sdhci-pci: simplify error handling
Axel Lin
1
-20
/
+18
2012-01-12
mmc: boot partition ro lock support
Johan Rudholm
2
-10
/
+125
2012-01-12
mmc: sdhci-s3c: Add pm_caps into SD/MMC host
Sangwook Lee
1
-0
/
+3
2012-01-12
mmc: allow upper layers to know immediately if card has been removed
Adrian Hunter
5
-6
/
+83
2012-01-12
mmc: remove the second argument of k[un]map_atomic()
Cong Wang
5
-19
/
+19
2012-01-12
mmc: convert drivers/mmc/host/* to use module_platform_driver()
Axel Lin
21
-243
/
+21
2012-01-12
mmc: Remove redundant spi driver bus initialization
Lars-Peter Clausen
1
-1
/
+0
2012-01-12
mmc: sh_mmcif: simplify clock divisor calculation
Guennadi Liakhovetski
1
-1
/
+2
2012-01-12
mmc: core: check for zero length ioctl data
Johan Rudholm
1
-37
/
+45
2012-01-12
mmc: sdhci-esdhc: Change delay after setting clock from 100ms to 1ms
Tony Lin
1
-1
/
+1
2012-01-12
mmc: mmc_test: align max_seg_size
Per Forlin
1
-0
/
+1
2012-01-12
mmc: mmci: add capabilities2 for MMC_CAP2
Per Forlin
1
-0
/
+1
2012-01-12
mmc: sdio: support SDIO UHS cards
Philip Rakity
3
-27
/
+306
2012-01-12
mmc: sdhci-spear: Implement suspend/resume
Viresh Kumar
1
-0
/
+40
2012-01-12
mmc: core: Use delayed work in clock gating framework
Sujit Reddy Thumma
1
-4
/
+53
2012-01-12
mmc: card: Use manufacturer ID symbols in card quirks.
Chris Ball
1
-9
/
+18
2012-01-12
mmc: debugfs: expose the SDCLK frq in sys ios
Giuseppe CAVALLARO
2
-0
/
+12
2012-01-12
mmc: sdio: Fix to support any block size optimally
Stefan Nilsson XK
2
-11
/
+11
2012-01-12
mmc: sd: Macro name cleanup for high speed dtr
Qiang Liu
1
-2
/
+2
2012-01-10
Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-5
/
+5
2012-01-10
Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-9
/
+17
2012-01-10
Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-5
/
+8
2012-01-10
Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...
Linus Torvalds
1
-5
/
+2
2012-01-10
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-15
/
+15
2012-01-09
Merge branch 'samsung/driver' into next/drivers
Arnd Bergmann
18
-94
/
+78
2012-01-09
Merge branch 'samsung/dt' into samsung/cleanup
Arnd Bergmann
18
-94
/
+78
2012-01-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-2
/
+2
2012-01-09
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-1
/
+1
2012-01-08
Merge branch 'next/cleanup' into samsung/dt
Arnd Bergmann
1
-15
/
+15
2012-01-08
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-11
/
+1
2012-01-07
Merge branch 'depends/rmk/restart' into next/cleanup
Arnd Bergmann
23
-119
/
+142
2012-01-07
Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...
Linus Torvalds
1
-0
/
+2
2012-01-06
Merge branch 'driver-core-next' into Linux 3.2
Greg Kroah-Hartman
1
-11
/
+1
2012-01-04
switch debugfs to umode_t
Al Viro
1
-1
/
+1
2012-01-04
Merge branch 'mxs/clk-prepare' of git://git.linaro.org/people/shawnguo/linux-...
Arnd Bergmann
1
-5
/
+5
2012-01-02
misc latin1 to utf8 conversions
Al Viro
1
-2
/
+2
2011-12-31
Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...
Linus Torvalds
1
-4
/
+10
2011-12-28
mmc: mxs-mmc: convert to clk_prepare/clk_unprepare
Shawn Guo
1
-5
/
+5
2011-12-28
Merge branch 'samsung/cleanup' into next/drivers
Arnd Bergmann
1
-5
/
+2
2011-12-28
Merge branch 'v3.2-rc6' into next/drivers
Arnd Bergmann
9
-44
/
+89
2011-12-23
mmc: mxs-mmc: fix the dma_transfer_direction migration
Shawn Guo
1
-0
/
+3
[prev]
[next]