summaryrefslogtreecommitdiff
path: root/cmd/mmc.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-04cmd: mmc: Make Mode: printout consistentMarek Vasut1-1/+1
2019-01-15common: command: Rework the 'cmd is repeatable' logicBoris Brezillon1-2/+2
2019-01-15cmd: mmc: Invalidate MMC block cache after initMarek Vasut1-0/+6
2019-01-15cmd: mmc: Force mmc reinit when no card presentMarek Vasut1-0/+3
2018-06-18mmc: Remove hwpartition help text when command is disabledAlex Kiernan1-0/+2
2018-05-30mmc: Separate "mmc swrite" from fastbootAlex Kiernan1-6/+6
2018-05-30fastboot: Refactor fastboot_okay/fail to take responseAlex Kiernan1-1/+1
2018-05-24Convert CONFIG_SUPPORT_EMMC_RPMB to KconfigAlex Kiernan1-3/+3
2018-05-08mmc: support writing sparse imagesJassi Brar1-0/+73
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-12mmc: remove hc_wp_grp_size from struct mmc if not neededJean-Jacques Hiblot1-0/+2
2018-01-12mmc: compile out erase and write mmc commands if write operations are not ena...Jean-Jacques Hiblot1-0/+8
2018-01-12mmc: make optional the support for eMMC hardware partitioningJean-Jacques Hiblot1-0/+4
2018-01-12mmc: dump card and host capabilities if debug is enabledJean-Jacques Hiblot1-0/+4
2018-01-12cmd: mmc: display the mode name and current bus speed in the mmc infoJean-Jacques Hiblot1-1/+2
2017-09-15blk: Remove various places that do flush cache after readBin Meng1-2/+0
2017-08-17cmd: mmc: add mmc partconf read capabilityAngelo Dureghello1-6/+32
2017-07-19mmc: use new hwpart API when CONFIG_BLK enabledKever Yang1-0/+4
2017-04-12cmd_mmc: fix arg parsing for setdsr subcmdMarkus Niebel1-1/+1
2016-12-01mmc: add bkops-enable commandTomas Melin1-0/+32
2016-05-27mmc: Drop dead mmc code for non-generic MMCSimon Glass1-62/+0
2016-05-17dm: mmc: Move the device list into a separate fileSimon Glass1-4/+4
2016-05-17dm: mmc: Use the new select_hwpart() APISimon Glass1-3/+5
2016-05-17dm: mmc: Drop the get_dev() functionSimon Glass1-1/+1
2016-05-06mmc: Fix error in RPMB codeMarek Vasut1-1/+1
2016-04-02mmc: use block layer in mmc commandEric Nelson1-3/+4
2016-03-15dm: part: Rename some partition functionsSimon Glass1-1/+1
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-1/+1
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+882