mbox

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

Message ID 57BFE741.5000102@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Heiko Schocher Aug. 26, 2016, 6:52 a.m. UTC
Hello Tom,

please pull from u-boot-i2c.git
There is a bug fix from Stefan for the mvtwsi i2c driver, which I
think should go into next release, thanks.

The following changes since commit 46fe9eb08812cc27a0d5cd97d97373c14d578fe9:

   Merge branch 'master' of git://git.denx.de/u-boot-net (2016-08-23 07:20:36 -0400)

are available in the git repository at:

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

for you to fetch changes up to 03d6cd972efb7289ef208ba4bad72d1e7acccf1d:

   i2c: mvtwsi: Fix order of address bytes (high to low) (2016-08-26 07:02:49 +0200)

----------------------------------------------------------------
Stefan Roese (1):
       i2c: mvtwsi: Fix order of address bytes (high to low)

  drivers/i2c/mvtwsi.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

bye,
Heiko

Comments

Tom Rini Aug. 26, 2016, 2:53 p.m. UTC | #1
On Fri, Aug 26, 2016 at 08:52:49AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git
> There is a bug fix from Stefan for the mvtwsi i2c driver, which I
> think should go into next release, thanks.
> 
> The following changes since commit 46fe9eb08812cc27a0d5cd97d97373c14d578fe9:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-net (2016-08-23 07:20:36 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 03d6cd972efb7289ef208ba4bad72d1e7acccf1d:
> 
>   i2c: mvtwsi: Fix order of address bytes (high to low) (2016-08-26 07:02:49 +0200)
> 

Applied to u-boot/master, thanks!