mbox

[U-Boot] Please pull from u-boot-i2c

Message ID 5911BE7D.7020105@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-i2c.git master

Message

Heiko Schocher May 9, 2017, 1:05 p.m. UTC
Hello Tom,

please pull from u-boot-i2c.git master

travis build is clean:
https://travis-ci.org/hsdenx/u-boot-i2c/builds/230238863

The following changes since commit 2f92629112a1055ed37f8b05dfcf00c3f1875503:

   Merge branch 'next' of git://git.denx.de/u-boot-spi (2017-05-08 15:44:52 -0400)

are available in the git repository at:

   git://git.denx.de/u-boot-i2c.git master

for you to fetch changes up to 1743d040b1df8001e22bd0dce95b64b91553f47e:

   ARM: keystone: Enable DM_I2C by default (2017-05-09 09:05:13 +0200)

----------------------------------------------------------------
Cooper Jr., Franklin (8):
       i2c: davinci: Split functions into two parts for future DM support
       drivers: i2c: davinci_i2c: Update davinci i2c driver to driver model
       ti: common: board_detect: Introduce function to set the address length.
       ti: common: board_detect: Set alen to expected value before i2c read
       ARM: dts: k2g: Add I2C nodes to 66AK2Gx
       ARM: dts: keystone2: add I2C aliases for davinci I2C nodes
       ARM: dts: keystone-k2g-evm: Enable I2C0 and I2C1
       ARM: keystone: Enable DM_I2C by default

  arch/arm/dts/keystone-k2g-evm.dts |   8 +++++
  arch/arm/dts/keystone-k2g.dtsi    |  32 ++++++++++++++++++
  arch/arm/dts/keystone.dtsi        |   3 ++
  arch/arm/mach-keystone/Kconfig    |   4 +++
  board/ti/common/board_detect.c    |  61 ++++++++++++++++++++++++++++++++--
  drivers/i2c/davinci_i2c.c         | 277 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------
  6 files changed, 306 insertions(+), 79 deletions(-)

bye,
Heiko

Comments

Tom Rini May 9, 2017, 11:49 p.m. UTC | #1
On Tue, May 09, 2017 at 03:05:01PM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> travis build is clean:
> https://travis-ci.org/hsdenx/u-boot-i2c/builds/230238863
> 
> The following changes since commit 2f92629112a1055ed37f8b05dfcf00c3f1875503:
> 
>   Merge branch 'next' of git://git.denx.de/u-boot-spi (2017-05-08 15:44:52 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 1743d040b1df8001e22bd0dce95b64b91553f47e:
> 
>   ARM: keystone: Enable DM_I2C by default (2017-05-09 09:05:13 +0200)
> 

Applied to u-boot/master, thanks!