aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-08mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameterUlf Hansson1-1/+1
2014-11-26mmc: core: add core-level function for sending tuning commandsMinda Chen1-0/+1
2014-11-26mmc: dw_mmc: add support for the other bit of sdio interruptAddy Ke1-0/+3
2014-11-26mmc: sdhci: Add HS400 support to SDHCI driverAdrian Hunter1-0/+2
2014-11-26mmc: sdhci: Clear also HS400 1.2V capability if 1.2V is not supportedAdrian Hunter1-0/+1
2014-11-26mmc: dw_mmc: Add IDMAC 64-bit address mode supportPrabu Thangamuthu1-0/+2
2014-11-26mmc: sdhci: Add a quirk for AMD SDHC transfer mode register need to be cleared for cmd without dataVincent Wan1-0/+2
2014-11-10mmc: sdhci: Add 64-bit ADMA supportAdrian Hunter1-0/+3
2014-11-10mmc: sdhci: Parameterize ADMA sizes and alignmentAdrian Hunter1-0/+7
2014-11-10mmc: sdhci: Use 'void *' for not 'u8 *' for ADMA dataAdrian Hunter1-2/+2
2014-11-10mmc: sdhci: Rename adma_desc to adma_tableAdrian Hunter1-1/+1
2014-11-10mmc: core: Remove the redundant mmc_send_ext_csd() APIUlf Hansson1-1/+0
2014-11-10mmc: core: Export mmc_get_ext_csd()Ulf Hansson1-0/+1
2014-11-10mmc: dw_mmc: Remove old card detect infrastructureDoug Anderson1-2/+0
2014-11-10mmc: core: Report firmware version for eMMC 5.0 devices.Gwendal Grignou2-0/+6
2014-11-10mmc: core: Remove unused mmc_list_to_card() macroUlf Hansson1-2/+0
2014-11-10mmc: block: Use dev_set|get_drvdata()Ulf Hansson1-2/+0
2014-11-10mmc: core: Convert mmc_driver to device_driverUlf Hansson1-14/+2
2014-11-10mmc: core: Don't export the to_sdio_driver macroUlf Hansson1-2/+0
2014-10-03mmc: sdhci: Add quirk for always getting TC with stop cmdAdrian Hunter1-0/+2
2014-10-02mmc: core: restore detect line inversion semanticsLinus Walleij1-2/+2
2014-09-24mmc: core: Add new power_mode MMC_POWER_UNDEFINEDRoger Tseng1-0/+1
2014-09-23mmc: Consolidate emmc tuning blocksStephen Boyd1-0/+5
2014-09-19mmc: Replace "enhanced_area_en" attribute by "partition_setting_completed"Grégory Soutadé2-1/+3
2014-09-09mmc: slot-gpio: add gpiod variant to get wp GPIOLinus Walleij1-0/+3
2014-09-09mmc: remove MMC_CAP2_NO_MULTI_READ flagsKuninori Morimoto1-1/+0
2014-09-09mmc: Add .multi_io_quirk callback for multi I/O HW bugKuninori Morimoto1-0/+7
2014-09-09mmc: sdhci: handle busy-end interrupt during commandChanho Min1-0/+1
2014-09-09mmc: dw_mmc: Support voltage changesDoug Anderson1-0/+2
2014-09-09mmc: dw_mmc: use mmc_regulator_get_supply to handle regulatorsYuvaraj CD1-1/+1
2014-09-09mmc: implement Driver Stage Register handlingSascha Hauer2-1/+5
2014-09-09mmc: Correct the value of MMC_NUM_PHY_PARTITIONYi Sun1-2/+3
2014-08-11mmc: dw_mmc: Slot quirk "disable-wp" is deprecated.Jaehoon Chung1-0/+2
2014-07-09mmc: sdhci: Use mmc core regulator infrastuctureTim Kryger1-3/+0
2014-05-22mmc: sdhci: track whether preset mode is currently enabled in hardwareRussell King1-0/+1
2014-05-22mmc: sdhci: cache timing information locallyRussell King1-0/+2
2014-05-22mmc: sdhci: convert sdhci_set_clock() into a library functionRussell King1-2/+0
2014-05-22mmc: sdhci: move FSL ESDHC reset handling quirk into esdhc codeRussell King1-2/+0
2014-05-22mmc: sdhci: more efficient interrupt enable register handlingRussell King1-0/+3
2014-05-22mmc: sdhci: push card_tasklet into threaded irq handlerRussell King1-2/+1
2014-05-22mmc: sdhci: convert to new SDIO IRQ handlingRussell King1-0/+2
2014-05-22mmc: sdio_irq: rework sdio irq handlingRussell King1-0/+3
2014-05-12mmc: core: Improve support for deferred regulatorsTim Kryger1-6/+2
2014-05-12mmc: add support for HS400 mode of eMMC5.0Seungwon Jeon3-1/+21
2014-05-12mmc: rework selection of bus speed modeSeungwon Jeon2-0/+5
2014-05-12mmc: identify available device type to selectSeungwon Jeon3-11/+9
2014-05-12mmc: drop the speed mode of card's stateSeungwon Jeon2-17/+29
2014-05-12mmc: dw_mmc: remove unused member variable.Jaehoon Chung1-14/+0
2014-04-22mmc: card.h: Use NULL instead of 0 for END_FIXUPFabio Estevam1-1/+1
2014-04-22mmc: Delay the card_event callback into the mmc_rescan workerMarkus Mayer1-0/+2