summaryrefslogtreecommitdiff
path: root/cmd/mmc.c
Commit message (Expand)AuthorAgeFilesLines
* common: command: Rework the 'cmd is repeatable' logicBoris Brezillon2019-01-151-2/+2
* cmd: mmc: Invalidate MMC block cache after initMarek Vasut2019-01-151-0/+6
* cmd: mmc: Force mmc reinit when no card presentMarek Vasut2019-01-151-0/+3
* mmc: Remove hwpartition help text when command is disabledAlex Kiernan2018-06-181-0/+2
* mmc: Separate "mmc swrite" from fastbootAlex Kiernan2018-05-301-6/+6
* fastboot: Refactor fastboot_okay/fail to take responseAlex Kiernan2018-05-301-1/+1
* Convert CONFIG_SUPPORT_EMMC_RPMB to KconfigAlex Kiernan2018-05-231-3/+3
* mmc: support writing sparse imagesJassi Brar2018-05-081-0/+73
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* mmc: remove hc_wp_grp_size from struct mmc if not neededJean-Jacques Hiblot2018-01-121-0/+2
* mmc: compile out erase and write mmc commands if write operations are not ena...Jean-Jacques Hiblot2018-01-121-0/+8
* mmc: make optional the support for eMMC hardware partitioningJean-Jacques Hiblot2018-01-121-0/+4
* mmc: dump card and host capabilities if debug is enabledJean-Jacques Hiblot2018-01-121-0/+4
* cmd: mmc: display the mode name and current bus speed in the mmc infoJean-Jacques Hiblot2018-01-121-1/+2
* blk: Remove various places that do flush cache after readBin Meng2017-09-151-2/+0
* cmd: mmc: add mmc partconf read capabilityAngelo Dureghello2017-08-171-6/+32
* mmc: use new hwpart API when CONFIG_BLK enabledKever Yang2017-07-191-0/+4
* cmd_mmc: fix arg parsing for setdsr subcmdMarkus Niebel2017-04-121-1/+1
* mmc: add bkops-enable commandTomas Melin2016-12-011-0/+32
* mmc: Drop dead mmc code for non-generic MMCSimon Glass2016-05-261-62/+0
* dm: mmc: Move the device list into a separate fileSimon Glass2016-05-171-4/+4
* dm: mmc: Use the new select_hwpart() APISimon Glass2016-05-171-3/+5
* dm: mmc: Drop the get_dev() functionSimon Glass2016-05-171-1/+1
* mmc: Fix error in RPMB codeMarek Vasut2016-05-051-1/+1
* mmc: use block layer in mmc commandEric Nelson2016-04-011-3/+4
* dm: part: Rename some partition functionsSimon Glass2016-03-141-1/+1
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-141-1/+1
* Remove the cmd_ prefix from command filesSimon Glass2016-01-251-0/+882