Re: [U-Boot] [i2c] Pull request

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 11/19/2014 01:50 AM, Heiko Schocher wrote:
Hello Tom,
please pull from u-boot-i2c.git
The following changes since commit 2086e388d56cbb0e3737a6276f04f00f74bf6723:
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-11-14 16:39:32 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-i2c.git master
for you to fetch changes up to c469703ba0e4adcd210e342fa6a19fcd83fe7207:
blackfin: convert to use CONFIG_SYS_I2C framework (2014-11-17 08:10:37 +0100)
Scott Jiang (3): blackfin: rename bfin-twi_i2c driver to adi_i2c adi_i2c: convert to use general io accessors. blackfin: convert to use CONFIG_SYS_I2C framework
drivers/i2c/Makefile | 2 +- drivers/i2c/adi_i2c.c | 305 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/i2c/bfin-twi_i2c.c | 379
include/configs/bct-brettl2.h | 4 +- include/configs/bf518f-ezbrd.h | 4 +- include/configs/bf526-ezbrd.h | 4 +- include/configs/bf527-ad7160-eval.h | 4 +- include/configs/bf527-ezkit.h | 4 +- include/configs/bf527-sdp.h | 4 +- include/configs/bf537-minotaur.h | 4 +- include/configs/bf537-pnav.h | 4 +- include/configs/bf537-srv1.h | 4 +- include/configs/bf537-stamp.h | 4 +- include/configs/bf538f-ezkit.h | 4 +- include/configs/bf548-ezkit.h | 4 +- include/configs/bf609-ezkit.h | 4 +- include/configs/bfin_adi_common.h | 4 +- include/configs/br4.h | 4 +- include/configs/cm-bf527.h | 4 +- include/configs/cm-bf537e.h | 4 +- include/configs/cm-bf537u.h | 4 +- include/configs/cm-bf548.h | 4 +- include/configs/pr1.h | 4 +- include/configs/tcm-bf518.h | 4 +- include/configs/tcm-bf537.h | 4 +- 25 files changed, 350 insertions(+), 424 deletions(-) create mode 100644 drivers/i2c/adi_i2c.c delete mode 100644 drivers/i2c/bfin-twi_i2c.c
Applied to u-boot/master, thanks!
- -- Tom
participants (1)
-
Tom Rini