summaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* dm: mmc: Allow disabling driver model in SPLSimon Glass2017-08-011-3/+3
* dm: mmc: Avoid probing block devices in find_mmc_device()Simon Glass2017-06-091-2/+4
* dm: mmc: Convert uclass to livetreeSimon Glass2017-06-011-1/+2
* dm: mmc: Rewrite mmc_blk_probe()Simon Glass2017-06-011-6/+11
* dm: mmc: Check that drivers have operationsSimon Glass2017-06-011-0/+4
* dm: core: Replace of_offset with accessor (part 2)Simon Glass2017-06-011-1/+1
* dm: core: Add flags parameter to device_remove()Stefan Roese2017-04-041-1/+1
* mmc: init mmc block devices on probeFiach Antaw2017-02-091-0/+12
* mmc: mmc-uclass: use the fixed devnum with alias nodeJaehoon Chung2017-02-091-3/+10
* mmc: refactor two core functionsMasahiro Yamada2016-10-281-13/+2
* dm: mmc: Support eraseSimon Glass2016-10-091-0/+1
* mmc: display mmc list information like mmc_legacy typeXu Ziyuan2016-08-051-1/+1
* mmc-uclass: correct the device numberKever Yang2016-07-311-3/+3
* dm: mmc: Add a way to use driver model for MMC operationsSimon Glass2016-07-111-0/+66
* dm: mmc: Move CONFIG_BLK code into the mmc uclassSimon Glass2016-07-111-0/+80
* dm: mmc: Implement the MMC functions for block devicesSimon Glass2016-05-171-0/+106
* dm: mmc: Add an MMC uclassSimon Glass2015-07-211-0/+34