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.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
2011-10-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...
Linus Torvalds
59
-944
/
+2855
2011-10-27
mmc: core: Cleanup eMMC4.5 conditionals
Seungwon Jeon
1
-11
/
+9
2011-10-27
mmc: omap_hsmmc: if multiblock reads are broken, disable them
Paul Walmsley
1
-0
/
+4
2011-10-27
mmc: core: add workaround for controllers with broken multiblock reads
Paul Walmsley
1
-7
/
+14
2011-10-27
Merge branch 'clk' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cu...
Linus Torvalds
1
-1
/
+8
2011-10-27
Merge branch 'amba' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...
Linus Torvalds
1
-0
/
+12
2011-10-27
Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...
Linus Torvalds
2
-2
/
+4
2011-10-27
mmc: core: Prevent too long response times for suspend
Ulf Hansson
1
-15
/
+27
2011-10-27
mmc: recognise SDIO cards with SDIO_CCCR_REV 3.00
Bing Zhao
1
-1
/
+1
2011-10-27
mmc: sd: Handle SD3.0 cards not supporting UHS-I bus speed mode
Subhash Jadavani
1
-3
/
+3
2011-10-27
mmc: core: support HPI send command
Jaehoon Chung
4
-0
/
+120
2011-10-27
mmc: core: Add cache control for eMMC4.5 device
Seungwon Jeon
3
-6
/
+94
2011-10-27
mmc: core: Modify the timeout value for writing power class
Seungwon Jeon
1
-1
/
+1
2011-10-27
mmc: core: new discard feature support at eMMC v4.5
Kyungmin Park
3
-1
/
+21
2011-10-27
mmc: core: mmc sanitize feature support for v4.5
Kyungmin Park
3
-2
/
+17
2011-10-27
mmc: dw_mmc: modify DATA register offset
Jaehoon Chung
2
-22
/
+57
2011-10-27
mmc: sdhci-pci: add flag for devices that can support runtime PM
Adrian Hunter
1
-4
/
+13
2011-10-27
mmc: omap_hsmmc: ensure pbias configuration is always done
Adrian Hunter
1
-9
/
+8
2011-10-27
mmc: core: Add Power Off Notify Feature eMMC 4.5
Girish K S
3
-2
/
+64
2011-10-27
mmc: sdhci-s3c: fix potential NULL dereference
Jaehoon Chung
1
-2
/
+4
2011-10-27
mmc: replace printk with appropriate display macro
Girish K S
28
-176
/
+172
2011-10-27
mmc: core: Add default timeout value for CMD6
Seungwon Jeon
1
-4
/
+12
2011-10-27
mmc: sdhci-pci: add runtime pm support
Adrian Hunter
3
-45
/
+397
2011-10-27
mmc: core: move ->request() call from atomic context
Adrian Hunter
1
-7
/
+21
2011-10-27
mmc: Add module.h to drivers/mmc users assuming implicit presence.
Paul Gortmaker
17
-0
/
+17
2011-10-27
mmc: using module_param requires the inclusion of moduleparam.h
Stephen Rothwell
1
-0
/
+1
2011-10-27
mmc: core: general purpose MMC partition support.
Namjae Jeon
2
-18
/
+65
2011-10-27
mmc: core: ext_csd.raw_* used in comparison but never set
Andrei Warkentin
1
-0
/
+2
2011-10-27
mmc: irq: Remove IRQF_DISABLED
Yong Zhang
2
-5
/
+4
2011-10-27
mmc: block: support no access to boot partitions
Adrian Hunter
2
-1
/
+3
2011-10-27
mmc: block: fix boot partition switch error path
Adrian Hunter
1
-3
/
+13
2011-10-27
mmc: core: eMMC 4.5 Power Class Selection Feature
Girish K S
1
-0
/
+96
2011-10-27
mmc: add module param to set fault injection attributes
Per Forlin
1
-18
/
+11
2011-10-27
mmc: sdhci-esdhc-imx: add basic imx6q usdhc support
Shawn Guo
2
-7
/
+35
2011-10-27
mmc: core: add sd uhs string for mmc_ios_show
Aaron Lu
1
-0
/
+9
2011-10-27
mmc: sh_mmcif: simplify platform data
Guennadi Liakhovetski
1
-4
/
+16
2011-10-27
mmc: block: add eMMC hardware reset support
Adrian Hunter
2
-61
/
+144
2011-10-27
mmc: mmc-test: add eMMC hardware reset test
Adrian Hunter
1
-0
/
+30
2011-10-27
mmc: sdhci-pci: add eMMC hardware reset support
Adrian Hunter
1
-0
/
+72
2011-10-27
mmc: sdhci: add eMMC hardware reset support
Adrian Hunter
2
-1
/
+10
2011-10-27
mmc: core: add eMMC hardware reset support
Adrian Hunter
2
-1
/
+97
2011-10-27
mmc: mmci: simplify err check in mmci_post_request
Per Forlin
1
-1
/
+1
2011-10-27
mmc: core: clarify how to use post_req in case of errors
Per Forlin
1
-0
/
+6
2011-10-27
mmc: core: Set correct bus mode before card init
Stefan Nilsson XK
4
-9
/
+11
2011-10-27
mmc: sdio: Workaround for dev with broken CMD53
Stefan Nilsson XK
2
-2
/
+16
2011-10-27
mmc: sdhci-pxa: Check pdata before using its members
Tanmay Upadhyay
1
-2
/
+2
2011-10-27
mmc: core: Fix hangs related to insert/remove of cards
Ulf Hansson
5
-5
/
+9
2011-10-27
mmc: sdhci-spear: Don't set power gpio to 1 on probe
Viresh Kumar
1
-2
/
+0
2011-10-27
mmc: sdhci-of-esdhc: Access Freescale eSDHC registers as 32-bit
Xu lei
1
-4
/
+14
2011-10-26
mmc: core: Put eMMC in Sleep mode before suspend
Balaji T K
1
-2
/
+7
[next]