[U-Boot] [i2c] Pull request

2014-01-17 Thread Heiko Schocher

Hello Tom,

please pull some small fixes from u-boot-i2c.git

Thanks!

The following changes since commit 7f673c99c2d8d1aa21996c5b914f06d784b080ca:

  Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-01-10 10:56:00 
-0500)

are available in the git repository at:


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

for you to fetch changes up to 8e0b3c020057b3f7345b6696029a80eaf162e7f3:

  i2c: zynq: Add support for the second i2c controller (2014-01-13 09:06:08 
+0100)


Alexey Brodkin (2):
  env_eeprom - fix bus recovery for "eeprom_bus_read"
  drivers/designware_i2c - add suppor of CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW

Darwin Rambo (1):
  i2c: Fix i2c speed command

Hisashi Nakamura (1):
  rcar_i2c: Fix receiving wait condition

Kuo-Jung Su (1):
  i2c: fti2c010: fix compiler warning on paddr[]

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

Nobuhiro Iwamatsu (1):
  rcar_i2c: Clear status before start master receive

 common/env_eeprom.c   |  5 ++---
 drivers/i2c/designware_i2c.c  | 38 ++
 drivers/i2c/fti2c010.c|  4 ++--
 drivers/i2c/i2c_core.c|  2 +-
 drivers/i2c/rcar_i2c.c|  6 --
 drivers/i2c/zynq_i2c.c| 79 
+--
 include/configs/zynq-common.h |  5 ++---
 include/configs/zynq_zc70x.h  |  2 +-
 8 files changed, 103 insertions(+), 38 deletions(-)

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


[U-Boot] [i2c] Pull request

2013-11-12 Thread Heiko Schocher

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
--
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


[U-Boot] [i2c] Pull request

2013-12-08 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git.

The following changes since commit f44483b57c49282299da0e5c10073b909cdad979:

  Merge branch 'serial' of git://git.denx.de/u-boot-microblaze (2013-12-02 
08:48:02 -0500)

are available in the git repository at:


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

for you to fetch changes up to e717fc6d1a2b459ae8352f7af5945cc0c216ab1e:

  i2c: samsung: register i2c busses for Exynso5420 and Exynos5250 (2013-12-06 
07:46:23 +0100)


Kuo-Jung Su (4):
  i2c: fti2c010: cosmetic: coding style cleanup
  i2c: fti2c010: migrate to new i2c model
  i2c: fti2c010: serial out r/w address in MSB order
  cmd_eeprom: bug fix for i2c read/write

Naveen Krishna Ch (1):
  i2c: samsung: register i2c busses for Exynso5420 and Exynos5250

Nikita Kiryanov (1):
  arm: omap: i2c: don't zero cnt in i2c_write

Piotr Wilczek (2):
  driver:i2c:s3c24x0: adapt driver to new i2c
  driver:i2c:s3c24x0: fix clock init for hsi2c

 README  |   6 +++
 board/samsung/smdk5250/exynos5-dt.c |   2 -
 board/samsung/trats/trats.c |  21 ++
 board/samsung/trats2/trats2.c   |  35 +---
 common/cmd_eeprom.c |   4 +-
 drivers/i2c/Makefile|   2 +-
 drivers/i2c/fti2c010.c  | 352 
+---
 drivers/i2c/omap24xx_i2c.c  |   6 ---
 drivers/i2c/s3c24x0_i2c.c   | 284 
--
 include/configs/VCMA9.h |   8 ++--
 include/configs/arndale.h   |   9 ++--
 include/configs/exynos5250-dt.h |   8 ++--
 include/configs/trats.h |  25 
 include/configs/trats2.h|  29 ++---
 14 files changed, 474 insertions(+), 317 deletions(-)

Thanks!

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


[U-Boot] [i2c] Pull request

2014-04-28 Thread Heiko Schocher

Hello Tom,

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

The following changes since commit 8854070784450f7ade382c5792b2721fbe27315a:

  Merge branch 'master' of git://www.denx.de/git/u-boot-arc (2014-04-25 
15:08:43 -0400)

are available in the git repository at:


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

for you to fetch changes up to a405764c1ec835a41ccda943b9156aee25e15d5e:

  drivers/i2c/fsl_i2c: modify i2c_read to handle multi-byte write (2014-04-29 
07:10:58 +0200)


Shaveta Leekha (1):
  drivers/i2c/fsl_i2c: modify i2c_read to handle multi-byte write

York Sun (1):
  driver/mxc_i2c: Move static data structure to global_data

 drivers/i2c/fsl_i2c.c | 41 
++---
 drivers/i2c/mxc_i2c.c | 18 --
 include/asm-generic/global_data.h |  3 +++
 3 files changed, 45 insertions(+), 17 deletions(-)

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


[U-Boot] [i2c] Pull request

2014-05-07 Thread Heiko Schocher

Hello Tom,

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

The following changes since commit 173d294b94cfec10063a5be40934d6d8fb7981ce:

  Merge branch 'serial' of git://www.denx.de/git/u-boot-microblaze (2014-05-06 
14:55:45 -0400)

are available in the git repository at:


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

for you to fetch changes up to 5146fc2b37a3098f0973b2f2339e069adfc7d272:

  i2c: zynq: Fixed compilation errors when using DEBUG (2014-05-08 07:03:37 
+0200)


Jesper B. Christensen (1):
  i2c: zynq: Fixed compilation errors when using DEBUG

 drivers/i2c/zynq_i2c.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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


[U-Boot] [i2c] Pull request

2014-05-14 Thread Heiko Schocher

Hello Tom,

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

The following changes since commit 557a3319089499aa0e55d65a6b43b7137f362003:

  Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-05-13 
17:09:28 -0400)

are available in the git repository at:


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

for you to fetch changes up to 2072e7262965bb48d7fffb1e283101e6ed8b21a8:

  mvtwsi: Remove unnecessary twsi_baud_rate and twsi_slave_address globals 
(2014-05-14 12:59:12 +0200)


Hans de Goede (2):
  mvtwsi: Fix clock programming
  mvtwsi: Remove unnecessary twsi_baud_rate and twsi_slave_address globals

 drivers/i2c/mvtwsi.c | 28 +---
 1 file changed, 5 insertions(+), 23 deletions(-)

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


[U-Boot] [i2c] Pull request

2014-06-12 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git:

The following changes since commit e153b13c8e300236e6d505bea629cc81fd0988cb:

  common/xyzModem.c: move empty statements to newline (2014-06-11 16:27:06 
-0400)

are available in the git repository at:

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

for you to fetch changes up to 6736ec15c518d013263fa97fc48ca22a50753792:

  i2c: kona: Resolve Kona I2C driver issue (2014-06-12 11:42:50 +0200)


Steve Rae (1):
  i2c: kona: Resolve Kona I2C driver issue

 drivers/i2c/kona_i2c.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Thanks!

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


[U-Boot] [i2c] Pull request

2013-08-02 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c

The following changes since commit 245d65b6e503f3a159cffb3392ac3b2c25606d8e:

  Merge branch 'master' of git://git.denx.de/u-boot-usb (2013-08-01 09:19:28 
-0400)

are available in the git repository at:


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

for you to fetch changes up to 90f002a90f5ac9087737fbc9e781f3519e011f28:

  i2c: soft: Fix typo in CONFIG_SYS_I2C_SOFT_SPEED (2013-08-03 06:01:18 +0200)


Marek Vasut (1):
  i2c: soft: Fix typo in CONFIG_SYS_I2C_SOFT_SPEED

 drivers/i2c/soft_i2c.c   | 8 
 include/configs/blackstamp.h | 4 ++--
 2 Dateien geändert, 6 Zeilen hinzugefügt(+), 6 Zeilen entfernt(-)

Thanks.

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


[U-Boot] [i2c] Pull request

2013-08-20 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git

The following changes since commit 40a60c6e8bdd00330310eaa351c9391e74d0bc2c:

  Prepare v2013.10-rc1 (2013-08-19 17:26:15 -0400)

are available in the git repository at:

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

for you to fetch changes up to 3fbb517f30fe68e29640bee63ab366569914d898:

  pmic:i2c: Replace legacy I2C_SET_BUS macro with i2c_set_bus_num() (2013-08-20 
11:15:32 +0200)


Chunhe Lan (2):
  fsl_i2c: generate nine pulses on SCL if the I2C bus is hung
  fsl_i2c: add workaround for the erratum I2C A004447

Łukasz Majewski (3):
  i2c:multibus:fix: Correct I2C_MULTI_BUS value when support for many buses 
is enabled
  i2c:samsung: Adjust Trats, GONI and Universal_c210 boards to work with 
new I2C framework
  pmic:i2c: Replace legacy I2C_SET_BUS macro with i2c_set_bus_num()

 arch/powerpc/cpu/mpc85xx/cmd_errata.c |  5 +
 arch/powerpc/include/asm/config_mpc85xx.h | 16 
 arch/powerpc/include/asm/fsl_i2c.h|  1 +
 arch/powerpc/include/asm/processor.h  |  5 +
 board/samsung/common/multi_i2c.c  | 14 ++
 board/samsung/goni/goni.c |  6 +-
 board/samsung/trats/trats.c   | 17 -
 board/samsung/universal_c210/universal.c  |  4 
 drivers/i2c/fsl_i2c.c | 67 
+--
 drivers/power/power_i2c.c |  2 +-
 include/configs/trats.h   |  3 +++
 include/i2c.h |  2 +-
 12 Dateien geändert, 120 Zeilen hinzugefügt(+), 22 Zeilen entfernt(-)

Thanks!

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


[U-Boot] [i2c] Pull request

2013-08-26 Thread Heiko Schocher

Hello Tom,

please pull from u-boot.-i2c.git:

The following changes since commit 2b26201a2aef0b310b7c04702b0dba5dea493f77:

  env_nand.c: support falling back to redundant env when writing (2013-08-22 
17:49:47 -0500)

are available in the git repository at:

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

for you to fetch changes up to 880a41273265233004516351189aad126f964c86:

  i2c: fix i2c dev command for not using new framework (2013-08-27 05:49:52 
+0200)


Heiko Schocher (1):
  i2c: fix i2c dev command for not using new framework

 common/cmd_i2c.c | 2 ++
 1 Datei geändert, 2 Zeilen hinzugefügt(+)

Thanks!

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


[U-Boot] [i2c] Pull request

2013-09-08 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c:

The following changes since commit 1affd4d4a3fe512050e1ad1636d9360c670da531:

  cam_enc_4xx: Move CONFIG_SPL_PAD_TO to a config header (2013-09-06 13:09:08 
-0400)

are available in the git repository at:

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

for you to fetch changes up to f62b123813ea604d16ed6115fe2fa552b23d9102:

  powerpc/mpc85xx: Fix the I2C bus speed error on p1022 (2013-09-09 07:44:27 
+0200)


Tang Yuantian (1):
  powerpc/mpc85xx: Fix the I2C bus speed error on p1022

Ying Zhang (1):
  SPL: P1022DS: switch to new multibus/multiadapter support

 arch/powerpc/cpu/mpc85xx/speed.c| 3 ++-
 arch/powerpc/cpu/mpc85xx/u-boot-spl.lds | 5 +
 board/freescale/p1022ds/spl.c   | 6 +-
 3 Dateien geändert, 12 Zeilen hinzugefügt(+), 2 Zeilen entfernt(-)

Thanks!

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


[U-Boot] [i2c] Pull request

2013-09-30 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git

The following changes since commit 6b40852da5c8dd710f9d61204a3c6a3c9d22:

  Sound: MAX98095: Support I2S0 channel (2013-09-24 09:10:33 -0400)

are available in the git repository at:

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

for you to fetch changes up to e436193269620579164d7db4296a3d7a378dbf8d:

  exynos: i2c: Fix i2c driver to handle NACKs properly (2013-10-01 08:33:16 
+0200)


Naveen Krishna Ch (1):
  exynos: i2c: Fix i2c driver to handle NACKs properly

 drivers/i2c/s3c24x0_i2c.c | 213 
--
 1 file changed, 89 insertions(+), 124 deletions(-)

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


[U-Boot] [i2c] Pull request

2013-10-16 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git:

The following changes since commit 183acb700378a8cfc5d50a01a65de93fb2c24586:

  Prepare v2013.10 (2013-10-16 13:08:12 -0400)

are available in the git repository at:

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

for you to fetch changes up to 9a2a73d29fa395f42f3fb477ac99dda4d7f2f21f:

  i2c: eliminate warnings in i2c_reloc_fixup function (2013-10-17 07:24:41 
+0200)


Heiko Schocher (1):
  i2c, core: optimze i2c_set_bus_num()

Jens Scharsig (BuS Elektronik) (1):
  Fix: nommu I2C adapter relocation error

Masahiro Yamada (1):
  i2c: eliminate warnings in i2c_reloc_fixup function

Michael Burr (1):
  i2c: Zynq: Support for TI PCA9548 bus multiplexer

Naveen Krishna Ch (2):
  exynos: i2c: Fix i2c driver to handle NACKs properly
  i2c: s3c24xx: add hsi2c controller support

Nobuhiro Iwamatsu (3):
  i2c: Add support for Renesas rcar
  i2c: sh_i2c: Avoid using I2C prior to relocation
  README: I2C: Fix indent

Simon Glass (1):
  exynos: i2c: Change FDT bus setup code to enumerate ports correctly

trem (3):
  i2c: fix init on generic board
  i2c: mxc: move to new subsystem
  i2c: update config using mxc driver to new subsystem

 README|  31 +-
 arch/arm/cpu/armv7/mx5/clock.c|   2 +-
 arch/arm/cpu/armv7/mx6/clock.c|   2 +-
 arch/arm/imx-common/Makefile  |   2 +-
 common/board_f.c  |   4 +
 drivers/i2c/Makefile  |   3 +-
 drivers/i2c/i2c_core.c|  39 +++
 drivers/i2c/mxc_i2c.c | 137 +---
 drivers/i2c/rcar_i2c.c| 288 
+++
 drivers/i2c/s3c24x0_i2c.c | 835 
+-
 drivers/i2c/s3c24x0_i2c.h |  38 +++
 drivers/i2c/sh_i2c.c  |  10 +-
 include/configs/apf27.h   |  11 +-
 include/configs/flea3.h   |   9 +-
 include/configs/imx31_phycore.h   |   7 +-
 include/configs/m53evk.h  |   7 +-
 include/configs/mx25pdk.h |   7 +-
 include/configs/mx35pdk.h |   7 +-
 include/configs/mx53ard.h |   7 +-
 include/configs/mx53evk.h |   7 +-
 include/configs/mx53loco.h|   7 +-
 include/configs/mx53smd.h |   7 +-
 include/configs/mx6qsabreauto.h   |   4 +-
 include/configs/nitrogen6x.h  |   4 +-
 include/configs/titanium.h|   4 +-
 include/configs/vf610twr.h|   7 +-
 include/configs/woodburn_common.h |   7 +-
 include/i2c.h |   2 +
 28 files changed, 1187 insertions(+), 308 deletions(-)
 create mode 100644 drivers/i2c/rcar_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


[U-Boot] [i2c] Pull request

2014-03-30 Thread Heiko Schocher

Hello Tom,

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

The following changes since commit 0b2da7e209f4110b7c81d578336a10330e4a4404:

  blackfin: mmc: Correct mmc_host_is_spi and bfin_sdh.c (2014-03-28 16:55:29 
-0400)

are available in the git repository at:

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

for you to fetch changes up to 462d1883f78353c5ed9d09de45a9b5b2422793a3:

  drivers: i2c: delete an unused source file (2014-03-31 07:30:55 +0200)


Masahiro Yamada (1):
  drivers: i2c: delete an unused source file

 drivers/i2c/adi_i2c.c | 387 

 1 file changed, 387 deletions(-)
 delete 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


[U-Boot] [i2c] Pull request

2012-04-24 Thread Heiko Schocher
Hello Wolfgang,

The following changes since commit 61ddce07f8b96c5df7d00466b4da9edaecb0eff1:

  sandbox: Use the new run_command() (2012-04-23 22:53:54 +0200)

are available in the git repository at:
  git://git.denx.de/u-boot-i2c.git master

Armando Visconti (1):
  i2c:designware Turn off the ctrl when setting the speed

Nobuhiro Iwamatsu (1):
  sh: i2c: Add support I2C controller of SH7734

Vipin KUMAR (1):
  i2c: Add support for designware i2c controller

 drivers/i2c/Makefile   |3 +-
 drivers/i2c/{spr_i2c.c => designware_i2c.c}|   15 +-
 .../spr_i2c.h => drivers/i2c/designware_i2c.h  |6 +-
 drivers/i2c/sh_sh7734_i2c.c|  387 
 include/configs/spear-common.h |2 +-
 5 files changed, 406 insertions(+), 7 deletions(-)
 rename drivers/i2c/{spr_i2c.c => designware_i2c.c} (95%)
 rename arch/arm/include/asm/arch-spear/spr_i2c.h => 
drivers/i2c/designware_i2c.h (98%)
 create mode 100644 drivers/i2c/sh_sh7734_i2c.c


"MAKEALL arm" shows:

[hs@pollux u-boot-i2c]$ eldk-switch -r 5.1 armv5te
Setup for armv5te (using ELDK 5.1)
[hs@pollux u-boot-i2c]$ ./MAKEALL arm
[...]
- SUMMARY 
Boards compiled: 277
--
[hs@pollux u-boot-i2c]$

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


[U-Boot] [i2c] Pull request

2012-01-24 Thread Heiko Schocher
Hello Wolfgang,

The following changes since commit 137703b811502dfea364650fb3e17f20b4c21333:

  overo: add SPL support (2012-01-16 08:40:13 +0100)

are available in the git repository at:
  git://git.denx.de/u-boot-i2c.git master

Patil, Rachna (3):
  ARM: I2C: I2C Multi byte address support
  ARM: AM33XX: Add AM33XX I2C driver support
  ARM: AM33XX: Add i2c support

 arch/arm/cpu/armv7/am33xx/clock.c |5 +
 arch/arm/include/asm/arch-am33xx/common_def.h |1 +
 arch/arm/include/asm/arch-am33xx/cpu.h|3 +-
 arch/arm/include/asm/arch-am33xx/i2c.h|   81 +
 board/ti/am335x/evm.c |7 +
 board/ti/am335x/mux.c |   13 +
 drivers/i2c/omap24xx_i2c.c|  475 -
 drivers/i2c/omap24xx_i2c.h|2 +
 include/configs/am335x_evm.h  |9 +
 9 files changed, 421 insertions(+), 175 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-am33xx/i2c.h

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


[U-Boot] [i2c] Pull request

2012-02-20 Thread Heiko Schocher
Hello Wolfgang,

The following changes since commit 2acca35ce4604dcef933f07d90aa9c9c930e1049:

  Merge branch 'master' of git://git.denx.de/u-boot-mmc (2012-02-17 23:54:46 
+0100)

are available in the git repository at:

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

Tom Rini (2):
  Revert "ARM: AM33XX: Add AM33XX I2C driver support"
  Revert "ARM: I2C: I2C Multi byte address support"

 drivers/i2c/omap24xx_i2c.c |  475 
 drivers/i2c/omap24xx_i2c.h |2 -
 2 files changed, 174 insertions(+), 303 deletions(-)

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


[U-Boot] [i2c] Pull request

2012-09-17 Thread Heiko Schocher

Hello Tom,

The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721:

  Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-09-04 09:17:27 
+0200)

are available in the git repository at:

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

Koen Kooi (1):
  omap4 i2c: add support for i2c bus 4

Łukasz Majewski (2):
  i2c:soft:multi: Support for multiple soft I2C buses at Samsung boards
  i2c:soft:multi: Enable soft I2C multibus at Trats development board

 arch/arm/include/asm/arch-omap4/cpu.h |1 +
 arch/arm/include/asm/arch-omap4/i2c.h |2 +-
 board/samsung/common/Makefile |   43 ++
 board/samsung/common/multi_i2c.c  |   65 +
 board/samsung/trats/trats.c   |   15 
 drivers/i2c/omap24xx_i2c.c|8 
 include/configs/trats.h   |   24 +
 include/i2c.h |   12 ++
 8 files changed, 162 insertions(+), 8 deletions(-)
 create mode 100644 board/samsung/common/Makefile
 create mode 100644 board/samsung/common/multi_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


[U-Boot] [i2c] Pull request

2012-07-11 Thread Heiko Schocher

Hello Wolfgang,

Sorry for the late pull request, but it seems my Pull request Email
got lost ... Sorry. A "MAKEALL arm" with ELDK-5.2 compiled fine.

The following changes since commit 211e47549b668c7cdd8658c0413a272f0d0495d4:

  Prepare v2012.07-rc1 (2012-07-10 09:21:12 +0200)

are available in the git repository at:
  git://git.denx.de/u-boot-i2c.git master

Fabio Estevam (1):
  mx28evk: Add I2C support

Torsten Fleischer (1):
  mxs-i2c: Fix internal address byte order

Troy Kisky (3):
  mxc_i2c: specify i2c base address in config file
  mx6qsabrelite: add i2c support
  mxc_i2c: remove setting speed at each start

 arch/arm/include/asm/arch-mx31/imx-regs.h |7 +
 arch/arm/include/asm/arch-mx35/imx-regs.h |2 +-
 board/freescale/mx28evk/iomux.c   |3 ++
 board/freescale/mx6qsabrelite/mx6qsabrelite.c |   11 +
 drivers/i2c/mxc_i2c.c |   31 +++-
 drivers/i2c/mxs_i2c.c |2 +-
 include/configs/flea3.h   |2 +-
 include/configs/imx31_phycore.h   |3 +-
 include/configs/mx28evk.h |8 ++
 include/configs/mx35pdk.h |2 +-
 include/configs/mx53ard.h |2 +-
 include/configs/mx53evk.h |2 +-
 include/configs/mx53loco.h|2 +-
 include/configs/mx53smd.h |2 +-
 include/configs/mx6qsabrelite.h   |8 ++
 15 files changed, 51 insertions(+), 36 deletions(-)

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


[U-Boot] [i2c] Pull request

2012-07-31 Thread Heiko Schocher

Hello Wolfgang,

The following changes since commit b98b611502f5e0a85a1f8e15cf46c470cb105614:

  Merge branch 'next' of git://git.denx.de/u-boot (2012-07-30 20:39:52 +0200)

are available in the git repository at:

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

Holger Brunck (2):
  i2c: deblock i2c bus also if accessed before realocation
  km/common: remove printfs for i2c deblocking code

Rajeshwari Shinde (8):
  EXYNOS: CLK: Add i2c clock
  EXYNOS: Add I2C base address.
  EXYNOS5: define EXYNOS5_I2C_SPACING
  EXYNOS: PINMUX: Add pinmux support for I2C
  I2C: Move struct s3c24x0_i2c to a common place.
  I2C: Modify the I2C driver for EXYNOS5
  I2C: Add support for Multi channel
  CONFIG: SMDK5250: I2C: Enable I2C

Troy Kisky (25):
  mxc_i2c: fix i2c_imx_stop
  mxc_i2c: remove ifdef of CONFIG_HARD_I2C
  mxc_i2c: create tx_byte function
  mxc_i2c: clear i2sr before waiting for bit
  mxc_i2c: create i2c_init_transfer
  mxc_i2c: call i2c_imx_stop on error in i2c_read/i2c_write
  mxc_i2c.c: code i2c_probe as a 0 length i2c_write
  mxc_i2c: combine i2c_imx_bus_busy and i2c_imx_trx_complete into 
wait_for_sr_state
  mxc_i2c: remove redundant read
  mxc_i2c: place imx_start code inline
  mxc_i2c: place i2c_reset code inline
  mxc_i2c: don't disable controller after every transaction
  mxc_i2c: change slave addr if conflicts with destination.
  mxc_i2c: check for arbitration lost
  mxc_i2c: add retries
  mxc_i2c: add i2c_regs argument to i2c_imx_stop
  mxc_i2c: prep work for multiple busses support
  mxc_i2c: add bus recovery support
  mxc_i2c: finish adding CONFIG_I2C_MULTI_BUS support
  iomux-v3: remove include of mx6x_pins.h
  i.mx: iomux-v3.h: move to imx-common include directory
  i.mx: iomux-v3.c: move to imx-common directory
  i.mx53: add definition for I2C3_BASE_ADDR
  imx-common: add i2c.c for bus recovery support
  mx6qsabrelite: add i2c multi-bus support

 arch/arm/cpu/armv7/exynos/clock.c  |   33 ++
 arch/arm/cpu/armv7/exynos/pinmux.c |   52 +++
 arch/arm/cpu/armv7/imx-common/Makefile |4 +-
 arch/arm/cpu/armv7/imx-common/i2c.c|   99 
 arch/arm/cpu/armv7/{mx6 => imx-common}/iomux-v3.c  |3 +-
 arch/arm/cpu/armv7/mx5/clock.c |   20 +
 arch/arm/cpu/armv7/mx6/Makefile|2 +-
 arch/arm/cpu/armv7/mx6/clock.c |   20 +
 arch/arm/include/asm/arch-exynos/clk.h |1 +
 arch/arm/include/asm/arch-exynos/cpu.h |5 +
 arch/arm/include/asm/arch-exynos/periph.h  |8 +
 arch/arm/include/asm/arch-mx5/clock.h  |1 +
 arch/arm/include/asm/arch-mx5/imx-regs.h   |1 +
 arch/arm/include/asm/arch-mx6/clock.h  |1 +
 arch/arm/include/asm/arch-mx6/mx6x_pins.h  |2 +-
 arch/arm/include/asm/arch-s3c24x0/s3c24x0.h|   10 -
 .../asm/{arch-mx6 => imx-common}/iomux-v3.h|0
 arch/arm/include/asm/imx-common/mxc_i2c.h  |   42 ++
 board/freescale/mx6qarm2/mx6qarm2.c|2 +-
 board/freescale/mx6qsabrelite/mx6qsabrelite.c  |   54 ++-
 board/keymile/common/common.c  |3 -
 board/samsung/smdk5250/smdk5250.c  |   30 ++-
 common/cmd_i2c.c   |1 +
 drivers/i2c/mxc_i2c.c  |  477 +++-
 drivers/i2c/s3c24x0_i2c.c  |  221 ++
 drivers/i2c/s3c24x0_i2c.h  |   33 ++
 drivers/usb/host/ehci-mx6.c|2 +-
 include/configs/mx6qsabrelite.h|6 +-
 include/configs/smdk5250.h |   10 +
 29 files changed, 822 insertions(+), 321 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/imx-common/i2c.c
 rename arch/arm/cpu/armv7/{mx6 => imx-common}/iomux-v3.c (97%)
 rename arch/arm/include/asm/{arch-mx6 => imx-common}/iomux-v3.h (100%)
 create mode 100644 arch/arm/include/asm/imx-common/mxc_i2c.h
 create mode 100644 drivers/i2c/s3c24x0_i2c.h

A "MAKEALL arm" with ELDK-5.2 compiled fine:

[hs@pollux u-boot-i2c]$ eldk-switch -r 5.2 armv5te
Setup for armv5te (using ELDK 5.2)
[hs@pollux u-boot-i2c]$ ./MAKEALL arm
[...]
- SUMMARY 
Boards compiled: 303
--

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


[U-Boot] [i2c] Pull request

2012-10-16 Thread Heiko Schocher

Hello Tom,

The following changes since commit bd23b22badadcdc414a900828253961fc5ec6c39:

  Merge branch 'ag...@denx.de-next' of git://git.denx.de/u-boot-staging 
(2012-10-15 13:37:22 -0700)

are available in the git repository at:

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

Eric Nelson (1):
  i2c_probe: update for use in scripting

Tetsuyuki Kobayashi (9):
  i2c: sh_i2c.c: support iccl and icch extension
  i2c: sh_i2c.c: correct BUSY bit define in ICSR
  i2c: sh_i2c.c: adjust for SH73A0
  i2c: sh_i2c.c: support I2C2, I2C3 and I2C4
  i2c: sh_i2c: enable i2c_probe
  i2c: sh_i2c.c: check error in i2c_read and i2c_write
  arm: rmobile: kzm9g: enable I2C1
  arm: rmobile: kzm9g: enable I2C2
  i2c: sh_i2c: use setbits/clrbits macro

York Sun (1):
  common/i2c: Add i2c write command

 board/kmc/kzm9g/kzm9g.c |7 ++-
 common/cmd_i2c.c|   70 ++--
 drivers/i2c/sh_i2c.c|  139 +++
 include/configs/kzm9g.h |8 ++-
 4 files changed, 181 insertions(+), 43 deletions(-)

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


[U-Boot] [i2c] Pull request

2014-07-15 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git

The following changes since commit 524123a70761110c5cf3ccc5f52f6d4da071b959:

  Prepare v2014.07 (2014-07-14 13:16:45 -0400)

are available in the git repository at:

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

for you to fetch changes up to a17fd10fb516df3a0b00fcceb8678de2689951fc:

  fsl_i2c: add support for 3rd and 4th I2C (2014-07-16 05:19:15 +0200)


Heiko Schocher (1):
  i2c, omap24xx: add i2c deblock sequenz

Shengzhou Liu (1):
  fsl_i2c: add support for 3rd and 4th I2C

 drivers/i2c/fsl_i2c.c  | 22 --
 drivers/i2c/omap24xx_i2c.c | 57 
+
 2 files changed, 77 insertions(+), 2 deletions(-)

Thanks!

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


[U-Boot] [i2c] Pull request

2015-03-18 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git

The following changes since commit 052a681bae8ee91c9854089549b20c857d499fd7:

  Prepare v2015.04-rc4 (2015-03-17 16:37:48 -0400)

are available in the git repository at:

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

for you to fetch changes up to e6fbc3e4f1f2f974ec8efe9d52cfcb22b87f6294:

  mv_i2c: fix warnings on 64-bit builds (2015-03-18 09:13:17 +0100)


Rob Herring (1):
  mv_i2c: fix warnings on 64-bit builds

 drivers/i2c/mv_i2c.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
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


[U-Boot] [i2c] Pull request

2014-10-29 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git

The following changes since commit d58a9451e7339ed4cf2b2627e534611f427fb791:

  ppc/arm: zap EMK boards (2014-10-28 12:48:31 -0400)

are available in the git repository at:

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

for you to fetch changes up to 678398b19ee23ee5227074bc0d0e7c3925af815c:

  i2c: designware: Convert driver to multibus/multiadapter framework 
(2014-10-29 08:56:23 +0100)


Marek Vasut (4):
  i2c: mxs: Consolidate hard-coded bus address
  i2c: mxs: Add basic support for i2c framework
  i2c: mxs: Pass the i2c_adapter around
  i2c: mxs: Add support for I2C 1 on i.MX28

Stefan Roese (1):
  i2c: designware: Convert driver to multibus/multiadapter framework

 arch/arm/cpu/arm926ejs/spear/cpu.c |   2 +-
 drivers/i2c/Makefile   |   4 +--
 drivers/i2c/designware_i2c.c   | 293 
+
 drivers/i2c/mxs_i2c.c  | 187 

 include/configs/axs101.h   |   9 --
 include/configs/mxs.h  |   3 +-
 include/configs/spear-common.h |   4 +--
 include/configs/x600.h |   4 +--
 8 files changed, 246 insertions(+), 260 deletions(-)

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


[U-Boot] [i2c] Pull request

2014-11-09 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git

The following changes since commit 11ada9225a16ed2d8ddbf0715a2416245a777cbc:

  Merge branch 'rmobile' of git://www.denx.de/git/u-boot-sh (2014-11-05 
13:11:18 -0500)

are available in the git repository at:


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

for you to fetch changes up to cd818a381ddcdc2440a167757394298f28b70240:

  i2c: rcar_i2c: Fix order of restart and clear status (2014-11-10 06:47:37 
+0100)


Dirk Eibach (2):
  ppc4xx: Fix i2c repeated start
  ppc4xx: Handle i2c stuck on combined xfer

Nobuhiro Iwamatsu (1):
  i2c: rcar_i2c: Fix order of restart and clear status

Shaveta Leekha (1):
  drivers/i2c/fsl_i2c: Change CONFIG_I2C_TIMEOUT to 100ms

 arch/powerpc/include/asm/ppc4xx-i2c.h |  2 ++
 drivers/i2c/fsl_i2c.c |  2 +-
 drivers/i2c/ppc4xx_i2c.c  | 30 ++
 drivers/i2c/rcar_i2c.c|  4 ++--
 4 files changed, 31 insertions(+), 7 deletions(-)

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


[U-Boot] [i2c] Pull request

2014-12-07 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git

The following changes since commit 97cdf64026c7d749dd7a5c0dbaba7a60a7292ac9:

  Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 (2014-12-04 09:24:05 
-0500)

are available in the git repository at:


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

for you to fetch changes up to f4ed36964a7ab4e729d62e96dac15a674dcc2668:

  i2c: Correct spelling error (2014-12-08 07:27:22 +0100)


Mark Tomlinson (2):
  i2c: Fix deselection of muxes
  i2c: Correct spelling error

 drivers/i2c/i2c_core.c | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Thanks!

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


[U-Boot] [i2c] Pull request

2011-04-13 Thread Heiko Schocher
Hello Wolfgang,

please pull from:

The following changes since commit 73e5476e1edf1b860dbd9b5fc21ef32ac1b551ba:

  MAINTAINERS: fix email address case (2011-04-13 22:40:51 +0200)

are available in the git repository at:
  git://git.denx.de/u-boot-i2c.git master

Nick Thompson (1):
  I2C: OMAP: detect more devices when probing an i2c bus

 drivers/i2c/omap24xx_i2c.c |   42 +++---
 1 files changed, 11 insertions(+), 31 deletions(-)

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


[U-Boot] [i2c] Pull request

2011-10-03 Thread Heiko Schocher
Hello Wolfgang,

The following changes since commit 7b8ffea2ac44097ed1c99ba70b8c6a4cf12ba0b4:

  GCC4.6: Squash warning in lzo1x_decompress.c (2011-10-01 23:34:38 +0200)

are available in the git repository at:
  git://git.denx.de/u-boot-i2c.git master

Lei Wen (2):
  I2C: mv_i2c: fix build issue when enable debug option
  I2C: mv_i2c: fix multi-bus init issue

 drivers/i2c/mv_i2c.c |   44 +---
 1 files changed, 25 insertions(+), 19 deletions(-)

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


[U-Boot] [i2c] Pull request

2011-11-03 Thread Heiko Schocher
Hello Wolfgang,

The following changes since commit fec79acc864bed049b6beae719ccbf2bbec5403a:

  sandbox: drop unused return (2011-11-03 22:35:25 +0100)

are available in the git repository at:
  git://git.denx.de/u-boot-i2c.git master

Jerry Huang (1):
  Powerpc/i2c: Use the same initialize codes

 drivers/i2c/fsl_i2c.c |   47 +--
 1 files changed, 25 insertions(+), 22 deletions(-)

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


[U-Boot] [i2c] Pull request

2011-11-08 Thread Heiko Schocher
Hello Wolfgang,

The following changes since commit 5721385b187b3154c7768e6c182501022f4e2e45:

  Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx (2011-11-08 
07:44:52 +0100)

are available in the git repository at:

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

Kumar Gala (1):
  fsl_i2c: Fix compile warning

 drivers/i2c/fsl_i2c.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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


[U-Boot] [i2c] Pull Request

2010-04-06 Thread Heiko Schocher
Hello Wolfgang,

The following changes since commit ffa37fc98d71ef930bccd4e9eed37f6ce6b4d6af:
  Wolfgang Denk (1):
Merge branch 'next'

are available in the git repository at:

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

Stefan Roese (1):
  i2c: Move PPC4xx I2C driver into drivers/i2c directory

 cpu/ppc4xx/Makefile  |1 -
 drivers/i2c/Makefile |1 +
 cpu/ppc4xx/i2c.c => drivers/i2c/ppc4xx_i2c.c |0
 include/configs/ASH405.h |1 +
 include/configs/CANBT.h  |1 +
 include/configs/CMS700.h |1 +
 include/configs/CPCI2DP.h|1 +
 include/configs/CPCI405.h|1 +
 include/configs/CPCI4052.h   |1 +
 include/configs/CPCI405AB.h  |1 +
 include/configs/CPCI405DT.h  |1 +
 include/configs/CPCIISER4.h  |1 +
 include/configs/CRAYL1.h |1 +
 include/configs/DP405.h  |1 +
 include/configs/DU405.h  |1 +
 include/configs/DU440.h  |1 +
 include/configs/ERIC.h   |1 +
 include/configs/G2000.h  |1 +
 include/configs/HH405.h  |1 +
 include/configs/HUB405.h |1 +
 include/configs/JSE.h|1 +
 include/configs/KAREF.h  |1 +
 include/configs/METROBOX.h   |1 +
 include/configs/MIP405.h |1 +
 include/configs/OCRTC.h  |1 +
 include/configs/ORSG.h   |1 +
 include/configs/PCI405.h |1 +
 include/configs/PIP405.h |1 +
 include/configs/PLU405.h |1 +
 include/configs/PMC405.h |1 +
 include/configs/PMC405DE.h   |1 +
 include/configs/PMC440.h |1 +
 include/configs/PPChameleonEVB.h |1 +
 include/configs/VOH405.h |1 +
 include/configs/VOM405.h |1 +
 include/configs/W7OLMC.h |1 +
 include/configs/W7OLMG.h |1 +
 include/configs/WUH405.h |1 +
 include/configs/XPEDITE1000.h|1 +
 include/configs/alpr.h   |1 +
 include/configs/amcc-common.h|1 +
 include/configs/csb272.h |1 +
 include/configs/csb472.h |1 +
 include/configs/korat.h  |1 +
 include/configs/lwmon5.h |1 +
 include/configs/netstal-common.h |1 +
 include/configs/p3p440.h |1 +
 include/configs/pcs440ep.h   |1 +
 include/configs/quad100hd.h  |1 +
 include/configs/sbc405.h |1 +
 include/configs/sc3.h|1 +
 include/configs/zeus.h   |1 +
 52 files changed, 50 insertions(+), 1 deletions(-)
 rename cpu/ppc4xx/i2c.c => drivers/i2c/ppc4xx_i2c.c (100%)
-- 
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


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

2014-01-20 Thread Michal Simek
Hi Tom,

look below.

On 01/18/2014 08:28 AM, Heiko Schocher wrote:
> Hello Tom,
> 
> please pull some small fixes from u-boot-i2c.git
> 
> Thanks!
> 
> The following changes since commit 7f673c99c2d8d1aa21996c5b914f06d784b080ca:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-01-10 10:56:00 
> -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 8e0b3c020057b3f7345b6696029a80eaf162e7f3:
> 
>   i2c: zynq: Add support for the second i2c controller (2014-01-13 09:06:08 
> +0100)
> 
> 
> Alexey Brodkin (2):
>   env_eeprom - fix bus recovery for "eeprom_bus_read"
>   drivers/designware_i2c - add suppor of 
> CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW
> 
> Darwin Rambo (1):
>   i2c: Fix i2c speed command
> 
> Hisashi Nakamura (1):
>   rcar_i2c: Fix receiving wait condition
> 
> Kuo-Jung Su (1):
>   i2c: fti2c010: fix compiler warning on paddr[]
> 
> Michael Burr (2):
>   i2c: zynq: Support for 0-length register address

I have found that I cherry-picked this patch incorrectly from origin one
and it is breaking current functionality.
I have already sent email to Heiko that this is patch is wrong.

I don't know if Heiko wants to send new pull request or you can
just remove that 2 patches on the top of Heiko's tree.

Sorry for inconvenience.

Michal



-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform




signature.asc
Description: OpenPGP digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2014-01-20 Thread Alexey Brodkin
On Mon, 2014-01-20 at 10:24 +0100, Michal Simek wrote:
> Hi Tom,
> 
> look below.
> 
> On 01/18/2014 08:28 AM, Heiko Schocher wrote:
> > Hello Tom,
> > 
> > please pull some small fixes from u-boot-i2c.git
> > 
> > Thanks!
> > 
> > The following changes since commit 7f673c99c2d8d1aa21996c5b914f06d784b080ca:
> > 
> >   Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-01-10 
> > 10:56:00 -0500)
> > 
> > are available in the git repository at:
> > 
> > 
> >   git://git.denx.de/u-boot-i2c.git master
> > 
> > for you to fetch changes up to 8e0b3c020057b3f7345b6696029a80eaf162e7f3:
> > 
> >   i2c: zynq: Add support for the second i2c controller (2014-01-13 09:06:08 
> > +0100)
> > 
> > 
> > Alexey Brodkin (2):
> >   env_eeprom - fix bus recovery for "eeprom_bus_read"
> >   drivers/designware_i2c - add suppor of 
> > CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW
> > 
> > Darwin Rambo (1):
> >   i2c: Fix i2c speed command
> > 
> > Hisashi Nakamura (1):
> >   rcar_i2c: Fix receiving wait condition
> > 
> > Kuo-Jung Su (1):
> >   i2c: fti2c010: fix compiler warning on paddr[]
> > 
> > Michael Burr (2):
> >   i2c: zynq: Support for 0-length register address
> 
> I have found that I cherry-picked this patch incorrectly from origin one
> and it is breaking current functionality.
> I have already sent email to Heiko that this is patch is wrong.
> 
> I don't know if Heiko wants to send new pull request or you can
> just remove that 2 patches on the top of Heiko's tree.

Hi Michal,

could you please clarify which particular patches from mentioned
pull-request break current functionality?

-Alexey

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2014-01-20 Thread Michal Simek
On 01/20/2014 10:34 AM, Alexey Brodkin wrote:
> On Mon, 2014-01-20 at 10:24 +0100, Michal Simek wrote:
>> Hi Tom,
>>
>> look below.
>>
>> On 01/18/2014 08:28 AM, Heiko Schocher wrote:
>>> Hello Tom,
>>>
>>> please pull some small fixes from u-boot-i2c.git
>>>
>>> Thanks!
>>>
>>> The following changes since commit 7f673c99c2d8d1aa21996c5b914f06d784b080ca:
>>>
>>>   Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-01-10 
>>> 10:56:00 -0500)
>>>
>>> are available in the git repository at:
>>>
>>>
>>>   git://git.denx.de/u-boot-i2c.git master
>>>
>>> for you to fetch changes up to 8e0b3c020057b3f7345b6696029a80eaf162e7f3:
>>>
>>>   i2c: zynq: Add support for the second i2c controller (2014-01-13 09:06:08 
>>> +0100)
>>>
>>> 
>>> Alexey Brodkin (2):
>>>   env_eeprom - fix bus recovery for "eeprom_bus_read"
>>>   drivers/designware_i2c - add suppor of 
>>> CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW
>>>
>>> Darwin Rambo (1):
>>>   i2c: Fix i2c speed command
>>>
>>> Hisashi Nakamura (1):
>>>   rcar_i2c: Fix receiving wait condition
>>>
>>> Kuo-Jung Su (1):
>>>   i2c: fti2c010: fix compiler warning on paddr[]
>>>
>>> Michael Burr (2):
>>>   i2c: zynq: Support for 0-length register address
>>
>> I have found that I cherry-picked this patch incorrectly from origin one
>> and it is breaking current functionality.
>> I have already sent email to Heiko that this is patch is wrong.
>>
>> I don't know if Heiko wants to send new pull request or you can
>> just remove that 2 patches on the top of Heiko's tree.
> 
> Hi Michal,
> 
> could you please clarify which particular patches from mentioned
> pull-request break current functionality?

This one: "i2c: zynq: Support for 0-length register address"
It is not your fault just mine. I wrongly resolved conflicts
which there was and I don't know why testing passed in that time.
(I probably tested any incorrect version).

Thanks,
Michal


-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform




signature.asc
Description: OpenPGP digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2014-02-20 Thread Heiko Schocher

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 
  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


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

2014-02-20 Thread Tom Rini
On Thu, Feb 20, 2014 at 02:05:54PM +0100, Heiko Schocher wrote:

> 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 
>   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

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2013-11-17 Thread Tom Rini
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!

-- 
Tom


signature.asc
Description: Digital signature
_

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

2013-12-11 Thread Tom Rini
On Mon, Dec 09, 2013 at 08:00:15AM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git.
> 
> The following changes since commit f44483b57c49282299da0e5c10073b909cdad979:
> 
>   Merge branch 'serial' of git://git.denx.de/u-boot-microblaze (2013-12-02 
> 08:48:02 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to e717fc6d1a2b459ae8352f7af5945cc0c216ab1e:
> 
>   i2c: samsung: register i2c busses for Exynso5420 and Exynos5250 (2013-12-06 
> 07:46:23 +0100)
> 
> 
> Kuo-Jung Su (4):
>   i2c: fti2c010: cosmetic: coding style cleanup
>   i2c: fti2c010: migrate to new i2c model
>   i2c: fti2c010: serial out r/w address in MSB order
>   cmd_eeprom: bug fix for i2c read/write
> 
> Naveen Krishna Ch (1):
>   i2c: samsung: register i2c busses for Exynso5420 and Exynos5250
> 
> Nikita Kiryanov (1):
>   arm: omap: i2c: don't zero cnt in i2c_write
> 
> Piotr Wilczek (2):
>   driver:i2c:s3c24x0: adapt driver to new i2c
>   driver:i2c:s3c24x0: fix clock init for hsi2c
> 
>  README  |   6 +++
>  board/samsung/smdk5250/exynos5-dt.c |   2 -
>  board/samsung/trats/trats.c |  21 ++
>  board/samsung/trats2/trats2.c   |  35 +---
>  common/cmd_eeprom.c |   4 +-
>  drivers/i2c/Makefile|   2 +-
>  drivers/i2c/fti2c010.c  | 352 
> +---
>  drivers/i2c/omap24xx_i2c.c  |   6 ---
>  drivers/i2c/s3c24x0_i2c.c   | 284 
> --
>  include/configs/VCMA9.h |   8 ++--
>  include/configs/arndale.h   |   9 ++--
>  include/configs/exynos5250-dt.h |   8 ++--
>  include/configs/trats.h |  25 
>  include/configs/trats2.h|  29 ++---
>  14 files changed, 474 insertions(+), 317 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2014-04-29 Thread Tom Rini
On Tue, Apr 29, 2014 at 08:49:05AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git, thanks!
> 
> The following changes since commit 8854070784450f7ade382c5792b2721fbe27315a:
> 
>   Merge branch 'master' of git://www.denx.de/git/u-boot-arc (2014-04-25 
> 15:08:43 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to a405764c1ec835a41ccda943b9156aee25e15d5e:
> 
>   drivers/i2c/fsl_i2c: modify i2c_read to handle multi-byte write (2014-04-29 
> 07:10:58 +0200)
> 
> 
> Shaveta Leekha (1):
>   drivers/i2c/fsl_i2c: modify i2c_read to handle multi-byte write
> 
> York Sun (1):
>   driver/mxc_i2c: Move static data structure to global_data
> 
>  drivers/i2c/fsl_i2c.c | 41 
> ++---
>  drivers/i2c/mxc_i2c.c | 18 --
>  include/asm-generic/global_data.h |  3 +++
>  3 files changed, 45 insertions(+), 17 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2014-05-09 Thread Tom Rini
On Thu, May 08, 2014 at 07:05:40AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git, thanks!
> 
> The following changes since commit 173d294b94cfec10063a5be40934d6d8fb7981ce:
> 
>   Merge branch 'serial' of git://www.denx.de/git/u-boot-microblaze 
> (2014-05-06 14:55:45 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 5146fc2b37a3098f0973b2f2339e069adfc7d272:
> 
>   i2c: zynq: Fixed compilation errors when using DEBUG (2014-05-08 07:03:37 
> +0200)
> 
> 
> Jesper B. Christensen (1):
>   i2c: zynq: Fixed compilation errors when using DEBUG
> 
>  drivers/i2c/zynq_i2c.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2014-05-14 Thread Tom Rini
On Wed, May 14, 2014 at 01:46:09PM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git, thanks!
> 
> The following changes since commit 557a3319089499aa0e55d65a6b43b7137f362003:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-05-13 
> 17:09:28 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 2072e7262965bb48d7fffb1e283101e6ed8b21a8:
> 
>   mvtwsi: Remove unnecessary twsi_baud_rate and twsi_slave_address globals 
> (2014-05-14 12:59:12 +0200)
> 
> 
> Hans de Goede (2):
>   mvtwsi: Fix clock programming
>   mvtwsi: Remove unnecessary twsi_baud_rate and twsi_slave_address globals
> 
>  drivers/i2c/mvtwsi.c | 28 +---
>  1 file changed, 5 insertions(+), 23 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2014-06-12 Thread Tom Rini
On Thu, Jun 12, 2014 at 11:44:32AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git:
> 
> The following changes since commit e153b13c8e300236e6d505bea629cc81fd0988cb:
> 
>   common/xyzModem.c: move empty statements to newline (2014-06-11 16:27:06 
> -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 6736ec15c518d013263fa97fc48ca22a50753792:
> 
>   i2c: kona: Resolve Kona I2C driver issue (2014-06-12 11:42:50 +0200)
> 
> 
> Steve Rae (1):
>   i2c: kona: Resolve Kona I2C driver issue
> 
>  drivers/i2c/kona_i2c.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2013-08-06 Thread Tom Rini
On Sat, Aug 03, 2013 at 06:07:15AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c
> 
> The following changes since commit 245d65b6e503f3a159cffb3392ac3b2c25606d8e:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-usb (2013-08-01 09:19:28 
> -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 90f002a90f5ac9087737fbc9e781f3519e011f28:
> 
>   i2c: soft: Fix typo in CONFIG_SYS_I2C_SOFT_SPEED (2013-08-03 06:01:18 +0200)
> 
> 
> Marek Vasut (1):
>   i2c: soft: Fix typo in CONFIG_SYS_I2C_SOFT_SPEED
> 
>  drivers/i2c/soft_i2c.c   | 8 
>  include/configs/blackstamp.h | 4 ++--
>  2 Dateien ge?ndert, 6 Zeilen hinzugef?gt(+), 6 Zeilen entfernt(-)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2013-08-20 Thread Tom Rini
On Tue, Aug 20, 2013 at 12:20:29PM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git
> 
> The following changes since commit 40a60c6e8bdd00330310eaa351c9391e74d0bc2c:
> 
>   Prepare v2013.10-rc1 (2013-08-19 17:26:15 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 3fbb517f30fe68e29640bee63ab366569914d898:
> 
>   pmic:i2c: Replace legacy I2C_SET_BUS macro with i2c_set_bus_num() 
> (2013-08-20 11:15:32 +0200)
> 
> 
> Chunhe Lan (2):
>   fsl_i2c: generate nine pulses on SCL if the I2C bus is hung
>   fsl_i2c: add workaround for the erratum I2C A004447
> 
> ??ukasz Majewski (3):
>   i2c:multibus:fix: Correct I2C_MULTI_BUS value when support for many 
> buses is enabled
>   i2c:samsung: Adjust Trats, GONI and Universal_c210 boards to work with 
> new I2C framework
>   pmic:i2c: Replace legacy I2C_SET_BUS macro with i2c_set_bus_num()
> 
>  arch/powerpc/cpu/mpc85xx/cmd_errata.c |  5 +
>  arch/powerpc/include/asm/config_mpc85xx.h | 16 
>  arch/powerpc/include/asm/fsl_i2c.h|  1 +
>  arch/powerpc/include/asm/processor.h  |  5 +
>  board/samsung/common/multi_i2c.c  | 14 ++
>  board/samsung/goni/goni.c |  6 +-
>  board/samsung/trats/trats.c   | 17 -
>  board/samsung/universal_c210/universal.c  |  4 
>  drivers/i2c/fsl_i2c.c | 67 
> +--
>  drivers/power/power_i2c.c |  2 +-
>  include/configs/trats.h   |  3 +++
>  include/i2c.h |  2 +-
>  12 Dateien ge??ndert, 120 Zeilen hinzugef??gt(+), 22 Zeilen entfernt(-)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2013-08-28 Thread Tom Rini
On Tue, Aug 27, 2013 at 05:52:46AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot.-i2c.git:
> 
> The following changes since commit 2b26201a2aef0b310b7c04702b0dba5dea493f77:
> 
>   env_nand.c: support falling back to redundant env when writing (2013-08-22 
> 17:49:47 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 880a41273265233004516351189aad126f964c86:
> 
>   i2c: fix i2c dev command for not using new framework (2013-08-27 05:49:52 
> +0200)
> 
> 
> Heiko Schocher (1):
>   i2c: fix i2c dev command for not using new framework
> 
>  common/cmd_i2c.c | 2 ++
>  1 Datei ge?ndert, 2 Zeilen hinzugef?gt(+)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2013-09-09 Thread Tom Rini
On Mon, Sep 09, 2013 at 07:48:34AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c:
> 
> The following changes since commit 1affd4d4a3fe512050e1ad1636d9360c670da531:
> 
>   cam_enc_4xx: Move CONFIG_SPL_PAD_TO to a config header (2013-09-06 13:09:08 
> -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to f62b123813ea604d16ed6115fe2fa552b23d9102:
> 
>   powerpc/mpc85xx: Fix the I2C bus speed error on p1022 (2013-09-09 07:44:27 
> +0200)
> 
> 
> Tang Yuantian (1):
>   powerpc/mpc85xx: Fix the I2C bus speed error on p1022
> 
> Ying Zhang (1):
>   SPL: P1022DS: switch to new multibus/multiadapter support
> 
>  arch/powerpc/cpu/mpc85xx/speed.c| 3 ++-
>  arch/powerpc/cpu/mpc85xx/u-boot-spl.lds | 5 +
>  board/freescale/p1022ds/spl.c   | 6 +-
>  3 Dateien ge?ndert, 12 Zeilen hinzugef?gt(+), 2 Zeilen entfernt(-)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2013-10-02 Thread Tom Rini
On Tue, Oct 01, 2013 at 08:40:00AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git
> 
> The following changes since commit 6b40852da5c8dd710f9d61204a3c6a3c9d22:
> 
>   Sound: MAX98095: Support I2S0 channel (2013-09-24 09:10:33 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to e436193269620579164d7db4296a3d7a378dbf8d:
> 
>   exynos: i2c: Fix i2c driver to handle NACKs properly (2013-10-01 08:33:16 
> +0200)
> 
> 
> Naveen Krishna Ch (1):
>   exynos: i2c: Fix i2c driver to handle NACKs properly
> 
>  drivers/i2c/s3c24x0_i2c.c | 213 
> --
>  1 file changed, 89 insertions(+), 124 deletions(-)

NAK:

Testing VCMA9 on -00058-ga882b9e
Wed Oct  2 09:02:24 EDT 2013
Configuring for VCMA9 board...
s3c24x0_i2c.c:234:3: error: 'i' undeclared (first use in this
function)
make[1]: *** [/home/trini/work/u-boot/u-boot/VCMA9/drivers/i2c/s3c24x0_i2c.o] 
Error 1
make: *** [/home/trini/work/u-boot/u-boot/VCMA9/drivers/i2c/libi2c.o] Error 2
/opt/linaro/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf-size:
 'VCMA9/u-boot': No such file
s3c24x0_i2c.c: In function 'i2c_init':
s3c24x0_i2c.c:234:3: error: 'i' undeclared (first use in this function)
s3c24x0_i2c.c:234:3: note: each undeclared identifier is reported only once for 
each function it appears in
make[1]: *** [/home/trini/work/u-boot/u-boot/VCMA9/drivers/i2c/s3c24x0_i2c.o] 
Error 1
make: *** [/home/trini/work/u-boot/u-boot/VCMA9/drivers/i2c/libi2c.o] Error 2
make: *** Waiting for unfinished jobs

- SUMMARY 
Boards compiled: 1
Boards with errors: 1 ( VCMA9 )
--
Command exited with non-zero status 1

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2013-10-02 Thread Heiko Schocher

Hello Tom,

Am 02.10.2013 15:04, schrieb Tom Rini:

On Tue, Oct 01, 2013 at 08:40:00AM +0200, Heiko Schocher wrote:


Hello Tom,

please pull from u-boot-i2c.git

The following changes since commit 6b40852da5c8dd710f9d61204a3c6a3c9d22:

   Sound: MAX98095: Support I2S0 channel (2013-09-24 09:10:33 -0400)

are available in the git repository at:

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

for you to fetch changes up to e436193269620579164d7db4296a3d7a378dbf8d:

   exynos: i2c: Fix i2c driver to handle NACKs properly (2013-10-01 08:33:16 
+0200)


Naveen Krishna Ch (1):
   exynos: i2c: Fix i2c driver to handle NACKs properly

  drivers/i2c/s3c24x0_i2c.c | 213 
--
  1 file changed, 89 insertions(+), 124 deletions(-)


NAK:

Testing VCMA9 on -00058-ga882b9e
Wed Oct  2 09:02:24 EDT 2013
Configuring for VCMA9 board...
s3c24x0_i2c.c:234:3: error: 'i' undeclared (first use in this


Ups, Thanks for detecting this ...

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


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

2013-10-23 Thread Tom Rini
On Thu, Oct 17, 2013 at 08:48:50AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git:
> 
> The following changes since commit 183acb700378a8cfc5d50a01a65de93fb2c24586:
> 
>   Prepare v2013.10 (2013-10-16 13:08:12 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 9a2a73d29fa395f42f3fb477ac99dda4d7f2f21f:
> 
>   i2c: eliminate warnings in i2c_reloc_fixup function (2013-10-17 07:24:41 
> +0200)
> 
> 
> Heiko Schocher (1):
>   i2c, core: optimze i2c_set_bus_num()
> 
> Jens Scharsig (BuS Elektronik) (1):
>   Fix: nommu I2C adapter relocation error
> 
> Masahiro Yamada (1):
>   i2c: eliminate warnings in i2c_reloc_fixup function
> 
> Michael Burr (1):
>   i2c: Zynq: Support for TI PCA9548 bus multiplexer
> 
> Naveen Krishna Ch (2):
>   exynos: i2c: Fix i2c driver to handle NACKs properly
>   i2c: s3c24xx: add hsi2c controller support
> 
> Nobuhiro Iwamatsu (3):
>   i2c: Add support for Renesas rcar
>   i2c: sh_i2c: Avoid using I2C prior to relocation
>   README: I2C: Fix indent
> 
> Simon Glass (1):
>   exynos: i2c: Change FDT bus setup code to enumerate ports correctly
> 
> trem (3):
>   i2c: fix init on generic board
>   i2c: mxc: move to new subsystem
>   i2c: update config using mxc driver to new subsystem
> 
>  README|  31 +-
>  arch/arm/cpu/armv7/mx5/clock.c|   2 +-
>  arch/arm/cpu/armv7/mx6/clock.c|   2 +-
>  arch/arm/imx-common/Makefile  |   2 +-
>  common/board_f.c  |   4 +
>  drivers/i2c/Makefile  |   3 +-
>  drivers/i2c/i2c_core.c|  39 +++
>  drivers/i2c/mxc_i2c.c | 137 +---
>  drivers/i2c/rcar_i2c.c| 288 
> +++
>  drivers/i2c/s3c24x0_i2c.c | 835 
> +-
>  drivers/i2c/s3c24x0_i2c.h |  38 +++
>  drivers/i2c/sh_i2c.c  |  10 +-
>  include/configs/apf27.h   |  11 +-
>  include/configs/flea3.h   |   9 +-
>  include/configs/imx31_phycore.h   |   7 +-
>  include/configs/m53evk.h  |   7 +-
>  include/configs/mx25pdk.h |   7 +-
>  include/configs/mx35pdk.h |   7 +-
>  include/configs/mx53ard.h |   7 +-
>  include/configs/mx53evk.h |   7 +-
>  include/configs/mx53loco.h|   7 +-
>  include/configs/mx53smd.h |   7 +-
>  include/configs/mx6qsabreauto.h   |   4 +-
>  include/configs/nitrogen6x.h  |   4 +-
>  include/configs/titanium.h|   4 +-
>  include/configs/vf610twr.h|   7 +-
>  include/configs/woodburn_common.h |   7 +-
>  include/i2c.h |   2 +
>  28 files changed, 1187 insertions(+), 308 deletions(-)
>  create mode 100644 drivers/i2c/rcar_i2c.c

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2014-03-31 Thread Tom Rini
On Mon, Mar 31, 2014 at 07:35:51AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git, thanks!
> 
> The following changes since commit 0b2da7e209f4110b7c81d578336a10330e4a4404:
> 
>   blackfin: mmc: Correct mmc_host_is_spi and bfin_sdh.c (2014-03-28 16:55:29 
> -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 462d1883f78353c5ed9d09de45a9b5b2422793a3:
> 
>   drivers: i2c: delete an unused source file (2014-03-31 07:30:55 +0200)
> 
> 
> Masahiro Yamada (1):
>   drivers: i2c: delete an unused source file
> 
>  drivers/i2c/adi_i2c.c | 387 
> 
>  1 file changed, 387 deletions(-)
>  delete mode 100644 drivers/i2c/adi_i2c.c

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2012-04-30 Thread Wolfgang Denk
Dear Heiko Schocher,

In message <4f966e48.3030...@denx.de> you wrote:
> Hello Wolfgang,
> 
> The following changes since commit 61ddce07f8b96c5df7d00466b4da9edaecb0eff1:
> 
>   sandbox: Use the new run_command() (2012-04-23 22:53:54 +0200)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-i2c.git master
> 
> Armando Visconti (1):
>   i2c:designware Turn off the ctrl when setting the speed
> 
> Nobuhiro Iwamatsu (1):
>   sh: i2c: Add support I2C controller of SH7734
> 
> Vipin KUMAR (1):
>   i2c: Add support for designware i2c controller
> 
>  drivers/i2c/Makefile   |3 +-
>  drivers/i2c/{spr_i2c.c => designware_i2c.c}|   15 +-
>  .../spr_i2c.h => drivers/i2c/designware_i2c.h  |6 +-
>  drivers/i2c/sh_sh7734_i2c.c|  387 
> 
>  include/configs/spear-common.h |2 +-
>  5 files changed, 406 insertions(+), 7 deletions(-)
>  rename drivers/i2c/{spr_i2c.c => designware_i2c.c} (95%)
>  rename arch/arm/include/asm/arch-spear/spr_i2c.h => 
> drivers/i2c/designware_i2c.h (98%)
>  create mode 100644 drivers/i2c/sh_sh7734_i2c.c

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
You can do this in a number of ways. IBM chose to do all of them.
Why do you find that funny?-- D. Taylor, Computer Science 350
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2012-02-11 Thread Wolfgang Denk
Dear Heiko Schocher,

In message <4f1fa08a.7040...@denx.de> you wrote:
> Hello Wolfgang,
> 
> The following changes since commit 137703b811502dfea364650fb3e17f20b4c21333:
> 
>   overo: add SPL support (2012-01-16 08:40:13 +0100)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-i2c.git master
> 
> Patil, Rachna (3):
>   ARM: I2C: I2C Multi byte address support
>   ARM: AM33XX: Add AM33XX I2C driver support
>   ARM: AM33XX: Add i2c support
> 
>  arch/arm/cpu/armv7/am33xx/clock.c |5 +
>  arch/arm/include/asm/arch-am33xx/common_def.h |1 +
>  arch/arm/include/asm/arch-am33xx/cpu.h|3 +-
>  arch/arm/include/asm/arch-am33xx/i2c.h|   81 +
>  board/ti/am335x/evm.c |7 +
>  board/ti/am335x/mux.c |   13 +
>  drivers/i2c/omap24xx_i2c.c|  475 
> -
>  drivers/i2c/omap24xx_i2c.h|2 +
>  include/configs/am335x_evm.h  |9 +
>  9 files changed, 421 insertions(+), 175 deletions(-)
>  create mode 100644 arch/arm/include/asm/arch-am33xx/i2c.h

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
There's no sense in being precise  when  you  don't  even  know  what
you're talking about. -- John von Neumann
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2012-02-26 Thread Wolfgang Denk
Dear Heiko Schocher,

In message <4f433dad.6050...@denx.de> you wrote:
> Hello Wolfgang,
> 
> The following changes since commit 2acca35ce4604dcef933f07d90aa9c9c930e1049:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-mmc (2012-02-17 23:54:46 
> +0100)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> Tom Rini (2):
>   Revert "ARM: AM33XX: Add AM33XX I2C driver support"
>   Revert "ARM: I2C: I2C Multi byte address support"
> 
>  drivers/i2c/omap24xx_i2c.c |  475 
> 
>  drivers/i2c/omap24xx_i2c.h |2 -
>  2 files changed, 174 insertions(+), 303 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
You can fool some of the people all of the time, and You can fool all
of the people some of the time, but You can't fool mom.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2012-09-18 Thread Tom Rini
On Mon, Sep 17, 2012 at 12:03:44PM +0200, Heiko Schocher wrote:
> Hello Tom,
> 
> The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-09-04 
> 09:17:27 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> Koen Kooi (1):
>   omap4 i2c: add support for i2c bus 4
> 
> ??ukasz Majewski (2):
>   i2c:soft:multi: Support for multiple soft I2C buses at Samsung boards
>   i2c:soft:multi: Enable soft I2C multibus at Trats development board
> 
>  arch/arm/include/asm/arch-omap4/cpu.h |1 +
>  arch/arm/include/asm/arch-omap4/i2c.h |2 +-
>  board/samsung/common/Makefile |   43 ++
>  board/samsung/common/multi_i2c.c  |   65 
> +
>  board/samsung/trats/trats.c   |   15 
>  drivers/i2c/omap24xx_i2c.c|8 
>  include/configs/trats.h   |   24 +
>  include/i2c.h |   12 ++
>  8 files changed, 162 insertions(+), 8 deletions(-)
>  create mode 100644 board/samsung/common/Makefile
>  create mode 100644 board/samsung/common/multi_i2c.c

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2012-07-11 Thread Wolfgang Denk
Dear Heiko Schocher,

In message <4ffd4d8f.7050...@denx.de> you wrote:
> Hello Wolfgang,
> 
> Sorry for the late pull request, but it seems my Pull request Email
> got lost ... Sorry. A "MAKEALL arm" with ELDK-5.2 compiled fine.
> 
> The following changes since commit 211e47549b668c7cdd8658c0413a272f0d0495d4:
> 
>Prepare v2012.07-rc1 (2012-07-10 09:21:12 +0200)
> 
> are available in the git repository at:
>git://git.denx.de/u-boot-i2c.git master
> 
> Fabio Estevam (1):
>mx28evk: Add I2C support
> 
> Torsten Fleischer (1):
>mxs-i2c: Fix internal address byte order
> 
> Troy Kisky (3):
>mxc_i2c: specify i2c base address in config file
>mx6qsabrelite: add i2c support
>mxc_i2c: remove setting speed at each start
> 
>   arch/arm/include/asm/arch-mx31/imx-regs.h |7 +
>   arch/arm/include/asm/arch-mx35/imx-regs.h |2 +-
>   board/freescale/mx28evk/iomux.c   |3 ++
>   board/freescale/mx6qsabrelite/mx6qsabrelite.c |   11 +
>   drivers/i2c/mxc_i2c.c |   31 
> +++-
>   drivers/i2c/mxs_i2c.c |2 +-
>   include/configs/flea3.h   |2 +-
>   include/configs/imx31_phycore.h   |3 +-
>   include/configs/mx28evk.h |8 ++
>   include/configs/mx35pdk.h |2 +-
>   include/configs/mx53ard.h |2 +-
>   include/configs/mx53evk.h |2 +-
>   include/configs/mx53loco.h|2 +-
>   include/configs/mx53smd.h |2 +-
>   include/configs/mx6qsabrelite.h   |8 ++
>   15 files changed, 51 insertions(+), 36 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
"...and the fully armed nuclear warheads, are, of  course,  merely  a
courtesy detail."
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2012-07-31 Thread Wolfgang Denk
Dear Heiko Schocher,

In message <5017901a.2060...@denx.de> you wrote:
> Hello Wolfgang,
> 
> The following changes since commit b98b611502f5e0a85a1f8e15cf46c470cb105614:
> 
>Merge branch 'next' of git://git.denx.de/u-boot (2012-07-30 20:39:52 +0200)
> 
> are available in the git repository at:
> 
>git://git.denx.de/u-boot-i2c.git master
> 
> Holger Brunck (2):
>i2c: deblock i2c bus also if accessed before realocation
>km/common: remove printfs for i2c deblocking code
> 
> Rajeshwari Shinde (8):
>EXYNOS: CLK: Add i2c clock
>EXYNOS: Add I2C base address.
>EXYNOS5: define EXYNOS5_I2C_SPACING
>EXYNOS: PINMUX: Add pinmux support for I2C
>I2C: Move struct s3c24x0_i2c to a common place.
>I2C: Modify the I2C driver for EXYNOS5
>I2C: Add support for Multi channel
>CONFIG: SMDK5250: I2C: Enable I2C
> 
> Troy Kisky (25):
>mxc_i2c: fix i2c_imx_stop
>mxc_i2c: remove ifdef of CONFIG_HARD_I2C
>mxc_i2c: create tx_byte function
>mxc_i2c: clear i2sr before waiting for bit
>mxc_i2c: create i2c_init_transfer
>mxc_i2c: call i2c_imx_stop on error in i2c_read/i2c_write
>mxc_i2c.c: code i2c_probe as a 0 length i2c_write
>mxc_i2c: combine i2c_imx_bus_busy and i2c_imx_trx_complete into 
> wait_for_sr_state
>mxc_i2c: remove redundant read
>mxc_i2c: place imx_start code inline
>mxc_i2c: place i2c_reset code inline
>mxc_i2c: don't disable controller after every transaction
>mxc_i2c: change slave addr if conflicts with destination.
>mxc_i2c: check for arbitration lost
>mxc_i2c: add retries
>mxc_i2c: add i2c_regs argument to i2c_imx_stop
>mxc_i2c: prep work for multiple busses support
>mxc_i2c: add bus recovery support
>mxc_i2c: finish adding CONFIG_I2C_MULTI_BUS support
>iomux-v3: remove include of mx6x_pins.h
>i.mx: iomux-v3.h: move to imx-common include directory
>i.mx: iomux-v3.c: move to imx-common directory
>i.mx53: add definition for I2C3_BASE_ADDR
>imx-common: add i2c.c for bus recovery support
>mx6qsabrelite: add i2c multi-bus support
> 
>   arch/arm/cpu/armv7/exynos/clock.c  |   33 ++
>   arch/arm/cpu/armv7/exynos/pinmux.c |   52 +++
>   arch/arm/cpu/armv7/imx-common/Makefile |4 +-
>   arch/arm/cpu/armv7/imx-common/i2c.c|   99 
>   arch/arm/cpu/armv7/{mx6 => imx-common}/iomux-v3.c  |3 +-
>   arch/arm/cpu/armv7/mx5/clock.c |   20 +
>   arch/arm/cpu/armv7/mx6/Makefile|2 +-
>   arch/arm/cpu/armv7/mx6/clock.c |   20 +
>   arch/arm/include/asm/arch-exynos/clk.h |1 +
>   arch/arm/include/asm/arch-exynos/cpu.h |5 +
>   arch/arm/include/asm/arch-exynos/periph.h  |8 +
>   arch/arm/include/asm/arch-mx5/clock.h  |1 +
>   arch/arm/include/asm/arch-mx5/imx-regs.h   |1 +
>   arch/arm/include/asm/arch-mx6/clock.h  |1 +
>   arch/arm/include/asm/arch-mx6/mx6x_pins.h  |2 +-
>   arch/arm/include/asm/arch-s3c24x0/s3c24x0.h|   10 -
>   .../asm/{arch-mx6 => imx-common}/iomux-v3.h|0
>   arch/arm/include/asm/imx-common/mxc_i2c.h  |   42 ++
>   board/freescale/mx6qarm2/mx6qarm2.c|2 +-
>   board/freescale/mx6qsabrelite/mx6qsabrelite.c  |   54 ++-
>   board/keymile/common/common.c  |3 -
>   board/samsung/smdk5250/smdk5250.c  |   30 ++-
>   common/cmd_i2c.c   |1 +
>   drivers/i2c/mxc_i2c.c  |  477 
> +++-
>   drivers/i2c/s3c24x0_i2c.c  |  221 ++
>   drivers/i2c/s3c24x0_i2c.h  |   33 ++
>   drivers/usb/host/ehci-mx6.c|2 +-
>   include/configs/mx6qsabrelite.h|6 +-
>   include/configs/smdk5250.h |   10 +
>   29 files changed, 822 insertions(+), 321 deletions(-)
>   create mode 100644 arch/arm/cpu/armv7/imx-common/i2c.c
>   rename arch/arm/cpu/armv7/{mx6 => imx-common}/iomux-v3.c (97%)
>   rename arch/arm/include/asm/{arch-mx6 => imx-common}/iomux-v3.h (100%)
>   create mode 100644 arch/arm/include/asm/imx-common/mxc_i2c.h
>   create mode 100644 drivers/i2c/s3c24x0_i2c.h

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
"The one charm of marriage is that it makes a  life  of  deception  a
neccessity."- Oscar Wilde
___
U-Boot mailing list
U-Boot@lis

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

2012-10-17 Thread Tom Rini
On Wed, Oct 17, 2012 at 05:51:05AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> The following changes since commit bd23b22badadcdc414a900828253961fc5ec6c39:
> 
>   Merge branch 'ag...@denx.de-next' of git://git.denx.de/u-boot-staging 
> (2012-10-15 13:37:22 -0700)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> Eric Nelson (1):
>   i2c_probe: update for use in scripting
> 
> Tetsuyuki Kobayashi (9):
>   i2c: sh_i2c.c: support iccl and icch extension
>   i2c: sh_i2c.c: correct BUSY bit define in ICSR
>   i2c: sh_i2c.c: adjust for SH73A0
>   i2c: sh_i2c.c: support I2C2, I2C3 and I2C4
>   i2c: sh_i2c: enable i2c_probe
>   i2c: sh_i2c.c: check error in i2c_read and i2c_write
>   arm: rmobile: kzm9g: enable I2C1
>   arm: rmobile: kzm9g: enable I2C2
>   i2c: sh_i2c: use setbits/clrbits macro
> 
> York Sun (1):
>   common/i2c: Add i2c write command
> 
>  board/kmc/kzm9g/kzm9g.c |7 ++-
>  common/cmd_i2c.c|   70 ++--
>  drivers/i2c/sh_i2c.c|  139 
> +++
>  include/configs/kzm9g.h |8 ++-
>  4 files changed, 181 insertions(+), 43 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2014-07-07 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

[Mailing list was missing from the PR

On 07/07/2014 09:20 AM, Heiko Schocher wrote:
> Hello Tom,
> 
> please pull from u-boot-i2c.git
> 
> The following changes since commit
> fe8b3212b7938861eacdefe6115810303a96f9cc:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-07-02
> 16:38:02 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to ad3091ad03e39f88c0bcc566c7a691c4475e2c40:
> 
>   i2c: tegra: dump alen in debug statements (2014-07-03 06:29:39 +0200)
> 
> 
> Stephen Warren (3):
>   i2c: tegra: use repeated start for reads
>   i2c: tegra: write clean data to TX FIFO
>   i2c: tegra: dump alen in debug statements
> 
>  arch/arm/include/asm/arch-tegra/tegra_i2c.h |  2 ++
>  drivers/i2c/tegra_i2c.c | 44
> +++-
>  2 files changed, 29 insertions(+), 17 deletions(-)

Applied to u-boot/master, thanks!

- -- 
Tom
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBAgAGBQJTuwpeAAoJENk4IS6UOR1WPnUP/jUOf/RzPt51Q3rMbGut4gg8
NUfeyXIwVDTD5EdMW4cAqvO84Sgp4xPzLIwFWhOOVyHaK/+DEpx1knOLCnf7Zxia
JB6t8Z1oRtiHQNizEqSLwE4UPYiMrXxBjlQ+5xKvqgYpMeYz86ZcJtv9GrWxF2N6
mCo4wYqlQWJR1e9ChSs2cK75e1A1EEpEUVb5vSENGp6HzYZjOS4V1iSPoiAaOuUG
jE07/XoNrAkASEaRlg+a8O97EWgX3r27ENqmLJh5p4F+DDmyM1++FooX9a+Daq1+
zJ2DF07SS5fF5pl6O869K9EVH2P+zAUkeAuriAZwRrzc2hBIXLJbkoYj/AVx9+rC
nNADzb1LPSmCkUlN2S70vMsYtwT8WLiuAgLFJtVGCBjIQc5x0UxVzkAX4Qaqajo6
FFycDiPsYdwE0TSXn0riZd5cV65y1q8LNSOaY31jEgqs8V+roUcbiqryW8sFaLdo
XGmKJal0G6tZj2LEFMZBMxY2lFKdwwNd4dA6U87r5jZmVZTqYpjp8v9hWNYylLVI
VNjGwAcA+FLKcmCq6dk/a31QF74KgE6urVRDNAbkeZ8gRDoqhCTbXKZNZ2hmGRr8
d4qTHPGVFmSKt1hl5JwDkNGJP4SSVr/VSDEMMfUhmwiNaY0gE4s18iKtnfDJpaic
/2FZwNKZrRrSmk1/45Ca
=NBP8
-END PGP SIGNATURE-
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2014-07-15 Thread Ian Campbell
On Wed, 2014-07-16 at 07:16 +0200, Heiko Schocher wrote:

Hi Heiko,

Are you going to take "mvtwsi: convert to CONFIG_SYS_I2C framework"[0]
or would you like me to push it via the sunxi tree? You've acked it but
it is delegated to me.

Ian.

[0] http://patchwork.ozlabs.org/patch/359689/ 


___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2014-07-16 Thread Heiko Schocher

Hello Ian,

Am 16.07.2014 08:47, schrieb Ian Campbell:

On Wed, 2014-07-16 at 07:16 +0200, Heiko Schocher wrote:

Hi Heiko,

Are you going to take "mvtwsi: convert to CONFIG_SYS_I2C framework"[0]
or would you like me to push it via the sunxi tree? You've acked it but
it is delegated to me.


as this patch is in a patchserie, I Acked it only ...
So please pick this up, when you pick up the patchserie.

Thanks!

bye,
Heiko


Ian.

[0] http://patchwork.ozlabs.org/patch/359689/






--
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


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

2014-07-16 Thread Ian Campbell
On Wed, 2014-07-16 at 10:04 +0200, Heiko Schocher wrote:
> Hello Ian,
> 
> Am 16.07.2014 08:47, schrieb Ian Campbell:
> > On Wed, 2014-07-16 at 07:16 +0200, Heiko Schocher wrote:
> >
> > Hi Heiko,
> >
> > Are you going to take "mvtwsi: convert to CONFIG_SYS_I2C framework"[0]
> > or would you like me to push it via the sunxi tree? You've acked it but
> > it is delegated to me.
> 
> as this patch is in a patchserie, I Acked it only ...
> So please pick this up, when you pick up the patchserie.

Will do.

> Thanks!

Thank you!

Cheers,
Ian.


___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2014-07-21 Thread Tom Rini
On Wed, Jul 16, 2014 at 07:16:50AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git
> 
> The following changes since commit 524123a70761110c5cf3ccc5f52f6d4da071b959:
> 
>   Prepare v2014.07 (2014-07-14 13:16:45 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to a17fd10fb516df3a0b00fcceb8678de2689951fc:
> 
>   fsl_i2c: add support for 3rd and 4th I2C (2014-07-16 05:19:15 +0200)
> 
> 
> Heiko Schocher (1):
>   i2c, omap24xx: add i2c deblock sequenz
> 
> Shengzhou Liu (1):
>   fsl_i2c: add support for 3rd and 4th I2C
> 
>  drivers/i2c/fsl_i2c.c  | 22 --
>  drivers/i2c/omap24xx_i2c.c | 57 
> +
>  2 files changed, 77 insertions(+), 2 deletions(-)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2014-10-29 Thread Tom Rini
On Wed, Oct 29, 2014 at 10:43:12AM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git
> 
> The following changes since commit d58a9451e7339ed4cf2b2627e534611f427fb791:
> 
>   ppc/arm: zap EMK boards (2014-10-28 12:48:31 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 678398b19ee23ee5227074bc0d0e7c3925af815c:
> 
>   i2c: designware: Convert driver to multibus/multiadapter framework 
> (2014-10-29 08:56:23 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2014-11-10 Thread Tom Rini
On Mon, Nov 10, 2014 at 08:41:00AM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git
> 
> The following changes since commit 11ada9225a16ed2d8ddbf0715a2416245a777cbc:
> 
>   Merge branch 'rmobile' of git://www.denx.de/git/u-boot-sh (2014-11-05 
> 13:11:18 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to cd818a381ddcdc2440a167757394298f28b70240:
> 
>   i2c: rcar_i2c: Fix order of restart and clear status (2014-11-10 06:47:37 
> +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2014-11-20 Thread Tom Rini
-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
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBAgAGBQJUbfewAAoJENk4IS6UOR1WjugP/0/ukSXcnJOWACPvFbTqG1CS
COUNeZLZunopcFZkI2nqdgBk8P+1CSekIm90tPSnuIRovaNqJBkqjvR5cRN+FsLN
pNRd5xLpXNsCTa7pfghev1TgvtEAfghWbP4qFEWH95Uuo3+I4sD6/5kaGx05gejx
aWHe+JkU1ideOHK1R+0kA+A+O82XaK93JZNl6sZVH/3+uDtVkWaqULK2SCqbxdWL
iEvximeCHftIzS+W4zdsl56SdIlsvblvAc4bzV5xY/XFWbF677Ow7z4gkoSLiNF8
B9qtcwHVrfMEmjIg0P7a7YrpHE/ZbJFSqJU+lg6GGxklJjo17ubLTavwUSe8/ffM
BD7oNgEN6B6ev+l+PtV6ILmL+wJRPejsvshIPkp6y38sgxkL+BWpgKst0J4uenz5
PZDufqDRsMKxBjt5JGbxVVEljkhi80efuTU6ge1ygilNF9jrQ5IlZP+70z8V09G5
bnfKwDzjywHAUbWWsjGvtUwDsVAQ/JmraHMdNOneT1mqJAF7kGQZVXVtfcL93k4Q
82tnGgvkXd6mx2UGn+QwdhkwscWq7hFnMEbnTfQFZ+mwQKNEgQVjENDgl47b9xEZ
3hmmbTad/3J1wlwVDOVeMKR71gVwFkh4CO1OnkwZA1UhcR9h4+QCP5mGevT6R365
pQb3ROBBngE9y6oBJtjg
=DAB/
-END PGP SIGNATURE-
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2014-12-08 Thread Tom Rini
On Mon, Dec 08, 2014 at 07:29:16AM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git
> 
> The following changes since commit 97cdf64026c7d749dd7a5c0dbaba7a60a7292ac9:
> 
>   Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 (2014-12-04 09:24:05 
> -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to f4ed36964a7ab4e729d62e96dac15a674dcc2668:
> 
>   i2c: Correct spelling error (2014-12-08 07:27:22 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2011-04-20 Thread Wolfgang Denk
Dear Heiko Schocher,

In message <4da696e7.5090...@denx.de> you wrote:
> Hello Wolfgang,
> 
> please pull from:
> 
> The following changes since commit 73e5476e1edf1b860dbd9b5fc21ef32ac1b551ba:
> 
>   MAINTAINERS: fix email address case (2011-04-13 22:40:51 +0200)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-i2c.git master
> 
> Nick Thompson (1):
>   I2C: OMAP: detect more devices when probing an i2c bus
> 
>  drivers/i2c/omap24xx_i2c.c |   42 +++---
>  1 files changed, 11 insertions(+), 31 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
"Why should we subsidize intellectual curiosity?" - Ronald Reagan
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2011-10-04 Thread Wolfgang Denk
Dear Heiko Schocher,

In message <4e898719.6010...@denx.de> you wrote:
> Hello Wolfgang,
> 
> The following changes since commit 7b8ffea2ac44097ed1c99ba70b8c6a4cf12ba0b4:
> 
>   GCC4.6: Squash warning in lzo1x_decompress.c (2011-10-01 23:34:38 +0200)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-i2c.git master
> 
> Lei Wen (2):
>   I2C: mv_i2c: fix build issue when enable debug option
>   I2C: mv_i2c: fix multi-bus init issue
> 
>  drivers/i2c/mv_i2c.c |   44 +---
>  1 files changed, 25 insertions(+), 19 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
People seldom know what they want until you give them what  they  ask
for.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2011-11-07 Thread Wolfgang Denk
Dear Heiko Schocher,

In message <4eb377a8.9090...@denx.de> you wrote:
> Hello Wolfgang,
> 
> The following changes since commit fec79acc864bed049b6beae719ccbf2bbec5403a:
> 
>   sandbox: drop unused return (2011-11-03 22:35:25 +0100)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-i2c.git master
> 
> Jerry Huang (1):
>   Powerpc/i2c: Use the same initialize codes
> 
>  drivers/i2c/fsl_i2c.c |   47 +--
>  1 files changed, 25 insertions(+), 22 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
Anyone who knows history, particularly the history of Europe, will, I
think, recognize that the domination of education or of government by
any one particular religious faith is never a happy  arrangement  for
the people.   - Eleanor Roosevelt
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2011-11-16 Thread Wolfgang Denk
Dear Heiko Schocher,

In message <4eba1018.9030...@denx.de> you wrote:
> Hello Wolfgang,
> 
> The following changes since commit 5721385b187b3154c7768e6c182501022f4e2e45:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx (2011-11-08 
> 07:44:52 +0100)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> Kumar Gala (1):
>   fsl_i2c: Fix compile warning
> 
>  drivers/i2c/fsl_i2c.c |2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
A man either lives life as it happens to him, meets  it  head-on  and
licks it, or he turns his back on it and starts to wither away.
-- Dr. Boyce, "The Menagerie" ("The Cage"), stardate unknown
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] i2c pull request (next)

2010-03-15 Thread Heiko Schocher
Hello Wolfgang,

please pull for next branch the following changes for i2c:

The following changes since commit a143441472e1e422b0ff36ec4c99e36dd0f0358b:
  Detlev Zundel (1):
mpc5xxx: Remove all references to MGT5100

are available in the git repository at:

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

Frans Meulenbroeks (5):
  cmd_i2c.c: reduced subaddress length to 3 bytes
  cmd_bootm.c: made subcommand array static
  cmd_i2c.c: reworked subcommand handling
  cmd_i2c.c: sorted commands alphabetically
  cmd_i2c.c: added i2c read to memory function

 common/cmd_bootm.c |2 +-
 common/cmd_i2c.c   |  158 +--
 2 files changed, 115 insertions(+), 45 deletions(-)

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


[U-Boot] i2c pull request (next)

2010-03-29 Thread Heiko Schocher
Hello Wolfgang,

please pull for next branch the following changes for i2c:

The following changes since commit 0020db3f0da61f3e2c8a459a87598e07594dc8ac:
  Wolfgang Denk (1):
Merge remote branch 'origin/master' into next

are available in the git repository at:

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

Frans Meulenbroeks (5):
  cmd_i2c.c: declared local functions as static
  cmd_i2c: moved mispositioned comment for i2c md
  cmd_i2c: moved a define to before the functions
  cmd_i2c: introduced get_alen helper function
  i2c: made unused function i2c_mux_add_device static

 common/cmd_i2c.c |  155 +++---
 include/i2c.h|2 -
 2 files changed, 65 insertions(+), 92 deletions(-)

Frans:

Patch 4 "cmd_i2c: introduced get_alen helper function" applied
after fixing a whitespace error:

Applying: cmd_i2c: introduced get_alen helper function
/home/hs/i2c/u-boot-i2c/.git/rebase-apply/patch:14: trailing whitespace.
 * returns the address length,or 0 on error
warning: 1 line applied after fixing whitespace errors.

Patch 5: corrected the commit message

Hope this is OK for you?

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


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

2010-04-07 Thread Wolfgang Denk
Dear Heiko Schocher,

In message <4bbadf65.1020...@denx.de> you wrote:
> Hello Wolfgang,
> 
> The following changes since commit ffa37fc98d71ef930bccd4e9eed37f6ce6b4d6af:
>   Wolfgang Denk (1):
> Merge branch 'next'
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> Stefan Roese (1):
>   i2c: Move PPC4xx I2C driver into drivers/i2c directory
> 
>  cpu/ppc4xx/Makefile  |1 -
>  drivers/i2c/Makefile |1 +
>  cpu/ppc4xx/i2c.c => drivers/i2c/ppc4xx_i2c.c |0
>  include/configs/ASH405.h |1 +
>  include/configs/CANBT.h  |1 +
>  include/configs/CMS700.h |1 +
>  include/configs/CPCI2DP.h|1 +
>  include/configs/CPCI405.h|1 +
>  include/configs/CPCI4052.h   |1 +
>  include/configs/CPCI405AB.h  |1 +
>  include/configs/CPCI405DT.h  |1 +
>  include/configs/CPCIISER4.h  |1 +
>  include/configs/CRAYL1.h |1 +
>  include/configs/DP405.h  |1 +
>  include/configs/DU405.h  |1 +
>  include/configs/DU440.h  |1 +
>  include/configs/ERIC.h   |1 +
>  include/configs/G2000.h  |1 +
>  include/configs/HH405.h  |1 +
>  include/configs/HUB405.h |1 +
>  include/configs/JSE.h|1 +
>  include/configs/KAREF.h  |1 +
>  include/configs/METROBOX.h   |1 +
>  include/configs/MIP405.h |1 +
>  include/configs/OCRTC.h  |1 +
>  include/configs/ORSG.h   |1 +
>  include/configs/PCI405.h |1 +
>  include/configs/PIP405.h |1 +
>  include/configs/PLU405.h |1 +
>  include/configs/PMC405.h |1 +
>  include/configs/PMC405DE.h   |1 +
>  include/configs/PMC440.h |1 +
>  include/configs/PPChameleonEVB.h |1 +
>  include/configs/VOH405.h |1 +
>  include/configs/VOM405.h |1 +
>  include/configs/W7OLMC.h |1 +
>  include/configs/W7OLMG.h |1 +
>  include/configs/WUH405.h |1 +
>  include/configs/XPEDITE1000.h|1 +
>  include/configs/alpr.h   |1 +
>  include/configs/amcc-common.h|1 +
>  include/configs/csb272.h |1 +
>  include/configs/csb472.h |1 +
>  include/configs/korat.h  |1 +
>  include/configs/lwmon5.h |1 +
>  include/configs/netstal-common.h |1 +
>  include/configs/p3p440.h |1 +
>  include/configs/pcs440ep.h   |1 +
>  include/configs/quad100hd.h  |1 +
>  include/configs/sbc405.h |1 +
>  include/configs/sc3.h|1 +
>  include/configs/zeus.h   |1 +
>  52 files changed, 50 insertions(+), 1 deletions(-)
>  rename cpu/ppc4xx/i2c.c => drivers/i2c/ppc4xx_i2c.c (100%)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
Syntactic sugar causes cancer of the semicolon.
- Epigrams in Programming, ACM SIGPLAN Sept. 1982
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] i2c pull request (next)

2010-03-20 Thread Wolfgang Denk
Dear Heiko Schocher,

In message <4b9e18bc.5090...@denx.de> you wrote:
> Hello Wolfgang,
> 
> please pull for next branch the following changes for i2c:
> 
> The following changes since commit a143441472e1e422b0ff36ec4c99e36dd0f0358b:
>   Detlev Zundel (1):
> mpc5xxx: Remove all references to MGT5100
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git next
> 
> Frans Meulenbroeks (5):
>   cmd_i2c.c: reduced subaddress length to 3 bytes
>   cmd_bootm.c: made subcommand array static
>   cmd_i2c.c: reworked subcommand handling
>   cmd_i2c.c: sorted commands alphabetically
>   cmd_i2c.c: added i2c read to memory function
> 
>  common/cmd_bootm.c |2 +-
>  common/cmd_i2c.c   |  158 +--
>  2 files changed, 115 insertions(+), 45 deletions(-)

Applied to "next", thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
"We don't care.  We don't have to.  We're the Phone Company."
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] i2c pull request (next)

2010-03-29 Thread Wolfgang Denk
Dear Heiko Schocher,

In message <4bb090c0.4060...@denx.de> you wrote:
> Hello Wolfgang,
> 
> please pull for next branch the following changes for i2c:
> 
> The following changes since commit 0020db3f0da61f3e2c8a459a87598e07594dc8ac:
>   Wolfgang Denk (1):
> Merge remote branch 'origin/master' into next
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git next
> 
> Frans Meulenbroeks (5):
>   cmd_i2c.c: declared local functions as static
>   cmd_i2c: moved mispositioned comment for i2c md
>   cmd_i2c: moved a define to before the functions
>   cmd_i2c: introduced get_alen helper function
>   i2c: made unused function i2c_mux_add_device static
> 
>  common/cmd_i2c.c |  155 
> +++---
>  include/i2c.h|2 -
>  2 files changed, 65 insertions(+), 92 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
There is a multi-legged creature crawling on your shoulder.
-- Spock, "A Taste of Armageddon", stardate 3193.9
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] i2c pull request (next)

2010-03-29 Thread Frans Meulenbroeks
2010/3/29 Heiko Schocher :
> Hello Wolfgang,
>
> please pull for next branch the following changes for i2c:
>
> The following changes since commit 0020db3f0da61f3e2c8a459a87598e07594dc8ac:
>  Wolfgang Denk (1):
>        Merge remote branch 'origin/master' into next
>
> are available in the git repository at:
>
>  git://git.denx.de/u-boot-i2c.git next
>
> Frans Meulenbroeks (5):
>      cmd_i2c.c: declared local functions as static
>      cmd_i2c: moved mispositioned comment for i2c md
>      cmd_i2c: moved a define to before the functions
>      cmd_i2c: introduced get_alen helper function
>      i2c: made unused function i2c_mux_add_device static
>
>  common/cmd_i2c.c |  155 
> +++---
>  include/i2c.h    |    2 -
>  2 files changed, 65 insertions(+), 92 deletions(-)
>
> Frans:
>
> Patch 4 "cmd_i2c: introduced get_alen helper function" applied
> after fixing a whitespace error:
>
> Applying: cmd_i2c: introduced get_alen helper function
> /home/hs/i2c/u-boot-i2c/.git/rebase-apply/patch:14: trailing whitespace.
>  * returns the address length,or 0 on error
> warning: 1 line applied after fixing whitespace errors.
>
> Patch 5: corrected the commit message
>
> Hope this is OK for you?

Yes!

Apologies that a last minute edit added a whitespace error in the comment.
Note to self: recheck even after making a small change.

Frans
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot