summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)AuthorFilesLines
2020-05-10mmc: debugfs: correct wrong voltage valueChuanxiao Dong1-1/+1
2020-05-10mmc: sd: limit SD card power limit according to cards capabilitiesRussell King1-4/+16
2019-09-06mmc: core: Fix init of SD cards reporting an invalid VDD rangeUlf Hansson1-0/+6
2019-06-11mmc: core: Verify SD bus widthRaul E Rangel1-0/+8
2019-04-03mmc: mmc: fix switch timeout issue caused by jiffies precisionChaotian Jing1-1/+1
2019-04-03mmc: core: fix using wrong io voltage if mmc_select_hs200 failsDong Aisheng1-3/+9
2019-04-03mmc: core: shut up "voltage-ranges unspecified" pr_info()Russell King1-2/+6
2019-04-03mmc: sanitize 'bus width' in debug outputWolfram Sang2-2/+2
2019-04-03mmc: make MAN_BKOPS_EN message a debugWolfram Sang1-1/+1
2019-04-03mmc: debugfs: Add a restriction to mmc debugfs clock settingChuanxiao Dong1-1/+1
2019-04-03mmc: pwrseq_simple: Make reset-gpios optional to match docMartin Fuzzey1-8/+14
2019-01-13mmc: core: Reset HPI enabled state during re-init and in case of errorsUlf Hansson1-1/+3
2018-03-24mmc: avoid removing non-removable hosts during suspendDaniel Drake1-0/+8
2017-12-05mmc: core: Do not leave the block driver in a suspended stateAdrian Hunter1-0/+3
2017-10-08mmc: sdio: fix alignment issue in struct sdio_funcHeiner Kallweit1-1/+11
2017-02-23mmc: core: fix multi-bit bus width without high-speed modeAnssi Hannula1-2/+2
2016-06-01mmc: longer timeout for long read time quirkMatt Gumbel1-2/+2
2016-06-01mmc: mmc: Fix partition switch timeout for some eMMCsAdrian Hunter1-0/+7
2016-03-04mmc: core: Enable tuning according to the actual timingCarlo Caione2-6/+6
2016-03-04mmc: mmc: Fix incorrect use of driver strength switching HS200 and HS400Wenkai Du1-4/+2
2016-03-04mmc: sdio: Fix invalid vdd in voltage switch power cycleAdrian Hunter1-1/+1
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
2015-10-26mmc: debugfs: implement ios show for driver typeShawn Lin1-0/+19
2015-10-26mmc: pwrseq: use gpiod_get() instead of index 0Javier Martinez Canillas1-1/+1
2015-10-26mmc: core: Convert __mmc_switch() into an internal core functionUlf Hansson2-1/+3
2015-10-26mmc: sd: Remove superfluous error code assignmentYousong Zhou1-2/+0
2015-10-26mmc: core: Keep host claimed while invoking mmc_power_off|up()Ulf Hansson2-5/+21
2015-10-21mmc: core: Fix init_card in 52MhzChaotian Jing1-7/+0
2015-09-30mmc: core: fix dead loop of mmc_retuneChaotian Jing1-2/+4
2015-09-29mmc: core: Don't return an error for CD/WP GPIOs when GPIOLIB is unsetUlf Hansson1-2/+2
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: host: use of_property_read_bool()Sergei Shtylyov1-21/+21
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