Hi Wolfram, three fixes for this week; please find the pull request below. Have a good weekend! Andi The following changes since commit fac04efc5c793dccbd07e2d59af9f90b7fc0dca4: Linux 6.13-rc2 (2024-12-08 14:03:39 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git tags/i2c-host-fixes-6.13-rc3 for you to fetch changes up to de6b43798d9043a7c749a0428dbb02d5fff156e5: i2c: riic: Always round-up when calculating bus period (2024-12-12 12:54:02 +0100) ---------------------------------------------------------------- i2c-host-fixes for v6.13-rc3 - Replaced jiffies with msec for timeout calculations. - Added a sentinel to the 'of_device_id' array in Nomadik. - Rounded up bus period calculation in RIIC. ---------------------------------------------------------------- Geert Uytterhoeven (2): i2c: nomadik: Add missing sentinel to match table i2c: riic: Always round-up when calculating bus period Vladimir Riabchun (1): i2c: pnx: Fix timeout in wait functions drivers/i2c/busses/i2c-nomadik.c | 1 + drivers/i2c/busses/i2c-pnx.c | 4 ++-- drivers/i2c/busses/i2c-riic.c | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-)