summaryrefslogtreecommitdiff
path: root/common/fb_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-18/+18
* fb_mmc.c: Correct blk_dread() return value checksTom Rini2017-08-211-2/+2
* common/fb_mmc.c: Fix warnings about castsTom Rini2017-08-211-2/+2
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* fastboot: Add support for flashing zImageSam Protsenko2017-06-031-0/+168
* disk: Return the partition number in part_get_info_by_name()Alex Deymo2017-05-111-3/+3
* disk: convert CONFIG_EFI_PARTITION to KconfigPatrick Delaunay2017-01-281-1/+1
* disk: convert CONFIG_DOS_PARTITION to KconfigPatrick Delaunay2017-01-281-1/+1
* fastboot: move FASTBOOT_FLASH options into KconfigPetr Kulhavy2016-10-011-3/+7
* fastboot: add support for writing MBRPetr Kulhavy2016-10-011-6/+34
* disk: part: implement generic function part_get_info_by_name()Petr Kulhavy2016-10-011-2/+2
* common: block: fix compiler error with CONFIG_FASTBOOT_FLASH_MMC_DEVXu Ziyuan2016-07-111-1/+1
* fastboot: sparse: implement reserve()Steve Rae2016-06-271-0/+7
* fastboot: sparse: resync common/image-sparse.c (part 2)Steve Rae2016-06-271-24/+16
* fastboot: sparse: resync common/image-sparse.c (part 1)Steve Rae2016-06-271-22/+10
* fastboot: sparse: remove session-id logicSteve Rae2016-06-271-5/+3
* dm: block: Adjust device calls to go through helpers functionSimon Glass2016-03-141-2/+3
* dm: block: Rename device number member dev to devnumSimon Glass2016-03-141-2/+2
* dm: part: Rename some partition functionsSimon Glass2016-03-141-5/+5
* dm: blk: Rename get_dev() to blk_get_dev()Simon Glass2016-03-141-2/+2
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-141-6/+6
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-131-4/+3
* mmc: Use lldiv() for 64-bit division in write_raw_image()Siarhei Siamashka2015-11-121-1/+2
* sparse: Rename the file and headerMaxime Ripard2015-11-121-1/+1
* fastboot: Implement flashing session counterMaxime Ripard2015-11-121-3/+5
* sparse: Implement storage abstractionMaxime Ripard2015-11-121-4/+41
* fastboot: Move fastboot response functions to fastboot coreMaxime Ripard2015-11-121-28/+17
* fastboot: check for alias when looking up partition by nameMichael Scott2015-04-141-2/+24
* fastboot: Correct fastboot_fail and fastboot_okay stringsDileep Katta2015-02-251-2/+2
* usb: gadget: fastboot: Add fastboot eraseDileep Katta2015-02-251-0/+56
* fastboot: handle flash write to GPT partitionsSteve Rae2014-12-181-3/+23
* usb/gadget: fastboot: implement sparse formatSteve Rae2014-09-241-10/+22
* usb/gadget: fastboot: add eMMC support for flash commandSteve Rae2014-09-241-0/+80