public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] dfu: Various fixes and code optimizations
@ 2013-09-10 13:29 Lukasz Majewski
  2013-09-10 13:29 ` [U-Boot] [PATCH 1/4] dfu:cosmetic: Fix printf text for buffer overflow condition Lukasz Majewski
                   ` (3 more replies)
  0 siblings, 4 replies; 20+ messages in thread
From: Lukasz Majewski @ 2013-09-10 13:29 UTC (permalink / raw)
  To: u-boot

Various DFU code fixes and optimizations were enclosed by this
patch series.

Most notable change is to move "dfu_alt_info" handling code to
dfu core.

Lukasz Majewski (4):
  dfu:cosmetic: Fix printf text for buffer overflow condition
  dfu: Make maximum DFU file size equal to default DFU data buffer
  dfu: Find DFU alt setting number by passing its name
  dfu: Extract common DFU code to handle "dfu_alt_info" environment
    variable

 common/cmd_dfu.c  |   16 ++--------------
 drivers/dfu/dfu.c |   39 +++++++++++++++++++++++++++++++++++++--
 include/dfu.h     |    4 +++-
 3 files changed, 42 insertions(+), 17 deletions(-)

-- 
1.7.10.4

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

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

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-10 13:29 [U-Boot] [PATCH 0/4] dfu: Various fixes and code optimizations Lukasz Majewski
2013-09-10 13:29 ` [U-Boot] [PATCH 1/4] dfu:cosmetic: Fix printf text for buffer overflow condition Lukasz Majewski
2013-09-11  4:38   ` Heiko Schocher
2013-09-10 13:29 ` [U-Boot] [PATCH 2/4] dfu: Make maximum DFU file size equal to default DFU data buffer Lukasz Majewski
2013-09-11  4:38   ` Heiko Schocher
2013-09-10 13:29 ` [U-Boot] [PATCH 3/4] dfu: Find DFU alt setting number by passing its name Lukasz Majewski
2013-09-10 14:32   ` Marek Vasut
2013-09-10 15:13     ` Lukasz Majewski
2013-09-10 21:20       ` Marek Vasut
2013-09-11  4:42         ` Heiko Schocher
2013-09-11  7:16           ` Lukasz Majewski
2013-09-10 13:29 ` [U-Boot] [PATCH 4/4] dfu: Extract common DFU code to handle "dfu_alt_info" environment variable Lukasz Majewski
2013-09-11  4:39   ` Heiko Schocher
2013-09-11  7:19   ` Marek Vasut
2013-09-11  9:09     ` Lukasz Majewski
2013-09-11 10:04       ` Marek Vasut
2013-09-11 11:30         ` Lukasz Majewski
2013-09-11 11:52           ` Marek Vasut
2013-09-11 12:53   ` [U-Boot] [PATCH 4/4 v2] " Lukasz Majewski
2013-09-12 10:37     ` Marek Vasut

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