mbox

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

Message ID 571DD591.8000100@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 25, 2016, 8:30 a.m. UTC
Hello Tom,

please pull from u-boot-i2c.git master

The following changes since commit 65341967ce9ef2656c61dcd3126536e8865c349d:

   Merge branch 'master' of git://git.denx.de/u-boot-x86 (2016-04-22 07:25:18 -0400)

are available in the git repository at:

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

for you to fetch changes up to ba5da550ae1d955e53691e51cd74a27331ca3b3c:

   i2c: designware_i2c: Add support for PCI(e) based I2C cores (x86) (2016-04-25 07:31:58 +0200)

----------------------------------------------------------------
Stefan Roese (7):
       dm: core: Add dev_get_addr_ptr() to return a pointer to the reg address
       i2c: designware_i2c: Add ic_enable_status to ic_regs struct
       i2c: designware_i2c: Add dw_i2c_enable() helper function
       i2c: designware_i2c: Integrate set_speed() into dw_i2c_set_bus_speed()
       i2c: designware_i2c: Prepare for DM driver conversion
       i2c: designware_i2c: Add DM support
       i2c: designware_i2c: Add support for PCI(e) based I2C cores (x86)

  drivers/core/device.c        |   5 ++
  drivers/i2c/designware_i2c.c | 448 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------
  drivers/i2c/designware_i2c.h |  68 +++++++++++------------
  include/dm/device.h          |  10 ++++
  4 files changed, 371 insertions(+), 160 deletions(-)


bye,
Heiko

Comments

Tom Rini April 26, 2016, 12:15 a.m. UTC | #1
On Mon, Apr 25, 2016 at 10:30:09AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> The following changes since commit 65341967ce9ef2656c61dcd3126536e8865c349d:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-x86 (2016-04-22 07:25:18 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to ba5da550ae1d955e53691e51cd74a27331ca3b3c:
> 
>   i2c: designware_i2c: Add support for PCI(e) based I2C cores (x86) (2016-04-25 07:31:58 +0200)
> 

Applied to u-boot/master, thanks!