1. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  2. cacb03e fastboot: Use const qualifier for char *part_name by Sam Protsenko · 5 years ago
  3. b762aa1 fastboot: Replace literal 32 with PART_NAME_LEN by Alex Kiernan · 5 years ago
  4. a40297d fastboot: Improve error reporting on 'getvar partition-{size, type}' by Eugeniu Rosca · 5 years ago
  5. f73a7df net: fastboot: Merge AOSP UDP fastboot by Alex Kiernan · 6 years ago
  6. d1a119d fastboot: Rename public fb_ functions to fastboot_ by Alex Kiernan · 6 years ago
  7. 08f6bec fastboot: Remove FIXME for CONFIG_FASTBOOT_...NAME by Alex Kiernan · 6 years ago
  8. 1ad5fac fastboot: Add missing newlines by Alex Kiernan · 6 years ago
  9. c4ded03 fastboot: Refactor fastboot_okay/fail to take response by Alex Kiernan · 6 years ago
  10. 312a10f fastboot: Move fastboot to drivers/fastboot by Alex Kiernan · 6 years ago[Renamed from common/fb_mmc.c]
  11. 2f83f21 fastboot: sparse: make write_sparse_image useable for non-fastboot by Jassi Brar · 6 years ago
  12. 32d3154 fastboot: sparse: remove redundant argument to write_sparse_image by Jassi Brar · 6 years ago
  13. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  14. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  15. 6bafa5a fb_mmc.c: Correct blk_dread() return value checks by Tom Rini · 7 years ago
  16. 2341c80 common/fb_mmc.c: Fix warnings about casts by Tom Rini · 7 years ago
  17. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  18. efeccfe fastboot: Add support for flashing zImage by Sam Protsenko · 7 years ago
  19. 88b6329 disk: Return the partition number in part_get_info_by_name() by Alex Deymo · 7 years ago
  20. bd42a94 disk: convert CONFIG_EFI_PARTITION to Kconfig by Patrick Delaunay · 8 years ago
  21. b0cf733 disk: convert CONFIG_DOS_PARTITION to Kconfig by Patrick Delaunay · 8 years ago
  22. 6f6c863 fastboot: move FASTBOOT_FLASH options into Kconfig by Petr Kulhavy · 8 years ago
  23. b6dd69a fastboot: add support for writing MBR by Petr Kulhavy · 8 years ago
  24. 87b8530 disk: part: implement generic function part_get_info_by_name() by Petr Kulhavy · 8 years ago
  25. ec3cde1 common: block: fix compiler error with CONFIG_FASTBOOT_FLASH_MMC_DEV by Xu Ziyuan · 8 years ago
  26. 2c72404 fastboot: sparse: implement reserve() by Steve Rae · 8 years ago
  27. 9bc3479 fastboot: sparse: resync common/image-sparse.c (part 2) by Steve Rae · 8 years ago
  28. cc0f08cd fastboot: sparse: resync common/image-sparse.c (part 1) by Steve Rae · 8 years ago
  29. 64ece84 fastboot: sparse: remove session-id logic by Steve Rae · 8 years ago
  30. 2a981dc dm: block: Adjust device calls to go through helpers function by Simon Glass · 9 years ago
  31. bcce53d dm: block: Rename device number member dev to devnum by Simon Glass · 9 years ago
  32. 3e8bd46 dm: part: Rename some partition functions by Simon Glass · 9 years ago
  33. db1d9e7 dm: blk: Rename get_dev() to blk_get_dev() by Simon Glass · 9 years ago
  34. 4101f68 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  35. 7c4213f block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  36. 5e0efc1 mmc: Use lldiv() for 64-bit division in write_raw_image() by Siarhei Siamashka · 9 years ago
  37. 3d4ef38 sparse: Rename the file and header by Maxime Ripard · 9 years ago
  38. 6c9e00e fastboot: Implement flashing session counter by Maxime Ripard · 9 years ago
  39. a5d1e04 sparse: Implement storage abstraction by Maxime Ripard · 9 years ago
  40. 3c8f98f fastboot: Move fastboot response functions to fastboot core by Maxime Ripard · 9 years ago
  41. 8a41802 fastboot: check for alias when looking up partition by name by Michael Scott · 10 years ago
  42. e874207 fastboot: Correct fastboot_fail and fastboot_okay strings by Dileep Katta · 10 years ago
  43. 8979238 usb: gadget: fastboot: Add fastboot erase by Dileep Katta · 10 years ago
  44. 0ff7e58 fastboot: handle flash write to GPT partitions by Steve Rae · 10 years ago
  45. e5bf987 usb/gadget: fastboot: implement sparse format by Steve Rae · 10 years ago
  46. c0aebb3 usb/gadget: fastboot: add eMMC support for flash command by Steve Rae · 10 years ago