aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-3/+3
2016-03-17mmc: core: remove redundant memset of sdio_read_cccrShawn Lin1-2/+0
2016-03-17mmc: core: remove redundant memset of mmc_decode_cidShawn Lin1-2/+0
2016-02-29mmc: core: report tuning command execution failure reasonRussell King1-1/+2
2016-02-29mmc: core: improve mmc_of_parse_voltage() to return better statusRussell King1-4/+5
2016-02-29mmc: core: shut up "voltage-ranges unspecified" pr_info()Russell King1-2/+6
2016-02-29mmc: sanitize 'bus width' in debug outputWolfram Sang2-2/+2
2016-02-29mmc: core: use the defined function to check whether card is removableJaehoon Chung1-5/+4
2016-02-29mmc: make MAN_BKOPS_EN message a debugWolfram Sang1-1/+1
2016-02-29mmc: core: enable mmc host device to suspend/resume asynchronouslyFu, Zhonghui1-0/+1
2016-02-29mmc: debugfs: Add a restriction to mmc debugfs clock settingChuanxiao Dong1-1/+1
2016-02-29mmc: remove unnecessary assignment statements before returnMasahiro Yamada3-23/+6
2016-02-29mmc: core: pwrseq_simple: remove unused header filePeter Chen1-1/+0
2016-01-21mmc: pwrseq_simple: Make reset-gpios optional to match docMartin Fuzzey1-8/+14
2016-01-20mmc: sdio_cis: fix unknown tuple for CISTPL_SDIO_STDShawn Lin1-0/+1
2016-01-19mmc: debugfs: correct wrong voltage valueChuanxiao Dong1-1/+1
2016-01-14mmc: core: Enable tuning according to the actual timingCarlo Caione2-6/+6
2016-01-13mmc: sd: limit SD card power limit according to cards capabilitiesRussell King1-4/+16
2015-12-28mmc: It is not an error for the card to be removed while suspendedAdrian Hunter2-2/+2
2015-12-28mmc: core: Optimize boot time by detecting cards simultaneouslyUlf Hansson1-23/+8
2015-12-22mmc: core: fix __mmc_switch timeout caused by preemptChaotian Jing1-1/+8
2015-12-22mmc: enable MMC/SD/SDIO device to suspend/resume asynchronouslyFu, Zhonghui2-0/+3
2015-12-22mmc: sdio: Fix invalid vdd in voltage switch power cycleAdrian Hunter1-1/+1
2015-12-22mmc: mmc: Fix incorrect use of driver strength switching HS200 and HS400Wenkai Du1-4/+2
2015-12-22mmc: core: Introduce MMC_CAP2_NO_SDIO capCarlo Caione1-3/+8
2015-12-22mmc: fix mmc_{un,}register_pm_notifier prototypesArnd Bergmann1-2/+2
2015-12-22mmc: pwrseq: constify mmc_pwrseq_ops structuresJulia Lawall3-3/+3
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 Hansson3-10/+24
2015-12-22mmc: core: Make runtime resume default behavior for MMC/SDUlf Hansson2-26/+4
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-12-22mmc: core: enable support for the standard "wakeup-source" propertySudeep Holla1-1/+2
2015-11-09mmc: mmc: Improve reliability of mmc_select_hs400()Adrian Hunter1-2/+26
2015-11-09mmc: mmc: Move mmc_switch_status()Adrian Hunter1-13/+13
2015-11-09mmc: mmc: Fix HS setting in mmc_select_hs400()Adrian Hunter1-6/+8
2015-11-09mmc: mmc: Improve reliability of mmc_select_hs200()Adrian Hunter1-3/+22
2015-10-27mmc: pwrseq: Use highest priority for eMMC restart handlerJavier Martinez Canillas1-3/+3
2015-10-27mmc: mmc: extend the mmc_send_tuning()Chaotian Jing1-4/+4
2015-10-27mmc: core: Add DT bindings for eMMC hardware reset supportChaotian Jing1-0/+2
2015-10-26mmc: skip reclaiming host on mmc_add_card() errorSergei Shtylyov2-4/+2
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 Hansson10-426/+19
2015-10-26mmc: core: enable CMD19 tuning for DDR50 modeWeijun Yang1-2/+18
2015-10-26mmc: debugfs: implement ios show for SDR12 and SDR25Shawn Lin1-0/+6
2015-10-26mmc: Wait for card_busy before starting sdio requestsHans de Goede1-0/+17
2015-10-26mmc: Add mmc_is_io_op helper functionHans de Goede1-0/+7
2015-10-26mmc: pwrseq_simple: use GPIO descriptors array APIJavier Martinez Canillas1-30/+15