aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/core/core.c
AgeCommit message (Expand)Author
2016-04-11Revert "mmc: core: Hold a wake lock accross delayed work + mmc rescan"Dmitry Shmidt
2016-04-11Revert "mmc: Extend wakelock if bus is dead"Dmitry Shmidt
2016-02-26Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidAlex Shi
2016-02-09mmc: core: Simplify by adding mmc_execute_tuning()Adrian Hunter
2015-11-11Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidKevin Hilman
2015-10-07mmc: core: fix race condition in mmc_wait_data_doneJialing Fu
2015-06-16Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidlsk-v3.18-15.07-androidKevin Hilman
2015-06-09mmc: core: add missing pm event in mmc_pm_notify to fix hib restoreGrygorii Strashko
2015-02-03mmc: Add tracepoints of mmc block operationsKen Sumrall
2015-02-03mmc: mmcblk: Add support for deferred SD bus resumeSan Mehat
2015-02-03mmc: core: Hold a wake lock accross delayed work + mmc rescanSan Mehat
2015-02-03mmc: Add concept of an 'embedded' SDIO device.San Mehat
2014-09-29mmc: Fix incorrect warning when setting 0 Hz via debugfsAdrian Hunter
2014-09-24mmc: core: Add new power_mode MMC_POWER_UNDEFINEDRoger Tseng
2014-09-24mmc: Convert pr_warning to pr_warnJoe Perches
2014-09-09mmc: core: resolve divded by zero panicChuanxiao Dong
2014-09-09mmc: core: Use regulator_get_voltage() if OCR mask is empty.Javier Martinez Canillas
2014-09-09mmc: core: Remove fixed voltage regulator logicTim Kryger
2014-07-26mmc: Do not advertise secure discard if it is blacklistedLukas Czerner
2014-05-12mmc: core: Improve support for deferred regulatorsTim Kryger
2014-05-12mmc: drop the speed mode of card's stateSeungwon Jeon
2014-05-12mmc: core: Try other signal levels during power upTim Kryger
2014-04-22mmc: core: Use maximum timeout values in case TACC field is zeroStefan Wahren
2014-04-22mmc: Delay the card_event callback into the mmc_rescan workerMarkus Mayer
2014-03-17mmc: slot-gpio: Add GPIO descriptor based CD GPIO APIAdrian Hunter
2014-02-23mmc: core: Add ignore_crc flag to __mmc_switchUlf Hansson
2014-02-23mmc: core: Rename cmd_timeout_ms to busy_timeoutUlf Hansson
2014-02-23mmc: core: Rename max_discard_to to max_busy_timeoutUlf Hansson
2014-02-13mmc: core: Enable MMC_CAP2_CACHE_CTRL as defaultUlf Hansson
2014-02-13mmc: core: Use mmc_flush_cache() during mmc suspendUlf Hansson
2014-02-13mmc: core: Remove unnecessary validations for bus_ops callbacksUlf Hansson
2014-02-13mmc: core: Use MMC_UNSAFE_RESUME as default behaviorUlf Hansson
2014-01-13mmc: Do not call get_cd for non removable cardsSascha Hauer
2013-10-30mmc: core: Remove deprecated mmc_suspend|resume_host APIsUlf Hansson
2013-10-30mmc: core: Signal wakeup event at card insert/removalUlf Hansson
2013-10-30mmc: core: Collect common code for card ocr validationUlf Hansson
2013-10-30mmc: core: Prevent violation of specs while initializing cardsUlf Hansson
2013-10-30mmc: core: Move cached value of the negotiated ocr mask to card structUlf Hansson
2013-10-30mmc: core: Let mmc_set_signal_voltage take ocr as parameterUlf Hansson
2013-10-30mmc: core: Let mmc_power_up|cycle take ocr as parameterUlf Hansson
2013-10-30mmc: core: Do not poll for busy with status cmd for all switch cmdsUlf Hansson
2013-09-25mmc: core: remove dead function mmc_try_claim_hostGrant Grundler
2013-09-10Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-08-26mmc: core: parse voltage from device-treeHaijun Zhang
2013-07-31mmc: core: Indicate that vmmcq may be absentMark Brown
2013-06-27mmc: core: Initiate suspend|resume from mmc bus instead of mmc hostUlf Hansson
2013-06-27mmc: core: Push common suspend|resume code into each bus_opsUlf Hansson
2013-06-27mmc: core: Validate suspend prerequisites for SDIO at SUSPEND_PREPAREUlf Hansson
2013-06-27mmc: core: Remove unnecessary check for the remove callbackUlf Hansson
2013-05-26mmc: core: Restructure and simplify code for mmc sleep|awakeUlf Hansson