1. 873cc1d mmc: store hwpart in the block device by Stephen Warren · 9 years ago
  2. 7c4213f block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  3. 30e3ea4 dfu: dfu_sf: Pass duplicate devstr to parse_dev by Vignesh R · 9 years ago
  4. 2727f3b dfu: dfu_sf: Take the start address into account by Fabio Estevam · 9 years ago
  5. f4c9258 dfu: dfu_sf: Use the erase sector size for erase operations by Fabio Estevam · 9 years ago
  6. 411c5e5 dfu: mmc: buffer file reads too by Stephen Warren · 9 years ago
  7. 806bd24 dfu: don't keep freeing/reallocating by Stephen Warren · 9 years ago
  8. 585a696 dfu: tftp: Kconfig: Add Kconfig entry for dfu tftp feature by Lukasz Majewski · 9 years ago
  9. 2092e46 dfu: tftp: update: Add dfu_write_from_mem_addr() function by Lukasz Majewski · 9 years ago
  10. 2d50d68 dfu: tftp: update: Provide tftp support for the DFU subsystem by Lukasz Majewski · 9 years ago
  11. a7e6892 dfu: Delete superfluous initialization of the dfu_buf_size static variable by Lukasz Majewski · 9 years ago
  12. e621c7a dfu: fix 64-bit compile warnings by Stephen Warren · 9 years ago
  13. 01acd6a usb: USB download gadget and functions config options coherent naming by Paul Kocialkowski · 9 years ago
  14. 9ac71f1 dfu: nand: Verify writes by Peter Tyser · 10 years ago
  15. 41ac233 dfu: mmc: file buffer: remove static allocation by Przemyslaw Marczak · 10 years ago
  16. 899a528 dfu: samsung: move call to set_dfu_alt_info() to dfu common code by Przemyslaw Marczak · 10 years ago
  17. f597fc3 dfu: dfu_get_buf: check the value of env dfu_bufsiz before use by Przemyslaw Marczak · 10 years ago
  18. 7da6fa2 dfu: mmc: check if mmc device exists in mmc_block_op() by Przemyslaw Marczak · 10 years ago
  19. fe1b28c usb, g_dnl: generalize DFU detach functions by Rob Herring · 10 years ago
  20. fc9b0b8 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  21. b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  22. 5610b05 dfu: thor: fix: Modify dfu_get_alt() function to support absolute paths by Lukasz Majewski · 10 years ago
  23. 843c9e8 dm: Add spi.h header to a few files by Simon Glass · 10 years ago
  24. ed36323 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
  25. 1cc03c5 dfu: Provide means to find difference between dfu-util -e and -R by Lukasz Majewski · 10 years ago
  26. 67ab0a5 dfu: fix readback buffer overflow test by Stephen Warren · 10 years ago
  27. 6f12ebf dfu: add SF backend by Stephen Warren · 10 years ago
  28. cb7bd2e dfu: add free_entity() to struct dfu_entity by Stephen Warren · 10 years ago
  29. 7ac1b41 dfu: allow backend to specify a maximum buffer size by Stephen Warren · 10 years ago
  30. dd64827 dfu: defer parsing of device string to IO backend by Stephen Warren · 10 years ago
  31. 3ee9593 dfu: add write error handling by Stephen Warren · 10 years ago
  32. 0e285b5 dfu: fix some issues with reads/uploads by Stephen Warren · 10 years ago
  33. 3d83e67 dfu: Disable default calculation of CRC32 by Lukasz Majewski · 10 years ago
  34. bd69424 dfu: Introduction of the "dfu_hash_algo" env variable for checksum method setting by Lukasz Majewski · 10 years ago
  35. c8151b4 dfu: mmc: Provide support for eMMC boot partition access by Lukasz Majewski · 10 years ago
  36. 1aa4bdc drivers:dfu: dfu_flush(): add raw data flush to complete dfu write by Przemyslaw Marczak · 10 years ago
  37. fc25fa2 dfu, nand: add medium specific polltimeout function by Heiko Schocher · 10 years ago
  38. b7d4259 dfu: mmc: change offset base handling by Mateusz Zalega · 10 years ago
  39. 711b931 dfu: mmc: raw data write fix by Mateusz Zalega · 10 years ago
  40. 672ad18 dfu:fix: Replace wrong return value with proper one by Lukasz Majewski · 10 years ago
  41. 519fdde Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  42. 7d0b605 dfu: mmc: Replace calls to u-boot commands with native mmc API by Łukasz Majewski · 11 years ago
  43. 001a831 usb: dfu: introduce dfuMANIFEST state by Heiko Schocher · 11 years ago
  44. a2199af usb, dfu: extract flush code into seperate function by Heiko Schocher · 11 years ago
  45. b627eb4 usb: dfu: add static alt num count in dfu_config_entities() by Przemyslaw Marczak · 11 years ago
  46. 17eb1d8 dfu: mmc: fs: Fix format accepted by ext4write command by Lukasz Majewski · 11 years ago
  47. 4fb1278 dfu: Export allocated dfu buffer size by Lukasz Majewski · 11 years ago
  48. 47d79de usb: dfu: make nand upload working by Bo Shen · 11 years ago
  49. 31bae4c usb: dfu: correct dfu buffer inited value by Bo Shen · 11 years ago
  50. c2617bc usb: dfu: decrease dfu->r_left along with the transfer by Bo Shen · 11 years ago
  51. 710f1d3 drivers: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  52. d427826 dfu:core: Export dfu_{get|free}_buf functions by Lukasz Majewski · 11 years ago
  53. fed936e dfu:core: Find DFU alt setting number by passing its name by Lukasz Majewski · 11 years ago
  54. 16297cf usb: new board-specific USB init interface by Mateusz Zalega · 11 years ago
  55. a9479f0 dfu: ram support by Afzal Mohammed · 11 years ago
  56. 5a127c8 dfu: unify mmc/nand read/write ops enum by Afzal Mohammed · 11 years ago
  57. 765c5ae dfu: Extract common DFU code to handle "dfu_alt_info" environment variable by Lukasz Majewski · 11 years ago
  58. a7d2c3c dfu:cosmetic: Fix printf text for buffer overflow condition by Lukasz Majewski · 11 years ago
  59. 815c30b dfu, nand, ubi: add partubi alt settings for updating ubi partition by Heiko Schocher · 11 years ago
  60. 6bed7ce dfu: Implementation of target reset after communication with dfu-util's -R switch by Lukasz Majewski · 11 years ago
  61. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  62. 9df4955 dfu:ext4:fix Fix DFU upload functionality by Łukasz Majewski · 11 years ago
  63. 051f9a3 dfu:ext4:fix Fix ext4{read|write} command formatting by Łukasz Majewski · 11 years ago
  64. 36f05e6 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 11 years ago
  65. e7e75c7 dfu: make data buffer size configurable by Heiko Schocher · 11 years ago
  66. a67cc37 dfu, nand: before write a buffer to nand, erase the nand sectors by Heiko Schocher · 11 years ago
  67. c663176 dfu: NAND specific routines for DFU operation by Pantelis Antoniou · 12 years ago
  68. ea2453d dfu: Support larger than memory transfers. by Pantelis Antoniou · 12 years ago
  69. 6642772 dfu:ext4:fix: Change ext4write command order of parameters by Łukasz Majewski · 11 years ago
  70. 1b6ca18 dfu: Add a partition type target by Pantelis Antoniou · 12 years ago
  71. 81c1d7b dfu:usb:fix: Read the "filesize" environment variable only when file read by Łukasz Majewski · 12 years ago
  72. 43e6627 dfu:usb: Support for ext4 by Łukasz Majewski · 12 years ago
  73. cb383cd dfu: MMC specific routines for DFU operation by Lukasz Majewski · 12 years ago
  74. f22b11c dfu: DFU backend implementation by Lukasz Majewski · 12 years ago