mbox

[U-Boot,i2c] Pull request

Message ID 54606C0C.6000500@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Heiko Schocher Nov. 10, 2014, 7:41 a.m. UTC
Hello Tom,

please pull from u-boot-i2c.git

The following changes since commit 11ada9225a16ed2d8ddbf0715a2416245a777cbc:

   Merge branch 'rmobile' of git://www.denx.de/git/u-boot-sh (2014-11-05 13:11:18 -0500)

are available in the git repository at:


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

for you to fetch changes up to cd818a381ddcdc2440a167757394298f28b70240:

   i2c: rcar_i2c: Fix order of restart and clear status (2014-11-10 06:47:37 +0100)

----------------------------------------------------------------
Dirk Eibach (2):
       ppc4xx: Fix i2c repeated start
       ppc4xx: Handle i2c stuck on combined xfer

Nobuhiro Iwamatsu (1):
       i2c: rcar_i2c: Fix order of restart and clear status

Shaveta Leekha (1):
       drivers/i2c/fsl_i2c: Change CONFIG_I2C_TIMEOUT to 100ms

  arch/powerpc/include/asm/ppc4xx-i2c.h |  2 ++
  drivers/i2c/fsl_i2c.c                 |  2 +-
  drivers/i2c/ppc4xx_i2c.c              | 30 ++++++++++++++++++++++++++----
  drivers/i2c/rcar_i2c.c                |  4 ++--
  4 files changed, 31 insertions(+), 7 deletions(-)

bye,
Heiko

Comments

Tom Rini Nov. 10, 2014, 9:29 p.m. UTC | #1
On Mon, Nov 10, 2014 at 08:41:00AM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git
> 
> The following changes since commit 11ada9225a16ed2d8ddbf0715a2416245a777cbc:
> 
>   Merge branch 'rmobile' of git://www.denx.de/git/u-boot-sh (2014-11-05 13:11:18 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to cd818a381ddcdc2440a167757394298f28b70240:
> 
>   i2c: rcar_i2c: Fix order of restart and clear status (2014-11-10 06:47:37 +0100)
> 

Applied to u-boot/master, thanks!