mbox

[U-Boot,i2c] Pull request

Message ID 52A56A7F.7040101@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Heiko Schocher Dec. 9, 2013, 7 a.m. UTC
Hello Tom,

please pull from u-boot-i2c.git.

The following changes since commit f44483b57c49282299da0e5c10073b909cdad979:

   Merge branch 'serial' of git://git.denx.de/u-boot-microblaze (2013-12-02 08:48:02 -0500)

are available in the git repository at:


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

for you to fetch changes up to e717fc6d1a2b459ae8352f7af5945cc0c216ab1e:

   i2c: samsung: register i2c busses for Exynso5420 and Exynos5250 (2013-12-06 07:46:23 +0100)

----------------------------------------------------------------
Kuo-Jung Su (4):
       i2c: fti2c010: cosmetic: coding style cleanup
       i2c: fti2c010: migrate to new i2c model
       i2c: fti2c010: serial out r/w address in MSB order
       cmd_eeprom: bug fix for i2c read/write

Naveen Krishna Ch (1):
       i2c: samsung: register i2c busses for Exynso5420 and Exynos5250

Nikita Kiryanov (1):
       arm: omap: i2c: don't zero cnt in i2c_write

Piotr Wilczek (2):
       driver:i2c:s3c24x0: adapt driver to new i2c
       driver:i2c:s3c24x0: fix clock init for hsi2c

  README                              |   6 +++
  board/samsung/smdk5250/exynos5-dt.c |   2 -
  board/samsung/trats/trats.c         |  21 ++++++----
  board/samsung/trats2/trats2.c       |  35 +++++++++++++---
  common/cmd_eeprom.c                 |   4 +-
  drivers/i2c/Makefile                |   2 +-
  drivers/i2c/fti2c010.c              | 352 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------------------------------------------
  drivers/i2c/omap24xx_i2c.c          |   6 ---
  drivers/i2c/s3c24x0_i2c.c           | 284 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------
  include/configs/VCMA9.h             |   8 ++--
  include/configs/arndale.h           |   9 ++--
  include/configs/exynos5250-dt.h     |   8 ++--
  include/configs/trats.h             |  25 ++++--------
  include/configs/trats2.h            |  29 ++++++-------
  14 files changed, 474 insertions(+), 317 deletions(-)

Thanks!

bye,
Heiko

Comments

Tom Rini Dec. 11, 2013, 4:44 p.m. UTC | #1
On Mon, Dec 09, 2013 at 08:00:15AM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git.
> 
> The following changes since commit f44483b57c49282299da0e5c10073b909cdad979:
> 
>   Merge branch 'serial' of git://git.denx.de/u-boot-microblaze (2013-12-02 08:48:02 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to e717fc6d1a2b459ae8352f7af5945cc0c216ab1e:
> 
>   i2c: samsung: register i2c busses for Exynso5420 and Exynos5250 (2013-12-06 07:46:23 +0100)
> 
> ----------------------------------------------------------------
> Kuo-Jung Su (4):
>       i2c: fti2c010: cosmetic: coding style cleanup
>       i2c: fti2c010: migrate to new i2c model
>       i2c: fti2c010: serial out r/w address in MSB order
>       cmd_eeprom: bug fix for i2c read/write
> 
> Naveen Krishna Ch (1):
>       i2c: samsung: register i2c busses for Exynso5420 and Exynos5250
> 
> Nikita Kiryanov (1):
>       arm: omap: i2c: don't zero cnt in i2c_write
> 
> Piotr Wilczek (2):
>       driver:i2c:s3c24x0: adapt driver to new i2c
>       driver:i2c:s3c24x0: fix clock init for hsi2c
> 
>  README                              |   6 +++
>  board/samsung/smdk5250/exynos5-dt.c |   2 -
>  board/samsung/trats/trats.c         |  21 ++++++----
>  board/samsung/trats2/trats2.c       |  35 +++++++++++++---
>  common/cmd_eeprom.c                 |   4 +-
>  drivers/i2c/Makefile                |   2 +-
>  drivers/i2c/fti2c010.c              | 352 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------------------------------------------
>  drivers/i2c/omap24xx_i2c.c          |   6 ---
>  drivers/i2c/s3c24x0_i2c.c           | 284 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------
>  include/configs/VCMA9.h             |   8 ++--
>  include/configs/arndale.h           |   9 ++--
>  include/configs/exynos5250-dt.h     |   8 ++--
>  include/configs/trats.h             |  25 ++++--------
>  include/configs/trats2.h            |  29 ++++++-------
>  14 files changed, 474 insertions(+), 317 deletions(-)

Applied to u-boot/master, thanks!