summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* mmc: pwrseq_simple: Make reset-gpios optional to match docMartin Fuzzey2016-01-211-8/+14
* mmc: sdio_cis: fix unknown tuple for CISTPL_SDIO_STDShawn Lin2016-01-201-0/+1
* mmc: debugfs: correct wrong voltage valueChuanxiao Dong2016-01-191-1/+1
* mmc: core: Enable tuning according to the actual timingCarlo Caione2016-01-142-6/+6
* mmc: sd: limit SD card power limit according to cards capabilitiesRussell King2016-01-131-4/+16
* mmc: It is not an error for the card to be removed while suspendedAdrian Hunter2015-12-282-2/+2
* mmc: core: Optimize boot time by detecting cards simultaneouslyUlf Hansson2015-12-281-23/+8Star
* mmc: core: fix __mmc_switch timeout caused by preemptChaotian Jing2015-12-221-1/+8
* mmc: enable MMC/SD/SDIO device to suspend/resume asynchronouslyFu, Zhonghui2015-12-222-0/+3
* mmc: sdio: Fix invalid vdd in voltage switch power cycleAdrian Hunter2015-12-221-1/+1
* mmc: mmc: Fix incorrect use of driver strength switching HS200 and HS400Wenkai Du2015-12-221-4/+2Star
* mmc: core: Introduce MMC_CAP2_NO_SDIO capCarlo Caione2015-12-221-3/+8
* mmc: fix mmc_{un,}register_pm_notifier prototypesArnd Bergmann2015-12-221-2/+2
* mmc: pwrseq: constify mmc_pwrseq_ops structuresJulia Lawall2015-12-223-3/+3
* mmc: core: set regulator not found message as debugludovic.desroches@atmel.com2015-12-221-2/+2
* mmc: core: Check for non-removable cards earlier in the error pathUlf Hansson2015-12-221-3/+3
* mmc: core: Refactor code to register the MMC PM notifierUlf Hansson2015-12-223-10/+24
* mmc: core: Make runtime resume default behavior for MMC/SDUlf Hansson2015-12-222-26/+4Star
* mmc: core: Keep host claimed in mmc_rescan() while calling host opsUlf Hansson2015-12-221-2/+3
* mmc: core: Invoke ->card_event() callback only when neededUlf Hansson2015-12-221-5/+5
* mmc: core: enable support for the standard "wakeup-source" propertySudeep Holla2015-12-221-1/+2
* mmc: mmc: Improve reliability of mmc_select_hs400()Adrian Hunter2015-11-091-2/+26
* mmc: mmc: Move mmc_switch_status()Adrian Hunter2015-11-091-13/+13
* mmc: mmc: Fix HS setting in mmc_select_hs400()Adrian Hunter2015-11-091-6/+8
* mmc: mmc: Improve reliability of mmc_select_hs200()Adrian Hunter2015-11-091-3/+22
* mmc: pwrseq: Use highest priority for eMMC restart handlerJavier Martinez Canillas2015-10-271-3/+3
* mmc: mmc: extend the mmc_send_tuning()Chaotian Jing2015-10-271-4/+4
* mmc: core: Add DT bindings for eMMC hardware reset supportChaotian Jing2015-10-271-0/+2
* mmc: skip reclaiming host on mmc_add_card() errorSergei Shtylyov2015-10-262-4/+2Star
* mmc: core: Add mmc_regulator_set_vqmmc()Douglas Anderson2015-10-261-0/+78
* mmc: core: move ocr-bit to voltage translation into separate functionHeiko Stuebner2015-10-261-16/+35
* mmc: core: Remove MMC_CLKGATEUlf Hansson2015-10-2610-426/+19Star
* mmc: core: enable CMD19 tuning for DDR50 modeWeijun Yang2015-10-261-2/+18
* mmc: debugfs: implement ios show for SDR12 and SDR25Shawn Lin2015-10-261-0/+6
* mmc: Wait for card_busy before starting sdio requestsHans de Goede2015-10-261-0/+17
* mmc: Add mmc_is_io_op helper functionHans de Goede2015-10-261-0/+7
* mmc: pwrseq_simple: use GPIO descriptors array APIJavier Martinez Canillas2015-10-261-30/+15Star
* mmc: debugfs: implement ios show for driver typeShawn Lin2015-10-261-0/+19
* mmc: pwrseq: use gpiod_get() instead of index 0Javier Martinez Canillas2015-10-261-1/+1
* mmc: core: Convert __mmc_switch() into an internal core functionUlf Hansson2015-10-262-1/+3
* mmc: sd: Remove superfluous error code assignmentYousong Zhou2015-10-261-2/+0Star
* mmc: core: Keep host claimed while invoking mmc_power_off|up()Ulf Hansson2015-10-262-5/+21
* mmc: core: Fix init_card in 52MhzChaotian Jing2015-10-211-7/+0Star
* mmc: core: fix dead loop of mmc_retuneChaotian Jing2015-09-301-2/+4
* mmc: core: Don't return an error for CD/WP GPIOs when GPIOLIB is unsetUlf Hansson2015-09-291-2/+2
* mmc: core: fix race condition in mmc_wait_data_doneJialing Fu2015-08-311-2/+4
* mmc: block: skip trim for some kingston eMMCsShawn Lin2015-08-271-1/+2
* mmc: host: use of_property_read_bool()Sergei Shtylyov2015-08-271-21/+21
* mmc: core: Fixed bug in one erase-group budget TRIMRobin van der Gracht2015-08-271-3/+2Star
* mmc: core: Optimize case for exactly one erase-group budgetDavid Jander2015-08-171-4/+34