mbox

[U-Boot,GIT,PULL] Pull request: i2c

Message ID 4ECCAF2B.6060806@denx.de
State Accepted
Headers show

Pull-request

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

Message

Heiko Schocher Nov. 23, 2011, 8:30 a.m. UTC
Hello Wolfgang,

The following changes since commit dca61f0128a15bfc4fdefbbdb4a5f6c10b0c8f0b:

  tools/env: use lib/crc32.c directly (2011-11-22 08:49:21 +0100)

are available in the git repository at:
  git://git.denx.de/u-boot-i2c.git master

Anatolij Gustschin (1):
      drivers/i2c/davinci_i2c.c: Fix GCC 4.6 warning

Heiko Schocher (1):
      , i2c: Codingstyle cleanup for i2c evb64260 board driver

Nobuhiro Iwamatsu (1):
      i2c: sh: Add support I2C for Renesas SH

 board/evb64260/i2c.c      |   24 ++--
 drivers/i2c/Makefile      |    1 +
 drivers/i2c/davinci_i2c.c |    4 +-
 drivers/i2c/sh_i2c.c      |  292 +++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 306 insertions(+), 15 deletions(-)
 create mode 100644 drivers/i2c/sh_i2c.c

bye,
Heiko

Comments

Wolfgang Denk Nov. 23, 2011, 8:23 p.m. UTC | #1
Dear Heiko Schocher,

In message <4ECCAF2B.6060806@denx.de> you wrote:
> Hello Wolfgang,
> 
> The following changes since commit dca61f0128a15bfc4fdefbbdb4a5f6c10b0c8f0b:
> 
>   tools/env: use lib/crc32.c directly (2011-11-22 08:49:21 +0100)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-i2c.git master
> 
> Anatolij Gustschin (1):
>       drivers/i2c/davinci_i2c.c: Fix GCC 4.6 warning
> 
> Heiko Schocher (1):
>       , i2c: Codingstyle cleanup for i2c evb64260 board driver

[Fixed Subject, removed ", "]

> Nobuhiro Iwamatsu (1):
>       i2c: sh: Add support I2C for Renesas SH
> 
>  board/evb64260/i2c.c      |   24 ++--
>  drivers/i2c/Makefile      |    1 +
>  drivers/i2c/davinci_i2c.c |    4 +-
>  drivers/i2c/sh_i2c.c      |  292 +++++++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 306 insertions(+), 15 deletions(-)
>  create mode 100644 drivers/i2c/sh_i2c.c

Applied, thanks.

Best regards,

Wolfgang Denk