mbox

[U-Boot] Please pull u-boot-x86.git branch misc

Message ID CAPnjgZ2YG=2Ez4XOKK4JCXyYZDtf6+F4c1kciwcj0hBn2mWKNA@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Simon Glass Jan. 6, 2015, 12:48 a.m. UTC
Hi Tom,

This didn't go through last time, it is on branch 'misc'.


The following changes since commit d622ac39274a949b6445f1bfd92dc1644014388b:

  powerpc: mpc824x: remove MPC824X cpu support (2015-01-05 12:08:55 -0500)

are available in the git repository at:

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

for you to fetch changes up to 9332274989009b213a405134202088e1bd81fe51:

  cros-ec-keyboard: Synchronize DT binding from linux (2015-01-05
17:45:16 -0700)

----------------------------------------------------------------
Masahiro Yamada (2):
      dm: README: recommend u-boot.dtb to try driver-model on sandbox
      i2c_eeprom: include <linux/err.h> to fix build error

Sjoerd Simons (1):
      cros-ec-keyboard: Synchronize DT binding from linux

 arch/arm/dts/exynos5250-snow.dts                | 59
+++--------------------------------------------------------
 arch/arm/dts/exynos5420-peach-pit.dts           | 59
+++--------------------------------------------------------
 arch/arm/dts/exynos5800-peach-pi.dts            |  4 +++-
 doc/device-tree-bindings/input/cros-ec-keyb.txt | 53
+++++++++++++++++++++++------------------------------
 doc/driver-model/README.txt                     |  4 ++--
 drivers/input/cros_ec_keyb.c                    | 16 ++++++----------
 drivers/misc/i2c_eeprom.c                       |  1 +
 7 files changed, 41 insertions(+), 155 deletions(-)


Regards,
Simon

Comments

Tom Rini Jan. 7, 2015, 3:15 p.m. UTC | #1
On Mon, Jan 05, 2015 at 05:48:01PM -0700, Simon Glass wrote:

> Hi Tom,
> 
> This didn't go through last time, it is on branch 'misc'.
> 
> 
> The following changes since commit d622ac39274a949b6445f1bfd92dc1644014388b:
> 
>   powerpc: mpc824x: remove MPC824X cpu support (2015-01-05 12:08:55 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 9332274989009b213a405134202088e1bd81fe51:
> 
>   cros-ec-keyboard: Synchronize DT binding from linux (2015-01-05
> 17:45:16 -0700)
> 

Applied to u-boot/master, thanks!