aboutsummaryrefslogtreecommitdiff
path: root/common/fb_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-14dm: block: Adjust device calls to go through helpers functionSimon Glass1-2/+3
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass1-2/+2
2016-03-14dm: part: Rename some partition functionsSimon Glass1-5/+5
2016-03-14dm: blk: Rename get_dev() to blk_get_dev()Simon Glass1-2/+2
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass1-6/+6
2016-01-13block: 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-24usb/gadget: fastboot: implement sparse formatSteve Rae1-10/+22
2014-09-24usb/gadget: fastboot: add eMMC support for flash commandSteve Rae1-0/+80