[GIT PULL] i2c-host-fixes for v6.10-rc5

From: Andi Shyti
Date: Sat Jun 22 2024 - 05:14:07 EST


Hi Wolfram,

Sorry for the late pull request. I wanted to allow a few days for
testing this branch, which has resulted in a Saturday morning
submission.

Thanks,
Andi

The following changes since commit 6ba59ff4227927d3a8530fc2973b80e94b54d58f:

Linux 6.10-rc4 (2024-06-16 13:40:16 -0700)

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.10-rc5

for you to fetch changes up to 5a72477273066b5b357801ab2d315ef14949d402:

i2c: ocores: set IACK bit after core is enabled (2024-06-21 01:17:43 +0200)

----------------------------------------------------------------
This pull request fixes the paths of the dt-schema to their
complete locations for the ChromeOS EC tunnel driver and the
Atmel at91sam drivers.

Additionally, the OpenCores driver receives a fix for an issue
that dates back to version 2.6.18. Specifically, the interrupts
need to be acknowledged (clearing all pending interrupts) after
enabling the core.

----------------------------------------------------------------
Grygorii Tertychnyi (1):
i2c: ocores: set IACK bit after core is enabled

Krzysztof Kozlowski (2):
dt-bindings: i2c: atmel,at91sam: correct path to i2c-controller schema
dt-bindings: i2c: google,cros-ec-i2c-tunnel: correct path to i2c-controller schema

Documentation/devicetree/bindings/i2c/atmel,at91sam-i2c.yaml | 2 +-
Documentation/devicetree/bindings/i2c/google,cros-ec-i2c-tunnel.yaml | 2 +-
drivers/i2c/busses/i2c-ocores.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)