summaryrefslogtreecommitdiff
path: root/cmd/mmc.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-10mmc: Add support for enumerating MMC card in a given mode using mmc commandAswath Govindraju1-8/+44
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-20/+20
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-20/+20
2021-06-22mmc: Update environment variable with active partitionReuben Dowle1-5/+9
2021-04-06cmd: mmc: check whether bootbus's arguments is valid or notJaehoon Chung1-1/+38
2021-04-06cmd: mmc: modify more readable about hwpartition usageJaehoon Chung1-4/+7
2021-02-19cmd: mmc: update the mmc command's usage about argumentJaehoon Chung1-3/+3
2020-06-24cmd: mmc: Cache-align extcsd read targetMarek Vasut1-1/+3
2020-06-15trivial: Fix booot occurencesMichal Simek1-1/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-49/+62
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+2
2020-04-22cmd: mmc: provide boot area protection commandHeinrich Schuchardt1-0/+22
2020-04-22cmd: mmc: display write protect state of boot partitionHeinrich Schuchardt1-0/+24
2020-03-31cmd: mmc: fix typo 'a EMMC'Heinrich Schuchardt1-2/+2
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