mbox

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

Message ID 56F8F9BF.3080501@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Heiko Schocher March 28, 2016, 9:30 a.m. UTC
Hello Tom,

please pull from u-boot-i2c.git master

The following changes since commit f3c2cab87878d2ecd5bd796ee940dff814aa3255:

   Revert "pxa_lcd: make driver cache-aware" (2016-03-27 20:58:08 -0400)

are available in the git repository at:

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

for you to fetch changes up to 32b9b556f7ca198e62646662e3260f8ef352094f:

   omap24xx_i2c: Implement CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW (2016-03-28 09:23:28 +0200)

----------------------------------------------------------------
Guy Thouret (1):
       omap24xx_i2c: Implement CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW

Peng Fan (1):
       dm: i2c: mxc_i2c: implement i2c_idle_bus

  arch/arm/include/asm/imx-common/mxc_i2c.h |  10 ++++++++++
  drivers/i2c/mxc_i2c.c                     | 101 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------
  drivers/i2c/omap24xx_i2c.c                |  34 ++++++++++++++++++++++++++++++++++
  3 files changed, 136 insertions(+), 9 deletions(-)

pollux:u-boot hs [master] $ ./tools/buildman/buildman -b master -s
boards.cfg is up to date. Nothing to do.
Summary of 3 commits for 1118 boards (8 threads, 1 job per thread)
01: Revert "pxa_lcd: make driver cache-aware"
02: dm: i2c: mxc_i2c: implement i2c_idle_bus
03: omap24xx_i2c: Implement CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW
(no errors to report)
pollux:u-boot hs [master] $

bye,
Heiko

Comments

Tom Rini March 29, 2016, 10:06 p.m. UTC | #1
On Mon, Mar 28, 2016 at 11:30:39AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> The following changes since commit f3c2cab87878d2ecd5bd796ee940dff814aa3255:
> 
>   Revert "pxa_lcd: make driver cache-aware" (2016-03-27 20:58:08 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 32b9b556f7ca198e62646662e3260f8ef352094f:
> 
>   omap24xx_i2c: Implement CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW (2016-03-28 09:23:28 +0200)
> 

Applied to u-boot/master, thanks!