mbox

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

Message ID 201205200838.10106.marex@denx.de
State Accepted
Delegated to: Wolfgang Denk
Headers show

Pull-request

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

Message

Marek Vasut May 20, 2012, 6:38 a.m. UTC
The following changes since commit f50bf50d7f6f99c5ad4666d63a7eef43d3940500:

  Improve MAKEALL parallel builds (2012-05-18 13:49:04 +0200)

are available in the git repository at:

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

for you to fetch changes up to 5f0ffea4559abe3fc83a6023717658a50b22e66c:

  USB: S5P: Add ehci support (2012-05-20 08:32:33 +0200)

----------------------------------------------------------------
Lukasz Majewski (5):
      usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h 
file
      usb:udc:samsung:cleanup Replace DEBUG_* macros with debug_cond() calls
      usb:gadget:composite USB composite gadget support
      usb:gadget:composite: Support for composite at gadget.h
      usb:udc:samsung Add functions for storing private gadget data in UDC 
driver

Marek Vasut (3):
      USB: Drop ehci_alloc/ehci_free in ehci-hcd
      USB: Drop cache flush bloat in EHCI-HCD
      USB: Document the QH and qTD antics in EHCI-HCD

Mike Frysinger (1):
      usb: use noinline define

Puneet Saxena (1):
      USB: Align buffers at cacheline

Rajeshwari Shinde (1):
      USB: S5P: Add ehci support

 arch/arm/include/asm/arch-exynos/ehci-s5p.h |   66 ++++++++
 common/cmd_usb.c                            |    3 +-
 common/usb.c                                |   25 +--
 common/usb_hub.c                            |   27 ++--                                                                                                                            
 common/usb_storage.c                        |   59 ++++---                                                                                                                         
 drivers/usb/gadget/composite.c              | 1082 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
 drivers/usb/gadget/config.c                 |    1 +                                                                                                                               
 drivers/usb/gadget/epautoconf.c             |    1 +                                                                                                                               
 drivers/usb/gadget/ether.c                  |    1 +                                                                                                                               
 drivers/usb/gadget/s3c_udc_otg.c            |   53 ++++---                                                                                                                         
 drivers/usb/gadget/s3c_udc_otg_xfer_dma.c   |  287 
++++++++++++++++++++--------------                                                                                              
 drivers/usb/gadget/usbstring.c              |    1 +                                                                                                                               
 drivers/usb/host/Makefile                   |    1 +                                                                                                                               
 drivers/usb/host/ehci-hcd.c                 |  288 
++++++++++++----------------------                                                                                              
 drivers/usb/host/ehci-s5p.c                 |  110 +++++++++++++                                                                                                                   
 include/linux/usb/ch9.h                     |   67 --------                                                                                                                        
 include/linux/usb/composite.h               |  350 
+++++++++++++++++++++++++++++++++++++++++                                                                                       
 include/linux/usb/gadget.h                  |    6 +
 include/scsi.h                              |    4 +-
 include/usb.h                               |    4 +-
 include/usb/lin_gadget_compat.h             |   19 +++
 include/usb/s3c_udc.h                       |   49 +-----
 22 files changed, 2002 insertions(+), 502 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-exynos/ehci-s5p.h
 create mode 100644 drivers/usb/gadget/composite.c
 create mode 100644 drivers/usb/host/ehci-s5p.c
 create mode 100644 include/linux/usb/composite.h

Comments

Wolfgang Denk May 20, 2012, 8:57 p.m. UTC | #1
Dear Marek Vasut,

In message <201205200838.10106.marex@denx.de> you wrote:
> The following changes since commit f50bf50d7f6f99c5ad4666d63a7eef43d3940500:
> 
>   Improve MAKEALL parallel builds (2012-05-18 13:49:04 +0200)
> 
> are available in the git repository at:

What exactly does the "FOR u-boot/-next" in the Subject: mean?


>   git://git.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 5f0ffea4559abe3fc83a6023717658a50b22e66c:
> 
>   USB: S5P: Add ehci support (2012-05-20 08:32:33 +0200)
> 
> ----------------------------------------------------------------
> Lukasz Majewski (5):
>       usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h 
> file
>       usb:udc:samsung:cleanup Replace DEBUG_* macros with debug_cond() calls
>       usb:gadget:composite USB composite gadget support
>       usb:gadget:composite: Support for composite at gadget.h
>       usb:udc:samsung Add functions for storing private gadget data in UDC 
> driver
> 
> Marek Vasut (3):
>       USB: Drop ehci_alloc/ehci_free in ehci-hcd
>       USB: Drop cache flush bloat in EHCI-HCD
>       USB: Document the QH and qTD antics in EHCI-HCD
> 
> Mike Frysinger (1):
>       usb: use noinline define
> 
> Puneet Saxena (1):
>       USB: Align buffers at cacheline
> 
> Rajeshwari Shinde (1):
>       USB: S5P: Add ehci support
> 
>  arch/arm/include/asm/arch-exynos/ehci-s5p.h |   66 ++++++++
>  common/cmd_usb.c                            |    3 +-
>  common/usb.c                                |   25 +--
>  common/usb_hub.c                            |   27 ++--                                                                                                                            
>  common/usb_storage.c                        |   59 ++++---                                                                                                                         
>  drivers/usb/gadget/composite.c              | 1082 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
>  drivers/usb/gadget/config.c                 |    1 +                                                                                                                               
>  drivers/usb/gadget/epautoconf.c             |    1 +                                                                                                                               
>  drivers/usb/gadget/ether.c                  |    1 +                                                                                                                               
>  drivers/usb/gadget/s3c_udc_otg.c            |   53 ++++---                                                                                                                         
>  drivers/usb/gadget/s3c_udc_otg_xfer_dma.c   |  287 
> ++++++++++++++++++++--------------                                                                                              
>  drivers/usb/gadget/usbstring.c              |    1 +                                                                                                                               
>  drivers/usb/host/Makefile                   |    1 +                                                                                                                               
>  drivers/usb/host/ehci-hcd.c                 |  288 
> ++++++++++++----------------------                                                                                              
>  drivers/usb/host/ehci-s5p.c                 |  110 +++++++++++++                                                                                                                   
>  include/linux/usb/ch9.h                     |   67 --------                                                                                                                        
>  include/linux/usb/composite.h               |  350 
> +++++++++++++++++++++++++++++++++++++++++                                                                                       
>  include/linux/usb/gadget.h                  |    6 +
>  include/scsi.h                              |    4 +-
>  include/usb.h                               |    4 +-
>  include/usb/lin_gadget_compat.h             |   19 +++
>  include/usb/s3c_udc.h                       |   49 +-----
>  22 files changed, 2002 insertions(+), 502 deletions(-)
>  create mode 100644 arch/arm/include/asm/arch-exynos/ehci-s5p.h
>  create mode 100644 drivers/usb/gadget/composite.c
>  create mode 100644 drivers/usb/host/ehci-s5p.c
>  create mode 100644 include/linux/usb/composite.h

Applied, thanks.

Best regards,

Wolfgang Denk
Marek Vasut May 20, 2012, 9:47 p.m. UTC | #2
Dear Wolfgang Denk,

> Dear Marek Vasut,
> 
> In message <201205200838.10106.marex@denx.de> you wrote:
> > The following changes since commit f50bf50d7f6f99c5ad4666d63a7eef43d3940500:
> >   Improve MAKEALL parallel builds (2012-05-18 13:49:04 +0200)
> > 
> > are available in the git repository at:
> What exactly does the "FOR u-boot/-next" in the Subject: mean?

My mistake ... all right, I won't send pullRQs just before going to bed again.

> 
> >   git://git.denx.de/u-boot-usb.git master
> > 
> > for you to fetch changes up to 5f0ffea4559abe3fc83a6023717658a50b22e66c:
> >   USB: S5P: Add ehci support (2012-05-20 08:32:33 +0200)
> > 
> > ----------------------------------------------------------------
> > 
> > Lukasz Majewski (5):
> >       usb:udc: Remove duplicated USB definitions from
> >       include/linux/usb/ch9.h
> > 
> > file
> > 
> >       usb:udc:samsung:cleanup Replace DEBUG_* macros with debug_cond()
> >       calls usb:gadget:composite USB composite gadget support
> >       usb:gadget:composite: Support for composite at gadget.h
> >       usb:udc:samsung Add functions for storing private gadget data in
> >       UDC
> > 
> > driver
> > 
> > Marek Vasut (3):
> >       USB: Drop ehci_alloc/ehci_free in ehci-hcd
> >       USB: Drop cache flush bloat in EHCI-HCD
> >       USB: Document the QH and qTD antics in EHCI-HCD
> > 
> > Mike Frysinger (1):
> >       usb: use noinline define
> > 
> > Puneet Saxena (1):
> >       USB: Align buffers at cacheline
> > 
> > Rajeshwari Shinde (1):
> >       USB: S5P: Add ehci support
> >  
> >  arch/arm/include/asm/arch-exynos/ehci-s5p.h |   66 ++++++++
> >  common/cmd_usb.c                            |    3 +-
> >  common/usb.c                                |   25 +--
> >  common/usb_hub.c                            |   27 ++--
> >  common/usb_storage.c                        |   59 ++++---
> >  drivers/usb/gadget/composite.c              | 1082
> > 
> > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > ++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > 
> >  drivers/usb/gadget/config.c                 |    1 +
> >  drivers/usb/gadget/epautoconf.c             |    1 +
> >  drivers/usb/gadget/ether.c                  |    1 +
> >  drivers/usb/gadget/s3c_udc_otg.c            |   53 ++++---
> >  drivers/usb/gadget/s3c_udc_otg_xfer_dma.c   |  287
> > 
> > ++++++++++++++++++++--------------
> > 
> >  drivers/usb/gadget/usbstring.c              |    1 +
> >  drivers/usb/host/Makefile                   |    1 +
> >  drivers/usb/host/ehci-hcd.c                 |  288
> > 
> > ++++++++++++----------------------
> > 
> >  drivers/usb/host/ehci-s5p.c                 |  110 +++++++++++++
> >  include/linux/usb/ch9.h                     |   67 --------
> >  include/linux/usb/composite.h               |  350
> > 
> > +++++++++++++++++++++++++++++++++++++++++
> > 
> >  include/linux/usb/gadget.h                  |    6 +
> >  include/scsi.h                              |    4 +-
> >  include/usb.h                               |    4 +-
> >  include/usb/lin_gadget_compat.h             |   19 +++
> >  include/usb/s3c_udc.h                       |   49 +-----
> >  22 files changed, 2002 insertions(+), 502 deletions(-)
> >  create mode 100644 arch/arm/include/asm/arch-exynos/ehci-s5p.h
> >  create mode 100644 drivers/usb/gadget/composite.c
> >  create mode 100644 drivers/usb/host/ehci-s5p.c
> >  create mode 100644 include/linux/usb/composite.h
> 
> Applied, thanks.
> 
> Best regards,
> 
> Wolfgang Denk

Best regards,
Marek Vasut