mbox

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

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

Pull-request

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

Message

Heiko Schocher Sept. 13, 2016, 6:36 a.m. UTC
Hello Tom,

please pull from u-boot-i2c.git master

The following changes since commit 8cbb389bb3da80cbf8911f8386cbff92c6a78afe:

   Prepare v2016.09 (2016-09-12 10:05:51 -0400)

are available in the git repository at:

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

for you to fetch changes up to 76062b9cdbe756eff75b99beaf6e94e8bb059431:

   i2c: at91_i2c: Fix the wrong include file (2016-09-13 06:58:54 +0200)

----------------------------------------------------------------
John Keeping (3):
       rockchip: i2c: use named constant when appropriate
       rockchip: i2c: move register write out of inner loop
       rockchip: i2c: fix >32 byte writes

Wenyou Yang (1):
       i2c: at91_i2c: Fix the wrong include file

  drivers/i2c/at91_i2c.c |  2 +-
  drivers/i2c/rk_i2c.c   | 10 +++++-----
  2 files changed, 6 insertions(+), 6 deletions(-)

bye,
Heiko

Comments

Tom Rini Sept. 18, 2016, 3:58 p.m. UTC | #1
On Tue, Sep 13, 2016 at 08:36:52AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> The following changes since commit 8cbb389bb3da80cbf8911f8386cbff92c6a78afe:
> 
>   Prepare v2016.09 (2016-09-12 10:05:51 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 76062b9cdbe756eff75b99beaf6e94e8bb059431:
> 
>   i2c: at91_i2c: Fix the wrong include file (2016-09-13 06:58:54 +0200)
> 

Applied to u-boot/master, thanks!