Merge tag 'i2c-host-fixes-6.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Mon, 13 May 2024 13:55:19 +0000 (15:55 +0200)
committerWolfram Sang <wsa+renesas@sang-engineering.com>
Mon, 13 May 2024 13:55:19 +0000 (15:55 +0200)
commit10316dcc4f39b2560b372d11be477228b95ae5ac
treebd057ae165b6d19dca6c745da98fb1250d458f19
parented30a4a51bb196781c8058073ea720133a65596f
parent55750148e5595bb85605e8fbb40b2759c2c4c2d7
Merge tag 'i2c-host-fixes-6.8-rc8' of git://git./linux/kernel/git/andi.shyti/linux into i2c/for-mergewindow

This tag includes two fixes. The first one, in the Cadence driver
seen in Qemu, prevents unintentional FIFO clearing at the
beginning of a transaction. The second fix, in the SynQuacer,
ensures proper error handling during clock get, prepare, and
enable operations by using the devm_clk_get_enabled() helper.