summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/mmc-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: mmc-uclass: Use dev_seq() to read aliases node's indexAswath Govindraju2021-04-061-7/+5
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-3/+3
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* mmc: mmc_of_parse: Enable 52 MHz support with "cap-mmc-highspeed"Alexandru Gagniuc2020-10-211-1/+1
* mmc: add a mmc_hs400_prepare_ddr() interfaceYangbo Lu2020-10-121-0/+15
* mmc: add a reinit() APIYangbo Lu2020-10-121-0/+15
* Move eSDHC adapter card identification to board filesYangbo Lu2020-07-271-3/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* dm: mmc: Update mmc_get_mmc_dev() to use const *Simon Glass2020-04-241-1/+1
* mmc: Add option to adjust b_max before long readMarek Vasut2020-04-221-0/+16
* mmc: Add a deferred_probe() APIFaiz Abbas2020-03-091-0/+15
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+2
* mmc: add a driver callback for power-cycleYann Gautier2019-10-101-0/+14
* mmc: Rename timeout parameters for clarificationSam Protsenko2019-09-051-4/+4
* dm: mmc: remove unused U_BOOT_DRIVER(mmc)Andy Yan2019-09-051-4/+0
* mmc: invalidate block cache after hwpart switched successfullyWeijie Gao2019-08-301-1/+6
* mmc: Parse no-1-8-v DT propertyPeng Fan2019-07-151-0/+5
* mmc: Parse HS400 Enhanced strobe DT propertiesPeng Fan2019-07-151-0/+2
* mmc: support hs400 enhanced strobe modePeng Fan2019-07-151-0/+17
* mmc: if possible, poll the busy state using DAT0Jean-Jacques Hiblot2019-07-151-2/+0
* Revert "mmc: Add a new callback function to perform the 74 clocks cycle seque...Jean-Jacques Hiblot2019-07-151-13/+0
* mmc: Read sd card detect properties from DTT Karthik Reddy2019-07-151-0/+9
* mmc: Downgrade SD/MMC from UHS/HS200/HS400 modes before bootMarek Vasut2019-02-161-0/+19
* mmc: Parse HS400 DT propertiesMarek Vasut2018-12-031-0/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* mmc: let mmc_of_parse() fail for insane bus-width valueMasahiro Yamada2018-01-221-4/+2
* mmc: do not overwrite cfg->f_max if "max-frequency" if missingMasahiro Yamada2018-01-221-1/+2
* mmc: add a Kconfig option to enable the support for MMC write operationsJean-Jacques Hiblot2018-01-121-1/+1
* mmc: make UHS and HS200 optionalJean-Jacques Hiblot2018-01-121-0/+4
* dm: mmc: update mmc_of_parse()Jean-Jacques Hiblot2018-01-121-16/+20
* dm: mmc: Add a library function to parse generic dt bindingKishon Vijay Abraham I2018-01-121-0/+46
* mmc: Add support for UHS modesJean-Jacques Hiblot2018-01-121-0/+14
* mmc: Add a execute_tuning() callback to the mmc operations.Kishon Vijay Abraham I2018-01-121-0/+14
* mmc: Add a new callback function to perform the 74 clocks cycle sequenceJean-Jacques Hiblot2018-01-121-0/+13
* dm: mmc: Drop CONFIG_DM_MMC_OPSSimon Glass2017-08-171-4/+0
* 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