mbox series

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

Message ID 5fce854b-d132-3941-ae6b-653eb7db7759@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Please pull from u-boot-i2c | expand

Pull-request

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

Message

Heiko Schocher Nov. 28, 2020, 3:20 p.m. UTC
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

Comments

Tom Rini Nov. 29, 2020, 4:11 p.m. UTC | #1
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!