mbox

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

Message ID CAPnjgZ3+ziwk9xccnSmN+atVesSW=ZEQZcf0ECqk95X-zL9_yw@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Simon Glass Oct. 6, 2015, 12:31 p.m. UTC
Hi Tom,

This fixes the driver model tests including the sandbox reset command.


The following changes since commit 996ec1dcc58a34b53891acde0ec5df9141b5fcc2:

  Merge branch 'master' of git://git.denx.de/u-boot-fdt (2015-10-03
10:48:06 -0400)

are available in the git repository at:

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

for you to fetch changes up to 7bb91dd109e2aff5f7f51aed44ac7890f9a4d158:

  sandbox: Correct operaion of 'reset' command (2015-10-05 15:47:49 +0100)

----------------------------------------------------------------
Simon Glass (3):
      dm: core: Don't use pinctrl for the root device
      dm: test: Show the amount of leaked memory on error
      sandbox: Correct operaion of 'reset' command

 arch/sandbox/dts/sandbox.dts | 4 ++++
 drivers/core/device.c        | 8 ++++++--
 drivers/misc/reset_sandbox.c | 2 +-
 test/dm/core.c               | 7 ++++++-
 4 files changed, 17 insertions(+), 4 deletions(-)


Regards,
Simon

Comments

Tom Rini Oct. 9, 2015, 1:56 p.m. UTC | #1
On Tue, Oct 06, 2015 at 01:31:00PM +0100, Simon Glass wrote:

> Hi Tom,
> 
> This fixes the driver model tests including the sandbox reset command.
> 
> 
> The following changes since commit 996ec1dcc58a34b53891acde0ec5df9141b5fcc2:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-fdt (2015-10-03
> 10:48:06 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-dm.git
> 
> for you to fetch changes up to 7bb91dd109e2aff5f7f51aed44ac7890f9a4d158:
> 
>   sandbox: Correct operaion of 'reset' command (2015-10-05 15:47:49 +0100)
> 

Applied to u-boot/master, thanks!