summaryrefslogtreecommitdiff
path: root/common/fb_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-18/+18
2017-08-21fb_mmc.c: Correct blk_dread() return value checksTom Rini1-2/+2
2017-08-21common/fb_mmc.c: Fix warnings about castsTom Rini1-2/+2
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-06-03fastboot: Add support for flashing zImageSam Protsenko1-0/+168
2017-05-12disk: Return the partition number in part_get_info_by_name()Alex Deymo1-3/+3
2017-01-28disk: convert CONFIG_EFI_PARTITION to KconfigPatrick Delaunay1-1/+1
2017-01-28disk: convert CONFIG_DOS_PARTITION to KconfigPatrick Delaunay1-1/+1
2016-10-02fastboot: move FASTBOOT_FLASH options into KconfigPetr Kulhavy1-3/+7
2016-10-02fastboot: add support for writing MBRPetr Kulhavy1-6/+34
2016-10-02disk: part: implement generic function part_get_info_by_name()Petr Kulhavy1-2/+2
2016-07-11common: block: fix compiler error with CONFIG_FASTBOOT_FLASH_MMC_DEVXu Ziyuan1-1/+1
2016-06-27fastboot: sparse: implement reserve()Steve Rae1-0/+7
2016-06-27fastboot: sparse: resync common/image-sparse.c (part 2)Steve Rae1-24/+16
2016-06-27fastboot: sparse: resync common/image-sparse.c (part 1)Steve Rae1-22/+10
2016-06-27fastboot: sparse: remove session-id logicSteve Rae1-5/+3
2016-03-15dm: block: Adjust device calls to go through helpers functionSimon Glass1-2/+3
2016-03-15dm: block: Rename device number member dev to devnumSimon Glass1-2/+2
2016-03-15dm: part: Rename some partition functionsSimon Glass1-5/+5
2016-03-15dm: blk: Rename get_dev() to blk_get_dev()Simon Glass1-2/+2
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-6/+6
2016-01-14block: pass block dev not num to read/write/erase()Stephen Warren1-4/+3
2015-11-12mmc: Use lldiv() for 64-bit division in write_raw_image()Siarhei Siamashka1-1/+2
2015-11-12sparse: Rename the file and headerMaxime Ripard1-1/+1
2015-11-12fastboot: Implement flashing session counterMaxime Ripard1-3/+5
2015-11-12sparse: Implement storage abstractionMaxime Ripard1-4/+41
2015-11-12fastboot: Move fastboot response functions to fastboot coreMaxime Ripard1-28/+17
2015-04-14fastboot: check for alias when looking up partition by nameMichael Scott1-2/+24
2015-02-25fastboot: Correct fastboot_fail and fastboot_okay stringsDileep Katta1-2/+2
2015-02-25usb: gadget: fastboot: Add fastboot eraseDileep Katta1-0/+56
2014-12-18fastboot: handle flash write to GPT partitionsSteve Rae1-3/+23
2014-09-25usb/gadget: fastboot: implement sparse formatSteve Rae1-10/+22
2014-09-25usb/gadget: fastboot: add eMMC support for flash commandSteve Rae1-0/+80