1. 1e0f92a mmc: store hwpart in the block device by Stephen Warren · Mon Dec 07 11:38:49 2015 -0700
  2. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · Mon Dec 07 11:38:48 2015 -0700
  3. 354e39e dfu: dfu_sf: Pass duplicate devstr to parse_dev by Vignesh R · Tue Oct 20 15:22:00 2015 +0530
  4. 4556b35 dfu: dfu_sf: Take the start address into account by Fabio Estevam · Wed Sep 23 00:50:39 2015 -0300
  5. eae41e9 dfu: dfu_sf: Use the erase sector size for erase operations by Fabio Estevam · Tue Sep 22 00:55:00 2015 -0300
  6. 7ae42bd dfu: mmc: buffer file reads too by Stephen Warren · Fri Sep 04 22:03:47 2015 -0600
  7. 0898da5 dfu: don't keep freeing/reallocating by Stephen Warren · Fri Sep 04 22:03:46 2015 -0600
  8. 770a801 dfu: tftp: Kconfig: Add Kconfig entry for dfu tftp feature by Lukasz Majewski · Mon Aug 24 00:21:49 2015 +0200
  9. cc2d026 dfu: tftp: update: Add dfu_write_from_mem_addr() function by Lukasz Majewski · Mon Aug 24 00:21:46 2015 +0200
  10. 507375c dfu: tftp: update: Provide tftp support for the DFU subsystem by Lukasz Majewski · Mon Aug 24 00:21:45 2015 +0200
  11. 0af4df8 dfu: Delete superfluous initialization of the dfu_buf_size static variable by Lukasz Majewski · Wed Jul 08 23:43:18 2015 +0200
  12. c00315b dfu: fix 64-bit compile warnings by Stephen Warren · Wed Jul 22 14:54:04 2015 -0600
  13. 045d605 usb: USB download gadget and functions config options coherent naming by Paul Kocialkowski · Fri Jun 12 19:56:58 2015 +0200
  14. eea8cad dfu: nand: Verify writes by Peter Tyser · Tue Feb 03 11:58:14 2015 -0600
  15. 9d6d51a dfu: mmc: file buffer: remove static allocation by Przemyslaw Marczak · Wed Mar 04 14:01:23 2015 +0100
  16. d0dd609 dfu: samsung: move call to set_dfu_alt_info() to dfu common code by Przemyslaw Marczak · Tue Feb 17 12:24:11 2015 +0100
  17. 2488350 dfu: dfu_get_buf: check the value of env dfu_bufsiz before use by Przemyslaw Marczak · Mon Dec 15 10:34:11 2014 +0100
  18. 95a2947 dfu: mmc: check if mmc device exists in mmc_block_op() by Przemyslaw Marczak · Mon Dec 15 10:34:09 2014 +0100
  19. d38f24e usb, g_dnl: generalize DFU detach functions by Rob Herring · Wed Dec 10 14:43:03 2014 -0600
  20. c0003f2 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Thu Dec 11 18:40:49 2014 -0500
  21. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · Fri Nov 07 03:03:31 2014 +0900
  22. 3a39d01 dfu: thor: fix: Modify dfu_get_alt() function to support absolute paths by Lukasz Majewski · Wed Nov 05 10:54:16 2014 +0100
  23. def9215 dm: Add spi.h header to a few files by Simon Glass · Mon Oct 13 23:41:55 2014 -0600
  24. f3e12b7 kconfig: add blank Kconfig files by Masahiro Yamada · Tue Sep 16 16:32:58 2014 +0900
  25. d9eae70 dfu: Provide means to find difference between dfu-util -e and -R by Lukasz Majewski · Mon Aug 25 11:07:28 2014 +0200
  26. afb2cf0 dfu: fix readback buffer overflow test by Stephen Warren · Tue Jul 01 12:16:57 2014 -0600
  27. 0280af7 dfu: add SF backend by Stephen Warren · Wed Jun 11 16:03:36 2014 -0600
  28. a5f77f6 dfu: add free_entity() to struct dfu_entity by Stephen Warren · Wed Jun 11 16:03:35 2014 -0600
  29. f950098 dfu: allow backend to specify a maximum buffer size by Stephen Warren · Wed Jun 11 16:03:34 2014 -0600
  30. 4afe50f dfu: defer parsing of device string to IO backend by Stephen Warren · Wed Jun 11 16:03:33 2014 -0600
  31. 7f45023 dfu: add write error handling by Stephen Warren · Wed Jun 11 12:48:08 2014 -0600
  32. 020e6f3 dfu: fix some issues with reads/uploads by Stephen Warren · Wed Jun 11 12:47:27 2014 -0600
  33. 3e0d028 dfu: Disable default calculation of CRC32 by Lukasz Majewski · Tue Jun 10 12:25:59 2014 +0200
  34. fa8dc1d dfu: Introduction of the "dfu_hash_algo" env variable for checksum method setting by Lukasz Majewski · Mon May 12 10:43:36 2014 +0200
  35. 4da65ea dfu: mmc: Provide support for eMMC boot partition access by Lukasz Majewski · Fri May 09 16:58:15 2014 +0200
  36. a0f6a38 drivers:dfu: dfu_flush(): add raw data flush to complete dfu write by Przemyslaw Marczak · Mon May 12 12:05:33 2014 +0200
  37. b948810 dfu, nand: add medium specific polltimeout function by Heiko Schocher · Fri Apr 11 07:59:47 2014 +0200
  38. 0ab80bf dfu: mmc: change offset base handling by Mateusz Zalega · Mon Apr 28 21:13:25 2014 +0200
  39. dcb6ea6 dfu: mmc: raw data write fix by Mateusz Zalega · Mon Apr 28 21:13:24 2014 +0200
  40. f62b92d dfu:fix: Replace wrong return value with proper one by Lukasz Majewski · Thu Apr 24 10:24:53 2014 +0200
  41. b8fb7b8 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · Tue Apr 08 09:25:08 2014 +0200
  42. cf6d7db dfu: mmc: Replace calls to u-boot commands with native mmc API by Łukasz Majewski · Fri Feb 21 08:23:00 2014 +0100
  43. e1ba151 usb: dfu: introduce dfuMANIFEST state by Heiko Schocher · Tue Mar 18 08:09:56 2014 +0100
  44. 941b384 usb, dfu: extract flush code into seperate function by Heiko Schocher · Tue Mar 18 08:09:55 2014 +0100
  45. 4af3e08 usb: dfu: add static alt num count in dfu_config_entities() by Przemyslaw Marczak · Fri Feb 28 18:53:37 2014 +0100
  46. 8f957c0 dfu: mmc: fs: Fix format accepted by ext4write command by Lukasz Majewski · Thu Feb 20 10:29:18 2014 +0100
  47. 031d413 dfu: Export allocated dfu buffer size by Lukasz Majewski · Mon Dec 09 16:20:13 2013 +0100
  48. 8892548 usb: dfu: make nand upload working by Bo Shen · Thu Nov 07 14:29:41 2013 +0800
  49. 247b98f usb: dfu: correct dfu buffer inited value by Bo Shen · Wed Oct 16 17:26:38 2013 +0800
  50. f1f2af5 usb: dfu: decrease dfu->r_left along with the transfer by Bo Shen · Wed Oct 16 17:26:37 2013 +0800
  51. 5594ce4 drivers: convert makefiles to Kbuild style by Masahiro Yamada · Thu Oct 17 17:34:57 2013 +0900
  52. 3426423 dfu:core: Export dfu_{get|free}_buf functions by Lukasz Majewski · Tue Oct 08 14:30:39 2013 +0200
  53. 1737f0f dfu:core: Find DFU alt setting number by passing its name by Lukasz Majewski · Tue Oct 08 14:30:38 2013 +0200
  54. d862f89 usb: new board-specific USB init interface by Mateusz Zalega · Fri Oct 04 19:22:26 2013 +0200
  55. e3c687a dfu: ram support by Afzal Mohammed · Wed Sep 18 01:15:24 2013 +0530
  56. b9a4a6b dfu: unify mmc/nand read/write ops enum by Afzal Mohammed · Wed Sep 18 01:14:50 2013 +0530
  57. 35e591e dfu: Extract common DFU code to handle "dfu_alt_info" environment variable by Lukasz Majewski · Wed Sep 11 14:53:35 2013 +0200
  58. 385c321 dfu:cosmetic: Fix printf text for buffer overflow condition by Lukasz Majewski · Tue Sep 10 15:29:22 2013 +0200
  59. ad40139 dfu, nand, ubi: add partubi alt settings for updating ubi partition by Heiko Schocher · Thu Jul 25 06:43:11 2013 +0200
  60. 2968aa2 dfu: Implementation of target reset after communication with dfu-util's -R switch by Lukasz Majewski · Thu Jul 18 13:19:14 2013 +0200
  61. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  62. 063ae5a dfu:ext4:fix Fix DFU upload functionality by Łukasz Majewski · Fri Jun 28 18:41:50 2013 +0200
  63. 3cc5ff0 dfu:ext4:fix Fix ext4{read|write} command formatting by Łukasz Majewski · Fri Jun 28 18:41:49 2013 +0200
  64. 4625c17 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Wed Jul 03 08:40:58 2013 -0400
  65. a2f831e dfu: make data buffer size configurable by Heiko Schocher · Wed Jun 12 06:05:51 2013 +0200
  66. 0ae98b4 dfu, nand: before write a buffer to nand, erase the nand sectors by Heiko Schocher · Mon Jun 24 18:50:40 2013 +0200
  67. cf14d0d dfu: NAND specific routines for DFU operation by Pantelis Antoniou · Thu Mar 14 05:32:52 2013 +0000
  68. a6e788d dfu: Support larger than memory transfers. by Pantelis Antoniou · Thu Mar 14 05:32:48 2013 +0000
  69. 93d86b7 dfu:ext4:fix: Change ext4write command order of parameters by Łukasz Majewski · Thu Apr 04 04:32:57 2013 +0000
  70. 620e9dd dfu: Add a partition type target by Pantelis Antoniou · Fri Nov 30 08:01:11 2012 +0000
  71. 180e3dd dfu:usb:fix: Read the "filesize" environment variable only when file read by Łukasz Majewski · Thu Aug 23 23:33:56 2012 +0000
  72. 71c88eb dfu:usb: Support for ext4 by Łukasz Majewski · Thu Aug 23 23:33:55 2012 +0000
  73. 34106b2 dfu: MMC specific routines for DFU operation by Lukasz Majewski · Mon Aug 06 14:41:08 2012 +0200
  74. d311c6e dfu: DFU backend implementation by Lukasz Majewski · Mon Aug 06 14:41:07 2012 +0200