1. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  2. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 5 months ago
  3. 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 5 months ago
  4. b79fdc7 common: Drop flash.h from common header by Simon Glass · 4 years, 5 months ago
  5. 8cc2814 configs: migrate CONFIG_SET_DFU_ALT_INFO to defconfigs by Patrick Delaunay · 4 years, 7 months ago
  6. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 8 months ago
  7. c95215a Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · 4 years, 8 months ago
  8. 13cb7cc dfu: Add option to skip empty pages when flashing UBI images to NAND by Guillermo Rodríguez · 4 years, 9 months ago
  9. c2a1e3d dfu: mmc: remove file size limit for io operations by Marek Szyprowski · 4 years, 10 months ago
  10. 774f8b0 dfu: mmc: rearrange the code by Marek Szyprowski · 4 years, 10 months ago
  11. 98a8f44 dfu: Add optional timeout parameter by Andy Shevchenko · 4 years, 10 months ago
  12. f3a02d2 dfu: add dependency on the raw NAND core by Miquel Raynal · 5 years ago
  13. 1de770d mtd: rename CONFIG_MTD -> CONFIG_DM_MTD by Miquel Raynal · 5 years ago
  14. 067c13c dfu: add callback for flush and initiated operation by Patrick Delaunay · 5 years ago
  15. ec44cac dfu: add DFU virtual backend by Patrick Delaunay · 5 years ago
  16. d5640f7 dfu: add partition support for MTD backend by Patrick Delaunay · 5 years ago
  17. 6015af2 dfu: add backend for MTD device by Patrick Delaunay · 5 years ago
  18. 0de1022 dfu: allow read with no data without error for EOF indication by Patrick Delaunay · 5 years ago
  19. febabe3 dfu: allow to manage DFU on several devices by Patrick Delaunay · 5 years ago
  20. 9ada683 dfu: prepare the support of multiple interface by Patrick Delaunay · 5 years ago
  21. cb986ba dfu: sf: add partition support for nor backend by Patrick Delaunay · 5 years ago
  22. 909b690 dfu: cosmetic: cleanup sf to avoid checkpatch error by Patrick Delaunay · 5 years ago
  23. d2d8eab dfu: mmc: add support for in-partition offset by Marek Szyprowski · 5 years ago
  24. 0a815ff dfu: dfu_nand: reduce verbosity by Ralph Siemsen · 5 years ago
  25. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  26. 1f92c07 dfu: mmc: call fs functions instead of run_command by Simon Goldschmidt · 6 years ago
  27. 2d59ec8 dfu: Make DFU support more SPL friendly by Andrew F. Davis · 6 years ago
  28. 96c2961 dfu: nand: Add missing dependency on CMD_MTDPARTS by Boris Brezillon · 6 years ago
  29. 28a5c88 dfu: Provide more verbose error message by Sam Protsenko · 6 years ago
  30. 87a8ca9 dfu: Fix memory leak in dfu_init_env_entities() by Sam Protsenko · 6 years ago
  31. feaa785 dfu: Fix data abort in dfu_free_entities() by Sam Protsenko · 6 years ago
  32. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  33. 36dd7e7 dfu: tftp: Fix arm64 build warnings by Marek Vasut · 7 years ago
  34. bb4059a dfu: Rename _FUNCTION_DFU to DFU_OVER_ by Marek Vasut · 7 years ago
  35. 0f44d33 dfu: Fix up the Kconfig mess by Marek Vasut · 7 years ago
  36. 70c56c1 dfu: select HASH by Maxime Ripard · 7 years ago
  37. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  38. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  39. 6fa8ddd dfu: add common function to initiate transaction by Patrick Delaunay · 7 years ago
  40. 57da060 dfu: factorize transaction cleanup by Patrick Delaunay · 7 years ago
  41. 15970d8 dfu: remove limitation on partition size by Patrick Delaunay · 7 years ago
  42. 4de5120 dfu: allow dfu read on partition greater than 2GB by Patrick Delaunay · 7 years ago
  43. 1652018 dfu: dfu_nand: use get_nand_dev_by_index() by Grygorii Strashko · 7 years ago
  44. e5f00f0 dfu: dfu_sf: Fix read offset by Phil Edworthy · 7 years ago
  45. 66928af common: dfu: ignore reset for spl-dfu by B, Ravi · 7 years ago
  46. dd93a8e dfu: align array in dfu_get_dev_type with enum dfu_device_type by Patrick Delaunay · 8 years ago
  47. 6828e60 dfu: Migrate to Kconfig by Tom Rini · 8 years ago
  48. 8b7d512 nand: Fix some more NULL name tests by Scott Wood · 8 years ago
  49. 797d1b9 dm: dfu: mmc: Support CONFIG_BLK in DFU for MMC by Simon Glass · 8 years ago
  50. 9ae63f4 dfu, nand, ubi: fix erasing after write finish by Heiko Schocher · 8 years ago
  51. b616d9b nand: Embed mtd_info in struct nand_chip by Scott Wood · 8 years ago
  52. 151c06e mtd: nand: Remove nand_info_t typedef by Scott Wood · 8 years ago
  53. 69f45cd dm: mmc: Use the new select_hwpart() API by Simon Glass · 8 years ago
  54. 7b4f17b Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 8 years ago
  55. 5d8fae7 dfu: avoid memory leak by Peng Fan · 8 years ago
  56. 1cc0a9f Fix various typos, scattered over the code. by Robert P. J. Day · 8 years ago
  57. 3517de6 dfu: ram: fix number base of RAM entity parameters by Stephen Warren · 8 years ago
  58. e1b0f6f drivers: dfu: ram: fix a crash with dfu ram with invalid dfu_alt_info env by Mugunthan V N · 8 years ago
  59. 3e8bd46 dm: part: Rename some partition functions by Simon Glass · 9 years ago
  60. 4101f68 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  61. 873cc1d mmc: store hwpart in the block device by Stephen Warren · 9 years ago
  62. 7c4213f block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  63. 30e3ea4 dfu: dfu_sf: Pass duplicate devstr to parse_dev by Vignesh R · 9 years ago
  64. 2727f3b dfu: dfu_sf: Take the start address into account by Fabio Estevam · 9 years ago
  65. f4c9258 dfu: dfu_sf: Use the erase sector size for erase operations by Fabio Estevam · 9 years ago
  66. 411c5e5 dfu: mmc: buffer file reads too by Stephen Warren · 9 years ago
  67. 806bd24 dfu: don't keep freeing/reallocating by Stephen Warren · 9 years ago
  68. 585a696 dfu: tftp: Kconfig: Add Kconfig entry for dfu tftp feature by Lukasz Majewski · 9 years ago
  69. 2092e46 dfu: tftp: update: Add dfu_write_from_mem_addr() function by Lukasz Majewski · 9 years ago
  70. 2d50d68 dfu: tftp: update: Provide tftp support for the DFU subsystem by Lukasz Majewski · 9 years ago
  71. a7e6892 dfu: Delete superfluous initialization of the dfu_buf_size static variable by Lukasz Majewski · 9 years ago
  72. e621c7a dfu: fix 64-bit compile warnings by Stephen Warren · 9 years ago
  73. 01acd6a usb: USB download gadget and functions config options coherent naming by Paul Kocialkowski · 9 years ago
  74. 9ac71f1 dfu: nand: Verify writes by Peter Tyser · 10 years ago
  75. 41ac233 dfu: mmc: file buffer: remove static allocation by Przemyslaw Marczak · 10 years ago
  76. 899a528 dfu: samsung: move call to set_dfu_alt_info() to dfu common code by Przemyslaw Marczak · 10 years ago
  77. f597fc3 dfu: dfu_get_buf: check the value of env dfu_bufsiz before use by Przemyslaw Marczak · 10 years ago
  78. 7da6fa2 dfu: mmc: check if mmc device exists in mmc_block_op() by Przemyslaw Marczak · 10 years ago
  79. fe1b28c usb, g_dnl: generalize DFU detach functions by Rob Herring · 10 years ago
  80. fc9b0b8 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  81. b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  82. 5610b05 dfu: thor: fix: Modify dfu_get_alt() function to support absolute paths by Lukasz Majewski · 10 years ago
  83. 843c9e8 dm: Add spi.h header to a few files by Simon Glass · 10 years ago
  84. ed36323 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
  85. 1cc03c5 dfu: Provide means to find difference between dfu-util -e and -R by Lukasz Majewski · 10 years ago
  86. 67ab0a5 dfu: fix readback buffer overflow test by Stephen Warren · 10 years ago
  87. 6f12ebf dfu: add SF backend by Stephen Warren · 10 years ago
  88. cb7bd2e dfu: add free_entity() to struct dfu_entity by Stephen Warren · 10 years ago
  89. 7ac1b41 dfu: allow backend to specify a maximum buffer size by Stephen Warren · 10 years ago
  90. dd64827 dfu: defer parsing of device string to IO backend by Stephen Warren · 10 years ago
  91. 3ee9593 dfu: add write error handling by Stephen Warren · 10 years ago
  92. 0e285b5 dfu: fix some issues with reads/uploads by Stephen Warren · 10 years ago
  93. 3d83e67 dfu: Disable default calculation of CRC32 by Lukasz Majewski · 10 years ago
  94. bd69424 dfu: Introduction of the "dfu_hash_algo" env variable for checksum method setting by Lukasz Majewski · 10 years ago
  95. c8151b4 dfu: mmc: Provide support for eMMC boot partition access by Lukasz Majewski · 10 years ago
  96. 1aa4bdc drivers:dfu: dfu_flush(): add raw data flush to complete dfu write by Przemyslaw Marczak · 10 years ago
  97. fc25fa2 dfu, nand: add medium specific polltimeout function by Heiko Schocher · 10 years ago
  98. b7d4259 dfu: mmc: change offset base handling by Mateusz Zalega · 10 years ago
  99. 711b931 dfu: mmc: raw data write fix by Mateusz Zalega · 10 years ago
  100. 672ad18 dfu:fix: Replace wrong return value with proper one by Lukasz Majewski · 10 years ago