public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] dfu: Provide proper Poll Timeout values
@ 2013-12-09 15:20 Lukasz Majewski
  2013-12-09 15:20 ` [U-Boot] [PATCH 1/4] dfu: Export allocated dfu buffer size Lukasz Majewski
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Lukasz Majewski @ 2013-12-09 15:20 UTC (permalink / raw)
  To: u-boot

This patch series adds support for DFU's proper Poll Timeout setting.
This fixes problem with "dying" transmission of a large files (like rootfs).

Moreover some very simple clean-up patches have been included.

Test HW:
Exynos4210 - TRATS board


Lukasz Majewski (4):
  dfu: Export allocated dfu buffer size
  usb: dfu: f_dfu: Provide infrastructure to adjust DFU's Poll Timeout
    value
  usb: f_dfu: cosmetic: Code cleanup
  ARM: trats: dfu: Enable default Poll Timeout for Trats board

 drivers/dfu/dfu.c          |    5 +++++
 drivers/usb/gadget/f_dfu.c |   43 ++++++++++++++++++++++++++++++++++++++-----
 drivers/usb/gadget/f_dfu.h |    2 ++
 include/configs/trats.h    |    1 +
 include/dfu.h              |    4 ++++
 5 files changed, 50 insertions(+), 5 deletions(-)

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2013-12-10 14:10 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-09 15:20 [U-Boot] [PATCH 0/4] dfu: Provide proper Poll Timeout values Lukasz Majewski
2013-12-09 15:20 ` [U-Boot] [PATCH 1/4] dfu: Export allocated dfu buffer size Lukasz Majewski
2013-12-10 10:49   ` Heiko Schocher
2013-12-09 15:20 ` [U-Boot] [PATCH 2/4] usb: dfu: f_dfu: Provide infrastructure to adjust DFU's Poll Timeout value Lukasz Majewski
2013-12-10  6:34   ` Bo Shen
2013-12-10  8:27     ` Lukasz Majewski
2013-12-10  8:37       ` Bo Shen
2013-12-10 10:49   ` Heiko Schocher
2013-12-09 15:20 ` [U-Boot] [PATCH 3/4] usb: f_dfu: cosmetic: Code cleanup Lukasz Majewski
2013-12-10 10:49   ` Heiko Schocher
2013-12-09 15:20 ` [U-Boot] [PATCH 4/4] ARM: trats: dfu: Enable default Poll Timeout for Trats board Lukasz Majewski
2013-12-10 10:50   ` Heiko Schocher
2013-12-10  9:54 ` [U-Boot] [PATCH 0/4] dfu: Provide proper Poll Timeout values Lukasz Majewski
2013-12-10 10:24   ` Heiko Schocher
2013-12-10 14:10 ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox