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

2021-02-21 Thread Tom Rini
On Sun, Feb 21, 2021 at 08:04:02AM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> The following changes since commit ea966d24ef3a9f7f32712a518a07374f9ae43905:
> 
>   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi (2021-02-19 
> 21:06:16 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git tags/for-v2021.04
> 
> for you to fetch changes up to 2147a16983d17bcb0438607aa7760494afc27014:
> 
>   dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO (2021-02-21 
> 06:08:00 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


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

2021-02-21 Thread Tom Rini
On Sun, Feb 21, 2021 at 08:04:02AM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> The following changes since commit ea966d24ef3a9f7f32712a518a07374f9ae43905:
> 
>   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi (2021-02-19 
> 21:06:16 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git tags/for-v2021.04
> 
> for you to fetch changes up to 2147a16983d17bcb0438607aa7760494afc27014:
> 
>   dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO (2021-02-21 
> 06:08:00 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


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

2021-02-20 Thread Heiko Schocher
Hello Tom,

please pull from u-boot-i2c.git master

The following changes since commit ea966d24ef3a9f7f32712a518a07374f9ae43905:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi (2021-02-19 
21:06:16 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git tags/for-v2021.04

for you to fetch changes up to 2147a16983d17bcb0438607aa7760494afc27014:

  dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO (2021-02-21 
06:08:00 +0100)


i2c changes for v2021.04

new feature:
- Allow disabling driver model for I2C in SPL

fixes:
- i2c-gpio: Fix GPIO output
- at91: fix crash when using 'i2c probe'


Eugen Hristev (1):
  i2c: at91: fix crash when using 'i2c probe'

Harm Berntsen (1):
  i2c: i2c-gpio: Fix GPIO output

Igor Opaniuk (3):
  dm: i2c: allow disabling driver model in SPL
  board: freescale: drop CONFIG_DM_I2C undefs
  dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO

 arch/arm/include/asm/arch-fsl-layerscape/config.h   |  2 +-
 arch/arm/include/asm/arch-lpc32xx/i2c.h |  2 +-
 arch/arm/include/asm/mach-imx/mxc_i2c.h |  2 +-
 arch/arm/include/asm/omap_i2c.h |  2 +-
 arch/arm/mach-imx/i2c-mxv7.c|  2 +-
 arch/arm/mach-keystone/ddr3_spd.c   |  2 +-
 arch/arm/mach-kirkwood/include/mach/config.h|  2 +-
 arch/arm/mach-omap2/am33xx/board.c  |  2 +-
 arch/arm/mach-omap2/am33xx/clk_synthesizer.c|  6 +++---
 arch/arm/mach-omap2/boot-common.c   |  2 +-
 arch/arm/mach-omap2/clocks-common.c |  2 +-
 arch/arm/mach-sunxi/board.c |  2 +-
 arch/powerpc/include/asm/fsl_i2c.h  |  2 +-
 board/freescale/common/dcu_sii9022a.c   |  2 +-
 board/freescale/common/diu_ch7301.c |  2 +-
 board/freescale/common/emc2305.c|  4 ++--
 board/freescale/common/qixis.c  |  4 ++--
 board/freescale/common/sys_eeprom.c | 20 ++--
 board/freescale/common/vid.c| 24 

 board/freescale/common/vsc3316_3308.c   | 10 +-
 board/freescale/ls1012aqds/ls1012aqds.c |  2 +-
 board/freescale/ls1012ardb/eth.c|  2 +-
 board/freescale/ls1012ardb/ls1012ardb.c | 12 ++--
 board/freescale/ls1021aqds/dcu.c|  6 +++---
 board/freescale/ls1021aqds/ls1021aqds.c |  2 +-
 board/freescale/ls1021atwr/ls1021atwr.c |  2 +-
 board/freescale/ls1028a/ls1028a.c   |  2 +-
 board/freescale/ls1043aqds/ls1043aqds.c |  4 ++--
 board/freescale/ls1046afrwy/ls1046afrwy.c   |  2 +-
 board/freescale/ls1046aqds/ls1046aqds.c |  2 +-
 board/freescale/ls1088a/eth_ls1088aqds.c| 16 
 board/freescale/ls1088a/ls1088a.c   | 60
++--
 board/freescale/ls2080aqds/eth.c| 14 +++---
 board/freescale/ls2080aqds/ls2080aqds.c |  4 ++--
 board/freescale/ls2080ardb/ls2080ardb.c |  2 +-
 board/freescale/lx2160a/lx2160a.c   |  2 +-
 board/freescale/p1010rdb/p1010rdb.c |  8 
 board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c |  2 +-
 board/freescale/t102xrdb/t102xrdb.c |  2 +-
 board/freescale/t208xqds/t208xqds.c |  2 +-
 board/friendlyarm/nanopi2/onewire.c |  6 +++---
 board/keymile/common/ivm.c  |  2 +-
 board/samsung/common/misc.c |  2 +-
 board/samsung/trats/trats.c | 10 +-
 board/samsung/trats2/trats2.c   | 10 +-
 board/sunxi/board.c |  2 +-
 board/ti/am335x/board.c |  8 
 board/ti/am335x/mux.c   |  2 +-
 board/ti/am43xx/board.c | 12 ++--
 board/ti/common/board_detect.c  |  4 ++--
 board/ti/ks2_evm/board_k2g.c|  2 +-
 board/wandboard/wandboard.c |  4 ++--
 cmd/eeprom.c|  6 +++---
 cmd/i2c.c   | 98
+-
 configs/imx8mp_evk_defconfig|  1 +
 configs/ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig |  1 +
 configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig |  1 +
 configs/phycore-imx8mp_defconfig|  1 +
 doc/driver-model/i2c-howto.rst 

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

2020-11-29 Thread Tom Rini
On Sat, Nov 28, 2020 at 04:20:45PM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> The following changes since commit 7889951d0f56eab746a7c8fde350a022ba0361ca:
> 
>   Merge tag 'u-boot-stm32-20201125' of 
> https://gitlab.denx.de/u-boot/custodians/u-boot-stm
> (2020-11-25 11:00:52 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git master
> 
> for you to fetch changes up to f517e5fe98598d933e050b4005af6d745820bdb1:
> 
>   riscv: sifive/fu540: kconfig: Enable support for Opencores I2C controller 
> (2020-11-28 08:30:41 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


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

2020-11-28 Thread Heiko Schocher
Hello Tom,

The following changes since commit 7889951d0f56eab746a7c8fde350a022ba0361ca:

  Merge tag 'u-boot-stm32-20201125' of 
https://gitlab.denx.de/u-boot/custodians/u-boot-stm
(2020-11-25 11:00:52 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git master

for you to fetch changes up to f517e5fe98598d933e050b4005af6d745820bdb1:

  riscv: sifive/fu540: kconfig: Enable support for Opencores I2C controller 
(2020-11-28 08:30:41 +0100)


Baruch Siach (1):
  i2c: mvtwsi: disable i2c slave also on Armada 8k

Pragnesh Patel (2):
  i2c: ocores: add i2c driver for OpenCores I2C controller
  riscv: sifive/fu540: kconfig: Enable support for Opencores I2C controller

Simon Glass (1):
  i2c: designware_i2c: Don't warn if no reset controller

 arch/riscv/cpu/fu540/Kconfig |   2 +
 board/sifive/fu540/Kconfig   |   1 +
 drivers/i2c/Kconfig  |   7 ++
 drivers/i2c/Makefile |   1 +
 drivers/i2c/designware_i2c.c |   8 +-
 drivers/i2c/mvtwsi.c |   3 +-
 drivers/i2c/ocores_i2c.c | 637
+
 7 files changed, 655 insertions(+), 4 deletions(-)
 create mode 100644 drivers/i2c/ocores_i2c.c

Travis build:
https://travis-ci.org/github/hsdenx/u-boot-i2c/builds/746392479

Sorry for being late, but I am a little under stress ...

bye,
Heiko
-- 
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de


Re: [U-Boot] Please pull from u-boot-i2c for 2020.10

2020-10-01 Thread Tom Rini
On Thu, Oct 01, 2020 at 12:22:01PM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> late bugfix for 2020.10 ...
> 
> The following changes since commit 5f9070a4a48d2db1968b86a54e82724dbe2a6de6:
> 
>   optee: copy FDT OP-TEE related nodes before generic FDT changes (2020-09-30 
> 11:31:13 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git 
> tags/late-bugfix-for-2020.10
> 
> for you to fetch changes up to 86a73b0905430c0a637280d33afa498b366f4d23:
> 
>   i2c: rcar_i2c: Fix i2c read/write errors (2020-10-01 05:41:44 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


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

2020-10-01 Thread Heiko Schocher

Hello Tom,

late bugfix for 2020.10 ...

The following changes since commit 5f9070a4a48d2db1968b86a54e82724dbe2a6de6:

  optee: copy FDT OP-TEE related nodes before generic FDT changes (2020-09-30 
11:31:13 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git 
tags/late-bugfix-for-2020.10

for you to fetch changes up to 86a73b0905430c0a637280d33afa498b366f4d23:

  i2c: rcar_i2c: Fix i2c read/write errors (2020-10-01 05:41:44 +0200)


i2c late bugfix for v2020.10
- rcar_i2c: Fix i2c read/write errors
  fixes commit 7c8f821e ("i2c: rcar_i2c: Set the slave address from 
rcar_i2c_xfer")


Lad Prabhakar (1):
  i2c: rcar_i2c: Fix i2c read/write errors

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

travis builds fine:

https://travis-ci.org/github/hsdenx/u-boot-i2c/builds/731810194

Thanks!

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de


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

2020-08-25 Thread Tom Rini
On Tue, Aug 25, 2020 at 01:30:50PM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c master
> 
> The following changes since commit 1aa3966173fe92fa3c46638ee8eb8b8491f521d6:
> 
>   Merge tag 'u-boot-clk-24Aug2020' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-clk (2020-08-24 09:06:02
> -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git 
> tags/i2c-bugfixes-for-v2020.10
> 
> for you to fetch changes up to 660606091f12320210cb7ced018788b8028aab5f:
> 
>   Link failure with CONFIG_SPL and CONFIG_I2C_MUX_PCA954x (2020-08-25 
> 06:25:42 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


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

2020-08-25 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c master

The following changes since commit 1aa3966173fe92fa3c46638ee8eb8b8491f521d6:

  Merge tag 'u-boot-clk-24Aug2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-clk 
(2020-08-24 09:06:02 -0400)


are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git 
tags/i2c-bugfixes-for-v2020.10

for you to fetch changes up to 660606091f12320210cb7ced018788b8028aab5f:

  Link failure with CONFIG_SPL and CONFIG_I2C_MUX_PCA954x (2020-08-25 06:25:42 
+0200)


i2c bugfixes for v2020.10
- fix some issues with octeon_i2c driver on ARM Octeon TX2
- fix link failure with CONFIG_SPL and CONFIG_I2C_MUX_PCA954x


Stefan Roese (1):
  i2c: octeon_i2c: Misc fixes for ARM Octeon TX2 support

Trommel, Kees (Contractor) (1):
  Link failure with CONFIG_SPL and CONFIG_I2C_MUX_PCA954x

 drivers/i2c/Makefile   |  2 +-
 drivers/i2c/muxes/Makefile |  2 +-
 drivers/i2c/octeon_i2c.c   | 59 
++-
 3 files changed, 28 insertions(+), 35 deletions(-)

Travis build is fine:

https://travis-ci.org/github/hsdenx/u-boot-i2c/builds/720878061

Thanks!

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de


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

2020-07-09 Thread Tom Rini
On Thu, Jul 09, 2020 at 10:41:00AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c master
> 
> The following changes since commit 61608f395e7dcb2be6060407a72a1149b046430a:
> 
>   Merge branch '2020-07-08-misc-features-and-fixes' (2020-07-08 20:20:24 
> -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git tags/for-v2020.10
> 
> for you to fetch changes up to 7239a610b796b0bb8f85c5c21798596c2768cb50:
> 
>   pwm: Add PWM driver for SiFive SoC (2020-07-09 06:03:12 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


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

2020-07-09 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c master

The following changes since commit 61608f395e7dcb2be6060407a72a1149b046430a:

  Merge branch '2020-07-08-misc-features-and-fixes' (2020-07-08 20:20:24 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git tags/for-v2020.10

for you to fetch changes up to 7239a610b796b0bb8f85c5c21798596c2768cb50:

  pwm: Add PWM driver for SiFive SoC (2020-07-09 06:03:12 +0200)


i2c changes for v2020.10
- Add support for I2C controllers found on Octeon II/III and Octeon TX
  TX2 SoC platforms.
- Add I2C controller support for Cortina Access CA SoCs
- new rtc methods, rtc command, and tests
- imx_lpi2c: Improve the codes to use private data
- stm32f7_i2c.c: Add new compatible "st,stm32mp15-i2c"
- stm32f7_i2c.c: Add Fast Mode Plus support
- pwm: Add PWM driver for SiFive SoC


Alex Nemirovsky (1):
  board: presidio-asic: Add I2C support

Arthur Li (1):
  i2c: i2c-cortina: added CA I2C support

Patrick Delaunay (2):
  i2c: stm32f7: add stm32mp15 compatible
  i2c: stm32f7: SYSCFG Fast Mode Plus support for I2C STM32F7

Rasmus Villemoes (11):
  rtc: add dm_rtc_read helper and ->read method
  rtc: add dm_rtc_write() helper
  rtc: fall back to ->{read, write} if ->{read, write}8 are not provided
  rtc: pcf2127: provide ->read method
  rtc: pcf2127: provide ->write method
  rtc: add rtc command
  rtc: sandbox-rtc: fix set method
  rtc: i2c_rtc_emul: catch any write to the "reset" register
  test: dm: rtc: add test of dm_rtc_read, dm_rtc_write
  sandbox: add rtc command to defconfigs
  test: dm: rtc: add tests of rtc shell command

Suneel Garapati (1):
  i2c: octeon_i2c: Add I2C controller driver for Octeon

Yash Shah (2):
  pwm: Add DT documentation for SiFive PWM Controller
  pwm: Add PWM driver for SiFive SoC

Ye Li (1):
  i2c: imx_lpi2c: Improve the codes to use private data

 MAINTAINERS  |   4 +
 arch/sandbox/include/asm/rtc.h   |   5 +
 cmd/Kconfig  |   6 +
 cmd/Makefile |   1 +
 cmd/rtc.c| 167 +++
 configs/cortina_presidio-asic-emmc_defconfig |   3 +
 configs/sandbox64_defconfig  |   1 +
 configs/sandbox_defconfig|   1 +
 configs/sandbox_flattree_defconfig   |   1 +
 doc/device-tree-bindings/i2c/i2c-cortina.txt |  18 +++
 doc/device-tree-bindings/i2c/octeon-i2c.txt  |  24 
 doc/device-tree-bindings/pwm/pwm-sifive.txt  |  31 +
 drivers/i2c/Kconfig  |  18 +++
 drivers/i2c/Makefile |   2 +
 drivers/i2c/i2c-cortina.c| 347 

 drivers/i2c/i2c-cortina.h|  87 
 drivers/i2c/imx_lpi2c.c  |  22 ++--
 drivers/i2c/octeon_i2c.c | 847 
+

 drivers/i2c/stm32f7_i2c.c|  73 ++
 drivers/pwm/Kconfig  |   6 +
 drivers/pwm/Makefile |   1 +
 drivers/pwm/pwm-sifive.c | 172 
 drivers/rtc/i2c_rtc_emul.c   |   3 +-
 drivers/rtc/pcf2127.c|  13 +-
 drivers/rtc/rtc-uclass.c |  59 -
 drivers/rtc/sandbox_rtc.c|  65 -
 include/rtc.h|  47 +++
 test/dm/rtc.c| 118 -
 28 files changed, 2081 insertions(+), 61 deletions(-)
 create mode 100644 cmd/rtc.c
 create mode 100644 doc/device-tree-bindings/i2c/i2c-cortina.txt
 create mode 100644 doc/device-tree-bindings/i2c/octeon-i2c.txt
 create mode 100644 doc/device-tree-bindings/pwm/pwm-sifive.txt
 create mode 100644 drivers/i2c/i2c-cortina.c
 create mode 100644 drivers/i2c/i2c-cortina.h
 create mode 100644 drivers/i2c/octeon_i2c.c
 create mode 100644 drivers/pwm/pwm-sifive.c

travis build:

https://travis-ci.org/github/hsdenx/u-boot-i2c/builds/706396477

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de


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

2020-05-30 Thread Tom Rini
On Sat, May 30, 2020 at 05:51:18AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c master
> 
> The following changes since commit ab80137cc436e977ef91a154372ae5aeae3f4fb0:
> 
>   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell (2020-05-27 
> 10:56:25 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git 
> tags/bugfixes-for-v2020.07-rc4
> 
> for you to fetch changes up to b24dc83f156604f253ef6521776444188c5bff9b:
> 
>   misc: i2c_eeprom: implement different probe test eeprom offset (2020-05-28 
> 06:51:06 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


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

2020-05-29 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c master

The following changes since commit ab80137cc436e977ef91a154372ae5aeae3f4fb0:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell (2020-05-27 
10:56:25 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git 
tags/bugfixes-for-v2020.07-rc4

for you to fetch changes up to b24dc83f156604f253ef6521776444188c5bff9b:

  misc: i2c_eeprom: implement different probe test eeprom offset (2020-05-28 
06:51:06 +0200)


i2c changes for v2020.07-rc4
- fix eeprom issue with AT24MAC402 (address != 0)
- fix in i2c-uclass.c when compiling compiling with -Wtype-limits
- designware_i2c: small fixes:
  - check if the device is powered
  - tidy up use of NULL priv


Eugen Hristev (1):
  misc: i2c_eeprom: implement different probe test eeprom offset

Heinrich Schuchardt (1):
  i2c: observe scl_count in i2c_deblock_gpio_loop()

Raul E Rangel (1):
  i2c: designware_i2c: Check if the device is powered

Simon Glass (1):
  i2c: designware_i2c: Tidy up use of NULL priv

 drivers/i2c/designware_i2c.c | 51 
---
 drivers/i2c/i2c-uclass.c |  2 +-
 drivers/misc/i2c_eeprom.c|  8 +++-
 3 files changed, 48 insertions(+), 13 deletions(-)

Travis build:
https://travis-ci.org/github/hsdenx/u-boot-i2c/builds/692417564

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de


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

2020-04-21 Thread Tom Rini
On Tue, Apr 21, 2020 at 07:53:51AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c master
> 
> The following changes since commit 8d5d3bcf3c53d798bd7f3fe7092e994593bcc41c:
> 
>   Merge branch '2020-04-16-master-imports' (2020-04-17 11:17:29 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git tags/for-v2020.07
> 
> for you to fetch changes up to 956d57a8ddf17dbd69f9120b399f621f15ea3f95:
> 
>   drivers: i2c: add brcm iproc I2C driver support (2020-04-20 06:52:28 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


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

2020-04-20 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c master

The following changes since commit 8d5d3bcf3c53d798bd7f3fe7092e994593bcc41c:

  Merge branch '2020-04-16-master-imports' (2020-04-17 11:17:29 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git tags/for-v2020.07

for you to fetch changes up to 956d57a8ddf17dbd69f9120b399f621f15ea3f95:

  drivers: i2c: add brcm iproc I2C driver support (2020-04-20 06:52:28 +0200)


i2c changes for 2020.07
- add new i2c driver for Broadcom iproc-based socs
- fix cmd: eeprom: Staticize eeprom_i2c_bus
- i2c: muxes: pca954x: add PCA9546 variant


Chris Packham (1):
  i2c: muxes: pca954x: add PCA9546 variant

Marek Vasut (1):
  cmd: eeprom: Staticize eeprom_i2c_bus

Rayagonda Kokatanur (1):
  drivers: i2c: add brcm iproc I2C driver support

 cmd/eeprom.c|   2 +-
 drivers/i2c/Kconfig |   8 ++
 drivers/i2c/Makefile|   1 +
 drivers/i2c/iproc_i2c.c | 713 
+++

 drivers/i2c/iproc_i2c.h | 335 
+++
 drivers/i2c/muxes/Kconfig   |   4 +-
 drivers/i2c/muxes/pca954x.c |   6 ++
 7 files changed, 1066 insertions(+), 3 deletions(-)
 create mode 100644 drivers/i2c/iproc_i2c.c
 create mode 100644 drivers/i2c/iproc_i2c.h

Travis build:

https://travis-ci.org/github/hsdenx/u-boot-i2c/builds/677107235

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de


Re: [U-Boot] Please pull from u-boot-i2c/next

2020-03-18 Thread Tom Rini
On Tue, Mar 17, 2020 at 06:26:28AM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c next
> 
> There is patch "[v2] bootcounter: add DM support for memory based bootcounter"
> http://patchwork.ozlabs.org/patch/1247674/
> 
> which was assigned to me, not really i2c related, but I added it to this pull
> request. If you think, you should pick it up, I can remove it.
> 
> Travis build:
> https://travis-ci.org/github/hsdenx/u-boot-i2c/builds/662944932
> 
> The following changes since commit e24f0a39d0daa2d8c597650aeb3f559d44a195ae:
> 
>   Merge branch '2020-03-12-rsa-improvements' into next (2020-03-12 12:45:27 
> -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git 
> tags/20200316-for-next
> 
> for you to fetch changes up to 80e8b8add057d2c947394d9d57fc2dcc7ff886d1:
> 
>   bootcounter: add DM support for memory based bootcounter (2020-03-16 
> 08:05:00 +0100)
> 

Applied to u-boot/next, thanks!

-- 
Tom


signature.asc
Description: PGP signature


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

2020-03-16 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c next

There is patch "[v2] bootcounter: add DM support for memory based bootcounter"
http://patchwork.ozlabs.org/patch/1247674/

which was assigned to me, not really i2c related, but I added it to this pull
request. If you think, you should pick it up, I can remove it.

Travis build:
https://travis-ci.org/github/hsdenx/u-boot-i2c/builds/662944932

The following changes since commit e24f0a39d0daa2d8c597650aeb3f559d44a195ae:

  Merge branch '2020-03-12-rsa-improvements' into next (2020-03-12 12:45:27 
-0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git tags/20200316-for-next

for you to fetch changes up to 80e8b8add057d2c947394d9d57fc2dcc7ff886d1:

  bootcounter: add DM support for memory based bootcounter (2020-03-16 08:05:00 
+0100)


i2c: for next
- i2c-gpio: make it possible to run deblock sequence on driver probe
- i2c-gpio: add clock stretching support
- updates the Designware I2C driver for high speed mode,
  fix a bug and add some improvements.
- add DM support for memory based bootcounter driver


Heiko Schocher (1):
  bootcounter: add DM support for memory based bootcounter

Jun Chen (4):
  i2c: designware_i2c: Fix IC_CON register setting for high speed mode
  i2c: designware_i2c: check is high speed possible support
  i2c: designware_i2c: remove 'has_high_speed'
  i2c: designware_i2c: add 'hs_hcnt' and 'hs_lcnt' for high speed

Marek Vasut (5):
  i2c: Make deblock delay and SCL clock configurable
  i2c: Export i2c_deblock_gpio_loop()
  i2c: Add option to send start condition after deblocking
  i2c: gpio: Run deblock sequence on probe
  doc: i2c: gpio: Document deblock sequence on probe

Masahiro Yamada (2):
  misc: i2c_eeprom: remove pagewidth field from i2c_eeprom
  misc: i2c_eeprom: store pagesize instead of pagewidth in 
i2c_eeprom_drv_data

Michael Auchter (2):
  dm: i2c-gpio: add support for clock stretching
  dm: i2c-gpio: rework gpio get/set functions

 doc/device-tree-bindings/i2c/i2c-gpio.txt |   4 +++
 doc/device-tree-bindings/misc/bootcounter.txt |  21 +++
 drivers/bootcount/Kconfig |   7 +
 drivers/bootcount/Makefile|   1 +
 drivers/bootcount/bootcount.c |  92 
+++

 drivers/i2c/designware_i2c.c  |  18 ++---
 drivers/i2c/designware_i2c.h  |   9 +--
 drivers/i2c/i2c-gpio.c| 170 
+

 drivers/i2c/i2c-uclass.c  |  44 
++-
 drivers/misc/i2c_eeprom.c |  38 +-
 include/i2c.h |  18 +
 include/i2c_eeprom.h  |   2 --
 12 files changed, 315 insertions(+), 109 deletions(-)
 create mode 100644 doc/device-tree-bindings/misc/bootcounter.txt
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de


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

2020-02-19 Thread Tom Rini
On Tue, Feb 18, 2020 at 12:51:34PM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c master branch:
> 
> The following changes since commit f2a73d6867ef973fbb8471cc87058205999b5e5c:
> 
>   Merge tag 'u-boot-stm32-20200214' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-stm (2020-02-14 07:31:47
> -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git 
> tags/bugfixes-for-v2020.04
> 
> for you to fetch changes up to 64d44c4e9f4fe048aca69db7b6a208ab9e55f9b2:
> 
>   i2c: designware_i2c: Correct the selection of speed mode (2020-02-18 
> 08:16:45 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


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

2020-02-18 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c master branch:

The following changes since commit f2a73d6867ef973fbb8471cc87058205999b5e5c:

  Merge tag 'u-boot-stm32-20200214' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm 
(2020-02-14 07:31:47 -0500)


are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git 
tags/bugfixes-for-v2020.04

for you to fetch changes up to 64d44c4e9f4fe048aca69db7b6a208ab9e55f9b2:

  i2c: designware_i2c: Correct the selection of speed mode (2020-02-18 08:16:45 
+0100)


i2c bugfixes for 2020.04
- i2c: designware_i2c: Correct the selection of speed mode
  Fixes: d96440d1e3 ("i2c: designware_i2c: Add support for fast-plus speed")


Simon Glass (1):
  i2c: designware_i2c: Correct the selection of speed mode

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

Travis build:

https://travis-ci.org/hsdenx/u-boot-i2c/builds/651853272

Thanks!

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de


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

2020-01-29 Thread Tom Rini
On Wed, Jan 29, 2020 at 07:01:00AM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c master branch:
> 
> The following changes since commit c05b38df477a50c3918b50c5f986592411785859:
> 
>   common: fix regression on block cache init (2020-01-26 13:36:14 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git tags/for-v2020.04
> 
> for you to fetch changes up to 2034f6c27fc91407fe8bbd36670714b77d9ef1dc:
> 
>   i2c: designware_i2c: Do more in the probe() method (2020-01-27 07:25:00 
> +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


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

2020-01-28 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c master branch:

The following changes since commit c05b38df477a50c3918b50c5f986592411785859:

  common: fix regression on block cache init (2020-01-26 13:36:14 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git tags/for-v2020.04

for you to fetch changes up to 2034f6c27fc91407fe8bbd36670714b77d9ef1dc:

  i2c: designware_i2c: Do more in the probe() method (2020-01-27 07:25:00 +0100)


i2c changes for 2020.04
- updates the Designware I2C driver
  - get timings from device tree
  - handle units in nanoseconds
  - make sure that the requested bus speed is not exceeded
  - few smaller clean-ups
- adds enums for i2c speed and update drivers which use them
- global_data: remove unused mxc_i2c specific field


Baruch Siach (1):
  global_data: remove unused mxc_i2c specific field

Simon Glass (23):
  i2c: designware_i2c: Add more registers
  i2c: designware_i2c: Don't allow changing IC_CLK
  i2c: designware_i2c: Include clk.h in the header file
  i2c: designware_i2c: Rename 'max' speed to 'high' speed
  i2c: designware_i2c: Use an enum for selected speed mode
  i2c: designware_i2c: Use an accurate bus clock instead of MHz
  i2c: designware_i2c: Bring in the binding file
  i2c: designware_i2c: Read device-tree properties
  i2c: designware_i2c: Drop scl_sda_cfg parameter
  i2c: designware_i2c: Put hold config in a struct
  i2c: designware_i2c: Rewrite timing calculation
  i2c: designware_i2c: Add spike supression
  i2c: Add enums for i2c speed and address size
  i2c: ast_i2c: Update to use standard enums for speed
  i2c: designware_i2c: Update to use standard enums for speed
  i2c: kona_i2c: Update to use standard enums for speed
  i2c: omap: Update to use standard enums for speed
  i2c: stm32: Update to use standard enums for speed
  i2c: Update drivers to use enum for speed
  i2c: designware_i2c: Add support for fast-plus speed
  i2c: designware_i2c: Move dw_i2c_speed_config to header
  i2c: designware_i2c: Separate out the speed calculation
  i2c: designware_i2c: Do more in the probe() method

 doc/device-tree-bindings/i2c/i2c-designware.txt |  73 

 drivers/i2c/ast_i2c.c   |   2 +-
 drivers/i2c/ast_i2c.h   |   2 -
 drivers/i2c/designware_i2c.c| 300 
++--

 drivers/i2c/designware_i2c.h|  73 
+---
 drivers/i2c/designware_i2c_pci.c|   4 +-
 drivers/i2c/exynos_hs_i2c.c |   5 +-
 drivers/i2c/fsl_i2c.c   |   3 +-
 drivers/i2c/i2c-cdns.c  |   2 +-
 drivers/i2c/i2c-uclass.c|  12 ++---
 drivers/i2c/i2c-uniphier-f.c|   2 +-
 drivers/i2c/i2c-uniphier.c  |   2 +-
 drivers/i2c/imx_lpi2c.c |   8 ++--
 drivers/i2c/kona_i2c.c  |  28 +--
 drivers/i2c/mv_i2c.c|   4 +-
 drivers/i2c/mvtwsi.c|   5 +-
 drivers/i2c/omap24xx_i2c.c  |   5 +-
 drivers/i2c/omap24xx_i2c.h  |   4 --
 drivers/i2c/rcar_i2c.c  |   2 +-
 drivers/i2c/rcar_iic.c  |   2 +-
 drivers/i2c/s3c24x0_i2c.c   |   5 +-
 drivers/i2c/sandbox_i2c.c   |   3 +-
 drivers/i2c/stm32f7_i2c.c   |  43 +++--
 include/asm-generic/global_data.h   |   3 --
 include/i2c.h   |  26 ++
 25 files changed, 454 insertions(+), 164 deletions(-)
 create mode 100644 doc/device-tree-bindings/i2c/i2c-designware.txt

Travis build:
https://travis-ci.org/hsdenx/u-boot-i2c/builds/642382247

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de


Re: [U-Boot] Please pull from u-boot-i2c next

2019-12-18 Thread Tom Rini
On Tue, Dec 17, 2019 at 01:01:58PM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from uboot-i2c next branch:
> 
> The following changes since commit 553cb06887825314e74a9bdac337467c77d1db88:
> 
>   Merge tag 'dm-next-13dec19' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-dm into next (2019-12-12
> 08:18:59 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git 
> tags/20191217-for-next
> 
> for you to fetch changes up to 033e18b47bd020610f84ca88c5ce3b88215d563a:
> 
>   misc: i2c_eeprom: add size query (2019-12-17 06:58:19 +0100)
> 

Applied to u-boot/next, thanks!

-- 
Tom


signature.asc
Description: PGP signature


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

2019-12-17 Thread Heiko Schocher

Hello Tom,

please pull from uboot-i2c next branch:

The following changes since commit 553cb06887825314e74a9bdac337467c77d1db88:

  Merge tag 'dm-next-13dec19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm into next 
(2019-12-12 08:18:59 -0500)


are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git tags/20191217-for-next

for you to fetch changes up to 033e18b47bd020610f84ca88c5ce3b88215d563a:

  misc: i2c_eeprom: add size query (2019-12-17 06:58:19 +0100)


i2c: for next
- misc: i2c_eeprom:
  Add partition support and add ability to query size
  of eeprom device and partitions
- i2c common:
  add support for offset overflow in to address and add
  sandbox tests for it.


Robert Beckett (5):
  i2c: add support for offset overflow in to address
  dm: i2c: EEPROM simulator allow tests visibility of addr and offset
  dm: i2c: EEPROM simulator add tests for addr offset mask
  misc: i2c_eeprom: add fixed partitions support
  misc: i2c_eeprom: add size query

 arch/sandbox/include/asm/test.h |   7 
 drivers/i2c/i2c-uclass.c|  34 
 drivers/misc/i2c_eeprom.c   | 243 
++---

 drivers/misc/i2c_eeprom_emul.c  |  80 
++---
 include/i2c.h   |  33 +++
 include/i2c_eeprom.h|  12 +++
 test/dm/i2c.c   | 113 

 7 files changed, 463 insertions(+), 59 deletions(-)

travis build:
https://travis-ci.org/hsdenx/u-boot-i2c/builds/626040609

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de


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

2019-12-11 Thread Tom Rini
On Wed, Dec 11, 2019 at 11:44:56AM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull an i2c fix for 2020.01 from u-boot-i2c.git master
> 
> The following changes since commit 520f9559020894950d4e962aba52220c8a1d6bfe:
> 
>   Merge branch 'master' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-riscv (2019-12-09 21:53:23
> -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git tags/fix-for-2020.01
> 
> for you to fetch changes up to 3104162a8b967919d2b65211650299018e10c61e:
> 
>   i2c: i2c_cdns: fix write timeout on fifo boundary (2019-12-11 06:25:13 
> +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


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

2019-12-11 Thread Heiko Schocher

Hello Tom,

please pull an i2c fix for 2020.01 from u-boot-i2c.git master

The following changes since commit 520f9559020894950d4e962aba52220c8a1d6bfe:

  Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv (2019-12-09 
21:53:23 -0500)


are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git tags/fix-for-2020.01

for you to fetch changes up to 3104162a8b967919d2b65211650299018e10c61e:

  i2c: i2c_cdns: fix write timeout on fifo boundary (2019-12-11 06:25:13 +0100)


i2c bugfixes for 2020.01
- i2c: i2c_cdns: fix write timeout on fifo boundary
  fixes timout issue when writting number of bytes is multiple
  of the FIFO depth.


Michael Auchter (1):
  i2c: i2c_cdns: fix write timeout on fifo boundary

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

travis build:
https://travis-ci.org/hsdenx/u-boot-i2c/builds/623518009

Thanks!

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de


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

2019-09-03 Thread Tom Rini
On Mon, Sep 02, 2019 at 11:41:20AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> one late pull request for u-boot-i2c as I missed Pengs patch...
> 
> The following changes since commit 877294b56a52f1cb60bbfa7e4722fcc33451f7b2:
> 
>   Merge tag 'efi-2019-10-rc4' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-efi (2019-08-29 07:26:42
> -0400)
> 
> are available in the Git repository at:
> 
>   origin/master for-v2019.10-v2
> 
> for you to fetch changes up to 6dba0864ece3f4006abae8ff9e2ad74f4374359d:
> 
>   i2c: mxc: add CONFIG_CLK support (2019-09-02 06:35:08 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-09-02 Thread Heiko Schocher

Hello Tom,

one late pull request for u-boot-i2c as I missed Pengs patch...

The following changes since commit 877294b56a52f1cb60bbfa7e4722fcc33451f7b2:

  Merge tag 'efi-2019-10-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi (2019-08-29 
07:26:42 -0400)


are available in the Git repository at:

  origin/master for-v2019.10-v2

for you to fetch changes up to 6dba0864ece3f4006abae8ff9e2ad74f4374359d:

  i2c: mxc: add CONFIG_CLK support (2019-09-02 06:35:08 +0200)


i2c bugfixes for 2019.10 take 2
- i2c: mxc: add CONFIG_CLK support
  If CONFIG_CLK is enabled use clk framework for clock settings.


Peng Fan (1):
  i2c: mxc: add CONFIG_CLK support

 arch/arm/include/asm/mach-imx/mxc_i2c.h |  6 ++
 drivers/i2c/mxc_i2c.c   | 18 ++
 2 files changed, 24 insertions(+)

Clean travis build:
https://travis-ci.org/hsdenx/u-boot-i2c/builds/579626889

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-08-27 Thread Tom Rini
On Tue, Aug 27, 2019 at 11:48:26AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> The following changes since commit d39221f33f0e78cc80d1304ab4ca4e4a3886fbff:
> 
>   Prepare v2019.10-rc3 (2019-08-26 20:16:42 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git tags/for-v2019.10
> 
> for you to fetch changes up to 5ae84860b0428b37063a6d7b03cae26a4e772da7:
> 
>   misc: i2c_eeprom: verify that the chip is functional at probe() (2019-08-27 
> 06:26:49 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-08-27 Thread Heiko Schocher

Hello Tom,

The following changes since commit d39221f33f0e78cc80d1304ab4ca4e4a3886fbff:

  Prepare v2019.10-rc3 (2019-08-26 20:16:42 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git tags/for-v2019.10

for you to fetch changes up to 5ae84860b0428b37063a6d7b03cae26a4e772da7:

  misc: i2c_eeprom: verify that the chip is functional at probe() (2019-08-27 
06:26:49 +0200)


i2c bugfixes for 2019.10
- misc: i2c_eeprom: verify that the chip is functional at probe()
- i2c: mxc_i2c: Remove i2c_idle_bus from probe
- i2c-mux-gpio: Fix GPIO request flag issue


Baruch Siach (1):
  misc: i2c_eeprom: verify that the chip is functional at probe()

Ye Li (2):
  i2c-mux-gpio: Fix GPIO request flag issue
  i2c: mxc_i2c: Remove i2c_idle_bus from probe

 drivers/i2c/muxes/i2c-mux-gpio.c | 2 +-
 drivers/i2c/mxc_i2c.c| 7 ---
 drivers/misc/i2c_eeprom.c| 8 
 3 files changed, 9 insertions(+), 8 deletions(-)

Travis build:
https://travis-ci.org/hsdenx/u-boot-i2c/builds/577152550

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-07-10 Thread Tom Rini
On Wed, Jul 10, 2019 at 07:25:02AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> The following changes since commit e5aee22e4be75e75a854ab64503fc80598bc2004:
> 
>   Prepare v2019.07 (2019-07-08 15:23:28 -0400)
> 
> are available in the Git repository at:
> 
>   g...@gitlab.denx.de:u-boot/custodians/u-boot-i2c.git master

Please use the https URI and provide a short summary.

> for you to fetch changes up to ef6c26d338a168110b7688b07e319ff46c73748d:
> 
>   rtc: pcf2127: Fixed bug with rtc settings and getting error time 
> (2019-07-09 10:51:12 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-07-09 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git master

The following changes since commit e5aee22e4be75e75a854ab64503fc80598bc2004:

  Prepare v2019.07 (2019-07-08 15:23:28 -0400)

are available in the Git repository at:

  g...@gitlab.denx.de:u-boot/custodians/u-boot-i2c.git master

for you to fetch changes up to ef6c26d338a168110b7688b07e319ff46c73748d:

  rtc: pcf2127: Fixed bug with rtc settings and getting error time (2019-07-09 
10:51:12 +0200)


Chuanhua Han (1):
  rtc: pcf2127: Fixed bug with rtc settings and getting error time

Jun Chen (1):
  i2c: designware_i2c: Restore enable state after set speed

Ley Foon Tan (1):
  i2c: designware: Get clock rate from clock DM

Melin Tomas (2):
  xilinx_xiic: Fix fill tx fifo loop
  xilinx_xiic: Fix transfer initialisation

 drivers/i2c/designware_i2c.c | 64 

 drivers/i2c/xilinx_xiic.c| 14 +-
 drivers/rtc/pcf2127.c| 33 -
 3 files changed, 89 insertions(+), 22 deletions(-)

Travis builds fine:

https://travis-ci.org/hsdenx/u-boot-i2c/builds/556196478

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-05-20 Thread Tom Rini
On Mon, May 20, 2019 at 11:55:01AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> The following changes since commit 5b4b680cfe29a67171ccbe439c66374cb31faca3:
> 
>   Prepare v2019.07-rc2 (2019-05-15 15:58: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 ca0a8f3e8c5920485e9ab2ebba30a01b901f6bb7:
> 
>   i2c: mxc: Hide kconfig based control in DM_I2C mode (2019-05-17 05:35:24 
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-05-20 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git master

The following changes since commit 5b4b680cfe29a67171ccbe439c66374cb31faca3:

  Prepare v2019.07-rc2 (2019-05-15 15:58: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 ca0a8f3e8c5920485e9ab2ebba30a01b901f6bb7:

  i2c: mxc: Hide kconfig based control in DM_I2C mode (2019-05-17 05:35:24 
+0200)


Trent Piepho (4):
  i2c: mxc_i2c: Document how non-DM functions work
  i2c: mxc_i2c: Fix read and read->write xfers in DM mode
  wandboard: Don't use I2C speed Kconfig settings with DM_I2C
  i2c: mxc: Hide kconfig based control in DM_I2C mode

 board/wandboard/wandboard.c |  19 ++-
 drivers/i2c/Kconfig |   5 -
 drivers/i2c/mxc_i2c.c   | 129 
++---

 3 files changed, 116 insertions(+), 37 deletions(-)

Pull requests contains fix for mxc_i2c driver in DM mode, thanks to Trent!

Travis builds fine:

https://travis-ci.org/hsdenx/u-boot-i2c/builds/533622527

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-04-12 Thread Tom Rini
On Thu, Apr 11, 2019 at 08:33:18PM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> removed patch "i2c: mvtwsi: fix hang on SPL bind" as discussed on ML,
> 
> so here the new pull request:
> 
> The following changes since commit 3c99166441bf3ea325af2da83cfe65430b49c066:
> 
>   Prepare v2019.04 (2019-04-08 21:40:40 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 84c80c63d53bc8a7779b1e7e7084ee3b2d20e768:
> 
>   misc: i2c_eeprom: add eeprom write support (2019-04-11 15:21:33 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-04-11 Thread Heiko Schocher

Hello Tom,

removed patch "i2c: mvtwsi: fix hang on SPL bind" as discussed on ML,

so here the new pull request:

The following changes since commit 3c99166441bf3ea325af2da83cfe65430b49c066:

  Prepare v2019.04 (2019-04-08 21:40:40 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 84c80c63d53bc8a7779b1e7e7084ee3b2d20e768:

  misc: i2c_eeprom: add eeprom write support (2019-04-11 15:21:33 +0200)


Baruch Siach (2):
  misc: i2c_eeprom: support DT pagesize property
  misc: i2c_eeprom: add eeprom write support

Luca Ceresoli (3):
  i2c: muxes: pca954x: update list of supported devices
  i2c: muxes: pca954x: clarify enable field
  i2c: muxes: pca954x: support PCA9543 I2C switch

Lukasz Majewski (2):
  DM: I2C: Introduce 'u-boot, i2c-transaction-bytes' property
  DTS: imx53: Add imx53-kp-u-boot.dtsi file with u-boot specific property

 arch/arm/dts/imx53-kp-u-boot.dtsi| 10 ++
 doc/device-tree-bindings/i2c/i2c.txt |  5 +
 drivers/i2c/i2c-uclass.c | 24 
 drivers/i2c/muxes/Kconfig| 11 ++-
 drivers/i2c/muxes/pca954x.c  | 10 +++---
 drivers/i2c/mxc_i2c.c| 19 +--
 drivers/misc/i2c_eeprom.c| 26 +-
 include/i2c.h|  2 ++
 8 files changed, 96 insertions(+), 11 deletions(-)
 create mode 100644 arch/arm/dts/imx53-kp-u-boot.dtsi

Travis builds fine:

https://travis-ci.org/hsdenx/u-boot-i2c/builds/518773226

bye,
Heiko


Am 10.04.2019 um 12:10 schrieb Heiko Schocher:

Hello Tom,

please pull from u-boot-i2c.git master

The following changes since commit 3c99166441bf3ea325af2da83cfe65430b49c066:

   Prepare v2019.04 (2019-04-08 21:40:40 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 28cf98bf61e609e95d7f74bc49c4a2db04bf87f7:

   misc: i2c_eeprom: add eeprom write support (2019-04-10 07:31:27 +0200)


Baruch Siach (3):
   i2c: mvtwsi: fix hang on SPL bind
   misc: i2c_eeprom: support DT pagesize property
   misc: i2c_eeprom: add eeprom write support

Luca Ceresoli (3):
   i2c: muxes: pca954x: update list of supported devices
   i2c: muxes: pca954x: clarify enable field
   i2c: muxes: pca954x: support PCA9543 I2C switch

Lukasz Majewski (2):
   DM: I2C: Introduce 'u-boot, i2c-transaction-bytes' property
   DTS: imx53: Add imx53-kp-u-boot.dtsi file with u-boot specific property

  arch/arm/dts/imx53-kp-u-boot.dtsi    | 10 ++
  doc/device-tree-bindings/i2c/i2c.txt |  5 +
  drivers/i2c/i2c-uclass.c | 24 
  drivers/i2c/muxes/Kconfig    | 11 ++-
  drivers/i2c/muxes/pca954x.c  | 10 +++---
  drivers/i2c/mvtwsi.c |  4 
  drivers/i2c/mxc_i2c.c    | 19 +--
  drivers/misc/i2c_eeprom.c    | 26 +-
  include/i2c.h    |  2 ++
  9 files changed, 100 insertions(+), 11 deletions(-)
  create mode 100644 arch/arm/dts/imx53-kp-u-boot.dtsi

Travis builds fine:

https://travis-ci.org/hsdenx/u-boot-i2c/builds/518122172

bye,
Heiko


--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-04-11 Thread Tom Rini
On Wed, Apr 10, 2019 at 12:10:31PM +0200, Heiko Schocher wrote:
> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> The following changes since commit 3c99166441bf3ea325af2da83cfe65430b49c066:
> 
>   Prepare v2019.04 (2019-04-08 21:40:40 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 28cf98bf61e609e95d7f74bc49c4a2db04bf87f7:
> 
>   misc: i2c_eeprom: add eeprom write support (2019-04-10 07:31:27 +0200)
> 
> 
> Baruch Siach (3):
>   i2c: mvtwsi: fix hang on SPL bind
>   misc: i2c_eeprom: support DT pagesize property
>   misc: i2c_eeprom: add eeprom write support
> 
> Luca Ceresoli (3):
>   i2c: muxes: pca954x: update list of supported devices
>   i2c: muxes: pca954x: clarify enable field
>   i2c: muxes: pca954x: support PCA9543 I2C switch
> 
> Lukasz Majewski (2):
>   DM: I2C: Introduce 'u-boot, i2c-transaction-bytes' property
>   DTS: imx53: Add imx53-kp-u-boot.dtsi file with u-boot specific property
> 
>  arch/arm/dts/imx53-kp-u-boot.dtsi| 10 ++
>  doc/device-tree-bindings/i2c/i2c.txt |  5 +
>  drivers/i2c/i2c-uclass.c | 24 
>  drivers/i2c/muxes/Kconfig| 11 ++-
>  drivers/i2c/muxes/pca954x.c  | 10 +++---
>  drivers/i2c/mvtwsi.c |  4 
>  drivers/i2c/mxc_i2c.c| 19 +--
>  drivers/misc/i2c_eeprom.c| 26 +-
>  include/i2c.h|  2 ++
>  9 files changed, 100 insertions(+), 11 deletions(-)
>  create mode 100644 arch/arm/dts/imx53-kp-u-boot.dtsi
> 
> Travis builds fine:
> 
> https://travis-ci.org/hsdenx/u-boot-i2c/builds/518122172

For the record, this has bee withdrawn to drop changes that aren't quite
ready.

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-04-10 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git master

The following changes since commit 3c99166441bf3ea325af2da83cfe65430b49c066:

  Prepare v2019.04 (2019-04-08 21:40:40 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 28cf98bf61e609e95d7f74bc49c4a2db04bf87f7:

  misc: i2c_eeprom: add eeprom write support (2019-04-10 07:31:27 +0200)


Baruch Siach (3):
  i2c: mvtwsi: fix hang on SPL bind
  misc: i2c_eeprom: support DT pagesize property
  misc: i2c_eeprom: add eeprom write support

Luca Ceresoli (3):
  i2c: muxes: pca954x: update list of supported devices
  i2c: muxes: pca954x: clarify enable field
  i2c: muxes: pca954x: support PCA9543 I2C switch

Lukasz Majewski (2):
  DM: I2C: Introduce 'u-boot, i2c-transaction-bytes' property
  DTS: imx53: Add imx53-kp-u-boot.dtsi file with u-boot specific property

 arch/arm/dts/imx53-kp-u-boot.dtsi| 10 ++
 doc/device-tree-bindings/i2c/i2c.txt |  5 +
 drivers/i2c/i2c-uclass.c | 24 
 drivers/i2c/muxes/Kconfig| 11 ++-
 drivers/i2c/muxes/pca954x.c  | 10 +++---
 drivers/i2c/mvtwsi.c |  4 
 drivers/i2c/mxc_i2c.c| 19 +--
 drivers/misc/i2c_eeprom.c| 26 +-
 include/i2c.h|  2 ++
 9 files changed, 100 insertions(+), 11 deletions(-)
 create mode 100644 arch/arm/dts/imx53-kp-u-boot.dtsi

Travis builds fine:

https://travis-ci.org/hsdenx/u-boot-i2c/builds/518122172

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-03-22 Thread Tom Rini
On Thu, Mar 21, 2019 at 02:08:58PM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> The following changes since commit 2e8092d94f40a5692baf3ec768ce3216a7bf032a:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2019-03-11 
> 15:48:57 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 9d59d6fff67da170873aaff66ff1a75514e54d29:
> 
>   i2c: i2c_cdns: Fix below warnings with checker tool (2019-03-21 08:21:43 
> +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-03-21 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git master

The following changes since commit 2e8092d94f40a5692baf3ec768ce3216a7bf032a:

  Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2019-03-11 15:48:57 
-0400)

are available in the Git repository at:

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

for you to fetch changes up to 9d59d6fff67da170873aaff66ff1a75514e54d29:

  i2c: i2c_cdns: Fix below warnings with checker tool (2019-03-21 08:21:43 
+0100)


Siva Durga Prasad Paladugu (1):
  i2c: i2c_cdns: Fix below warnings with checker tool

 drivers/i2c/i2c-cdns.c | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

Travis builds fine:

https://travis-ci.org/hsdenx/u-boot-i2c/builds/509299647

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-03-08 Thread Tom Rini
On Fri, Mar 08, 2019 at 10:15:02AM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> This pull request contains bugfixes for rcar_i2c, rcar_ii2c and
> i2c_cdns driver.
> 
> Also the commit "i2c: rcar_i2c: Add Gen3 SoC support" from Marek
> is a bugfix for arm64 builds, as discussed with Marek on list.
> 
> Thanks to all!
> 
> The following changes since commit f08023c07d826fbc8e62fdd3367961b2f0b06844:
> 
>   Prepare v2019.04-rc4 (2019-03-04 21:46:24 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to c64eb297e7b8cc49ff9ba047ee437e093f2d0446:
> 
>   i2c: rcar_i2c: Move FSDA check to rcar_i2c_recover (2019-03-08 05:53:40 
> +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-03-08 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git master

This pull request contains bugfixes for rcar_i2c, rcar_ii2c and
i2c_cdns driver.

Also the commit "i2c: rcar_i2c: Add Gen3 SoC support" from Marek
is a bugfix for arm64 builds, as discussed with Marek on list.

Thanks to all!

The following changes since commit f08023c07d826fbc8e62fdd3367961b2f0b06844:

  Prepare v2019.04-rc4 (2019-03-04 21:46:24 -0500)

are available in the Git repository at:

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

for you to fetch changes up to c64eb297e7b8cc49ff9ba047ee437e093f2d0446:

  i2c: rcar_i2c: Move FSDA check to rcar_i2c_recover (2019-03-08 05:53:40 +0100)


Ismael Luceno Cortes (6):
  i2c: rcar_i2c: Setup SCL/SDA delay at rcar_i2c_set_speed
  i2c: rcar_i2c: Add comments about registers & values
  i2c: rcar_i2c: Fix sending of slave addresses
  i2c: rcar_i2c: Don't mask errors with EREMOTEIO at rcar_i2c_xfer
  i2c: rcar_i2c: Set the slave address from rcar_i2c_xfer
  i2c: rcar_i2c: Move FSDA check to rcar_i2c_recover

Marek Vasut (2):
  i2c: rcar_iic: Read ICSR only once
  i2c: rcar_i2c: Add Gen3 SoC support

Siva Durga Prasad Paladugu (2):
  i2c: i2c_cdns: Fix clearing of all interrupts
  i2c: i2c_cdns: Add support for handling arbitration lost

 drivers/i2c/i2c-cdns.c |  78 
--
 drivers/i2c/rcar_i2c.c | 102 
+-

 drivers/i2c/rcar_iic.c |   6 --
 3 files changed, 129 insertions(+), 57 deletions(-)

travis build looks good:
https://travis-ci.org/hsdenx/u-boot-i2c/builds/503440858

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-02-11 Thread Tom Rini
On Mon, Feb 11, 2019 at 04:55:29PM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> The following changes since commit 97276a91db8e98f081a40ddf9dc8f81d4032a756:
> 
>   Prepare v2019.04-rc1 (2019-02-07 21:32:19 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to c4bd12a7dad43ed9de3070c7c5e8b690d8c03a79:
> 
>   i2c: mux: Generate longer i2c mux name (2019-02-11 09:38:23 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-02-11 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git master

The following changes since commit 97276a91db8e98f081a40ddf9dc8f81d4032a756:

  Prepare v2019.04-rc1 (2019-02-07 21:32:19 -0500)

are available in the Git repository at:

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

for you to fetch changes up to c4bd12a7dad43ed9de3070c7c5e8b690d8c03a79:

  i2c: mux: Generate longer i2c mux name (2019-02-11 09:38:23 +0100)


Michal Simek (7):
  dm: core: Add of_alias_get_highest_id()
  fdt: Introduce fdtdec_get_alias_highest_id()
  dm: core: Introduce dev_read_alias_highest_id()
  dm: core: Add tests for dev_read_alias_highest_id()
  i2c: dm: Record maximum id of devices before probing devices
  i2c: Fill req_seq in i2c_post_bind()
  i2c: mux: Generate longer i2c mux name

 drivers/core/of_access.c   | 18 ++
 drivers/core/read.c|  8 
 drivers/i2c/i2c-uclass.c   | 54 
+++---
 drivers/i2c/muxes/i2c-mux-uclass.c | 29 ++---
 include/dm/of_access.h | 10 ++
 include/dm/read.h  | 16 
 include/fdtdec.h   | 13 +
 lib/fdtdec.c   | 33 +
 test/dm/test-fdt.c | 23 +++
 9 files changed, 198 insertions(+), 6 deletions(-)

Travis builds fine:

https://travis-ci.org/hsdenx/u-boot-i2c/builds/491562929

This patchseries is necessary for the other patchserie [1] from Michal
which converts zynq platform to DM_I2C and removes old driver.

bye,
Heiko

[1] https://lists.denx.de/pipermail/u-boot/2019-February/357811.html
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-01-16 Thread Tom Rini
On Tue, Jan 15, 2019 at 02:01:30PM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> The following changes since commit d3689267f92c5956e09cc7d1baa4700141662bff:
> 
>   Prepare v2019.01 (2019-01-14 17:02:36 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 1d7b6a5c4f879dd36ac07ad76ec31eb4fcd2b65b:
> 
>   i2c: Reflect correct dependency for !DM cadence driver (2019-01-15 09:06:46 
> +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-01-15 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git master

The following changes since commit d3689267f92c5956e09cc7d1baa4700141662bff:

  Prepare v2019.01 (2019-01-14 17:02:36 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 1d7b6a5c4f879dd36ac07ad76ec31eb4fcd2b65b:

  i2c: Reflect correct dependency for !DM cadence driver (2019-01-15 09:06:46 
+0100)


Marek Vasut (1):
  i2c: xiic: Add Xilinx AXI I2C driver

Michal Simek (2):
  i2c: mux: Covert to livetree functions
  i2c: Reflect correct dependency for !DM cadence driver

Tomasz Gorochowik (1):
  i2c: i2c-cdns: Use proper input frequency

 drivers/i2c/Kconfig|   7 +++
 drivers/i2c/Makefile   |   1 +
 drivers/i2c/i2c-cdns.c |   9 +++-
 drivers/i2c/muxes/i2c-mux-uclass.c |   4 +-
 drivers/i2c/muxes/pca954x.c|   2 +-
 drivers/i2c/xilinx_xiic.c  | 340 


 6 files changed, 358 insertions(+), 5 deletions(-)
 create mode 100644 drivers/i2c/xilinx_xiic.c



Travis build shows no errors:

https://travis-ci.org/hsdenx/u-boot-i2c/builds/479764750

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-01-09 Thread Heiko Schocher

Hello Tom,

Am 08.01.2019 um 15:33 schrieb Tom Rini:

On Tue, Jan 08, 2019 at 12:33:06PM +0100, Heiko Schocher wrote:

Hello Tom,

please pull from u-boot-i2c.git master

The following changes since commit 53240275666acf32cb9811e44eaf2fd571a6cb75:

   Merge tag 'for-v2019.01' of git://git.denx.de/u-boot-video (2019-01-03 
15:34:44 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 37b52c5a91c50c5e56f16d6a52c2835a3839a9e8:


   i2c: i2c-cdns: Use proper input frequency (2019-01-07 11:23:47 +0100)


Marek Vasut (1):
   i2c: xiic: Add Xilinx AXI I2C driver

Tomasz Gorochowik (1):
   i2c: i2c-cdns: Use proper input frequency

  drivers/i2c/Kconfig   |   6 +++
  drivers/i2c/Makefile  |   1 +
  drivers/i2c/i2c-cdns.c|   9 +++-
  drivers/i2c/xilinx_xiic.c | 340 
+
  4 files changed, 355 insertions(+), 1 deletion(-)
  create mode 100644 drivers/i2c/xilinx_xiic.c

pull request content:

- new i2c driver posted from Marek:
   Add Xilinx AXI I2C controller driver based on the Linux i2c-xiic driver

- i2c-cdns: Use proper input frequency
   from Tomasz

travis build looks fine:

https://travis-ci.org/hsdenx/u-boot-i2c/builds/476314217


Why are we adding a new driver right now?  Thanks!


Oh, yes, sorry, you are right!

I rebase this pull reuqest if release is out and send a new one.

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-01-08 Thread Tom Rini
On Tue, Jan 08, 2019 at 12:33:06PM +0100, Heiko Schocher wrote:
> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> The following changes since commit 53240275666acf32cb9811e44eaf2fd571a6cb75:
> 
>   Merge tag 'for-v2019.01' of git://git.denx.de/u-boot-video (2019-01-03 
> 15:34:44 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 37b52c5a91c50c5e56f16d6a52c2835a3839a9e8:
> 
> 
>   i2c: i2c-cdns: Use proper input frequency (2019-01-07 11:23:47 +0100)
> 
> 
> Marek Vasut (1):
>   i2c: xiic: Add Xilinx AXI I2C driver
> 
> Tomasz Gorochowik (1):
>   i2c: i2c-cdns: Use proper input frequency
> 
>  drivers/i2c/Kconfig   |   6 +++
>  drivers/i2c/Makefile  |   1 +
>  drivers/i2c/i2c-cdns.c|   9 +++-
>  drivers/i2c/xilinx_xiic.c | 340 
> +
>  4 files changed, 355 insertions(+), 1 deletion(-)
>  create mode 100644 drivers/i2c/xilinx_xiic.c
> 
> pull request content:
> 
> - new i2c driver posted from Marek:
>   Add Xilinx AXI I2C controller driver based on the Linux i2c-xiic driver
> 
> - i2c-cdns: Use proper input frequency
>   from Tomasz
> 
> travis build looks fine:
> 
> https://travis-ci.org/hsdenx/u-boot-i2c/builds/476314217

Why are we adding a new driver right now?  Thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-01-08 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git master

The following changes since commit 53240275666acf32cb9811e44eaf2fd571a6cb75:

  Merge tag 'for-v2019.01' of git://git.denx.de/u-boot-video (2019-01-03 
15:34:44 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 37b52c5a91c50c5e56f16d6a52c2835a3839a9e8:


  i2c: i2c-cdns: Use proper input frequency (2019-01-07 11:23:47 +0100)


Marek Vasut (1):
  i2c: xiic: Add Xilinx AXI I2C driver

Tomasz Gorochowik (1):
  i2c: i2c-cdns: Use proper input frequency

 drivers/i2c/Kconfig   |   6 +++
 drivers/i2c/Makefile  |   1 +
 drivers/i2c/i2c-cdns.c|   9 +++-
 drivers/i2c/xilinx_xiic.c | 340 
+

 4 files changed, 355 insertions(+), 1 deletion(-)
 create mode 100644 drivers/i2c/xilinx_xiic.c

pull request content:

- new i2c driver posted from Marek:
  Add Xilinx AXI I2C controller driver based on the Linux i2c-xiic driver

- i2c-cdns: Use proper input frequency
  from Tomasz

travis build looks fine:

https://travis-ci.org/hsdenx/u-boot-i2c/builds/476314217

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-12-17 Thread Heiko Schocher

Hello Stephen,

Am 14.12.2018 um 17:40 schrieb Stephen Warren:

On 12/13/18 9:11 AM, Tom Rini wrote:

On Thu, Dec 13, 2018 at 03:31:01PM +0100, Heiko Schocher wrote:


Hello Tom,

please pull from u-boot-i2c.git master

pull request contains patch from Jean-Jacques which fixes a regression
on NVIDIA Jetson TX2 board, Stephen had reported.

The following changes since commit ee168783ae889cf449cee36cc1e51e108a210ed4:

   travis: Add check for configs without MAINTAINERS entries (2018-12-10 
17:21:36 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 22ecff594d9248f0a63e191e31d48f417a946d75:

   i2c: tegra: Fix regression by implementing a dummy probe_chip() callback
(2018-12-12 06:06:14 +0100)


Applied to u-boot/master, thanks!


FYI this has fixed the test failures on Jetson TX2 as expected. Thanks.


Thanks for this info!

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-12-14 Thread Stephen Warren

On 12/13/18 9:11 AM, Tom Rini wrote:

On Thu, Dec 13, 2018 at 03:31:01PM +0100, Heiko Schocher wrote:


Hello Tom,

please pull from u-boot-i2c.git master

pull request contains patch from Jean-Jacques which fixes a regression
on NVIDIA Jetson TX2 board, Stephen had reported.

The following changes since commit ee168783ae889cf449cee36cc1e51e108a210ed4:

   travis: Add check for configs without MAINTAINERS entries (2018-12-10 
17:21:36 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 22ecff594d9248f0a63e191e31d48f417a946d75:

   i2c: tegra: Fix regression by implementing a dummy probe_chip() callback
(2018-12-12 06:06:14 +0100)


Applied to u-boot/master, thanks!


FYI this has fixed the test failures on Jetson TX2 as expected. Thanks.
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-12-13 Thread Tom Rini
On Thu, Dec 13, 2018 at 03:31:01PM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> pull request contains patch from Jean-Jacques which fixes a regression
> on NVIDIA Jetson TX2 board, Stephen had reported.
> 
> The following changes since commit ee168783ae889cf449cee36cc1e51e108a210ed4:
> 
>   travis: Add check for configs without MAINTAINERS entries (2018-12-10 
> 17:21:36 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 22ecff594d9248f0a63e191e31d48f417a946d75:
> 
>   i2c: tegra: Fix regression by implementing a dummy probe_chip() callback
> (2018-12-12 06:06:14 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-12-13 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git master

pull request contains patch from Jean-Jacques which fixes a regression
on NVIDIA Jetson TX2 board, Stephen had reported.

The following changes since commit ee168783ae889cf449cee36cc1e51e108a210ed4:

  travis: Add check for configs without MAINTAINERS entries (2018-12-10 
17:21:36 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 22ecff594d9248f0a63e191e31d48f417a946d75:

  i2c: tegra: Fix regression by implementing a dummy probe_chip() callback (2018-12-12 06:06:14 
+0100)



Jean-Jacques Hiblot (1):
  i2c: tegra: Fix regression by implementing a dummy probe_chip() callback

 drivers/i2c/tegra186_bpmp_i2c.c | 7 +++
 1 file changed, 7 insertions(+)

Travis builds fine:
https://travis-ci.org/hsdenx/u-boot-i2c/builds/466842438

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-12-10 Thread Tom Rini
On Mon, Dec 10, 2018 at 11:56:45AM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master.
> 
> Series contains DM_I2C_COMPAT removal for all ti platforms from Jean-Jacques
> Hiblot. Also a fix in i2c command help output from Chirstoph Muellner.
> 
> Thanks!
> 
> The following changes since commit cde578ff36b15ec9c2033f03b94ecf809af7cc64:
> 
>   ARM: mvebu: restore license information in mv_ddr_plat.{c,h} (2018-12-09 
> 17:10:13 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 19f8c4dfb6e744a31da59bdd23b24d144152f1dc:
> 
>   cmd: i2c: Fix help output of i2c command. (2018-12-10 07:30:58 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-12-10 Thread Heiko Schocher

Hello Tom,

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

Series contains DM_I2C_COMPAT removal for all ti platforms from Jean-Jacques
Hiblot. Also a fix in i2c command help output from Chirstoph Muellner.

Thanks!

The following changes since commit cde578ff36b15ec9c2033f03b94ecf809af7cc64:

  ARM: mvebu: restore license information in mv_ddr_plat.{c,h} (2018-12-09 
17:10:13 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 19f8c4dfb6e744a31da59bdd23b24d144152f1dc:

  cmd: i2c: Fix help output of i2c command. (2018-12-10 07:30:58 +0100)


Andreas Dannenberg (1):
  ti: common: board_detect: Allow DM I2C without CONFIG_DM_I2C_COMPAT

Christoph Muellner (1):
  cmd: i2c: Fix help output of i2c command.

Jean-Jacques Hiblot (17):
  cmd: Kconfig: Do not include EEPROM if DM_I2C is used without 
DM_I2C_COMPAT
  dm: i2c: Make i2c_get_chip_for_busnum() fail if the chip is not detected
  dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROL
  configs: am335x: am57x: dra7x: Enable CONFIG_SPL_DM_SEQ_ALIAS
  i2c: omap24xx_i2c: Use platdata to probe the device
  am335x: Register the I2C controllers if DM_I2C is used.
  dts: am43x: omap5: Add node for I2C in SPL
  omap: detect the board after DM is available
  power: make most tps drivers and the twl4030 driver compatible with DM_I2C
  configs: am335x_pdu001: remove CONFIG_DM_I2C_COMPAT
  ti: remove usage of DM_I2C_COMPAT and don't disable DM_I2C in SPL
  am57xx: remove non-DM I2C code
  configs: dra7xx-evm: increase the size of the malloc's pool before 
relocation
  lib: fdtdec: Add function re-setup the fdt more effeciently
  drivers: core: Add the option SPL_DM_DEVICE_REMOVE to the Kconfig
  drivers: core: nullify gd->dm_root after dm_uninit()
  dra7: Allow selecting a new dtb after board detection.

Vignesh R (1):
  i2c: omap24xx_i2c: Move away from SoC specific headers for reg offset

 arch/arm/dts/am437x-gp-evm-u-boot.dtsi   |   4 +
 arch/arm/dts/omap5-u-boot.dtsi   |   4 +
 arch/arm/include/asm/arch-am33xx/i2c.h   |  47 +---
 arch/arm/include/asm/arch-omap3/i2c.h|  47 
 arch/arm/include/asm/arch-omap4/i2c.h|  45 ---
 arch/arm/include/asm/arch-omap5/i2c.h|  45 ---
 arch/arm/include/asm/omap_i2c.h  |  24 ++
 arch/arm/mach-keystone/ddr3_spd.c|   7 ++
 arch/arm/mach-omap2/am33xx/board.c   |  24 +-
 arch/arm/mach-omap2/am33xx/clk_synthesizer.c |  56 +++---
 arch/arm/mach-omap2/clocks-common.c  |   2 +
 arch/arm/mach-omap2/hwinit-common.c  |  23 +-
 board/eets/pdu001/board.c|   1 -
 board/ti/am335x/board.c  |  17 -
 board/ti/am335x/mux.c|  11 +++
 board/ti/am43xx/board.c  |  46 +---
 board/ti/am57xx/board.c  |  25 +++
 board/ti/common/board_detect.c   | 110 +--
 board/ti/ks2_evm/board_k2g.c |  11 +++
 cmd/Kconfig  |   1 +
 cmd/i2c.c|   1 +
 configs/am335x_pdu001_defconfig  |   1 +
 configs/am57xx_evm_defconfig |   1 +
 configs/am57xx_hs_evm_defconfig  |   1 +
 configs/dra7xx_evm_defconfig |   4 +-
 configs/dra7xx_hs_evm_defconfig  |   1 +
 configs/omap3_logic_defconfig|   1 +
 doc/README.fdt-control   |  18 +
 drivers/core/Kconfig |  12 ++-
 drivers/core/device.c|  10 ++-
 drivers/core/root.c  |   1 +
 drivers/core/uclass.c|  24 ++
 drivers/i2c/i2c-uclass.c |  11 +++
 drivers/i2c/omap24xx_i2c.c   | 467 
++

 drivers/power/palmas.c   |  39 ++
 drivers/power/pmic/pmic_tps62362.c   |  24 ++
 drivers/power/pmic/pmic_tps65217.c   |  44 ++-
 drivers/power/pmic/pmic_tps65218.c   |  85 +
 drivers/power/pmic/pmic_tps65910.c   |  57 +++---
 drivers/power/twl4030.c  |  39 ++
 drivers/power/twl6030.c  |  39 ++
 include/asm-generic/global_data.h|   4 +
 include/configs/am43xx_evm.h |   2 +
 include/configs/pdu001.h |   6 --
 include/configs/ti_armv7_common.h|  18 +
 include/dm/uclass-internal.h |  13 
 include/fdtdec.h |  21 ++
 include/palmas.h   

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

2018-10-16 Thread Tom Rini
On Tue, Oct 16, 2018 at 07:24:55AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> The following changes since commit 3d5ced9e22d32112a20f9dc0f5fb1f22ef088079:
> 
>   Merge tag 'dm-9oct18' of git://git.denx.de/u-boot-dm (2018-10-10 13:35:17 
> -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to e3bc4bb861c5c2e6676deaf158801398d39a3f48:
> 
>   i2c: fix: Add support for the Arm's Versatile Express I2C controller 
> (2018-10-12 07:25:39 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-10-15 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git master

The following changes since commit 3d5ced9e22d32112a20f9dc0f5fb1f22ef088079:

  Merge tag 'dm-9oct18' of git://git.denx.de/u-boot-dm (2018-10-10 13:35:17 
-0400)

are available in the Git repository at:

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

for you to fetch changes up to e3bc4bb861c5c2e6676deaf158801398d39a3f48:

  i2c: fix: Add support for the Arm's Versatile Express I2C controller 
(2018-10-12 07:25:39 +0200)


Heiko Schocher (1):
  i2c: fix: Add support for the Arm's Versatile Express I2C controller

 MAINTAINERS  | 1 +
 drivers/i2c/Kconfig  | 7 +++
 drivers/i2c/Makefile | 1 +
 3 files changed, 9 insertions(+)

Builds fine on travis:

https://travis-ci.org/hsdenx/u-boot-i2c/builds/440478322

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-10-03 Thread Tom Rini
On Wed, Oct 03, 2018 at 01:09:59PM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> The following changes since commit 592cd5defd4f71d34ffcbd8dd3326bc10f662e20:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-spi (2018-10-02 17:01:46 
> -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 86c83e8400fd3d7f5393e569b2b9e164204a88fe:
> 
>   i2c: Add support for the Arm's Versatile Express I2C controller. 
> (2018-10-03 06:08:06 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-10-03 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git master

The following changes since commit 592cd5defd4f71d34ffcbd8dd3326bc10f662e20:

  Merge branch 'master' of git://git.denx.de/u-boot-spi (2018-10-02 17:01:46 
-0400)

are available in the Git repository at:

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

for you to fetch changes up to 86c83e8400fd3d7f5393e569b2b9e164204a88fe:

  i2c: Add support for the Arm's Versatile Express I2C controller. (2018-10-03 
06:08:06 +0200)


Liviu Dudau (1):
  i2c: Add support for the Arm's Versatile Express I2C controller.

 drivers/i2c/i2c-versatile.c | 280 


 1 file changed, 280 insertions(+)
 create mode 100644 drivers/i2c/i2c-versatile.c

Travis build is fine:
https://travis-ci.org/hsdenx/u-boot-i2c/builds/436463481?utm_medium=notification_source=email

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-09-14 Thread Tom Rini
On Fri, Sep 14, 2018 at 5:50 AM, Heiko Schocher  wrote:

> Hello Tom,
>
> please pull from u-boot-i2c.git master
>
> The following changes since commit d1e15041abf3ccd38169ae7aa8736f
> 78200f8ee3:
>
>   Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2018-09-11
> 08:50:10 -0400)
>
> are available in the Git repository at:
>
>   git://git.denx.de/u-boot-i2c.git master
>
> for you to fetch changes up to ca1d6ca3653c5aa7679a55fd84a20e175d3b8e64:
>
>
>   i2c: Drop CONFIG_SYS_I2C_MXS (2018-09-14 06:30:29 +0200)
>
> 
> Tuomas Tynkkynen (1):
>   i2c: Drop CONFIG_SYS_I2C_MXS
>
>  drivers/i2c/Makefile  |   1 -
>  drivers/i2c/mxs_i2c.c | 319 --
> 
> 
>  2 files changed, 320 deletions(-)
>  delete mode 100644 drivers/i2c/mxs_i2c.c
>

Applied to u-boot/master, thanks!

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


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

2018-09-14 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git master

The following changes since commit d1e15041abf3ccd38169ae7aa8736f78200f8ee3:

  Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2018-09-11 
08:50:10 -0400)

are available in the Git repository at:

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

for you to fetch changes up to ca1d6ca3653c5aa7679a55fd84a20e175d3b8e64: 




  i2c: Drop CONFIG_SYS_I2C_MXS (2018-09-14 06:30:29 +0200)


Tuomas Tynkkynen (1):
  i2c: Drop CONFIG_SYS_I2C_MXS

 drivers/i2c/Makefile  |   1 -
 drivers/i2c/mxs_i2c.c | 319 
--

 2 files changed, 320 deletions(-)
 delete mode 100644 drivers/i2c/mxs_i2c.c

Travis build is fine:
https://travis-ci.org/hsdenx/u-boot-i2c/builds/428462792?utm_source=email_medium=notification

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-07-12 Thread Tom Rini
On Thu, Jul 12, 2018 at 04:11:11PM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> The following changes since commit 1612ff0dfba57b1002d8c7a54778eb553ace98f4:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-mips (2018-07-11 21:55:20 
> -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 971490c89251ae1a4a9e2a85911de5c217a4027c:
> 
>   lpi2c: Add bus busy error handling (2018-07-12 11:09:42 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-07-12 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git master

The following changes since commit 1612ff0dfba57b1002d8c7a54778eb553ace98f4:

  Merge branch 'master' of git://git.denx.de/u-boot-mips (2018-07-11 21:55:20 
-0400)

are available in the Git repository at:

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

for you to fetch changes up to 971490c89251ae1a4a9e2a85911de5c217a4027c:

  lpi2c: Add bus busy error handling (2018-07-12 11:09:42 +0200)


Gao Pan (1):
  imx: lpi2c: fix clock issue when NACK detected

Ye Li (3):
  imx_lpi2c: Update lpi2c driver to support imx8
  lpi2c: Fix bus stop problem in xfer
  lpi2c: Add bus busy error handling

 drivers/i2c/imx_lpi2c.c   | 82 
++

 {arch/arm/include/asm/arch-mx7ulp => include}/imx_lpi2c.h |  0
 2 files changed, 50 insertions(+), 32 deletions(-)
 rename {arch/arm/include/asm/arch-mx7ulp => include}/imx_lpi2c.h (100%)

Travis tests are fine:

https://travis-ci.org/hsdenx/u-boot-i2c/builds/403024936

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-06-08 Thread Tom Rini
On Fri, Jun 08, 2018 at 03:59:48PM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> The following changes since commit 3eceff642c01e03e055127c9cf21608faaff28ac:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-samsung (2018-06-06 
> 09:08:16 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to d78ecc733988d07a87c97f7f1c19171c437a8712:
> 
>   mvebu: turris_omnia: add note about i2c slave disable (2018-06-07 14:20:09 
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-06-08 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git master

The following changes since commit 3eceff642c01e03e055127c9cf21608faaff28ac:

  Merge branch 'master' of git://git.denx.de/u-boot-samsung (2018-06-06 
09:08:16 -0400)

are available in the Git repository at:

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

for you to fetch changes up to d78ecc733988d07a87c97f7f1c19171c437a8712:

  mvebu: turris_omnia: add note about i2c slave disable (2018-06-07 14:20:09 
+0200)


Baruch Siach (2):
  i2c: mvtwsi: disable i2c slave on Armada 38x
  mvebu: turris_omnia: add note about i2c slave disable

 board/CZ.NIC/turris_omnia/turris_omnia.c |  6 +-
 drivers/i2c/mvtwsi.c | 24 +++-
 2 files changed, 28 insertions(+), 2 deletions(-)

Clean travis build, see:
https://travis-ci.org/hsdenx/u-boot-i2c/builds/389219977

v4 not tested with tbot, but v2, found no problems.

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-03-26 Thread Tom Rini
On Fri, Mar 23, 2018 at 08:01:51PM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c master:
> 
> The following changes since commit b0af10443afcb9e0dcfe18a7b8a013b230df9e39:
> 
>   Merge git://git.denx.de/u-boot-net (2018-03-22 16:35: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 d45c2f392ee2dc3994b70e2d58fc65e6ba49e7d0:
> 
>   i2c: lpi2c: remove superfluous assignments (2018-03-23 08:28:49 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-03-23 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c master:

The following changes since commit b0af10443afcb9e0dcfe18a7b8a013b230df9e39:

  Merge git://git.denx.de/u-boot-net (2018-03-22 16:35: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 d45c2f392ee2dc3994b70e2d58fc65e6ba49e7d0:

  i2c: lpi2c: remove superfluous assignments (2018-03-23 08:28:49 +0100)


Heinrich Schuchardt (1):
  i2c: lpi2c: remove superfluous assignments

 drivers/i2c/imx_lpi2c.c | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Travis build is fine

https://travis-ci.org/hsdenx/u-boot-i2c/builds/357444686

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-02-06 Thread Tom Rini
On Tue, Feb 06, 2018 at 01:45:49PM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c master
> 
> The following changes since commit a43aebee89acf57b4e22018f401cffc9fef4fd85:
> 
>   usb: ulpi: kconfig: Remove meaningless choice default (2018-02-05 20:58:12 
> -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 8bcf12ccce89ef9c77d9322930445b4f4ca3b822:
> 
>   i2c: mvtwsi.c: Avoid NULL dereference (2018-02-06 07:02:32 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-02-06 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c master

The following changes since commit a43aebee89acf57b4e22018f401cffc9fef4fd85:

  usb: ulpi: kconfig: Remove meaningless choice default (2018-02-05 20:58:12 
-0500)

are available in the Git repository at:

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

for you to fetch changes up to 8bcf12ccce89ef9c77d9322930445b4f4ca3b822:

  i2c: mvtwsi.c: Avoid NULL dereference (2018-02-06 07:02:32 +0100)


Heinrich Schuchardt (1):
  i2c: mvtwsi.c: Avoid NULL dereference

Mario Six (6):
  i2c: fsl_i2c: Fix style violations
  i2c: fsl_i2c: Remove inline declarations
  i2c: fsl_i2c: Make live-tree compatible
  i2c: ihs_i2c: Prepare DM conversion
  i2c: ihs_i2c: Make DM compatible
  i2c: ihs_i2c: Factor out send_buffer method

 drivers/i2c/Kconfig   |   6 +++
 drivers/i2c/fsl_i2c.c | 127 
+--
 drivers/i2c/ihs_i2c.c | 279 
--

 drivers/i2c/mvtwsi.c  |   3 +-
 4 files changed, 311 insertions(+), 104 deletions(-)


No warnings on travis:
https://travis-ci.org/hsdenx/u-boot-i2c/builds/337874954

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-01-16 Thread Tom Rini
On Tue, Jan 16, 2018 at 10:52:14AM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> The following changes since commit fdb6c3232f66bc9c07c30de87928506477ac4e63:
> 
>   Merge git://git.denx.de/u-boot-net (2018-01-15 19:01:23 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to fb0128736b7bfb83b43a35211f603c74f8627eff:
> 
>   i2c: mxc_i2c: Use or operation (2018-01-16 06:59:39 +0100)
> 

Thanks for a checkpatch.pl cleanPR and applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-01-16 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git master

The following changes since commit fdb6c3232f66bc9c07c30de87928506477ac4e63:

  Merge git://git.denx.de/u-boot-net (2018-01-15 19:01:23 -0500)

are available in the Git repository at:

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

for you to fetch changes up to fb0128736b7bfb83b43a35211f603c74f8627eff:

  i2c: mxc_i2c: Use or operation (2018-01-16 06:59:39 +0100)


Peng Fan (3):
  i2c: lpi2c: do not add 4 for bus seq
  imx: mx7ulp: modify lpi2c seq number
  i2c: mxc_i2c: Use or operation

 arch/arm/dts/imx7ulp.dtsi | 8 
 drivers/i2c/imx_lpi2c.c   | 8 
 drivers/i2c/mxc_i2c.c | 6 +++---
 3 files changed, 11 insertions(+), 11 deletions(-)

No errors on travis:
https://travis-ci.org/hsdenx/u-boot-i2c/builds/329335171

Thanks!

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-12-07 Thread Tom Rini
On Thu, Dec 07, 2017 at 01:23:03PM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c master
> 
> The following changes since commit c8e1ca3ebfd21915f6f2e399c9ca1cd3d7a4b076:
> 
>   tools: omapimage: fix corner-case in byteswap path (2017-12-05 21:56:29 
> -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 28df8ed07f2ae936e9af28c146d555ed4d0c122a:
> 
>   cmd: i2c: Fix use sdram sub command with CONFIG_DM_I2C (2017-12-07 09:29:35 
> +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-12-07 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c master

The following changes since commit c8e1ca3ebfd21915f6f2e399c9ca1cd3d7a4b076:

  tools: omapimage: fix corner-case in byteswap path (2017-12-05 21:56:29 -0500)

are available in the git repository at:

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

for you to fetch changes up to 28df8ed07f2ae936e9af28c146d555ed4d0c122a:

  cmd: i2c: Fix use sdram sub command with CONFIG_DM_I2C (2017-12-07 09:29:35 
+0100)


Alan Ott (2):
  i2c: at91_i2c: Wait for TXRDY after sending the first byte
  i2c: at91_i2c: remove the .probe_chip function

Beniamino Galvani (4):
  i2c: meson: improve Kconfig description
  i2c: meson: reduce timeout
  i2c: meson: fix return codes on error
  i2c: meson: add some comments

Nobuhiro Iwamatsu (1):
  cmd: i2c: Fix use sdram sub command with CONFIG_DM_I2C

 cmd/i2c.c   | 14 --
 drivers/i2c/Kconfig |  7 ++-
 drivers/i2c/at91_i2c.c  | 24 ++--
 drivers/i2c/meson_i2c.c | 31 ++-
 4 files changed, 42 insertions(+), 34 deletions(-)

travis build looks good, see:
https://travis-ci.org/hsdenx/u-boot-i2c/builds/312841815

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-10-18 Thread Tom Rini
On Tue, Oct 17, 2017 at 04:29:13PM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c master
> 
> The following changes since commit eb0044db392247aa1c43e29f2703418d5668018a:
> 
>   Prepare v2017.11-rc2 (2017-10-16 21:40:56 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to d10bd6cfd85c2a9f27c950e22e83d27ff978e7e8:
> 
>   i2c: stm32f7_i2c: fix usage of useless local variable (2017-10-17 11:28:41 
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-10-17 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c master

The following changes since commit eb0044db392247aa1c43e29f2703418d5668018a:

  Prepare v2017.11-rc2 (2017-10-16 21:40:56 -0400)

are available in the git repository at:

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

for you to fetch changes up to d10bd6cfd85c2a9f27c950e22e83d27ff978e7e8:

  i2c: stm32f7_i2c: fix usage of useless local variable (2017-10-17 11:28:41 
+0200)


Christophe Kerello (1):
  i2c: stm32f7_i2c: fix data abort

Masahiro Yamada (1):
  i2c: remove DECLARE_GLOBAL_DATA_PTR from i2c-uclass

Patrice Chotard (1):
  i2c: stm32f7_i2c: fix usage of useless local variable

 drivers/i2c/i2c-uclass.c  |  2 --
 drivers/i2c/stm32f7_i2c.c | 17 ++---
 2 files changed, 6 insertions(+), 13 deletions(-)

Tree build fine on travis:

https://travis-ci.org/hsdenx/u-boot-i2c/builds/288957319

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-10-12 Thread Tom Rini
On Wed, Oct 11, 2017 at 11:02:12AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c master
> 
> The following changes since commit 45c9d96ae40b0c4292eb67d687f0bf698a0ce72b:
> 
>   configs: Re-sync CONFIG_CMD_IMLS with moveconfig (2017-10-10 17:52:07 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 5bc90a8953a902152bd640322ffc8111dccbe3ab:
> 
>   i2c: muxes: pca954x: look up width from chip_desc (2017-10-11 06:17:22 
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-10-11 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c master

The following changes since commit 45c9d96ae40b0c4292eb67d687f0bf698a0ce72b:

  configs: Re-sync CONFIG_CMD_IMLS with moveconfig (2017-10-10 17:52:07 -0400)

are available in the git repository at:

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

for you to fetch changes up to 5bc90a8953a902152bd640322ffc8111dccbe3ab:

  i2c: muxes: pca954x: look up width from chip_desc (2017-10-11 06:17:22 +0200)


Chris Packham (1):
  i2c: muxes: pca954x: look up width from chip_desc

 drivers/i2c/muxes/pca954x.c | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

travis test passes:

https://travis-ci.org/hsdenx/u-boot-i2c/builds/286348223

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-09-15 Thread Tom Rini
On Fri, Sep 15, 2017 at 07:44:00AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c master
> 
> The following changes since commit ba39608147c797cffb266579b5791649f0f8e60c:
> 
>   ARM: DRA72x: Add support for detection of DRA71x SR 2.1 (2017-09-12 
> 18:02: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 36bdeb75a4f4f276c841644775e687eb6b3d9ec4:
> 
>   i2c: muxes: pca954x: Add support for GPIO reset line (2017-09-13 05:35:48 
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


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

2017-09-14 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c master

The following changes since commit ba39608147c797cffb266579b5791649f0f8e60c:

  ARM: DRA72x: Add support for detection of DRA71x SR 2.1 (2017-09-12 18:02: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 36bdeb75a4f4f276c841644775e687eb6b3d9ec4:

  i2c: muxes: pca954x: Add support for GPIO reset line (2017-09-13 05:35:48 
+0200)


Moritz Fischer (1):
  i2c: muxes: pca954x: Add support for GPIO reset line

 drivers/i2c/muxes/pca954x.c | 40 +++-
 1 file changed, 39 insertions(+), 1 deletion(-)

tree builds fine on travis:

https://travis-ci.org/hsdenx/u-boot-i2c/builds/274880047

Thanks!

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-08-26 Thread Tom Rini
On Wed, Aug 23, 2017 at 10:38:04AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c master
> 
> The following changes since commit 90ae53ce1ae665a1b43ecf5ccafc339839392427:
> 
>   fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as long (2017-08-22 
> 08:20: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 a430556ecb630d26880b34b914b6ec29f5454d01:
> 
>   i2c: muxes: add i2c gpio multiplexer driver (2017-08-23 07:04:56 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


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

2017-08-23 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c master

The following changes since commit 90ae53ce1ae665a1b43ecf5ccafc339839392427:

  fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as long (2017-08-22 
08:20: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 a430556ecb630d26880b34b914b6ec29f5454d01:

  i2c: muxes: add i2c gpio multiplexer driver (2017-08-23 07:04:56 +0200)


Patrice Chotard (1):
  i2c: add i2c driver for stm32

Peng Fan (1):
  i2c: muxes: add i2c gpio multiplexer driver

 doc/device-tree-bindings/i2c/i2c-stm32.txt |  30 +
 drivers/i2c/Kconfig|  20 +++
 drivers/i2c/Makefile   |   1 +
 drivers/i2c/muxes/Kconfig  |   9 ++
 drivers/i2c/muxes/Makefile |   1 +
 drivers/i2c/muxes/i2c-mux-gpio.c   | 138 
 drivers/i2c/stm32f7_i2c.c  | 882 
+

 7 files changed, 1081 insertions(+)
 create mode 100644 doc/device-tree-bindings/i2c/i2c-stm32.txt
 create mode 100644 drivers/i2c/muxes/i2c-mux-gpio.c
 create mode 100644 drivers/i2c/stm32f7_i2c.c

travis builds fine
https://travis-ci.org/hsdenx/u-boot-i2c/builds/267451392

also my weekly u-boot tbot builds show no errors.

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
https://lists.denx.de/listinfo/u-boot


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

2017-08-10 Thread Tom Rini
On Thu, Aug 10, 2017 at 12:09:58PM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> The following changes since commit 1989374b21089c63019fc9648408c8d609023ffe:
> 
>   configs: Finish migration of PHY_GIGE (2017-08-08 17:02: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 014e47f028526689aaa8ecb2e9164572937afe44:
> 
>   i2c: designware: Allow sending restart conditions (2017-08-10 12:02:50 
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


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

2017-08-10 Thread Heiko Schocher

Hello Tom,

The following changes since commit 1989374b21089c63019fc9648408c8d609023ffe:

  configs: Finish migration of PHY_GIGE (2017-08-08 17:02: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 014e47f028526689aaa8ecb2e9164572937afe44:

  i2c: designware: Allow sending restart conditions (2017-08-10 12:02:50 +0200)


Adam Ford (2):
  Configs: Migrate CONFIG_SYS_I2C_OMAP34XX to CONFIG_SYS_I2C_OMAP24XX
  Convert CONFIG_SYS_I2C_OMAP24XX to Kconfig

Marek Vasut (1):
  i2c: designware: Allow sending restart conditions

wenyou.y...@microchip.com (1):
  i2c: at91: Add missing probe function to device driver

 arch/arm/mach-omap2/Kconfig|  5 +
 arch/arm/mach-omap2/omap3/clock.c  |  2 +-
 board/compulab/cm_t35/cm_t35.c |  2 +-
 board/logicpd/am3517evm/am3517evm.c|  2 +-
 board/ti/am3517crane/am3517crane.c |  2 +-
 board/ti/evm/evm.c |  2 +-
 configs/ti816x_evm_defconfig   |  1 +
 drivers/i2c/Kconfig|  6 ++
 drivers/i2c/Makefile   |  1 -
 drivers/i2c/at91_i2c.c | 26 --
 drivers/i2c/designware_i2c.c   |  3 ++-
 include/configs/am3517_crane.h |  1 -
 include/configs/am3517_evm.h   |  1 -
 include/configs/bur_am335x_common.h|  1 -
 include/configs/cm_t35.h   |  1 -
 include/configs/cm_t3517.h |  1 -
 include/configs/cm_t54.h   |  1 -
 include/configs/devkit8000.h   |  2 --
 include/configs/kc1.h  |  1 -
 include/configs/mcx.h  |  1 -
 include/configs/nokia_rx51.h   |  1 -
 include/configs/omap3_evm.h|  1 -
 include/configs/omap3_logic.h  |  1 -
 include/configs/omap3_overo.h  |  1 -
 include/configs/omap3_pandora.h|  3 ---
 include/configs/omap3_zoom1.h  |  3 ---
 include/configs/siemens-am33x-common.h |  1 -
 include/configs/sniper.h   |  1 -
 include/configs/tam3517-common.h   |  1 -
 include/configs/tao3530.h  |  1 -
 include/configs/ti_armv7_omap.h|  1 -
 include/configs/ti_omap4_common.h  |  1 -
 include/configs/tricorder.h|  1 -
 scripts/config_whitelist.txt   |  2 --
 34 files changed, 43 insertions(+), 38 deletions(-)

travis build without errors:
https://travis-ci.org/hsdenx/u-boot-i2c/builds/262518498

Thanks!

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
https://lists.denx.de/listinfo/u-boot


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

2017-06-27 Thread Tom Rini
On Mon, Jun 26, 2017 at 10:34:49AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> The following changes since commit 7df4ff2c2689a6d3c16eb0c3cce098fcac622b0c:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-rockchip (2017-06-23 
> 11:02:21 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 5e75ea15067ab8118a16f5b5f278ccae87819683:
> 
>   i2c_eeprom: add static to i2c_eeprom_std_ops/probe (2017-06-26 07:12:47 
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


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

2017-06-26 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git master

The following changes since commit 7df4ff2c2689a6d3c16eb0c3cce098fcac622b0c:

  Merge branch 'master' of git://git.denx.de/u-boot-rockchip (2017-06-23 
11:02:21 -0400)

are available in the git repository at:

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

for you to fetch changes up to 5e75ea15067ab8118a16f5b5f278ccae87819683:

  i2c_eeprom: add static to i2c_eeprom_std_ops/probe (2017-06-26 07:12:47 +0200)


Masahiro Yamada (1):
  i2c_eeprom: add static to i2c_eeprom_std_ops/probe

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

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
https://lists.denx.de/listinfo/u-boot


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

2017-05-15 Thread Tom Rini
On Mon, May 15, 2017 at 11:45:00AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> The following changes since commit 22f3368e71321db1e0e15dfbf54b052367890ec7:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-mips (2017-05-13 16:45:35 
> -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to ce3b5d69112b1adc878e06586c1bc819414309be:
> 
>   Drop use of CONFIG_I2C_SOFT (2017-05-15 06:19:10 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


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

2017-05-15 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git master

The following changes since commit 22f3368e71321db1e0e15dfbf54b052367890ec7:

  Merge branch 'master' of git://git.denx.de/u-boot-mips (2017-05-13 16:45:35 
-0400)

are available in the git repository at:

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

for you to fetch changes up to ce3b5d69112b1adc878e06586c1bc819414309be:

  Drop use of CONFIG_I2C_SOFT (2017-05-15 06:19:10 +0200)


Simon Glass (12):
  i2c: Drop use of CONFIG_I2C_HARD
  i2c: powerpc: Remove use of CONFIG_HARD_I2C
  i2c: cm5200: Drop use of CONFIG_I2C_HARD
  i2c: pdm360ng: Drop use of CONFIG_I2C_HARD
  i2c: keymile: Drop use of CONFIG_I2C_HARD
  i2c: mxc_i2c: Drop use of CONFIG_I2C_HARD
  i2c: omap: Modify code to work without CONFIG_I2C_HARD
  i2c: Finish dropping use of CONFIG_I2C_HARD
  i2c: README: Drop CONFIG_SYS_I2C_INIT_MPC5XXX
  i2c: Drop CONFIG_SYS_I2C_BOARD_LATE_INIT
  Drop CONFIG_I2CFAST
  Drop use of CONFIG_I2C_SOFT

 README   |  64 +---
 arch/arm/include/asm/arch-armada100/config.h |  12 ---
 arch/powerpc/cpu/mpc512x/Makefile|   1 -
 arch/powerpc/cpu/mpc512x/i2c.c   | 386 
---

 arch/powerpc/cpu/mpc5xxx/Makefile|   1 -
 arch/powerpc/cpu/mpc5xxx/i2c.c   | 456 


 arch/powerpc/cpu/mpc8260/Makefile|   2 +-
 arch/powerpc/cpu/mpc8260/commproc.c  |   4 -
 arch/powerpc/cpu/mpc8260/i2c.c   | 741 
-

 arch/powerpc/cpu/mpc8xx/Makefile |   1 -
 arch/powerpc/cpu/mpc8xx/i2c.c| 672 


 board/alphaproject/ap_sh4a_4a/ap_sh4a_4a.c   |  12 +--
 board/cm5200/cm5200.c|  36 ++-
 board/cm5200/cmd_cm5200.c|  32 +-
 board/davedenx/aria/aria.c   |   3 -
 board/esd/mecp5123/mecp5123.c|  12 +--
 board/freescale/m52277evb/README |   1 -
 board/freescale/m53017evb/README |   1 -
 board/freescale/m5373evb/README  |   1 -
 board/freescale/m54455evb/README |   1 -
 board/freescale/m547xevb/README  |   1 -
 board/freescale/mpc5121ads/mpc5121ads.c  |  21 
 board/ifm/ac14xx/ac14xx.c|  53 +-
 board/keymile/km82xx/km82xx.c|   5 -
 board/keymile/km_arm/km_arm.c|   4 -
 board/pdm360ng/pdm360ng.c|  30 --
 board/renesas/r0p7734/r0p7734.c  |  12 +--
 board/ti/am335x/board.c  |   3 +-
 board/ti/am43xx/board.c  |   3 +-
 board/tqc/tqm5200/tqm5200.c  |  18 +---
 cmd/eeprom.c |   2 -
 common/board_f.c |   4 +-
 common/board_r.c |  17 
 common/stdio.c   |   5 +-
 configs/MiniFAP_defconfig|   2 -
 configs/O2D300_defconfig |   1 -
 configs/O2DNT2_RAMBOOT_defconfig |   1 -
 configs/O2DNT2_defconfig |   1 -
 configs/O2D_defconfig|   1 -
 configs/O2I_defconfig|   1 -
 configs/O2MNT_O2M110_defconfig   |   1 -
 configs/O2MNT_O2M112_defconfig   |   1 -
 configs/O2MNT_O2M113_defconfig   |   1 -
 configs/O2MNT_defconfig  |   1 -
 configs/O3DNT_defconfig  |   1 -
 configs/TQM5200S_HIGHBOOT_defconfig  |   2 -
 configs/TQM5200S_defconfig   |   2 -
 configs/TQM5200_B_HIGHBOOT_defconfig |   2 -
 configs/TQM5200_B_defconfig  |   2 -
 configs/TQM5200_STK100_defconfig |   2 -
 configs/TQM5200_defconfig|   2 -
 configs/a4m072_defconfig |   1 -
 configs/ac14xx_defconfig |   1 -
 configs/ap_sh4a_4a_defconfig |   1 -
 configs/apx4devkit_defconfig |   2 -
 configs/aria_defconfig   |   1 -
 configs/aspenite_defconfig   |   1 -
 configs/cam5200_defconfig|   2 -
 configs/cam5200_niosflash_defconfig  |   2 -
 configs/charon_defconfig |   1 -
 configs/cm5200_defconfig |   1 -
 configs/digsy_mtc_RAMBOOT_defconfig  |   2 -
 configs/digsy_mtc_defconfig  |   2 -
 configs/digsy_mtc_rev5_RAMBOOT_defconfig |  

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

2017-05-09 Thread Tom Rini
On Tue, May 09, 2017 at 03:05:01PM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> travis build is clean:
> https://travis-ci.org/hsdenx/u-boot-i2c/builds/230238863
> 
> The following changes since commit 2f92629112a1055ed37f8b05dfcf00c3f1875503:
> 
>   Merge branch 'next' of git://git.denx.de/u-boot-spi (2017-05-08 15:44:52 
> -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 1743d040b1df8001e22bd0dce95b64b91553f47e:
> 
>   ARM: keystone: Enable DM_I2C by default (2017-05-09 09:05:13 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


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

2017-05-09 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git master

travis build is clean:
https://travis-ci.org/hsdenx/u-boot-i2c/builds/230238863

The following changes since commit 2f92629112a1055ed37f8b05dfcf00c3f1875503:

  Merge branch 'next' of git://git.denx.de/u-boot-spi (2017-05-08 15:44:52 
-0400)

are available in the git repository at:

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

for you to fetch changes up to 1743d040b1df8001e22bd0dce95b64b91553f47e:

  ARM: keystone: Enable DM_I2C by default (2017-05-09 09:05:13 +0200)


Cooper Jr., Franklin (8):
  i2c: davinci: Split functions into two parts for future DM support
  drivers: i2c: davinci_i2c: Update davinci i2c driver to driver model
  ti: common: board_detect: Introduce function to set the address length.
  ti: common: board_detect: Set alen to expected value before i2c read
  ARM: dts: k2g: Add I2C nodes to 66AK2Gx
  ARM: dts: keystone2: add I2C aliases for davinci I2C nodes
  ARM: dts: keystone-k2g-evm: Enable I2C0 and I2C1
  ARM: keystone: Enable DM_I2C by default

 arch/arm/dts/keystone-k2g-evm.dts |   8 +
 arch/arm/dts/keystone-k2g.dtsi|  32 ++
 arch/arm/dts/keystone.dtsi|   3 ++
 arch/arm/mach-keystone/Kconfig|   4 +++
 board/ti/common/board_detect.c|  61 --
 drivers/i2c/davinci_i2c.c | 277 
+++---

 6 files changed, 306 insertions(+), 79 deletions(-)

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
https://lists.denx.de/listinfo/u-boot


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

2017-04-04 Thread Tom Rini
On Tue, Mar 28, 2017 at 09:31:54AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> checked this branch on travis, no errors found.
> 
> The following changes since commit 5cf618ee60a752d058a767372ca1ecb8d9c09b16:
> 
>   Merge git://git.denx.de/u-boot-arc (2017-03-24 08:19:30 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to e46f8a3309fb2628940d3e2806c954d84f910165:
> 
>   i2c: Set default I2C bus number (2017-03-28 06:27:54 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


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

2017-03-28 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git master

checked this branch on travis, no errors found.

The following changes since commit 5cf618ee60a752d058a767372ca1ecb8d9c09b16:

  Merge git://git.denx.de/u-boot-arc (2017-03-24 08:19:30 -0400)

are available in the git repository at:

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

for you to fetch changes up to e46f8a3309fb2628940d3e2806c954d84f910165:

  i2c: Set default I2C bus number (2017-03-28 06:27:54 +0200)


Liam Beguin (6):
  i2c: lpc32xx: Rename probe function
  i2c: lpc32xx: Prepare compatibility functions
  i2c: lpc32xx: Factor out i2c_adapter parameter
  i2c: lpc32xx: Add DM for lpc32xx I2C
  i2c: lpc32xx: Move definitions to header file
  i2c: lpc32xx: Force consistent bus numbering

Lukasz Majewski (3):
  i2c: ti: Update SCLH and SCLL to be in sync with v4.9 Linux kernel
  i2c: ti: Update method to calculate psc, sscl and ssch I2C parameters
  i2c: Set default I2C bus number

Sylvain Lemieux (1):
  i2c: lpc32xx: Remove note for DM conversation

 arch/arm/include/asm/arch-lpc32xx/i2c.h |  37 +++
 cmd/i2c.c   |  10 +++
 drivers/i2c/Kconfig |  14 +
 drivers/i2c/lpc32xx_i2c.c   | 236 
+++

 drivers/i2c/omap24xx_i2c.c  |  66 

 drivers/i2c/omap24xx_i2c.h  |  10 +++
 6 files changed, 270 insertions(+), 103 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-lpc32xx/i2c.h

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
https://lists.denx.de/listinfo/u-boot


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

2017-01-18 Thread Tom Rini
On Wed, Jan 18, 2017 at 09:29:31AM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> checked this branch on travis, no new errors found.
> 
> I got one error for pxa:
> "The command "git clone --depth=1
> git://github.com/swarren/uboot-test-hooks.git /tmp/uboot-test-hooks"
> failed and exited with 128 during ."
> but this has nothing to do with the patches in my branch

Yes, sometimes travis fails to connect to github.  When it's just one or
two jobs I click on the restart job button for just that particular one,
but if it's most of the build I just re-start the whole build.

> The following changes since commit bfd07670a48d9fbf22646c93e07dcd8cbc8d0864:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2017-01-17 
> 11:39:43 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 19cdd5c5be2f13b85e771fa55870cb2ffb251501:
> 
>   i2c: i2c-cdns: No need for dedicated probe function (2017-01-18 06:39:01 
> +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] Please pull from u-boot-i2c

2016-12-20 Thread Tom Rini
On Tue, Dec 20, 2016 at 06:47:57AM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> The following changes since commit 0b4bc1b3ab1850fccbade3e6103f2036f6bdb364:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-spi (2016-12-16 18:32:43 
> -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 77466267eb3f937f432135f73efb25122e668cfc:
> 
>   i2c: mv_i2c.c: Correct address endianness (2016-12-19 09:32:00 +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


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

2016-12-19 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git master

The following changes since commit 0b4bc1b3ab1850fccbade3e6103f2036f6bdb364:

  Merge branch 'master' of git://git.denx.de/u-boot-spi (2016-12-16 18:32:43 
-0500)

are available in the git repository at:

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

for you to fetch changes up to 77466267eb3f937f432135f73efb25122e668cfc:

  i2c: mv_i2c.c: Correct address endianness (2016-12-19 09:32:00 +0100)


Bradley Bolen (1):
  i2c: mv_i2c.c: Correct address endianness

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

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


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

2016-12-05 Thread Tom Rini
On Mon, Dec 05, 2016 at 04:15:37PM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> The following changes since commit 194eded14ccb40af18e1a9fb8ab85903ee0803ef:
> 
>   Merge git://git.denx.de/u-boot-mpc85xx (2016-12-04 13:55:15 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 6ccb410124aef766f5c8ccf8a53a0adbe30d07b0:
> 
>   dm: Add timeline and guide for porting I2C drivers (2016-12-05 13:28:12 
> +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


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

2016-12-05 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git master

The following changes since commit 194eded14ccb40af18e1a9fb8ab85903ee0803ef:

  Merge git://git.denx.de/u-boot-mpc85xx (2016-12-04 13:55:15 -0500)

are available in the git repository at:

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

for you to fetch changes up to 6ccb410124aef766f5c8ccf8a53a0adbe30d07b0:

  dm: Add timeline and guide for porting I2C drivers (2016-12-05 13:28:12 +0100)


Simon Glass (6):
  arm: exynos: i2c: Convert exynos boards to use DM_I2C
  arm: samsung: Convert s5p_goni and smdkc100 to DM_I2C
  samsung: i2c: Drop old code from I2C driver
  samsung: i2c: Split the high-speed I2C code into a new driver
  dm: i2c: Add a note to I2C drivers which need conversion
  dm: Add timeline and guide for porting I2C drivers

 arch/arm/Kconfig |2 +
 board/samsung/common/misc.c  |4 +
 board/samsung/goni/goni.c|7 +-
 board/samsung/trats/trats.c  |   20 ++-
 board/samsung/trats2/trats2.c|   18 ++-
 board/samsung/universal_c210/universal.c |   22 ++-
 configs/origen_defconfig |1 +
 doc/driver-model/i2c-howto.txt   |   56 
 drivers/i2c/Makefile |2 +-
 drivers/i2c/adi_i2c.c|3 +
 drivers/i2c/davinci_i2c.c|3 +
 drivers/i2c/exynos_hs_i2c.c  |  561 
++

 drivers/i2c/fti2c010.c   |3 +
 drivers/i2c/ihs_i2c.c|3 +
 drivers/i2c/kona_i2c.c   |3 +
 drivers/i2c/lpc32xx_i2c.c|3 +
 drivers/i2c/pca9564_i2c.c|3 +
 drivers/i2c/ppc4xx_i2c.c |3 +
 drivers/i2c/rcar_i2c.c   |3 +
 drivers/i2c/s3c24x0_i2c.c| 1136 
++---

 drivers/i2c/s3c24x0_i2c.h|   22 +++
 drivers/i2c/sh_i2c.c |3 +
 drivers/i2c/sh_sh7734_i2c.c  |3 +
 drivers/i2c/soft_i2c.c   |3 +
 drivers/i2c/tsi108_i2c.c |3 +
 drivers/i2c/zynq_i2c.c   |3 +
 include/configs/s5p_goni.h   |   19 ---
 include/configs/s5pc210_universal.h  |   19 ---
 include/configs/trats.h  |   30 
 include/configs/trats2.h |   33 -
 30 files changed, 752 insertions(+), 1242 deletions(-)
 create mode 100644 doc/driver-model/i2c-howto.txt
 create mode 100644 drivers/i2c/exynos_hs_i2c.c

No errors detected on a travis build ...
https://travis-ci.org/hsdenx/u-boot-i2c

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


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

2016-10-27 Thread Tom Rini
On Mon, Oct 24, 2016 at 06:19:20PM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> The following changes since commit 5ac5861c4ba851b473e6a24940b412b397627d8d:
> 
>   travis-ci: Add test.py for various qemu platforms (2016-10-24 08:06: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 b03380805b5a184b7017dc428a53c8e1e9c9f99c:
> 
>   i2c: designware: Avoid overwriting the cmd_data register (2016-10-24 
> 18:15:47 +0200)
> 

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


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

2016-10-24 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git master

The following changes since commit 5ac5861c4ba851b473e6a24940b412b397627d8d:

  travis-ci: Add test.py for various qemu platforms (2016-10-24 08:06: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 b03380805b5a184b7017dc428a53c8e1e9c9f99c:

  i2c: designware: Avoid overwriting the cmd_data register (2016-10-24 18:15:47 
+0200)


Marek Vasut (1):
  i2c: designware: Avoid overwriting the cmd_data register

 drivers/i2c/designware_i2c.c | 23 +--
 1 file changed, 17 insertions(+), 6 deletions(-)

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


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

2016-09-26 Thread Tom Rini
On Mon, Sep 26, 2016 at 01:17:56PM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> The following changes since commit 42f75050667bf1a0a3fbe7d8dd6d2ec5fc127935:
> 
>   arm: mvebu: NAND support for DB-88F6820-AMC (2016-09-24 10:07:48 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 87de0eb31ca86a7a675c000f48f5f24bf92b872d:
> 
>   i2c: mvtwsi.c: Add support for Marvell Armada 7K/8K (2016-09-26 10:43:10 
> +0200)
> 

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


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

2016-09-26 Thread Heiko Schocher

Hello Tom,

please pull from u-boot-i2c.git master

The following changes since commit 42f75050667bf1a0a3fbe7d8dd6d2ec5fc127935:

  arm: mvebu: NAND support for DB-88F6820-AMC (2016-09-24 10:07:48 +0200)

are available in the git repository at:

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

for you to fetch changes up to 87de0eb31ca86a7a675c000f48f5f24bf92b872d:

  i2c: mvtwsi.c: Add support for Marvell Armada 7K/8K (2016-09-26 10:43:10 
+0200)


Stefan Roese (6):
  i2c: mv_i2c.c: cosmetic: Coding style cleanups
  i2c: mv_i2c.c: Remove CONFIG_HARD_I2C
  i2c: mv_i2c.c: Prepare driver for DM conversion
  i2c: mv_i2c.c: Add DM support
  i2c: mv_i2c.c: Enable runtime speed selection (standard vs fast mode)
  i2c: mvtwsi.c: Add support for Marvell Armada 7K/8K

jinghua (1):
  i2c: mv_i2c.c: Validate read length in I2C command

 drivers/i2c/mv_i2c.c | 512 
+++---

 drivers/i2c/mv_i2c.h |  15 +++--
 drivers/i2c/mvtwsi.c |   1 +
 3 files changed, 333 insertions(+), 195 deletions(-)

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


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

2016-09-18 Thread Tom Rini
On Tue, Sep 13, 2016 at 08:36:52AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git master
> 
> The following changes since commit 8cbb389bb3da80cbf8911f8386cbff92c6a78afe:
> 
>   Prepare v2016.09 (2016-09-12 10:05:51 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 76062b9cdbe756eff75b99beaf6e94e8bb059431:
> 
>   i2c: at91_i2c: Fix the wrong include file (2016-09-13 06:58:54 +0200)
> 

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


  1   2   >