Please pull u-boot-i2c
Heiko Schocher
hs at denx.de
Thu Nov 2 15:10:44 CET 2023
Hello Tom,
please pull from u-boot-i2c:
The following changes since commit d9650a48234058c645d1a07951c3d2cf129427e6:
Merge branch '2023-10-28-assorted-platform-updates' (2023-10-28 09:23:27 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-i2c.git tags/i2cfixes-for-v2024-01-rc2
for you to fetch changes up to 5b6ee512ceb8d990e010646c4fe7b8a3633fad68:
bootcount: Add driver model I2C driver (2023-10-31 09:09:04 +0100)
----------------------------------------------------------------
i2c updates for v2024.01-rc2
- nuvoton: support standard/fast/fast plus mode
- bootcount: remove legacy i2c driver and implement
DM based version
Bugfixes:
- designware_i2c: adjust timing calculation
SPL probing failed on the StarFive VisionFive 2 board
Heinrich fixed this, by syncing timing calculation with
linux implementation.
----------------------------------------------------------------
Heinrich Schuchardt (1):
i2c: designware_i2c: adjust timing calculation
Jim Liu (1):
i2c: nuvoton: remove standard mode only
Philip Richard Oberfichtner (3):
bootcount: Remove legacy I2C driver
i2c: Implement i2c_get_chip_by_phandle()
bootcount: Add driver model I2C driver
drivers/bootcount/Kconfig | 34 +++++++++++++---------------------
drivers/bootcount/Makefile | 2 +-
drivers/bootcount/bootcount_dm_i2c.c | 102
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/bootcount/bootcount_i2c.c | 43 -------------------------------------------
drivers/i2c/designware_i2c.c | 19 +++++++++++++++----
drivers/i2c/i2c-uclass.c | 75
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/i2c/npcm_i2c.c | 5 -----
include/i2c.h | 12 ++++++++++++
8 files changed, 218 insertions(+), 74 deletions(-)
create mode 100644 drivers/bootcount/bootcount_dm_i2c.c
delete mode 100644 drivers/bootcount/bootcount_i2c.c
azure build is fine:
https://dev.azure.com/hs0298/hs/_build/results?buildId=109&view=results
Thanks!
bye,
Heiko
--
DENX Software Engineering GmbH, Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52 Fax: +49-8142-66989-80 Email: hs at denx.de
More information about the U-Boot
mailing list