mbox series

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

Message ID b57ea79f-cfd9-04ea-f0cc-2314ed1bab4d@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Please pull from u-boot-i2c | expand

Pull-request

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

Message

Heiko Schocher Oct. 3, 2018, 11:09 a.m. UTC
Hello Tom,

please pull from u-boot-i2c.git master

The following changes since commit 592cd5defd4f71d34ffcbd8dd3326bc10f662e20:

   Merge branch 'master' of git://git.denx.de/u-boot-spi (2018-10-02 17:01:46 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 86c83e8400fd3d7f5393e569b2b9e164204a88fe:

   i2c: Add support for the Arm's Versatile Express I2C controller. (2018-10-03 06:08:06 +0200)

----------------------------------------------------------------
Liviu Dudau (1):
       i2c: Add support for the Arm's Versatile Express I2C controller.

  drivers/i2c/i2c-versatile.c | 280 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 280 insertions(+)
  create mode 100644 drivers/i2c/i2c-versatile.c

Travis build is fine:
https://travis-ci.org/hsdenx/u-boot-i2c/builds/436463481?utm_medium=notification&utm_source=email

bye,
Heiko

Comments

Tom Rini Oct. 3, 2018, 3:58 p.m. UTC | #1
On Wed, Oct 03, 2018 at 01:09:59PM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> The following changes since commit 592cd5defd4f71d34ffcbd8dd3326bc10f662e20:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-spi (2018-10-02 17:01:46 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 86c83e8400fd3d7f5393e569b2b9e164204a88fe:
> 
>   i2c: Add support for the Arm's Versatile Express I2C controller. (2018-10-03 06:08:06 +0200)
> 

Applied to u-boot/master, thanks!