Hi Wolfram, now that the dependencies are fixed and no error report has been sent on these two patches, I can finally send the second part of the i2c pull request. Thanks, Andi The following changes since commit c760b3725e52403dc1b28644fb09c47a83cacea6: Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm (2024-05-22 18:59:29 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git tags/i2c-host-6.10-pt2 for you to fetch changes up to e61bcf42d290e73025bab38e0e55a5586c2d8ad5: i2c: Remove I2C_CLASS_SPD (2024-05-23 13:38:15 +0200) ---------------------------------------------------------------- Removed the SPD class of i2c devices from the device core. Additionally, a cleanup in the Synquacer code removes the pclk from the global structure, as it is used only in the probe. Therefore, it is now declared locally. ---------------------------------------------------------------- Christophe JAILLET (1): i2c: synquacer: Remove a clk reference from struct synquacer_i2c Heiner Kallweit (1): i2c: Remove I2C_CLASS_SPD drivers/i2c/busses/i2c-synquacer.c | 11 +++++------ include/linux/i2c.h | 1 - 2 files changed, 5 insertions(+), 7 deletions(-)