summaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-17dm: mmc: Drop CONFIG_DM_MMC_OPSSimon Glass1-4/+0
2017-08-01dm: mmc: Allow disabling driver model in SPLSimon Glass1-3/+3
2017-06-09dm: mmc: Avoid probing block devices in find_mmc_device()Simon Glass1-2/+4
2017-06-01dm: mmc: Convert uclass to livetreeSimon Glass1-1/+2
2017-06-01dm: mmc: Rewrite mmc_blk_probe()Simon Glass1-6/+11
2017-06-01dm: mmc: Check that drivers have operationsSimon Glass1-0/+4
2017-06-01dm: core: Replace of_offset with accessor (part 2)Simon Glass1-1/+1
2017-04-05dm: core: Add flags parameter to device_remove()Stefan Roese1-1/+1
2017-02-09mmc: init mmc block devices on probeFiach Antaw1-0/+12
2017-02-09mmc: mmc-uclass: use the fixed devnum with alias nodeJaehoon Chung1-3/+10
2016-10-28mmc: refactor two core functionsMasahiro Yamada1-13/+2
2016-10-10dm: mmc: Support eraseSimon Glass1-0/+1
2016-08-05mmc: display mmc list information like mmc_legacy typeXu Ziyuan1-1/+1
2016-07-31mmc-uclass: correct the device numberKever Yang1-3/+3
2016-07-11dm: mmc: Add a way to use driver model for MMC operationsSimon Glass1-0/+66
2016-07-11dm: mmc: Move CONFIG_BLK code into the mmc uclassSimon Glass1-0/+80
2016-05-17dm: mmc: Implement the MMC functions for block devicesSimon Glass1-0/+106
2015-07-22dm: mmc: Add an MMC uclassSimon Glass1-0/+34