mbox

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

Message ID 57E903E4.2050906@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. 26, 2016, 11:17 a.m. UTC
Hello Tom,

please pull from u-boot-i2c.git master

The following changes since commit 42f75050667bf1a0a3fbe7d8dd6d2ec5fc127935:

   arm: mvebu: NAND support for DB-88F6820-AMC (2016-09-24 10:07:48 +0200)

are available in the git repository at:

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

for you to fetch changes up to 87de0eb31ca86a7a675c000f48f5f24bf92b872d:

   i2c: mvtwsi.c: Add support for Marvell Armada 7K/8K (2016-09-26 10:43:10 +0200)

----------------------------------------------------------------
Stefan Roese (6):
       i2c: mv_i2c.c: cosmetic: Coding style cleanups
       i2c: mv_i2c.c: Remove CONFIG_HARD_I2C
       i2c: mv_i2c.c: Prepare driver for DM conversion
       i2c: mv_i2c.c: Add DM support
       i2c: mv_i2c.c: Enable runtime speed selection (standard vs fast mode)
       i2c: mvtwsi.c: Add support for Marvell Armada 7K/8K

jinghua (1):
       i2c: mv_i2c.c: Validate read length in I2C command

  drivers/i2c/mv_i2c.c | 512 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------
  drivers/i2c/mv_i2c.h |  15 +++--
  drivers/i2c/mvtwsi.c |   1 +
  3 files changed, 333 insertions(+), 195 deletions(-)

bye,
Heiko

Comments

Tom Rini Sept. 26, 2016, 3:47 p.m. UTC | #1
On Mon, Sep 26, 2016 at 01:17:56PM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> The following changes since commit 42f75050667bf1a0a3fbe7d8dd6d2ec5fc127935:
> 
>   arm: mvebu: NAND support for DB-88F6820-AMC (2016-09-24 10:07:48 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 87de0eb31ca86a7a675c000f48f5f24bf92b872d:
> 
>   i2c: mvtwsi.c: Add support for Marvell Armada 7K/8K (2016-09-26 10:43:10 +0200)
> 

Applied to u-boot/master, thanks!