summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: Support the optional init_card() callback for MMC and SDDoug Anderson2015-01-192-1/+12
* mmc: core: stop trying to switch width when only one bit is supportedAlexandre Belloni2014-12-291-1/+1
* Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-101-2/+2
|\
| * MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-051-2/+2
* | mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameterUlf Hansson2014-12-081-4/+3
* | mmc: core: add core-level function for sending tuning commandsMinda Chen2014-11-261-0/+70
* | mmc: core: hold SD Clock before CMD11 during SignalVincent Yang2014-11-261-5/+8
* | mmc: core: reset sdio card properly on resume.NeilBrown2014-11-261-2/+6
* | mmc: core: use card->ocr when negotiating voltage setting in mmc_sdio_power_r...NeilBrown2014-11-261-1/+1
* | mmc: core: consistent handling of initial valuesJohan Rudholm2014-11-262-25/+23
* | mmc: core: use mmc_send_status to check hw_resetJohan Rudholm2014-11-101-8/+2
* | mmc: core: Convert to use kzalloc() for CXD register buffersUlf Hansson2014-11-101-3/+3
* | mmc: core: Don't handle buffers on stack while fetching CXD registersUlf Hansson2014-11-101-20/+1
* | mmc: core: Remove the redundant mmc_send_ext_csd() APIUlf Hansson2014-11-101-8/+2
* | mmc: core: Use mmc_get_ext_csd() instead of mmc_send_ext_csd()Ulf Hansson2014-11-102-22/+4
* | mmc: core: Export mmc_get_ext_csd()Ulf Hansson2014-11-102-31/+29
* | mmc: core: Don't panic when fetching EXT_CSDUlf Hansson2014-11-101-4/+2
* | mmc: core: Let's callers of from mmc_get_ext_csd() do error handlingUlf Hansson2014-11-101-39/+31
* | mmc: core: Fetch and decode EXT_CSD from mmc_read_ext_csd()Ulf Hansson2014-11-101-13/+17
* | mmc: core: Add helper function for EXT_CSD supportUlf Hansson2014-11-103-4/+10
* | mmc: core: Remove unnecessary 'out of memory' messageUlf Hansson2014-11-101-4/+1
* | mmc: core: Remove redundant check of max_dtr while selecting timingsUlf Hansson2014-11-101-2/+1
* | mmc: core: Remove redundant check while selecting powerclassUlf Hansson2014-11-101-8/+0
* | mmc: core: Remove duplicated definition of mmc_send_ext_csd()Ulf Hansson2014-11-101-1/+0
* | mmc: core: Remove mmc_free_ext_csd()Ulf Hansson2014-11-101-9/+3
* | mmc: core: silence a shift wrapping warningDan Carpenter2014-11-101-1/+1
* | mmc: core: Report firmware version for eMMC 5.0 devices.Gwendal Grignou2014-11-101-1/+26
* | mmc: core: Convert mmc_driver to device_driverUlf Hansson2014-11-101-33/+8
* | mmc: core: Convert the mmc_driver to use the modern PM opsUlf Hansson2014-11-101-10/+4
* | mmc: core: Don't export the to_sdio_driver macroUlf Hansson2014-11-101-0/+2
* | mmc: core: Remove superfluous ifdefs for SDIO bus' PM callbacksUlf Hansson2014-11-101-11/+1
* | mmc: core: fix prepared requests while doing bkopsSrinivas Kandagatla2014-11-101-1/+11
* | mmc: core: Fix error paths and messages in mmc_init_cardAndrew Gabbasov2014-11-101-8/+8
* | mmc: core: Add debug message for SET_BLOCK_COUNT resultAndrew Gabbasov2014-11-101-0/+8
* | mmc: core: Initialize SET_BLOCK_COUNT request fieldsAndrew Gabbasov2014-11-101-0/+4
|/
* mmc: core: fix card detection regressionKristina Martsenko2014-11-051-13/+8
* Merge tag 'mmc-v3.18-1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2014-10-1110-206/+371
|\
| * mmc: core: restore detect line inversion semanticsLinus Walleij2014-10-022-6/+40
| * mmc: Fix incorrect warning when setting 0 Hz via debugfsAdrian Hunter2014-09-291-1/+1
| * mmc: Fix use of wrong device in mmc_gpiod_free_cd()Adrian Hunter2014-09-291-1/+1
| * mmc: core: Add new power_mode MMC_POWER_UNDEFINEDRoger Tseng2014-09-241-0/+1
| * mmc: Convert pr_warning to pr_warnJoe Perches2014-09-247-45/+35
| * mmc: Consolidate emmc tuning blocksStephen Boyd2014-09-231-0/+32
| * mmc: don't request CD IRQ until mmc_start_host()Stephen Warren2014-09-231-2/+0
| * mmc: Checks EXT_CSD_PARTITION_SETTING_COMPLETED before partitions computationGrégory Soutadé2014-09-191-37/+44
| * mmc: Replace "enhanced_area_en" attribute by "partition_setting_completed"Grégory Soutadé2014-09-191-5/+8
| * mmc: Move code that manages user area and gp partitions into functionsGrégory Soutadé2014-09-191-73/+89
| * mmc: host: switch OF parser to use gpio descriptorsLinus Walleij2014-09-091-45/+23
| * mmc: slot-gpio: add gpiod variant to get wp GPIOLinus Walleij2014-09-091-0/+48
| * mmc: slot-gpio: switch to use flags when getting GPIOLinus Walleij2014-09-091-5/+1
OpenPOWER on IntegriCloud