]> www.infradead.org Git - users/hch/block.git/commit
Merge tag 'i2c-host-fixes-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Fri, 27 Sep 2024 16:57:38 +0000 (18:57 +0200)
committerWolfram Sang <wsa+renesas@sang-engineering.com>
Fri, 27 Sep 2024 16:57:38 +0000 (18:57 +0200)
commit26de8614d83f1f1a0b0b0a300e3be40a95b9a340
treeb0f08a835d55f254673d1734797bf22c845df82e
parent075dbe9f6e3c21596c5245826a4ee1f1c1676eb8
parent0c8d604dea437b69a861479b413d629bc9b3da70
Merge tag 'i2c-host-fixes-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current

I2C host fixes for v6.12-rc1

The DesignWare driver now has the correct ENABLE-ABORT sequence,
ensuring ABORT can always be sent when needed.

In the SynQuacer controller we now check for PCLK as an optional
clock, allowing ACPI to directly provide the clock rate.

The recent KEBA driver required a dependency fix in Kconfig.

The XIIC driver now has a corrected power suspend sequence.