aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-11arm/imx: fix imx6q mmc error when mounting rootfsShawn Guo1-0/+8
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds12-0/+13
2011-11-04Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-3/+3
2011-11-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-44/+50
2011-11-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlockLinus Torvalds1-1/+1
2011-11-01Merge branch 'next/devel' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds1-0/+13
2011-11-01Merge branch 'next/cleanup' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds1-0/+1
2011-10-31mmc: Fix implicit use of stat.h header in associated filesPaul Gortmaker3-0/+3
2011-10-31mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker9-0/+9
2011-10-31mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker1-0/+1
2011-10-31Merge branch 'depends/rmk/gpio' into next/develArnd Bergmann2-2/+4
2011-10-31Merge branch 'next/fixes' into next/cleanupArnd Bergmann2-2/+4
2011-10-31Merge branch 'depends/rmk/gpio' into next/fixesArnd Bergmann2-2/+4
2011-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds59-944/+2855
2011-10-27mmc: core: Cleanup eMMC4.5 conditionalsSeungwon Jeon1-11/+9
2011-10-27mmc: omap_hsmmc: if multiblock reads are broken, disable themPaul Walmsley1-0/+4
2011-10-27mmc: core: add workaround for controllers with broken multiblock readsPaul Walmsley1-7/+14
2011-10-27Merge branch 'clk' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-1/+8
2011-10-27Merge branch 'amba' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-0/+12
2011-10-27Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds2-2/+4
2011-10-26mmc: core: Prevent too long response times for suspendUlf Hansson1-15/+27
2011-10-26mmc: recognise SDIO cards with SDIO_CCCR_REV 3.00Bing Zhao1-1/+1
2011-10-26mmc: sd: Handle SD3.0 cards not supporting UHS-I bus speed modeSubhash Jadavani1-3/+3
2011-10-26mmc: core: support HPI send commandJaehoon Chung4-0/+120
2011-10-26mmc: core: Add cache control for eMMC4.5 deviceSeungwon Jeon3-6/+94
2011-10-26mmc: core: Modify the timeout value for writing power classSeungwon Jeon1-1/+1
2011-10-26mmc: core: new discard feature support at eMMC v4.5Kyungmin Park3-1/+21
2011-10-26mmc: core: mmc sanitize feature support for v4.5Kyungmin Park3-2/+17
2011-10-26mmc: dw_mmc: modify DATA register offsetJaehoon Chung2-22/+57
2011-10-26mmc: sdhci-pci: add flag for devices that can support runtime PMAdrian Hunter1-4/+13
2011-10-26mmc: omap_hsmmc: ensure pbias configuration is always doneAdrian Hunter1-9/+8
2011-10-26mmc: core: Add Power Off Notify Feature eMMC 4.5Girish K S3-2/+64
2011-10-26mmc: sdhci-s3c: fix potential NULL dereferenceJaehoon Chung1-2/+4
2011-10-26mmc: replace printk with appropriate display macroGirish K S28-176/+172
2011-10-26mmc: core: Add default timeout value for CMD6Seungwon Jeon1-4/+12
2011-10-26mmc: sdhci-pci: add runtime pm supportAdrian Hunter3-45/+397
2011-10-26mmc: core: move ->request() call from atomic contextAdrian Hunter1-7/+21
2011-10-26mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker17-0/+17
2011-10-26mmc: using module_param requires the inclusion of moduleparam.hStephen Rothwell1-0/+1
2011-10-26mmc: core: general purpose MMC partition support.Namjae Jeon2-18/+65
2011-10-26mmc: core: ext_csd.raw_* used in comparison but never setAndrei Warkentin1-0/+2
2011-10-26mmc: irq: Remove IRQF_DISABLEDYong Zhang2-5/+4
2011-10-26mmc: block: support no access to boot partitionsAdrian Hunter2-1/+3
2011-10-26mmc: block: fix boot partition switch error pathAdrian Hunter1-3/+13
2011-10-26mmc: core: eMMC 4.5 Power Class Selection FeatureGirish K S1-0/+96
2011-10-26mmc: add module param to set fault injection attributesPer Forlin1-18/+11
2011-10-26mmc: sdhci-esdhc-imx: add basic imx6q usdhc supportShawn Guo2-7/+35
2011-10-26mmc: core: add sd uhs string for mmc_ios_showAaron Lu1-0/+9
2011-10-26mmc: sh_mmcif: simplify platform dataGuennadi Liakhovetski1-4/+16
2011-10-26mmc: block: add eMMC hardware reset supportAdrian Hunter2-61/+144