Pull i2c fixes from Wolfram Sang:
 - fix DesignWare driver ENABLE-ABORT sequence, ensuring ABORT can
   always be sent when needed
 - check for PCLK in the SynQuacer controller as an optional clock,
   allowing ACPI to directly provide the clock rate
 - KEBA driver Kconfig dependency fix
 - fix XIIC driver power suspend sequence
* tag 'i2c-for-6.12-rc1-additional_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
  i2c: xiic: Fix pm_runtime_set_suspended() with runtime pm enabled
  i2c: keba: I2C_KEBA should depend on KEBA_CP500
  i2c: synquacer: Deal with optional PCLK correctly
  i2c: designware: fix controller is holding SCL low while ENABLE bit is disabled