mbox

[U-Boot] Please pull u-boot-dm

Message ID CAPnjgZ10QFQcMLRNAvmYaHgwazctPxfOiVdfup3zivEm4bOZ4A@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-dm.git

Message

Simon Glass Jan. 8, 2016, 2:55 p.m. UTC
Hi Tom,

This gets the driver-model tests running properly again (including
disabling the SPI and SPI flash ones which are still broken). It also
includes Przemyslaw's temporary patch to fix dev_get_addr(). We can
get a better solution in after the release.


The following changes since commit 3861d784b1a470570a0098ac5c25d79e3073c0d9:

  Merge git://git.denx.de/u-boot-mpc85xx (2016-01-07 11:24:27 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-dm.git

for you to fetch changes up to c5a75339cf1595ee89a3513cd4fd84c10c0cd910:

  net: Fix delay in net_retry test (2016-01-07 12:18:58 -0700)

----------------------------------------------------------------
Bin Meng (2):
      dm: eth: Test 'ethrotate' before changing current ethernet device
      dm: eth: Stick to 'ethact' when 'ethrotate' is 'no' in eth_init()

Joe Hershberger (1):
      net: Fix delay in net_retry test

Przemyslaw Marczak (1):
      fdt: fix address cell count checking in fdt_translate_address()

Simon Glass (3):
      dm: Disable all SPI and SPI flash tests
      usb: Allow up to 7 storage devices
      dm: usb: Add a remove() method for USB keyboards

Thomas Chou (1):
      test: add sandbox timer to test.dts

 arch/sandbox/dts/test.dts |  5 +++++
 common/fdt_support.c      |  7 +++----
 common/usb_kbd.c          | 36 ++++++++++++++++++++++++++++++++++++
 common/usb_storage.c      |  2 +-
 drivers/net/sandbox.c     |  2 +-
 include/usb.h             |  2 +-
 net/eth.c                 | 35 +++++++++++++++++++++++++++++++----
 net/net.c                 |  7 +++----
 test/dm/Makefile          |  4 ++--
 9 files changed, 83 insertions(+), 17 deletions(-)

Regards,
Simon

Comments

Tom Rini Jan. 9, 2016, 3:34 a.m. UTC | #1
On Fri, Jan 08, 2016 at 07:55:13AM -0700, Simon Glass wrote:

> Hi Tom,
> 
> This gets the driver-model tests running properly again (including
> disabling the SPI and SPI flash ones which are still broken). It also
> includes Przemyslaw's temporary patch to fix dev_get_addr(). We can
> get a better solution in after the release.
> 
> 
> The following changes since commit 3861d784b1a470570a0098ac5c25d79e3073c0d9:
> 
>   Merge git://git.denx.de/u-boot-mpc85xx (2016-01-07 11:24:27 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-dm.git
> 
> for you to fetch changes up to c5a75339cf1595ee89a3513cd4fd84c10c0cd910:
> 
>   net: Fix delay in net_retry test (2016-01-07 12:18:58 -0700)
> 

Applied to u-boot/master, thanks!