mbox

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

Message ID 201505191248.19461.marex@denx.de
State Rejected
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Marek Vasut May 19, 2015, 10:48 a.m. UTC
The following changes since commit 0e6b7a28243175ae0874d53b6e6e4eff8548d71f:

  Merge git://git.denx.de/u-boot-samsung (2015-05-18 09:15:15 -0400)

are available in the git repository at:

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

for you to fetch changes up to 9cf3c384ad96c3e00c12e1d151d7f32c5b760a03:

  include:configs:ls1021aqds: Enable USB IP support (2015-05-19 12:42:16 +0200)

----------------------------------------------------------------
Hans de Goede (2):
      usb: Remove unused variable in usb_setup_descriptor()
      usb: kbd: Fix key repeat not always using

Peter Griffin (1):
      usb: dwc2: Add support for v3 snpsid value

Ramneek Mehresh (5):
      drivers:usb:dwc3: Add DWC3 controller driver support
      drivers:usb:fsl: Add XHCI driver support
      arch:arm:fsl: Add XHCI support for LS1021A
      include:configs:ls1021atwr: Enable USB IP support
      include:configs:ls1021aqds: Enable USB IP support

Siva Durga Prasad Paladugu (1):
      ci_udc: Update the ci_udc driver to support bulk transfers

 arch/arm/include/asm/arch-ls102xa/config.h        |   1 +
 arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h |  10 +++++++
 common/usb.c                                      |   2 --
 common/usb_kbd.c                                  |  22 +++++++++++----
 drivers/usb/gadget/ci_udc.c                       | 135 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------
 drivers/usb/gadget/ci_udc.h                       |   1 +
 drivers/usb/host/Makefile                         |   2 ++
 drivers/usb/host/dwc2.c                           |   3 +-                                                                                       
 drivers/usb/host/dwc2.h                           |   1 +                                                                                        
 drivers/usb/host/xhci-dwc3.c                      |  74 
++++++++++++++++++++++++++++++++++++++++++++++++                                         
 drivers/usb/host/xhci-fsl.c                       | 109 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                  
 include/configs/ls1021aqds.h                      |  22 +++++++++++----                                                                          
 include/configs/ls1021atwr.h                      |  38 
+++++++++++++++++++++++++                                                                
 include/linux/usb/dwc3.h                          |   4 +++                                                                                      
 include/linux/usb/xhci-fsl.h                      |  54 
+++++++++++++++++++++++++++++++++++                                                      
 15 files changed, 446 insertions(+), 32 deletions(-)
 create mode 100644 drivers/usb/host/xhci-dwc3.c
 create mode 100644 drivers/usb/host/xhci-fsl.c
 create mode 100644 include/linux/usb/xhci-fsl.h

Comments

Tom Rini May 19, 2015, 5:38 p.m. UTC | #1
On Tue, May 19, 2015 at 12:48:19PM +0200, Marek Vasut wrote:

> The following changes since commit 0e6b7a28243175ae0874d53b6e6e4eff8548d71f:
> 
>   Merge git://git.denx.de/u-boot-samsung (2015-05-18 09:15:15 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git HEAD
> 
> for you to fetch changes up to 9cf3c384ad96c3e00c12e1d151d7f32c5b760a03:
> 
>   include:configs:ls1021aqds: Enable USB IP support (2015-05-19 12:42:16 +0200)

NAK.  This introduces various breakage:
12: Merge branch 'master' of git://git.denx.de/u-boot-usb
       arm:  +   VCMA9 beagle_x15 at91rm9200ek_ram peach-pi snow smdk5250 am43xx_evm dr
a7xx_evm_uart3 k2l_evm am43xx_evm_qspiboot smdk5420 dra7xx_evm smdk2410 at91rm9200ek dr
a7xx_evm_qspiboot k2hk_evm k2e_evm peach-pit
   powerpc:  +   PIP405 MIP405
The powerpc board breakage is the same as some of the ARM ones so fix it
once and they'll come along.