summaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc-uclass.c
AgeCommit message (Expand)Author
2019-02-16mmc: Downgrade SD/MMC from UHS/HS200/HS400 modes before bootMarek Vasut
2018-12-03mmc: Parse HS400 DT propertiesMarek Vasut
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-01-22mmc: let mmc_of_parse() fail for insane bus-width valueMasahiro Yamada
2018-01-22mmc: do not overwrite cfg->f_max if "max-frequency" if missingMasahiro Yamada
2018-01-12mmc: add a Kconfig option to enable the support for MMC write operationsJean-Jacques Hiblot
2018-01-12mmc: make UHS and HS200 optionalJean-Jacques Hiblot
2018-01-12dm: mmc: update mmc_of_parse()Jean-Jacques Hiblot
2018-01-12dm: mmc: Add a library function to parse generic dt bindingKishon Vijay Abraham I
2018-01-12mmc: Add support for UHS modesJean-Jacques Hiblot
2018-01-12mmc: Add a execute_tuning() callback to the mmc operations.Kishon Vijay Abraham I
2018-01-12mmc: Add a new callback function to perform the 74 clocks cycle sequenceJean-Jacques Hiblot
2017-08-17dm: mmc: Drop CONFIG_DM_MMC_OPSSimon Glass
2017-08-01dm: mmc: Allow disabling driver model in SPLSimon Glass
2017-06-09dm: mmc: Avoid probing block devices in find_mmc_device()Simon Glass
2017-06-01dm: mmc: Convert uclass to livetreeSimon Glass
2017-06-01dm: mmc: Rewrite mmc_blk_probe()Simon Glass
2017-06-01dm: mmc: Check that drivers have operationsSimon Glass
2017-06-01dm: core: Replace of_offset with accessor (part 2)Simon Glass
2017-04-04dm: core: Add flags parameter to device_remove()Stefan Roese
2017-02-09mmc: init mmc block devices on probeFiach Antaw
2017-02-09mmc: mmc-uclass: use the fixed devnum with alias nodeJaehoon Chung
2016-10-28mmc: refactor two core functionsMasahiro Yamada
2016-10-09dm: mmc: Support eraseSimon Glass
2016-08-05mmc: display mmc list information like mmc_legacy typeXu Ziyuan
2016-07-31mmc-uclass: correct the device numberKever Yang
2016-07-11dm: mmc: Add a way to use driver model for MMC operationsSimon Glass
2016-07-11dm: mmc: Move CONFIG_BLK code into the mmc uclassSimon Glass
2016-05-17dm: mmc: Implement the MMC functions for block devicesSimon Glass
2015-07-21dm: mmc: Add an MMC uclassSimon Glass