summaryrefslogtreecommitdiffstats
path: root/include/linux/mmc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-01-141-1/+1
|\
| * module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* | mmc: host: Adds support for eMMC 4.5 HS200 modeGirish K S2012-01-121-0/+1
* | mmc: core: HS200 mode support for eMMC 4.5Girish K S2012-01-123-2/+78
* | mmc: core: Add option to prevent eMMC sleep commandUlf Hansson2012-01-121-0/+1
* | mmc: sdhci-pci: remove SDHCI_QUIRK2_OWN_CARD_DETECTIONAdrian Hunter2012-01-121-2/+0Star
* | mmc: sdhci-pci: add platform dataAdrian Hunter2012-01-121-0/+18
* | mmc: add a generic GPIO card-detect helperGuennadi Liakhovetski2012-01-121-0/+19
* | mmc: add a card hotplug handler contextGuennadi Liakhovetski2012-01-121-0/+6
* | mmc: dw_mmc: Add more capabilities fieldSeungwon Jeon2012-01-121-0/+1
* | mmc: boot partition ro lock supportJohan Rudholm2012-01-122-1/+15
* | mmc: allow upper layers to know immediately if card has been removedAdrian Hunter2012-01-123-0/+6
* | mmc: sdio: support SDIO UHS cardsPhilip Rakity2012-01-122-3/+30
* | mmc: core: Use delayed work in clock gating frameworkSujit Reddy Thumma2012-01-121-1/+3
* | mmc: debugfs: expose the SDCLK frq in sys iosGiuseppe CAVALLARO2012-01-121-0/+2
* | mmc: sd: Macro name cleanup for high speed dtrQiang Liu2012-01-121-0/+3
|/
* mmc: core: Add quirk for long data read timeStefan Nilsson XK2011-12-101-0/+6
* mmc: fix compile error when CONFIG_BLOCK is not enabledNamjae Jeon2011-10-271-2/+2
* mmc: core: add workaround for controllers with broken multiblock readsPaul Walmsley2011-10-271-0/+1
* mmc: recognise SDIO cards with SDIO_CCCR_REV 3.00Bing Zhao2011-10-261-0/+2
* mmc: core: support HPI send commandJaehoon Chung2011-10-263-0/+8
* mmc: core: Add cache control for eMMC4.5 deviceSeungwon Jeon2011-10-264-0/+10
* mmc: core: new discard feature support at eMMC v4.5Kyungmin Park2011-10-262-0/+5
* mmc: core: mmc sanitize feature support for v4.5Kyungmin Park2011-10-262-0/+3
* mmc: dw_mmc: modify DATA register offsetJaehoon Chung2011-10-261-0/+4
* mmc: core: Add Power Off Notify Feature eMMC 4.5Girish K S2011-10-263-0/+17
* mmc: core: Add default timeout value for CMD6Seungwon Jeon2011-10-262-0/+2
* mmc: sdhci-pci: add runtime pm supportAdrian Hunter2011-10-261-0/+8
* mmc: core: general purpose MMC partition support.Namjae Jeon2011-10-262-2/+37
* mmc: block: support no access to boot partitionsAdrian Hunter2011-10-261-0/+10
* mmc: core: eMMC 4.5 Power Class Selection FeatureGirish K S2011-10-261-0/+14
* mmc: sh_mmcif: simplify platform dataGuennadi Liakhovetski2011-10-261-1/+3
* mmc: core: add eMMC hardware reset supportAdrian Hunter2011-10-264-0/+10
* mmc: core: clarify how to use post_req in case of errorsPer Forlin2011-10-261-0/+3
* mmc: sdio: Workaround for dev with broken CMD53Stefan Nilsson XK2011-10-261-0/+7
* mmc: sdhi: Allow named IRQs to use specific handlersSimon Horman2011-10-261-0/+4
* mmc: core: add random fault injectionPer Forlin2011-10-261-0/+5
* mmc: remove unused "ddr" parameter in struct mmc_iosJaehoon Chung2011-08-131-2/+0Star
* mmc: core: Set non-default Drive Strength via platform hookPhilip Rakity2011-07-201-0/+1
* mmc: core: add non-blocking mmc request functionPer Forlin2011-07-202-1/+26
* mmc: dw_mmc: fix stop when fallen back to PIOJames Hogan2011-07-201-0/+2
* mmc: queue: let host controllers specify maximum discard timeoutAdrian Hunter2011-07-202-0/+2
* mmc: dw_mmc: handle unaligned buffers and sizesJames Hogan2011-07-201-0/+10
* mmc: dw_mmc: don't hard code fifo depth, fix usageJames Hogan2011-07-201-0/+8
* mmc: dw_mmc: convert card tasklet to workqueueJames Hogan2011-07-201-1/+1
* mmc: sdhi: Add write16_hookSimon Horman2011-07-201-0/+1
* mmc: tmio: name 0xd8 as CTL_DMA_ENABLESimon Horman2011-07-201-0/+1
* mmc: block: allow get_card_status() to return error statusRussell King - ARM Linux2011-07-201-0/+10
* mmc: Standardize header file inclusion checks.Robert P. J. Day2011-07-2017-46/+41Star
* mmc: sdhci: merge two sdhci-pltfm.h into oneShawn Guo2011-07-201-29/+0Star