[U-Boot] [i2c] Pull request

Hello Tom,
please pull from u-boot-i2c.git:
The following changes since commit 63c4f17b2f8017d22241522a48c765073b8791b0:
cm_t35: use scf0403 driver (2013-11-12 10:12:07 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-i2c.git master
for you to fetch changes up to f9de54e9b09b4836fb3cda9d98a6dfba367b9734:
designware_i2c: remove 10msec delay in i2c_xfer_finish (2013-11-13 06:22:41 +0100)
---------------------------------------------------------------- Alexey Brodkin (3): cmd_eeprom: fix i2c_{read|write} usage if env is in I2C EEPROM designware_i2c: disable i2c controller during target address setup designware_i2c: remove 10msec delay in i2c_xfer_finish
Heiko Schocher (3): i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework i2c, zynq: convert zynq i2c driver to new multibus/multiadapter framework i2c, omap1510: remove i2c driver
Marek Vasut (1): i2c: mxs_i2c: Squash endless loop
Nobuhiro Iwamatsu (1): i2c: sh_i2c: Update to new CONFIG_SYS_I2C framework
README | 36 ++++++++++++++++++ arch/arm/cpu/armv7/omap-common/clocks-common.c | 3 +- arch/arm/cpu/armv7/omap-common/u-boot-spl.lds | 4 ++ arch/arm/cpu/armv7/omap3/board.c | 2 +- arch/arm/cpu/armv7/omap3/clock.c | 2 +- arch/arm/include/asm/arch-am33xx/i2c.h | 6 +-- board/compulab/cm_t35/cm_t35.c | 2 +- board/compulab/common/Makefile | 2 +- board/compulab/common/eeprom.h | 2 +- board/kmc/kzm9g/kzm9g.c | 1 - board/logicpd/am3517evm/am3517evm.c | 4 +- board/overo/overo.c | 2 +- board/phytec/pcm051/board.c | 4 +- board/renesas/ecovec/ecovec.c | 3 +- board/siemens/common/board.c | 4 +- board/ti/am335x/board.c | 2 +- board/ti/am3517crane/am3517crane.c | 4 +- board/ti/evm/evm.c | 4 +- common/cmd_eeprom.c | 4 +- drivers/i2c/Makefile | 9 ++--- drivers/i2c/designware_i2c.c | 15 ++++++-- drivers/i2c/mxs_i2c.c | 15 ++++++-- drivers/i2c/omap1510_i2c.c | 277 ------------------------------------------------------------------------------------------------------------------------------------------ drivers/i2c/omap24xx_i2c.c | 172 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------- drivers/i2c/sh_i2c.c | 294 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------- drivers/i2c/zynq_i2c.c | 29 ++++++++------- include/configs/am335x_evm.h | 1 - include/configs/am3517_crane.h | 8 ++-- include/configs/am3517_evm.h | 8 ++-- include/configs/cm_t35.h | 8 ++-- include/configs/devkit8000.h | 8 ++-- include/configs/dig297.h | 8 ++-- include/configs/ecovec.h | 15 ++++---- include/configs/kzm9g.h | 31 ++++++++-------- include/configs/mcx.h | 8 ++-- include/configs/nokia_rx51.h | 8 ++-- include/configs/omap3_beagle.h | 9 ++--- include/configs/omap3_evm_common.h | 9 ++--- include/configs/omap3_igep00x0.h | 8 ++-- include/configs/omap3_logic.h | 10 ++--- include/configs/omap3_mvblx.h | 9 ++--- include/configs/omap3_overo.h | 9 ++--- include/configs/omap3_pandora.h | 8 ++-- include/configs/omap3_sdp3430.h | 8 ++-- include/configs/omap3_zoom1.h | 8 ++-- include/configs/omap3_zoom2.h | 8 ++-- include/configs/pcm051.h | 9 ++--- include/configs/siemens-am33x-common.h | 9 ++--- include/configs/tam3517-common.h | 11 +++--- include/configs/ti_armv7_common.h | 9 ++--- include/configs/tricorder.h | 10 ++--- include/configs/zynq.h | 8 ++-- 52 files changed, 465 insertions(+), 682 deletions(-) delete mode 100644 drivers/i2c/omap1510_i2c.c
bye, Heiko

On Wed, Nov 13, 2013 at 07:41:49AM +0100, Heiko Schocher wrote:
Hello Tom,
please pull from u-boot-i2c.git:
The following changes since commit 63c4f17b2f8017d22241522a48c765073b8791b0:
cm_t35: use scf0403 driver (2013-11-12 10:12:07 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-i2c.git master
for you to fetch changes up to f9de54e9b09b4836fb3cda9d98a6dfba367b9734:
designware_i2c: remove 10msec delay in i2c_xfer_finish (2013-11-13 06:22:41 +0100)
Alexey Brodkin (3): cmd_eeprom: fix i2c_{read|write} usage if env is in I2C EEPROM designware_i2c: disable i2c controller during target address setup designware_i2c: remove 10msec delay in i2c_xfer_finish
Heiko Schocher (3): i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework i2c, zynq: convert zynq i2c driver to new multibus/multiadapter framework i2c, omap1510: remove i2c driver
Marek Vasut (1): i2c: mxs_i2c: Squash endless loop
Nobuhiro Iwamatsu (1): i2c: sh_i2c: Update to new CONFIG_SYS_I2C framework
README | 36 ++++++++++++++++++ arch/arm/cpu/armv7/omap-common/clocks-common.c | 3 +- arch/arm/cpu/armv7/omap-common/u-boot-spl.lds | 4 ++ arch/arm/cpu/armv7/omap3/board.c | 2 +- arch/arm/cpu/armv7/omap3/clock.c | 2 +- arch/arm/include/asm/arch-am33xx/i2c.h | 6 +-- board/compulab/cm_t35/cm_t35.c | 2 +- board/compulab/common/Makefile | 2 +- board/compulab/common/eeprom.h | 2 +- board/kmc/kzm9g/kzm9g.c | 1 - board/logicpd/am3517evm/am3517evm.c | 4 +- board/overo/overo.c | 2 +- board/phytec/pcm051/board.c | 4 +- board/renesas/ecovec/ecovec.c | 3 +- board/siemens/common/board.c | 4 +- board/ti/am335x/board.c | 2 +- board/ti/am3517crane/am3517crane.c | 4 +- board/ti/evm/evm.c | 4 +- common/cmd_eeprom.c | 4 +- drivers/i2c/Makefile | 9 ++--- drivers/i2c/designware_i2c.c | 15 ++++++-- drivers/i2c/mxs_i2c.c | 15 ++++++-- drivers/i2c/omap1510_i2c.c | 277 ------------------------------------------------------------------------------------------------------------------------------------------ drivers/i2c/omap24xx_i2c.c | 172 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------- drivers/i2c/sh_i2c.c | 294 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------- drivers/i2c/zynq_i2c.c | 29 ++++++++------- include/configs/am335x_evm.h | 1 - include/configs/am3517_crane.h | 8 ++-- include/configs/am3517_evm.h | 8 ++-- include/configs/cm_t35.h | 8 ++-- include/configs/devkit8000.h | 8 ++-- include/configs/dig297.h | 8 ++-- include/configs/ecovec.h | 15 ++++---- include/configs/kzm9g.h | 31 ++++++++-------- include/configs/mcx.h | 8 ++-- include/configs/nokia_rx51.h | 8 ++-- include/configs/omap3_beagle.h | 9 ++--- include/configs/omap3_evm_common.h | 9 ++--- include/configs/omap3_igep00x0.h | 8 ++-- include/configs/omap3_logic.h | 10 ++--- include/configs/omap3_mvblx.h | 9 ++--- include/configs/omap3_overo.h | 9 ++--- include/configs/omap3_pandora.h | 8 ++-- include/configs/omap3_sdp3430.h | 8 ++-- include/configs/omap3_zoom1.h | 8 ++-- include/configs/omap3_zoom2.h | 8 ++-- include/configs/pcm051.h | 9 ++--- include/configs/siemens-am33x-common.h | 9 ++--- include/configs/tam3517-common.h | 11 +++--- include/configs/ti_armv7_common.h | 9 ++--- include/configs/tricorder.h | 10 ++--- include/configs/zynq.h | 8 ++-- 52 files changed, 465 insertions(+), 682 deletions(-) delete mode 100644 drivers/i2c/omap1510_i2c.c
Applied to u-boot/master, thanks!
participants (2)
-
Heiko Schocher
-
Tom Rini