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

Heiko Schocher hs at denx.de
Wed Aug 23 08:38:04 UTC 2017


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


More information about the U-Boot mailing list