Please pull v2 u-boot-i2c

Hello Tom,
please pull from u-boot-i2c master, sorted out the DM_I2C patches from Anatolij, to seperate pull request for next.
The following changes since commit eb8e25c000d185ece0136b13cca73084eb980253:
Merge tag 'u-boot-nand-20240808' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash (2024-08-08 16:15:06 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-i2c.git tags/i2cfixes-v2-for-v2024-10-rc3
for you to fetch changes up to ec07bcc8eafb8d201d15facc969fe96600660095:
i2c: imx_lpi2c: Support read transfers longer than 256 bytes (2024-08-09 14:46:49 +0200)
---------------------------------------------------------------- i2c updates for v2024.10-rc3 (second try)
- i2c: samsung: Support platforms other than EXYNOS4 and EXYNOS5 from David
- imx_lpi2c: cleanups and support read transfers longer than 256 bytes from Fedor
- pca954x: Remove pointer to GD from Michal
- i2c: mux: Fix error path in i2c-arb-gpio from Michal
---------------------------------------------------------------- David Virag (2): i2c: samsung: Drop s3c24x0 specific code. i2c: samsung: Support platforms other than EXYNOS4 and EXYNOS5
Fedor Ross (3): i2c: imx_lpi2c: Fix a typo in bus_i2c_receive i2c: imx_lpi2c: Replace hard-coded bus speed value with bus->speed_hz i2c: imx_lpi2c: Support read transfers longer than 256 bytes
Michal Simek (2): i2c: pca954x: Remove pointer to GD i2c: mux: Fix error path in i2c-arb-gpio
drivers/i2c/Kconfig | 2 +- drivers/i2c/exynos_hs_i2c.c | 25 +++++++++++++++++++++---- drivers/i2c/imx_lpi2c.c | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------- drivers/i2c/muxes/i2c-arb-gpio-challenge.c | 11 ++++------- drivers/i2c/muxes/pca954x.c | 3 --- drivers/i2c/s3c24x0_i2c.c | 32 ++++++++++++++++++++++++-------- drivers/i2c/s3c24x0_i2c.h | 2 ++ 7 files changed, 108 insertions(+), 54 deletions(-)
Azure build: https://dev.azure.com/hs0298/hs/_build/results?buildId=117&view=results
Thanks!
bye, Heiko

On Fri, Aug 09, 2024 at 04:09:09PM +0200, Heiko Schocher wrote:
Hello Tom,
please pull from u-boot-i2c master, sorted out the DM_I2C patches from Anatolij, to seperate pull request for next.
The following changes since commit eb8e25c000d185ece0136b13cca73084eb980253:
Merge tag 'u-boot-nand-20240808' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash (2024-08-08 16:15:06 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-i2c.git tags/i2cfixes-v2-for-v2024-10-rc3
for you to fetch changes up to ec07bcc8eafb8d201d15facc969fe96600660095:
i2c: imx_lpi2c: Support read transfers longer than 256 bytes (2024-08-09 14:46:49 +0200)
Applied to u-boot/master, thanks!
participants (2)
-
Heiko Schocher
-
Tom Rini