summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next/devel' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-011-0/+13
|\
| * Merge branch 'depends/rmk/gpio' into next/develArnd Bergmann2011-10-312-2/+4
| |\
| * \ Merge branch 'imx/devel' into next/develArnd Bergmann2011-10-201-0/+3
| |\ \
| * | | mmc: davinci: Add support for set_power callbackIdo Yariv2011-09-171-0/+13
* | | | Merge branch 'next/cleanup' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-011-0/+1
|\ \ \ \
| * \ \ \ Merge branch 'next/fixes' into next/cleanupArnd Bergmann2011-10-312-2/+4
| |\ \ \ \
| | * \ \ \ Merge branch 'depends/rmk/gpio' into next/fixesArnd Bergmann2011-10-312-2/+4
| | |\ \ \ \ | | | |_|/ / | | |/| | / | | | | |/ | | | |/|
| * | | | mmc: mxcmmc: explicitly includes mach/hardware.hShawn Guo2011-10-171-0/+1
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-10-2859-944/+2855
|\ \ \ \
| * | | | mmc: core: Cleanup eMMC4.5 conditionalsSeungwon Jeon2011-10-271-11/+9
| * | | | mmc: omap_hsmmc: if multiblock reads are broken, disable themPaul Walmsley2011-10-271-0/+4
| * | | | mmc: core: add workaround for controllers with broken multiblock readsPaul Walmsley2011-10-271-7/+14
| * | | | mmc: core: Prevent too long response times for suspendUlf Hansson2011-10-261-15/+27
| * | | | mmc: recognise SDIO cards with SDIO_CCCR_REV 3.00Bing Zhao2011-10-261-1/+1
| * | | | mmc: sd: Handle SD3.0 cards not supporting UHS-I bus speed modeSubhash Jadavani2011-10-261-3/+3
| * | | | mmc: core: support HPI send commandJaehoon Chung2011-10-264-0/+120
| * | | | mmc: core: Add cache control for eMMC4.5 deviceSeungwon Jeon2011-10-263-6/+94
| * | | | mmc: core: Modify the timeout value for writing power classSeungwon Jeon2011-10-261-1/+1
| * | | | mmc: core: new discard feature support at eMMC v4.5Kyungmin Park2011-10-263-1/+21
| * | | | mmc: core: mmc sanitize feature support for v4.5Kyungmin Park2011-10-263-2/+17
| * | | | mmc: dw_mmc: modify DATA register offsetJaehoon Chung2011-10-262-22/+57
| * | | | mmc: sdhci-pci: add flag for devices that can support runtime PMAdrian Hunter2011-10-261-4/+13
| * | | | mmc: omap_hsmmc: ensure pbias configuration is always doneAdrian Hunter2011-10-261-9/+8
| * | | | mmc: core: Add Power Off Notify Feature eMMC 4.5Girish K S2011-10-263-2/+64
| * | | | mmc: sdhci-s3c: fix potential NULL dereferenceJaehoon Chung2011-10-261-2/+4
| * | | | mmc: replace printk with appropriate display macroGirish K S2011-10-2628-176/+172
| * | | | mmc: core: Add default timeout value for CMD6Seungwon Jeon2011-10-261-4/+12
| * | | | mmc: sdhci-pci: add runtime pm supportAdrian Hunter2011-10-263-45/+397
| * | | | mmc: core: move ->request() call from atomic contextAdrian Hunter2011-10-261-7/+21
| * | | | mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker2011-10-2617-0/+17
| * | | | mmc: using module_param requires the inclusion of moduleparam.hStephen Rothwell2011-10-261-0/+1
| * | | | mmc: core: general purpose MMC partition support.Namjae Jeon2011-10-262-18/+65
| * | | | mmc: core: ext_csd.raw_* used in comparison but never setAndrei Warkentin2011-10-261-0/+2
| * | | | mmc: irq: Remove IRQF_DISABLEDYong Zhang2011-10-262-5/+4
| * | | | mmc: block: support no access to boot partitionsAdrian Hunter2011-10-262-1/+3
| * | | | mmc: block: fix boot partition switch error pathAdrian Hunter2011-10-261-3/+13
| * | | | mmc: core: eMMC 4.5 Power Class Selection FeatureGirish K S2011-10-261-0/+96
| * | | | mmc: add module param to set fault injection attributesPer Forlin2011-10-261-18/+11
| * | | | mmc: sdhci-esdhc-imx: add basic imx6q usdhc supportShawn Guo2011-10-262-7/+35
| * | | | mmc: core: add sd uhs string for mmc_ios_showAaron Lu2011-10-261-0/+9
| * | | | mmc: sh_mmcif: simplify platform dataGuennadi Liakhovetski2011-10-261-4/+16
| * | | | mmc: block: add eMMC hardware reset supportAdrian Hunter2011-10-262-61/+144
| * | | | mmc: mmc-test: add eMMC hardware reset testAdrian Hunter2011-10-261-0/+30
| * | | | mmc: sdhci-pci: add eMMC hardware reset supportAdrian Hunter2011-10-261-0/+72
| * | | | mmc: sdhci: add eMMC hardware reset supportAdrian Hunter2011-10-262-1/+10
| * | | | mmc: core: add eMMC hardware reset supportAdrian Hunter2011-10-262-1/+97
| * | | | mmc: mmci: simplify err check in mmci_post_requestPer Forlin2011-10-261-1/+1
| * | | | mmc: core: clarify how to use post_req in case of errorsPer Forlin2011-10-261-0/+6
| * | | | mmc: core: Set correct bus mode before card initStefan Nilsson XK2011-10-264-9/+11
| * | | | mmc: sdio: Workaround for dev with broken CMD53Stefan Nilsson XK2011-10-262-2/+16
OpenPOWER on IntegriCloud