mbox

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

Message ID CAPnjgZ1mEPyvc+8yxXD4aX2tM1afEiiwO8Z3daJ7cd+U90Wdzg@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Simon Glass Dec. 29, 2014, 10:07 p.m. UTC
Hi Tom,

Here are a few misc fixes and updates. Note that the branch is 'misc'
(there is also a 'master' branch pull out there).


The following changes since commit d8bec60c1b0de7770f9b56ad092ab9be801d99af:

  ARM: UniPhier: enable CONFIG_CMD_DM (2014-12-18 23:34:30 +0900)

are available in the git repository at:

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

for you to fetch changes up to 90f20e002e16c53f7857740a5e6baaa7183f584c:

  cros-ec-keyboard: Synchronize DT binding from linux (2014-12-29
15:02:02 -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 Dec. 30, 2014, 2:26 a.m. UTC | #1
On Mon, Dec 29, 2014 at 03:07:41PM -0700, Simon Glass wrote:

> Hi Tom,
> 
> Here are a few misc fixes and updates. Note that the branch is 'misc'
> (there is also a 'master' branch pull out there).
> 
> 
> The following changes since commit d8bec60c1b0de7770f9b56ad092ab9be801d99af:
> 
>   ARM: UniPhier: enable CONFIG_CMD_DM (2014-12-18 23:34:30 +0900)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-x86.git
> 
> for you to fetch changes up to 90f20e002e16c53f7857740a5e6baaa7183f584c:
> 
>   cros-ec-keyboard: Synchronize DT binding from linux (2014-12-29
> 15:02:02 -0700)
> 

Applied to u-boot/master, thanks!
Simon Glass Jan. 6, 2015, 12:46 a.m. UTC | #2
Hi Tom,

On 29 December 2014 at 19:26, Tom Rini <trini@ti.com> wrote:
> On Mon, Dec 29, 2014 at 03:07:41PM -0700, Simon Glass wrote:
>
>> Hi Tom,
>>
>> Here are a few misc fixes and updates. Note that the branch is 'misc'
>> (there is also a 'master' branch pull out there).
>>
>>
>> The following changes since commit d8bec60c1b0de7770f9b56ad092ab9be801d99af:
>>
>>   ARM: UniPhier: enable CONFIG_CMD_DM (2014-12-18 23:34:30 +0900)
>>
>> are available in the git repository at:
>>
>>   git://git.denx.de/u-boot-x86.git
>>
>> for you to fetch changes up to 90f20e002e16c53f7857740a5e6baaa7183f584c:
>>
>>   cros-ec-keyboard: Synchronize DT binding from linux (2014-12-29
>> 15:02:02 -0700)
>>
>
> Applied to u-boot/master, thanks!

Sorry for the delay - I was just looking and could not see this pull
request applied.

I will rebase and send a new pull request.

Regards,
Simon