summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)AuthorFilesLines
2014-12-29mmc: core: stop trying to switch width when only one bit is supportedAlexandre Belloni1-1/+1
2014-12-11Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2014-12-08mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameterUlf Hansson1-4/+3
2014-12-05MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-2/+2
2014-11-26mmc: core: add core-level function for sending tuning commandsMinda Chen1-0/+70
2014-11-26mmc: core: hold SD Clock before CMD11 during SignalVincent Yang1-5/+8
2014-11-26mmc: core: reset sdio card properly on resume.NeilBrown1-2/+6
2014-11-26mmc: core: use card->ocr when negotiating voltage setting in mmc_sdio_power_r...NeilBrown1-1/+1
2014-11-26mmc: core: consistent handling of initial valuesJohan Rudholm2-25/+23
2014-11-10mmc: core: use mmc_send_status to check hw_resetJohan Rudholm1-8/+2
2014-11-10mmc: core: Convert to use kzalloc() for CXD register buffersUlf Hansson1-3/+3
2014-11-10mmc: core: Don't handle buffers on stack while fetching CXD registersUlf Hansson1-20/+1
2014-11-10mmc: core: Remove the redundant mmc_send_ext_csd() APIUlf Hansson1-8/+2
2014-11-10mmc: core: Use mmc_get_ext_csd() instead of mmc_send_ext_csd()Ulf Hansson2-22/+4
2014-11-10mmc: core: Export mmc_get_ext_csd()Ulf Hansson2-31/+29
2014-11-10mmc: core: Don't panic when fetching EXT_CSDUlf Hansson1-4/+2
2014-11-10mmc: core: Let's callers of from mmc_get_ext_csd() do error handlingUlf Hansson1-39/+31
2014-11-10mmc: core: Fetch and decode EXT_CSD from mmc_read_ext_csd()Ulf Hansson1-13/+17
2014-11-10mmc: core: Add helper function for EXT_CSD supportUlf Hansson3-4/+10
2014-11-10mmc: core: Remove unnecessary 'out of memory' messageUlf Hansson1-4/+1
2014-11-10mmc: core: Remove redundant check of max_dtr while selecting timingsUlf Hansson1-2/+1
2014-11-10mmc: core: Remove redundant check while selecting powerclassUlf Hansson1-8/+0
2014-11-10mmc: core: Remove duplicated definition of mmc_send_ext_csd()Ulf Hansson1-1/+0
2014-11-10mmc: core: Remove mmc_free_ext_csd()Ulf Hansson1-9/+3
2014-11-10mmc: core: silence a shift wrapping warningDan Carpenter1-1/+1
2014-11-10mmc: core: Report firmware version for eMMC 5.0 devices.Gwendal Grignou1-1/+26
2014-11-10mmc: core: Convert mmc_driver to device_driverUlf Hansson1-33/+8
2014-11-10mmc: core: Convert the mmc_driver to use the modern PM opsUlf Hansson1-10/+4
2014-11-10mmc: core: Don't export the to_sdio_driver macroUlf Hansson1-0/+2
2014-11-10mmc: core: Remove superfluous ifdefs for SDIO bus' PM callbacksUlf Hansson1-11/+1
2014-11-10mmc: core: fix prepared requests while doing bkopsSrinivas Kandagatla1-1/+11
2014-11-10mmc: core: Fix error paths and messages in mmc_init_cardAndrew Gabbasov1-8/+8
2014-11-10mmc: core: Add debug message for SET_BLOCK_COUNT resultAndrew Gabbasov1-0/+8
2014-11-10mmc: core: Initialize SET_BLOCK_COUNT request fieldsAndrew Gabbasov1-0/+4
2014-11-05mmc: core: fix card detection regressionKristina Martsenko1-13/+8
2014-10-11Merge tag 'mmc-v3.18-1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds10-206/+371
2014-10-02mmc: core: restore detect line inversion semanticsLinus Walleij2-6/+40
2014-09-30PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.hUlf Hansson1-0/+1
2014-09-29mmc: Fix incorrect warning when setting 0 Hz via debugfsAdrian Hunter1-1/+1
2014-09-29mmc: Fix use of wrong device in mmc_gpiod_free_cd()Adrian Hunter1-1/+1
2014-09-24mmc: core: Add new power_mode MMC_POWER_UNDEFINEDRoger Tseng1-0/+1
2014-09-24mmc: Convert pr_warning to pr_warnJoe Perches7-45/+35
2014-09-23mmc: Consolidate emmc tuning blocksStephen Boyd1-0/+32
2014-09-23mmc: don't request CD IRQ until mmc_start_host()Stephen Warren1-2/+0
2014-09-22mmc: sdio: Convert to dev_pm_domain_attach|detach()Ulf Hansson1-2/+2
2014-09-19mmc: Checks EXT_CSD_PARTITION_SETTING_COMPLETED before partitions computationGrégory Soutadé1-37/+44
2014-09-19mmc: Replace "enhanced_area_en" attribute by "partition_setting_completed"Grégory Soutadé1-5/+8
2014-09-19mmc: Move code that manages user area and gp partitions into functionsGrégory Soutadé1-73/+89
2014-09-09mmc: host: switch OF parser to use gpio descriptorsLinus Walleij1-45/+23
2014-09-09mmc: slot-gpio: add gpiod variant to get wp GPIOLinus Walleij1-0/+48