1. 80478f4 fastboot: only look up real partition names when no alias exists by Matthias Schiffer · Thu Dec 16 11:26:38 2021 +0100
  2. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  3. 04a5b0f fastboot: fix partition name truncation in environment lookup by Matthias Schiffer · Fri Jul 30 14:23:54 2021 +0200
  4. ff6c0e3 Fix flashing of eMMC user area with Fastboot by Oleh Kravchenko · Wed May 19 13:31:31 2021 +0300
  5. 8c73f85 Fix flash and erase of eMMC Boot2 with Fastboot by Oleh Kravchenko · Sat May 15 00:06:21 2021 +0300
  6. cb29fe8 fastboot: Fix possible buffer overrun by Sean Anderson · Thu Mar 11 00:15:44 2021 -0500
  7. c4f2d64 fastboot: Allow u-boot-style partitions by Sean Anderson · Fri Feb 05 09:39:00 2021 -0500
  8. c83e384 fastboot: Move part_get_info_by_name_or_alias after raw_part_get_info_by_name by Sean Anderson · Fri Feb 05 09:38:59 2021 -0500
  9. 7ea25da fastboot: Remove mmcpart argument from raw_part_get_info_by_name by Sean Anderson · Fri Feb 05 09:38:58 2021 -0500
  10. 330bf50 fastboot: reinit partition after storing GPT or MBR by Roman Stratiienko · Wed Jan 27 17:40:16 2021 +0200
  11. 2579b0e fastboot: mmc: extend flash/erase for both emmc hwpart 1 and 2 by Patrick Delaunay · Wed Jan 27 14:46:47 2021 +0100
  12. 8b0a29a fastboot: mmc: Add CONFIG_FASTBOOT_MMC_USER_SUPPORT by Patrick Delaunay · Wed Jan 27 14:46:46 2021 +0100
  13. 29ee06b disk: dos: rename write_mbr_partition to write_mbr_sector by Marek Szyprowski · Wed Dec 23 13:55:10 2020 +0100
  14. 859e6a8 fastboot: Support defining raw partitions without a partition table by Filip Brozovic · Mon Jun 29 13:14:37 2020 +0200
  15. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  16. 2dc9c34 common: Drop image.h from common header by Simon Glass · Sun May 10 11:40:01 2020 -0600
  17. c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · Sun May 10 11:39:57 2020 -0600
  18. 8e20188 common: Drop flash.h from common header by Simon Glass · Sun May 10 11:39:54 2020 -0600
  19. 6a10556 fastboot: mt85xx: add command to flash/erase emmc hwpart by developer · Thu Jan 16 16:11:42 2020 +0800
  20. 0af6e2d env: Move env_get() to env.h by Simon Glass · Thu Aug 01 09:46:52 2019 -0600
  21. 0fb37ee fastboot: Use const qualifier for char *part_name by Sam Protsenko · Thu Jun 13 21:11:07 2019 +0300
  22. 50f1223 fastboot: Replace literal 32 with PART_NAME_LEN by Alex Kiernan · Tue Apr 09 05:30:05 2019 +0000
  23. 8eba90b fastboot: Improve error reporting on 'getvar partition-{size, type}' by Eugeniu Rosca · Thu Mar 28 14:31:33 2019 +0100
  24. d5aa57c net: fastboot: Merge AOSP UDP fastboot by Alex Kiernan · Tue May 29 15:30:53 2018 +0000
  25. 32c2194 fastboot: Rename public fb_ functions to fastboot_ by Alex Kiernan · Tue May 29 15:30:48 2018 +0000
  26. 2281b06 fastboot: Remove FIXME for CONFIG_FASTBOOT_...NAME by Alex Kiernan · Tue May 29 15:30:44 2018 +0000
  27. 82fe3f2 fastboot: Add missing newlines by Alex Kiernan · Tue May 29 15:30:43 2018 +0000
  28. 27b69de fastboot: Refactor fastboot_okay/fail to take response by Alex Kiernan · Tue May 29 15:30:40 2018 +0000
  29. 65de955 fastboot: Move fastboot to drivers/fastboot by Alex Kiernan · Tue May 29 15:30:39 2018 +0000[Renamed from common/fb_mmc.c]
  30. 427e669 fastboot: sparse: make write_sparse_image useable for non-fastboot by Jassi Brar · Fri Apr 06 12:05:09 2018 +0530
  31. 040703e fastboot: sparse: remove redundant argument to write_sparse_image by Jassi Brar · Fri Apr 06 12:04:52 2018 +0530
  32. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  33. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · Sat Sep 16 14:10:41 2017 +0900
  34. bda6f77 fb_mmc.c: Correct blk_dread() return value checks by Tom Rini · Mon Aug 14 21:00:44 2017 -0400
  35. 0ac605c common/fb_mmc.c: Fix warnings about casts by Tom Rini · Sat Jun 10 09:15:37 2017 -0400
  36. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  37. 540eb95 fastboot: Add support for flashing zImage by Sam Protsenko · Thu May 18 15:04:59 2017 +0300
  38. e2f689f disk: Return the partition number in part_get_info_by_name() by Alex Deymo · Sun Apr 02 01:49:50 2017 -0700
  39. 8a4f2bd disk: convert CONFIG_EFI_PARTITION to Kconfig by Patrick Delaunay · Fri Jan 27 11:00:41 2017 +0100
  40. f7e0772 disk: convert CONFIG_DOS_PARTITION to Kconfig by Patrick Delaunay · Fri Jan 27 11:00:37 2017 +0100
  41. 4ed1eca fastboot: move FASTBOOT_FLASH options into Kconfig by Petr Kulhavy · Fri Sep 09 10:27:18 2016 +0200
  42. 9f174c9 fastboot: add support for writing MBR by Petr Kulhavy · Fri Sep 09 10:27:16 2016 +0200
  43. 712257e disk: part: implement generic function part_get_info_by_name() by Petr Kulhavy · Fri Sep 09 10:27:15 2016 +0200
  44. ec124ce common: block: fix compiler error with CONFIG_FASTBOOT_FLASH_MMC_DEV by Xu Ziyuan · Wed Jun 15 16:56:18 2016 +0800
  45. 8a99be8 fastboot: sparse: implement reserve() by Steve Rae · Tue Jun 07 11:19:38 2016 -0700
  46. 76336b2 fastboot: sparse: resync common/image-sparse.c (part 2) by Steve Rae · Tue Jun 07 11:19:37 2016 -0700
  47. 8cf58db fastboot: sparse: resync common/image-sparse.c (part 1) by Steve Rae · Tue Jun 07 11:19:36 2016 -0700
  48. f1f112f fastboot: sparse: remove session-id logic by Steve Rae · Tue Jun 07 11:19:35 2016 -0700
  49. 2ee8ada dm: block: Adjust device calls to go through helpers function by Simon Glass · Mon Feb 29 15:25:52 2016 -0700
  50. 2f26fff dm: block: Rename device number member dev to devnum by Simon Glass · Mon Feb 29 15:25:51 2016 -0700
  51. b89a844 dm: part: Rename some partition functions by Simon Glass · Mon Feb 29 15:25:48 2016 -0700
  52. be1e9bb dm: blk: Rename get_dev() to blk_get_dev() by Simon Glass · Mon Feb 29 15:25:42 2016 -0700
  53. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · Mon Feb 29 15:25:34 2016 -0700
  54. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · Mon Dec 07 11:38:48 2015 -0700
  55. 58f30d8 mmc: Use lldiv() for 64-bit division in write_raw_image() by Siarhei Siamashka · Wed Oct 28 06:24:16 2015 +0200
  56. 6af49bc sparse: Rename the file and header by Maxime Ripard · Thu Oct 15 14:34:19 2015 +0200
  57. aa3eba2 fastboot: Implement flashing session counter by Maxime Ripard · Thu Oct 15 14:34:15 2015 +0200
  58. a58e9c7 sparse: Implement storage abstraction by Maxime Ripard · Thu Oct 15 14:34:14 2015 +0200
  59. 00e8eb7 fastboot: Move fastboot response functions to fastboot core by Maxime Ripard · Thu Oct 15 14:34:13 2015 +0200
  60. ced3349 fastboot: check for alias when looking up partition by name by Michael Scott · Wed Mar 11 10:02:31 2015 -0700
  61. 976a7ce fastboot: Correct fastboot_fail and fastboot_okay strings by Dileep Katta · Fri Feb 13 14:33:42 2015 +0800
  62. b122820 usb: gadget: fastboot: Add fastboot erase by Dileep Katta · Tue Feb 17 18:48:23 2015 +0530
  63. 7d05934 fastboot: handle flash write to GPT partitions by Steve Rae · Fri Dec 12 15:51:54 2014 -0800
  64. c601567 usb/gadget: fastboot: implement sparse format by Steve Rae · Tue Aug 26 11:47:30 2014 -0700
  65. 792ac48 usb/gadget: fastboot: add eMMC support for flash command by Steve Rae · Tue Aug 26 11:47:27 2014 -0700