mbox

[U-Boot,i2c] Pull request

Message ID 53735781.3020403@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Heiko Schocher May 14, 2014, 11:46 a.m. UTC
Hello Tom,

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

The following changes since commit 557a3319089499aa0e55d65a6b43b7137f362003:

   Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-05-13 17:09:28 -0400)

are available in the git repository at:


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

for you to fetch changes up to 2072e7262965bb48d7fffb1e283101e6ed8b21a8:

   mvtwsi: Remove unnecessary twsi_baud_rate and twsi_slave_address globals (2014-05-14 12:59:12 +0200)

----------------------------------------------------------------
Hans de Goede (2):
       mvtwsi: Fix clock programming
       mvtwsi: Remove unnecessary twsi_baud_rate and twsi_slave_address globals

  drivers/i2c/mvtwsi.c | 28 +++++-----------------------
  1 file changed, 5 insertions(+), 23 deletions(-)

bye,
Heiko

Comments

Tom Rini May 14, 2014, 2:20 p.m. UTC | #1
On Wed, May 14, 2014 at 01:46:09PM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git, thanks!
> 
> The following changes since commit 557a3319089499aa0e55d65a6b43b7137f362003:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-05-13 17:09:28 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 2072e7262965bb48d7fffb1e283101e6ed8b21a8:
> 
>   mvtwsi: Remove unnecessary twsi_baud_rate and twsi_slave_address globals (2014-05-14 12:59:12 +0200)
> 
> ----------------------------------------------------------------
> Hans de Goede (2):
>       mvtwsi: Fix clock programming
>       mvtwsi: Remove unnecessary twsi_baud_rate and twsi_slave_address globals
> 
>  drivers/i2c/mvtwsi.c | 28 +++++-----------------------
>  1 file changed, 5 insertions(+), 23 deletions(-)

Applied to u-boot/master, thanks!