Hello Tom,

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

The following changes since commit 0a8e823ad0c5a602c93c2e8a54caf622ade6d3fb:

  Prepare v2014.04-rc1 (2014-02-19 16:01:28 -0500)

are available in the git repository at:

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

for you to fetch changes up to 39abd65c342a271d39fa580dc4c5cb7fce516ef3:

  arc: remove "hardware.h" (2014-02-20 06:49:19 +0100)

----------------------------------------------------------------
Alexey Brodkin (3):
      spear: move CONFIG_SYS_I2C_BASE from arch-spear/hardware to board configs
      designware_i2c: remove inclusion of <asm/arch/hardware.h>
      arc: remove "hardware.h"

Chin Liang See (1):
      designware_i2c: Enhance DesignWare I2C driver address support

Hannes Petermaier (1):
      OMAP24xx I2C: Add support for set-speed

Heiko Schocher (1):
      i2c, bootcount: add support for bootcounter on i2c devices

Marek Vasut (1):
      i2c: i2c-mxs: Wait for I2C to empty queue

Michael Burr (2):
      i2c: zynq: Support for 0-length register address
      i2c: zynq: Add support for the second i2c controller

Scott Jiang (1):
      blackfin: make i2c driver blackfin independant

Sonic Zhang (3):
      blackfin: the sclk MHz in i2c driver should be divided by 1000 other than 
1024
      blackfin: add spi and i2c specific get clock functions
      blackfin: rename bfin-twi_i2c driver to adi_i2c

 README                                      |  20 +++++++++
 arch/arc/include/asm/arch-arc700/hardware.h |  10 -----
 arch/arm/include/asm/arch-spear/hardware.h  |   4 --
 arch/blackfin/include/asm/blackfin_local.h  |   7 ---
 arch/blackfin/include/asm/clock.h           |  11 +++++
 arch/blackfin/include/asm/twi.h             |  15 +++++++
 drivers/bootcount/Makefile                  |   1 +
 drivers/bootcount/bootcount_i2c.c           |  44 +++++++++++++++++++
 drivers/i2c/adi_i2c.c                       | 387 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/i2c/bfin-twi_i2c.c                  |   3 +-
 drivers/i2c/designware_i2c.c                |  42 ++++--------------
 drivers/i2c/mxs_i2c.c                       |  39 ++++++++++++++---
 drivers/i2c/omap24xx_i2c.c                  | 147 
+++++++++++++++++++++++++++++++++++++++++----------------------
 drivers/i2c/zynq_i2c.c                      |  82 
++++++++++++++++++++---------------
 drivers/spi/bfin_spi.c                      |   7 +--
 drivers/spi/bfin_spi6xx.c                   |   7 +--
 include/configs/spear-common.h              |   9 ++++
 include/configs/x600.h                      |   1 +
 include/configs/zynq-common.h               |   6 +--
 include/i2c.h                               |   1 +
 20 files changed, 688 insertions(+), 155 deletions(-)
 delete mode 100644 arch/arc/include/asm/arch-arc700/hardware.h
 create mode 100644 arch/blackfin/include/asm/twi.h
 create mode 100644 drivers/bootcount/bootcount_i2c.c
 create mode 100644 drivers/i2c/adi_i2c.c

bye,
Heiko
--
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to