public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/9] USB: Gadget & DFU related fixes (v3)
@ 2012-11-30 16:51 Pantelis Antoniou
  2012-11-30 16:51 ` [U-Boot] [PATCH 1/9] usb: Fix bug when both DFU & ETHER are defined Pantelis Antoniou
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Pantelis Antoniou @ 2012-11-30 16:51 UTC (permalink / raw)
  To: u-boot

Third take of USB + DFU updates.

Pantelis Antoniou (9):
  usb: Fix bug when both DFU & ETHER are defined
  g_dnl: Issue connect/disconnect as appropriate
  g_dnl: Properly terminate string list.
  dfu: Only perform DFU board_usb_init() for TRATS
  dfu: Fix crash when wrong number of arguments given
  dfu: Send correct DFU response from composite_setup
  dfu: Properly zero out timeout value
  dfu: Add a partition type target
  dfu: Support larger than memory transfers.

 common/cmd_dfu.c                    |   5 +-
 drivers/dfu/dfu.c                   | 244 ++++++++++++++++++++++++++++--------
 drivers/dfu/dfu_mmc.c               | 109 ++++++++++++----
 drivers/usb/gadget/Makefile         |   8 +-
 drivers/usb/gadget/composite.c      |  27 ++++
 drivers/usb/gadget/ep0.c            |   1 +
 drivers/usb/gadget/f_dfu.c          |   9 +-
 drivers/usb/gadget/g_dnl.c          |  12 +-
 include/configs/am335x_evm.h        |   1 +
 include/configs/am3517_evm.h        |   1 +
 include/configs/h2200.h             |   1 +
 include/configs/omap3_beagle.h      |   1 +
 include/configs/s5p_goni.h          |   1 +
 include/configs/s5pc210_universal.h |   1 +
 include/configs/trats.h             |   1 +
 include/dfu.h                       |  21 +++-
 16 files changed, 356 insertions(+), 87 deletions(-)

-- 
1.7.12

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

end of thread, other threads:[~2013-01-04 17:23 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-30 16:51 [U-Boot] [PATCH 0/9] USB: Gadget & DFU related fixes (v3) Pantelis Antoniou
2012-11-30 16:51 ` [U-Boot] [PATCH 1/9] usb: Fix bug when both DFU & ETHER are defined Pantelis Antoniou
2012-11-30 16:51 ` [U-Boot] [PATCH 2/9] g_dnl: Issue connect/disconnect as appropriate Pantelis Antoniou
2012-11-30 16:51 ` [U-Boot] [PATCH 3/9] g_dnl: Properly terminate string list Pantelis Antoniou
2012-11-30 16:51 ` [U-Boot] [PATCH 4/9] dfu: Only perform DFU board_usb_init() for TRATS Pantelis Antoniou
2012-11-30 17:08   ` Lukasz Majewski
2012-11-30 16:51 ` [U-Boot] [PATCH 5/9] dfu: Fix crash when wrong number of arguments given Pantelis Antoniou
2012-11-30 17:10   ` Lukasz Majewski
2012-11-30 16:51 ` [U-Boot] [PATCH 6/9] dfu: Send correct DFU response from composite_setup Pantelis Antoniou
2012-11-30 16:51 ` [U-Boot] [PATCH 7/9] dfu: Properly zero out timeout value Pantelis Antoniou
2012-11-30 16:51 ` [U-Boot] [PATCH 8/9] dfu: Add a partition type target Pantelis Antoniou
2012-11-30 16:51 ` [U-Boot] [PATCH 9/9] dfu: Support larger than memory transfers Pantelis Antoniou
2013-01-03  8:30   ` kasim ling
2013-01-04 17:23     ` Pantelis Antoniou

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