mbox

[U-Boot,PULL] u-boot-usb/master

Message ID 201307021604.59786.marex@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-usb.git master

Message

Marek Vasut July 2, 2013, 2:04 p.m. UTC
Some more fixes for RC2

The following changes since commit e6bf18dba2a21bebf2c421b1c2e188225f6485a1:

  Prepare v2013.07-rc2 (2013-06-28 18:03:51 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git master                                                                                                                                           
                                                                                                                                                                                    
for you to fetch changes up to befd387242143ba0f7e298cfef6baf26c4260ec0:                                                                                                            
                                                                                                                                                                                    
  usb: add support for the USB Ethernet adapter D-Link DUB-E100 H/W Ver C1 
(2013-06-30 18:41:08 +0200)                                                                              
                                                                                                                                                                                    
----------------------------------------------------------------                                                                                                                    
Heiko Schocher (5):                                                                                                                                                                 
      dfu: make data buffer size configurable
      usb, dfu gadget: switch to dfu mode in dfu_bind
      usb, g_dnl: make possibility to fixup the device_desc board specific
      usb, musb-new: add wdt trigger
      usb: fix unaligned access in device_qual()

Lukasz Majewski (1):
      dfu:function: Fix number of allocated DFU function pointers

Pierre Aubert (1):
      usb: add support for the USB Ethernet adapter D-Link DUB-E100 H/W Ver C1

Piotr Wilczek (2):
      drivers:usb: use get|put_unaligned_le16
      usb:composite: use memcpy to avoid unaligned access

 README                              |    6 ++++++
 drivers/dfu/dfu.c                   |   49 
+++++++++++++++++++++++++++++++++++++++++--------
 drivers/usb/eth/asix.c              |    1 +
 drivers/usb/gadget/composite.c      |    3 ++-
 drivers/usb/gadget/f_dfu.c          |    6 ++++--
 drivers/usb/gadget/f_mass_storage.c |    8 ++++----
 drivers/usb/gadget/g_dnl.c          |    7 +++++++
 drivers/usb/musb-new/musb_uboot.c   |    2 ++
 include/dfu.h                       |    4 +++-
 include/g_dnl.h                     |    2 +-
 include/linux/usb/composite.h       |    2 +-
 11 files changed, 72 insertions(+), 18 deletions(-)

Comments

Ɓukasz Majewski July 2, 2013, 2:47 p.m. UTC | #1
On Tue, 02 Jul 2013 16:04:59 +0200, Marek Vasut wrote:
> ----------------------------------------------------------------                                                                                                                    
> Heiko Schocher
> (5): dfu: make data buffer size configurable
>       usb, dfu gadget: switch to dfu mode in dfu_bind
>       usb, g_dnl: make possibility to fixup the device_desc board
> specific usb, musb-new: add wdt trigger
>       usb: fix unaligned access in device_qual()
> 
> Lukasz Majewski (1):
>       dfu:function: Fix number of allocated DFU function pointers
> 
> Pierre Aubert (1):
>       usb: add support for the USB Ethernet adapter D-Link DUB-E100
> H/W Ver C1
> 
> Piotr Wilczek (2):
>       drivers:usb: use get|put_unaligned_le16
>       usb:composite: use memcpy to avoid unaligned access

Marek can you wait until following DFU fixes are tested/evaluated:

http://patchwork.ozlabs.org/patch/255471/
http://patchwork.ozlabs.org/patch/255472/

Tom & Heiko, can you look onto them?

> 
>  README                              |    6 ++++++
>  drivers/dfu/dfu.c                   |   49 
> +++++++++++++++++++++++++++++++++++++++++--------
>  drivers/usb/eth/asix.c              |    1 +
>  drivers/usb/gadget/composite.c      |    3 ++-
>  drivers/usb/gadget/f_dfu.c          |    6 ++++--
>  drivers/usb/gadget/f_mass_storage.c |    8 ++++----
>  drivers/usb/gadget/g_dnl.c          |    7 +++++++
>  drivers/usb/musb-new/musb_uboot.c   |    2 ++
>  include/dfu.h                       |    4 +++-
>  include/g_dnl.h                     |    2 +-
>  include/linux/usb/composite.h       |    2 +-
>  11 files changed, 72 insertions(+), 18 deletions(-)
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
Marek Vasut July 2, 2013, 4:14 p.m. UTC | #2
Dear Lukasz Majewski,

> On Tue, 02 Jul 2013 16:04:59 +0200, Marek Vasut wrote:
> > ----------------------------------------------------------------
> > Heiko Schocher
> > (5): dfu: make data buffer size configurable
> > 
> >       usb, dfu gadget: switch to dfu mode in dfu_bind
> >       usb, g_dnl: make possibility to fixup the device_desc board
> > 
> > specific usb, musb-new: add wdt trigger
> > 
> >       usb: fix unaligned access in device_qual()
> > 
> > Lukasz Majewski (1):
> >       dfu:function: Fix number of allocated DFU function pointers
> > 
> > Pierre Aubert (1):
> >       usb: add support for the USB Ethernet adapter D-Link DUB-E100
> > 
> > H/W Ver C1
> > 
> > Piotr Wilczek (2):
> >       drivers:usb: use get|put_unaligned_le16
> >       usb:composite: use memcpy to avoid unaligned access
> 
> Marek can you wait until following DFU fixes are tested/evaluated:
> 
> http://patchwork.ozlabs.org/patch/255471/
> http://patchwork.ozlabs.org/patch/255472/

Dang, I sent a USB PR just now. Heiko, can you review it and tell me what's 
missing?

Best regards,
Marek Vasut
Tom Rini July 2, 2013, 8:08 p.m. UTC | #3
On Tue, Jul 02, 2013 at 04:47:41PM +0200, Lukasz Majewski wrote:

> On Tue, 02 Jul 2013 16:04:59 +0200, Marek Vasut wrote:
> > ----------------------------------------------------------------                                                                                                                    
> > Heiko Schocher
> > (5): dfu: make data buffer size configurable
> >       usb, dfu gadget: switch to dfu mode in dfu_bind
> >       usb, g_dnl: make possibility to fixup the device_desc board
> > specific usb, musb-new: add wdt trigger
> >       usb: fix unaligned access in device_qual()
> > 
> > Lukasz Majewski (1):
> >       dfu:function: Fix number of allocated DFU function pointers
> > 
> > Pierre Aubert (1):
> >       usb: add support for the USB Ethernet adapter D-Link DUB-E100
> > H/W Ver C1
> > 
> > Piotr Wilczek (2):
> >       drivers:usb: use get|put_unaligned_le16
> >       usb:composite: use memcpy to avoid unaligned access
> 
> Marek can you wait until following DFU fixes are tested/evaluated:
> 
> http://patchwork.ozlabs.org/patch/255471/
> http://patchwork.ozlabs.org/patch/255472/
> 
> Tom & Heiko, can you look onto them?

I plan to apply them to master shortly.
Tom Rini July 3, 2013, 7:34 p.m. UTC | #4
On Tue, Jul 02, 2013 at 04:04:59PM +0200, Marek Vasut wrote:

> Some more fixes for RC2
>
> The following changes since commit e6bf18dba2a21bebf2c421b1c2e188225f6485a1:
>
>   Prepare v2013.07-rc2 (2013-06-28 18:03:51 -0400)
>
> are available in the git repository at:
>
>   git://git.denx.de/u-boot-usb.git master
>
> for you to fetch changes up to befd387242143ba0f7e298cfef6baf26c4260ec0:
>
>   usb: add support for the USB Ethernet adapter D-Link DUB-E100 H/W Ver C1
> (2013-06-30 18:41:08 +0200)
>
> ----------------------------------------------------------------
> Heiko Schocher (5):
>       dfu: make data buffer size configurable
>       usb, dfu gadget: switch to dfu mode in dfu_bind
>       usb, g_dnl: make possibility to fixup the device_desc board specific
>       usb, musb-new: add wdt trigger
>       usb: fix unaligned access in device_qual()
>
> Lukasz Majewski (1):
>       dfu:function: Fix number of allocated DFU function pointers
>
> Pierre Aubert (1):
>       usb: add support for the USB Ethernet adapter D-Link DUB-E100 H/W Ver C1
>
> Piotr Wilczek (2):
>       drivers:usb: use get|put_unaligned_le16
>       usb:composite: use memcpy to avoid unaligned access
>
>  README                              |    6 ++++++
>  drivers/dfu/dfu.c                   |   49
> +++++++++++++++++++++++++++++++++++++++++--------
>  drivers/usb/eth/asix.c              |    1 +
>  drivers/usb/gadget/composite.c      |    3 ++-
>  drivers/usb/gadget/f_dfu.c          |    6 ++++--
>  drivers/usb/gadget/f_mass_storage.c |    8 ++++----
>  drivers/usb/gadget/g_dnl.c          |    7 +++++++
>  drivers/usb/musb-new/musb_uboot.c   |    2 ++
>  include/dfu.h                       |    4 +++-
>  include/g_dnl.h                     |    2 +-
>  include/linux/usb/composite.h       |    2 +-
>  11 files changed, 72 insertions(+), 18 deletions(-)

Applied to u-boot/master, thanks!