summaryrefslogtreecommitdiff
path: root/include/linux/mmc
AgeCommit message (Expand)AuthorFilesLines
2012-04-21mmc: remove MMC bus legacy suspend/resume methodChuanxiao Dong1-1/+1
2012-03-29Merge tag 'mmc-merge-for-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-59/+43
2012-03-27mmc: sh_mmcif: simplify bitmask macrosGuennadi Liakhovetski1-12/+9
2012-03-27mmc: sh_mobile_sdhi: support modular mmc-core with non-standard hotplugGuennadi Liakhovetski1-1/+10
2012-03-27mmc: sh_mobile_sdhi: add a callback for board specific init codeBastian Hecht1-0/+4
2012-03-27mmc: sh_mobile_sdhi: pass card hotplug GPIO number to TMIO MMCGuennadi Liakhovetski1-0/+1
2012-03-27mmc: simplify mmc_cd_gpio_request() by removing two parametersGuennadi Liakhovetski1-2/+1
2012-03-27mmc: sdhci: add quirk for keeping card power during suspendAdrian Hunter1-0/+2
2012-03-27mmc: core: add high-capacity erase size capability flagAdrian Hunter1-0/+1
2012-03-27mmc: start removing enable / disable APIAdrian Hunter2-43/+4
2012-03-27mmc: core: Detect card removal on I/O errorUlf Hansson1-0/+1
2012-03-26mmc: Support of PCI mode in the dw_mmc driverShashidhar Hiremath1-2/+6
2012-03-26mmc: MMC-4.5 Data Tag SupportSaugata Das2-0/+5
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds3-1/+3
2012-03-24headers: include linux/types.h where appropriateBobby Powers1-0/+3
2012-03-16device.h: audit and cleanup users in main include dirPaul Gortmaker3-1/+3
2012-02-14mmc: dw_mmc: Fix PIO mode with support of highmemSeungwon Jeon1-2/+4
2012-02-14mmc: core: Fix PowerOff Notify suspend/resumeGirish K S1-0/+4
2012-02-14mmc: core: add the capability for broken voltageJaehoon Chung1-0/+1
2012-02-14mmc: core: Ensure clocks are always enabled before host interactionSujit Reddy Thumma1-0/+19
2012-01-15Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2012-01-13mmc: host: Adds support for eMMC 4.5 HS200 modeGirish K S1-0/+1
2012-01-13mmc: core: HS200 mode support for eMMC 4.5Girish K S3-2/+78
2012-01-12mmc: core: Add option to prevent eMMC sleep commandUlf Hansson1-0/+1
2012-01-12mmc: sdhci-pci: remove SDHCI_QUIRK2_OWN_CARD_DETECTIONAdrian Hunter1-2/+0
2012-01-12mmc: sdhci-pci: add platform dataAdrian Hunter1-0/+18
2012-01-12mmc: add a generic GPIO card-detect helperGuennadi Liakhovetski1-0/+19
2012-01-12mmc: add a card hotplug handler contextGuennadi Liakhovetski1-0/+6
2012-01-12mmc: dw_mmc: Add more capabilities fieldSeungwon Jeon1-0/+1
2012-01-12mmc: boot partition ro lock supportJohan Rudholm2-1/+15
2012-01-12mmc: allow upper layers to know immediately if card has been removedAdrian Hunter3-0/+6
2012-01-12mmc: sdio: support SDIO UHS cardsPhilip Rakity2-3/+30
2012-01-12mmc: core: Use delayed work in clock gating frameworkSujit Reddy Thumma1-1/+3
2012-01-12mmc: debugfs: expose the SDCLK frq in sys iosGiuseppe CAVALLARO1-0/+2
2012-01-12mmc: sd: Macro name cleanup for high speed dtrQiang Liu1-0/+3
2011-12-11mmc: core: Add quirk for long data read timeStefan Nilsson XK1-0/+6
2011-10-27mmc: fix compile error when CONFIG_BLOCK is not enabledNamjae Jeon1-2/+2
2011-10-27mmc: core: add workaround for controllers with broken multiblock readsPaul Walmsley1-0/+1
2011-10-27mmc: recognise SDIO cards with SDIO_CCCR_REV 3.00Bing Zhao1-0/+2
2011-10-27mmc: core: support HPI send commandJaehoon Chung3-0/+8
2011-10-27mmc: core: Add cache control for eMMC4.5 deviceSeungwon Jeon4-0/+10
2011-10-27mmc: core: new discard feature support at eMMC v4.5Kyungmin Park2-0/+5
2011-10-27mmc: core: mmc sanitize feature support for v4.5Kyungmin Park2-0/+3
2011-10-27mmc: dw_mmc: modify DATA register offsetJaehoon Chung1-0/+4
2011-10-27mmc: core: Add Power Off Notify Feature eMMC 4.5Girish K S3-0/+17
2011-10-27mmc: core: Add default timeout value for CMD6Seungwon Jeon2-0/+2
2011-10-27mmc: sdhci-pci: add runtime pm supportAdrian Hunter1-0/+8
2011-10-27mmc: core: general purpose MMC partition support.Namjae Jeon2-2/+37
2011-10-27mmc: block: support no access to boot partitionsAdrian Hunter1-0/+10