mbox

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

Message ID CAPnjgZ2sXdT9jDY2eB1L6-7NFi=GMFHab9tHXbs5v5erjAuj7w@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Simon Glass June 5, 2015, 2:20 p.m. UTC
Hi Tom,

This includes some fixes and tidy-ups, mostly for sandbox.


The following changes since commit d8abb46b37fadff0349adb376df6d3ecd09ee7d1:

  board/BuR/common: fix netconsole (2015-06-02 12:58:51 -0400)

are available in the git repository at:

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

for you to fetch changes up to d9a607f2bd4315c9e370aa358ea9168d615a48fc:

  gpio: fix typos in GPIO header (2015-06-04 03:38:05 -0600)

----------------------------------------------------------------
Masahiro Yamada (1):
      gpio: fix typos in GPIO header

Simon Glass (7):
      sandbox: Tidy up terminal restore
      dm: pci: Allow PCI bus numbering aliases
      dm: Sort the uclass IDs after the tegra/PMIC addition
      sandbox: dts: Sort the test.dts file a little
      sandbox: dts: Sort the sandbox.dts file
      sandbox: dts: Add the real-time-clock test nodes back in
      sandbox: Compile test device tree when CONFIG_UT_DM is defined

 arch/sandbox/cpu/cpu.c       |   2 +
 arch/sandbox/cpu/os.c        |   8 ++--
 arch/sandbox/dts/Makefile    |   2 +-
 arch/sandbox/dts/sandbox.dts | 106 ++++++++++++++++++++++---------------------
 arch/sandbox/dts/test.dts    |  66 +++++++++++++++++----------
 drivers/pci/pci-uclass.c     |   1 +
 include/asm-generic/gpio.h   |  16 +++----
 include/dm/uclass-id.h       |   8 ++--
 include/os.h                 |   8 ++++
 test/dm/pci.c                |  11 +++++
 10 files changed, 135 insertions(+), 93 deletions(-)

Regards,
Simon

Comments

Tom Rini June 6, 2015, 1:27 p.m. UTC | #1
On Fri, Jun 05, 2015 at 08:20:29AM -0600, Simon Glass wrote:

> Hi Tom,
> 
> This includes some fixes and tidy-ups, mostly for sandbox.
> 
> 
> The following changes since commit d8abb46b37fadff0349adb376df6d3ecd09ee7d1:
> 
>   board/BuR/common: fix netconsole (2015-06-02 12:58:51 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-dm.git
> 
> for you to fetch changes up to d9a607f2bd4315c9e370aa358ea9168d615a48fc:
> 
>   gpio: fix typos in GPIO header (2015-06-04 03:38:05 -0600)
> 

Applied to u-boot/master, thanks!