1. 96c2961 dfu: nand: Add missing dependency on CMD_MTDPARTS by Boris Brezillon · 6 years ago
  2. 28a5c88 dfu: Provide more verbose error message by Sam Protsenko · 6 years ago
  3. 87a8ca9 dfu: Fix memory leak in dfu_init_env_entities() by Sam Protsenko · 6 years ago
  4. feaa785 dfu: Fix data abort in dfu_free_entities() by Sam Protsenko · 6 years ago
  5. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  6. 36dd7e7 dfu: tftp: Fix arm64 build warnings by Marek Vasut · 7 years ago
  7. bb4059a dfu: Rename _FUNCTION_DFU to DFU_OVER_ by Marek Vasut · 7 years ago
  8. 0f44d33 dfu: Fix up the Kconfig mess by Marek Vasut · 7 years ago
  9. 70c56c1 dfu: select HASH by Maxime Ripard · 7 years ago
  10. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  11. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  12. 6fa8ddd dfu: add common function to initiate transaction by Patrick Delaunay · 7 years ago
  13. 57da060 dfu: factorize transaction cleanup by Patrick Delaunay · 7 years ago
  14. 15970d8 dfu: remove limitation on partition size by Patrick Delaunay · 7 years ago
  15. 4de5120 dfu: allow dfu read on partition greater than 2GB by Patrick Delaunay · 7 years ago
  16. 1652018 dfu: dfu_nand: use get_nand_dev_by_index() by Grygorii Strashko · 7 years ago
  17. e5f00f0 dfu: dfu_sf: Fix read offset by Phil Edworthy · 7 years ago
  18. 66928af common: dfu: ignore reset for spl-dfu by B, Ravi · 7 years ago
  19. dd93a8e dfu: align array in dfu_get_dev_type with enum dfu_device_type by Patrick Delaunay · 8 years ago
  20. 6828e60 dfu: Migrate to Kconfig by Tom Rini · 8 years ago
  21. 8b7d512 nand: Fix some more NULL name tests by Scott Wood · 8 years ago
  22. 797d1b9 dm: dfu: mmc: Support CONFIG_BLK in DFU for MMC by Simon Glass · 8 years ago
  23. 9ae63f4 dfu, nand, ubi: fix erasing after write finish by Heiko Schocher · 8 years ago
  24. b616d9b nand: Embed mtd_info in struct nand_chip by Scott Wood · 8 years ago
  25. 151c06e mtd: nand: Remove nand_info_t typedef by Scott Wood · 8 years ago
  26. 69f45cd dm: mmc: Use the new select_hwpart() API by Simon Glass · 8 years ago
  27. 7b4f17b Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 8 years ago
  28. 5d8fae7 dfu: avoid memory leak by Peng Fan · 8 years ago
  29. 1cc0a9f Fix various typos, scattered over the code. by Robert P. J. Day · 8 years ago
  30. 3517de6 dfu: ram: fix number base of RAM entity parameters by Stephen Warren · 8 years ago
  31. e1b0f6f drivers: dfu: ram: fix a crash with dfu ram with invalid dfu_alt_info env by Mugunthan V N · 8 years ago
  32. 3e8bd46 dm: part: Rename some partition functions by Simon Glass · 9 years ago
  33. 4101f68 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  34. 873cc1d mmc: store hwpart in the block device by Stephen Warren · 9 years ago
  35. 7c4213f block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  36. 30e3ea4 dfu: dfu_sf: Pass duplicate devstr to parse_dev by Vignesh R · 9 years ago
  37. 2727f3b dfu: dfu_sf: Take the start address into account by Fabio Estevam · 9 years ago
  38. f4c9258 dfu: dfu_sf: Use the erase sector size for erase operations by Fabio Estevam · 9 years ago
  39. 411c5e5 dfu: mmc: buffer file reads too by Stephen Warren · 9 years ago
  40. 806bd24 dfu: don't keep freeing/reallocating by Stephen Warren · 9 years ago
  41. 585a696 dfu: tftp: Kconfig: Add Kconfig entry for dfu tftp feature by Lukasz Majewski · 9 years ago
  42. 2092e46 dfu: tftp: update: Add dfu_write_from_mem_addr() function by Lukasz Majewski · 9 years ago
  43. 2d50d68 dfu: tftp: update: Provide tftp support for the DFU subsystem by Lukasz Majewski · 9 years ago
  44. a7e6892 dfu: Delete superfluous initialization of the dfu_buf_size static variable by Lukasz Majewski · 9 years ago
  45. e621c7a dfu: fix 64-bit compile warnings by Stephen Warren · 9 years ago
  46. 01acd6a usb: USB download gadget and functions config options coherent naming by Paul Kocialkowski · 9 years ago
  47. 9ac71f1 dfu: nand: Verify writes by Peter Tyser · 10 years ago
  48. 41ac233 dfu: mmc: file buffer: remove static allocation by Przemyslaw Marczak · 10 years ago
  49. 899a528 dfu: samsung: move call to set_dfu_alt_info() to dfu common code by Przemyslaw Marczak · 10 years ago
  50. f597fc3 dfu: dfu_get_buf: check the value of env dfu_bufsiz before use by Przemyslaw Marczak · 10 years ago
  51. 7da6fa2 dfu: mmc: check if mmc device exists in mmc_block_op() by Przemyslaw Marczak · 10 years ago
  52. fe1b28c usb, g_dnl: generalize DFU detach functions by Rob Herring · 10 years ago
  53. fc9b0b8 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  54. b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  55. 5610b05 dfu: thor: fix: Modify dfu_get_alt() function to support absolute paths by Lukasz Majewski · 10 years ago
  56. 843c9e8 dm: Add spi.h header to a few files by Simon Glass · 10 years ago
  57. ed36323 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
  58. 1cc03c5 dfu: Provide means to find difference between dfu-util -e and -R by Lukasz Majewski · 10 years ago
  59. 67ab0a5 dfu: fix readback buffer overflow test by Stephen Warren · 10 years ago
  60. 6f12ebf dfu: add SF backend by Stephen Warren · 10 years ago
  61. cb7bd2e dfu: add free_entity() to struct dfu_entity by Stephen Warren · 10 years ago
  62. 7ac1b41 dfu: allow backend to specify a maximum buffer size by Stephen Warren · 10 years ago
  63. dd64827 dfu: defer parsing of device string to IO backend by Stephen Warren · 10 years ago
  64. 3ee9593 dfu: add write error handling by Stephen Warren · 10 years ago
  65. 0e285b5 dfu: fix some issues with reads/uploads by Stephen Warren · 10 years ago
  66. 3d83e67 dfu: Disable default calculation of CRC32 by Lukasz Majewski · 10 years ago
  67. bd69424 dfu: Introduction of the "dfu_hash_algo" env variable for checksum method setting by Lukasz Majewski · 10 years ago
  68. c8151b4 dfu: mmc: Provide support for eMMC boot partition access by Lukasz Majewski · 10 years ago
  69. 1aa4bdc drivers:dfu: dfu_flush(): add raw data flush to complete dfu write by Przemyslaw Marczak · 10 years ago
  70. fc25fa2 dfu, nand: add medium specific polltimeout function by Heiko Schocher · 10 years ago
  71. b7d4259 dfu: mmc: change offset base handling by Mateusz Zalega · 10 years ago
  72. 711b931 dfu: mmc: raw data write fix by Mateusz Zalega · 10 years ago
  73. 672ad18 dfu:fix: Replace wrong return value with proper one by Lukasz Majewski · 10 years ago
  74. 519fdde Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  75. 7d0b605 dfu: mmc: Replace calls to u-boot commands with native mmc API by Łukasz Majewski · 11 years ago
  76. 001a831 usb: dfu: introduce dfuMANIFEST state by Heiko Schocher · 11 years ago
  77. a2199af usb, dfu: extract flush code into seperate function by Heiko Schocher · 11 years ago
  78. b627eb4 usb: dfu: add static alt num count in dfu_config_entities() by Przemyslaw Marczak · 11 years ago
  79. 17eb1d8 dfu: mmc: fs: Fix format accepted by ext4write command by Lukasz Majewski · 11 years ago
  80. 4fb1278 dfu: Export allocated dfu buffer size by Lukasz Majewski · 11 years ago
  81. 47d79de usb: dfu: make nand upload working by Bo Shen · 11 years ago
  82. 31bae4c usb: dfu: correct dfu buffer inited value by Bo Shen · 11 years ago
  83. c2617bc usb: dfu: decrease dfu->r_left along with the transfer by Bo Shen · 11 years ago
  84. 710f1d3 drivers: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  85. d427826 dfu:core: Export dfu_{get|free}_buf functions by Lukasz Majewski · 11 years ago
  86. fed936e dfu:core: Find DFU alt setting number by passing its name by Lukasz Majewski · 11 years ago
  87. 16297cf usb: new board-specific USB init interface by Mateusz Zalega · 11 years ago
  88. a9479f0 dfu: ram support by Afzal Mohammed · 11 years ago
  89. 5a127c8 dfu: unify mmc/nand read/write ops enum by Afzal Mohammed · 11 years ago
  90. 765c5ae dfu: Extract common DFU code to handle "dfu_alt_info" environment variable by Lukasz Majewski · 11 years ago
  91. a7d2c3c dfu:cosmetic: Fix printf text for buffer overflow condition by Lukasz Majewski · 11 years ago
  92. 815c30b dfu, nand, ubi: add partubi alt settings for updating ubi partition by Heiko Schocher · 11 years ago
  93. 6bed7ce dfu: Implementation of target reset after communication with dfu-util's -R switch by Lukasz Majewski · 11 years ago
  94. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  95. 9df4955 dfu:ext4:fix Fix DFU upload functionality by Łukasz Majewski · 11 years ago
  96. 051f9a3 dfu:ext4:fix Fix ext4{read|write} command formatting by Łukasz Majewski · 11 years ago
  97. 36f05e6 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 11 years ago
  98. e7e75c7 dfu: make data buffer size configurable by Heiko Schocher · 11 years ago
  99. a67cc37 dfu, nand: before write a buffer to nand, erase the nand sectors by Heiko Schocher · 11 years ago
  100. c663176 dfu: NAND specific routines for DFU operation by Pantelis Antoniou · 12 years ago