aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-06-22mmc: mmc-uclass: change to static about dm functionJaehoon Chung1-12/+12
2021-04-06mmc: mmc-uclass: Use dev_seq() to read aliases node's indexAswath Govindraju1-7/+5
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-3/+3
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-10-21mmc: mmc_of_parse: Enable 52 MHz support with "cap-mmc-highspeed"Alexandru Gagniuc1-1/+1
2020-10-12mmc: add a mmc_hs400_prepare_ddr() interfaceYangbo Lu1-0/+15
2020-10-12mmc: add a reinit() APIYangbo Lu1-0/+15
2020-07-27Move eSDHC adapter card identification to board filesYangbo Lu1-3/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-04-24dm: mmc: Update mmc_get_mmc_dev() to use const *Simon Glass1-1/+1
2020-04-22mmc: Add option to adjust b_max before long readMarek Vasut1-0/+16
2020-03-09mmc: Add a deferred_probe() APIFaiz Abbas1-0/+15
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+2
2019-10-10mmc: add a driver callback for power-cycleYann Gautier1-0/+14
2019-09-05mmc: Rename timeout parameters for clarificationSam Protsenko1-4/+4
2019-09-05dm: mmc: remove unused U_BOOT_DRIVER(mmc)Andy Yan1-4/+0
2019-08-30mmc: invalidate block cache after hwpart switched successfullyWeijie Gao1-1/+6
2019-07-15mmc: Parse no-1-8-v DT propertyPeng Fan1-0/+5
2019-07-15mmc: Parse HS400 Enhanced strobe DT propertiesPeng Fan1-0/+2
2019-07-15mmc: support hs400 enhanced strobe modePeng Fan1-0/+17
2019-07-15mmc: if possible, poll the busy state using DAT0Jean-Jacques Hiblot1-2/+0
2019-07-15Revert "mmc: Add a new callback function to perform the 74 clocks cycle seque...Jean-Jacques Hiblot1-13/+0
2019-07-15mmc: Read sd card detect properties from DTT Karthik Reddy1-0/+9
2019-02-16mmc: Downgrade SD/MMC from UHS/HS200/HS400 modes before bootMarek Vasut1-0/+19
2018-12-03mmc: Parse HS400 DT propertiesMarek Vasut1-0/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-01-22mmc: let mmc_of_parse() fail for insane bus-width valueMasahiro Yamada1-4/+2
2018-01-22mmc: do not overwrite cfg->f_max if "max-frequency" if missingMasahiro Yamada1-1/+2
2018-01-12mmc: add a Kconfig option to enable the support for MMC write operationsJean-Jacques Hiblot1-1/+1
2018-01-12mmc: make UHS and HS200 optionalJean-Jacques Hiblot1-0/+4
2018-01-12dm: mmc: update mmc_of_parse()Jean-Jacques Hiblot1-16/+20
2018-01-12dm: mmc: Add a library function to parse generic dt bindingKishon Vijay Abraham I1-0/+46
2018-01-12mmc: Add support for UHS modesJean-Jacques Hiblot1-0/+14
2018-01-12mmc: Add a execute_tuning() callback to the mmc operations.Kishon Vijay Abraham I1-0/+14
2018-01-12mmc: Add a new callback function to perform the 74 clocks cycle sequenceJean-Jacques Hiblot1-0/+13
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-04dm: 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-09dm: mmc: Support eraseSimon Glass1-0/+1
2016-08-05mmc: display mmc list information like mmc_legacy typeXu Ziyuan1-1/+1