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

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

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!
participants (2)
-
Heiko Schocher
-
Tom Rini