summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/core.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-28mmc: core: Optimize boot time by detecting cards simultaneouslyUlf Hansson1-23/+8
2015-12-22mmc: core: Introduce MMC_CAP2_NO_SDIO capCarlo Caione1-3/+8
2015-12-22mmc: core: set regulator not found message as debugludovic.desroches@atmel.com1-2/+2
2015-12-22mmc: core: Check for non-removable cards earlier in the error pathUlf Hansson1-3/+3
2015-12-22mmc: core: Refactor code to register the MMC PM notifierUlf Hansson1-4/+14
2015-12-22mmc: core: Keep host claimed in mmc_rescan() while calling host opsUlf Hansson1-2/+3
2015-12-22mmc: core: Invoke ->card_event() callback only when neededUlf Hansson1-5/+5
2015-10-26mmc: core: Add mmc_regulator_set_vqmmc()Douglas Anderson1-0/+78
2015-10-26mmc: core: move ocr-bit to voltage translation into separate functionHeiko Stuebner1-16/+35
2015-10-26mmc: core: Remove MMC_CLKGATEUlf Hansson1-124/+15
2015-10-26mmc: Wait for card_busy before starting sdio requestsHans de Goede1-0/+17
2015-10-26mmc: core: Keep host claimed while invoking mmc_power_off|up()Ulf Hansson1-0/+6
2015-09-30mmc: core: fix dead loop of mmc_retuneChaotian Jing1-2/+4
2015-08-31mmc: core: fix race condition in mmc_wait_data_doneJialing Fu1-2/+4
2015-08-27mmc: block: skip trim for some kingston eMMCsShawn Lin1-1/+2
2015-08-27mmc: core: Fixed bug in one erase-group budget TRIMRobin van der Gracht1-3/+2
2015-08-17mmc: core: Optimize case for exactly one erase-group budgetDavid Jander1-4/+34
2015-06-01mmc: core: Factor out common code in drive strength selectionAdrian Hunter1-0/+38
2015-06-01mmc: core: Reset driver type to defaultAdrian Hunter1-0/+1
2015-06-01mmc: core: Increase delay for voltage to stabilize from 3.3V to 1.8VDoug Anderson1-2/+2
2015-06-01mmc: core: Don't print reset warning if reset is not supportedAdrian Hunter1-1/+2
2015-06-01mmc: core: Flag re-tuning is needed on CRC errorsAdrian Hunter1-0/+6
2015-06-01mmc: core: Hold re-tuning while bkops ongoingAdrian Hunter1-0/+6
2015-06-01mmc: core: Hold re-tuning during erase commandsAdrian Hunter1-0/+3
2015-06-01mmc: core: Add support for re-tuning before each requestAdrian Hunter1-7/+28
2015-06-01mmc: core: Enable / disable re-tuningAdrian Hunter1-0/+4
2015-05-04mmc: core: add missing pm event in mmc_pm_notify to fix hib restoreGrygorii Strashko1-0/+1
2015-03-31mmc: core: Enable runtime PM management of host devicesUlf Hansson1-1/+9
2015-03-27mmc: core: Remove the ->enable|disable() callbacksNeilBrown1-5/+0
2015-02-03mmc: core: Invoke mmc_pwrseq_post_power_on() prior MMC_POWER_ON stateUlf Hansson1-2/+2
2015-01-29mmc: Resolve BKOPS compatability issueAlexey Skidanov1-1/+1
2015-01-28mmc: core: Initial support for MMC power sequencesUlf Hansson1-0/+7
2015-01-19mmc: core: Move mmc_card_removed() into mmc_start_request()Adrian Hunter1-12/+20
2015-01-19mmc: core: Simplify by adding mmc_execute_tuning()Adrian Hunter1-0/+24
2015-01-19mmc: core: refactor the hw_reset routinesJohan Rudholm1-34/+9
2015-01-19mmc: core: always check status after resetJohan Rudholm1-19/+5
2015-01-19mmc: Add SDIO function devicetree subnode parsingSascha Hauer1-0/+28
2014-11-26mmc: core: hold SD Clock before CMD11 during SignalVincent Yang1-5/+8
2014-11-26mmc: core: consistent handling of initial valuesJohan Rudholm1-25/+22
2014-11-10mmc: core: use mmc_send_status to check hw_resetJohan Rudholm1-8/+2
2014-11-10mmc: core: Use mmc_get_ext_csd() instead of mmc_send_ext_csd()Ulf Hansson1-14/+3
2014-11-10mmc: core: fix prepared requests while doing bkopsSrinivas Kandagatla1-1/+11
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-09-29mmc: Fix incorrect warning when setting 0 Hz via debugfsAdrian 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 Perches1-4/+4
2014-09-09mmc: core: resolve divded by zero panicChuanxiao Dong1-2/+3
2014-09-09mmc: core: Use regulator_get_voltage() if OCR mask is empty.Javier Martinez Canillas1-3/+11
2014-09-09mmc: core: Remove fixed voltage regulator logicTim Kryger1-17/+1