summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* 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/+23Star
* mmc: core: use mmc_send_status to check hw_resetJohan Rudholm2014-11-101-8/+2Star
* 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/+1Star
* mmc: core: Remove the redundant mmc_send_ext_csd() APIUlf Hansson2014-11-101-8/+2Star
* mmc: core: Use mmc_get_ext_csd() instead of mmc_send_ext_csd()Ulf Hansson2014-11-102-22/+4Star
* mmc: core: Export mmc_get_ext_csd()Ulf Hansson2014-11-102-31/+29Star
* mmc: core: Don't panic when fetching EXT_CSDUlf Hansson2014-11-101-4/+2Star
* mmc: core: Let's callers of from mmc_get_ext_csd() do error handlingUlf Hansson2014-11-101-39/+31Star
* 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/+1Star
* mmc: core: Remove redundant check of max_dtr while selecting timingsUlf Hansson2014-11-101-2/+1Star
* mmc: core: Remove redundant check while selecting powerclassUlf Hansson2014-11-101-8/+0Star
* mmc: core: Remove duplicated definition of mmc_send_ext_csd()Ulf Hansson2014-11-101-1/+0Star
* mmc: core: Remove mmc_free_ext_csd()Ulf Hansson2014-11-101-9/+3Star
* 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/+8Star
* mmc: core: Convert the mmc_driver to use the modern PM opsUlf Hansson2014-11-101-10/+4Star
* 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/+1Star
* 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/+8Star
* 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/+35Star
| * 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/+0Star
| * 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/+23Star
| * 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/+1Star
| * mmc: core: Fix sequence for I/O voltage in DDR mode for eMMCChuanxiao.Dong2014-09-091-9/+25
| * mmc: core: resolve divded by zero panicChuanxiao Dong2014-09-091-2/+3
| * mmc: core: Use regulator_get_voltage() if OCR mask is empty.Javier Martinez Canillas2014-09-091-3/+11
| * mmc: implement Driver Stage Register handlingSascha Hauer2014-09-095-0/+45
| * mmc: core: sdio: Fix unconditional wake_up_process() on sdio threadFu Zhonghui2014-09-092-4/+12