mbox series

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

Message ID 7224fc0b-557a-11db-e65f-55360c5749f8@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 Sept. 14, 2018, 9:50 a.m. UTC
Hello Tom,

please pull from u-boot-i2c.git master

The following changes since commit d1e15041abf3ccd38169ae7aa8736f78200f8ee3:

   Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2018-09-11 08:50:10 -0400)

are available in the Git repository at:

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

for you to fetch changes up to ca1d6ca3653c5aa7679a55fd84a20e175d3b8e64: 

 

   i2c: Drop CONFIG_SYS_I2C_MXS (2018-09-14 06:30:29 +0200)

----------------------------------------------------------------
Tuomas Tynkkynen (1):
       i2c: Drop CONFIG_SYS_I2C_MXS

  drivers/i2c/Makefile  |   1 -
  drivers/i2c/mxs_i2c.c | 319 
------------------------------------------------------------------------------------------------------------------------------------------
  2 files changed, 320 deletions(-)
  delete mode 100644 drivers/i2c/mxs_i2c.c

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

bye,
Heiko

Comments

Tom Rini Sept. 14, 2018, 5:53 p.m. UTC | #1
On Fri, Sep 14, 2018 at 5:50 AM, Heiko Schocher <hs@denx.de> wrote:

> Hello Tom,
>
> please pull from u-boot-i2c.git master
>
> The following changes since commit d1e15041abf3ccd38169ae7aa8736f
> 78200f8ee3:
>
>   Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2018-09-11
> 08:50:10 -0400)
>
> are available in the Git repository at:
>
>   git://git.denx.de/u-boot-i2c.git master
>
> for you to fetch changes up to ca1d6ca3653c5aa7679a55fd84a20e175d3b8e64:
>
>
>   i2c: Drop CONFIG_SYS_I2C_MXS (2018-09-14 06:30:29 +0200)
>
> ----------------------------------------------------------------
> Tuomas Tynkkynen (1):
>       i2c: Drop CONFIG_SYS_I2C_MXS
>
>  drivers/i2c/Makefile  |   1 -
>  drivers/i2c/mxs_i2c.c | 319 ------------------------------
> ------------------------------------------------------------
> ------------------------------------------------
>  2 files changed, 320 deletions(-)
>  delete mode 100644 drivers/i2c/mxs_i2c.c
>

Applied to u-boot/master, thanks!