mbox

[U-Boot,i2c] Pull request

Message ID 535F4B61.4030502@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Heiko Schocher April 29, 2014, 6:49 a.m. UTC
Hello Tom,

please pull from u-boot-i2c.git, thanks!

The following changes since commit 8854070784450f7ade382c5792b2721fbe27315a:

   Merge branch 'master' of git://www.denx.de/git/u-boot-arc (2014-04-25 15:08:43 -0400)

are available in the git repository at:


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

for you to fetch changes up to a405764c1ec835a41ccda943b9156aee25e15d5e:

   drivers/i2c/fsl_i2c: modify i2c_read to handle multi-byte write (2014-04-29 07:10:58 +0200)

----------------------------------------------------------------
Shaveta Leekha (1):
       drivers/i2c/fsl_i2c: modify i2c_read to handle multi-byte write

York Sun (1):
       driver/mxc_i2c: Move static data structure to global_data

  drivers/i2c/fsl_i2c.c             | 41 ++++++++++++++++++++++++++++++++++-------
  drivers/i2c/mxc_i2c.c             | 18 ++++++++----------
  include/asm-generic/global_data.h |  3 +++
  3 files changed, 45 insertions(+), 17 deletions(-)

bye,
Heiko

Comments

Tom Rini April 29, 2014, 4:45 p.m. UTC | #1
On Tue, Apr 29, 2014 at 08:49:05AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git, thanks!
> 
> The following changes since commit 8854070784450f7ade382c5792b2721fbe27315a:
> 
>   Merge branch 'master' of git://www.denx.de/git/u-boot-arc (2014-04-25 15:08:43 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to a405764c1ec835a41ccda943b9156aee25e15d5e:
> 
>   drivers/i2c/fsl_i2c: modify i2c_read to handle multi-byte write (2014-04-29 07:10:58 +0200)
> 
> ----------------------------------------------------------------
> Shaveta Leekha (1):
>       drivers/i2c/fsl_i2c: modify i2c_read to handle multi-byte write
> 
> York Sun (1):
>       driver/mxc_i2c: Move static data structure to global_data
> 
>  drivers/i2c/fsl_i2c.c             | 41 ++++++++++++++++++++++++++++++++++-------
>  drivers/i2c/mxc_i2c.c             | 18 ++++++++----------
>  include/asm-generic/global_data.h |  3 +++
>  3 files changed, 45 insertions(+), 17 deletions(-)

Applied to u-boot/master, thanks!