]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commit
i2c: rtl9300: Drop unsupported I2C_FUNC_SMBUS_I2C_BLOCK
authorSven Eckelmann <sven@narfation.org>
Sat, 27 Sep 2025 09:52:16 +0000 (11:52 +0200)
committerWolfram Sang <wsa+renesas@sang-engineering.com>
Sat, 27 Sep 2025 22:23:34 +0000 (00:23 +0200)
commit095530512152e6811278de9c30f170f0ac9705eb
treecf4353132771a58b49bffc803ba8b66313f0dad3
parented45b7a4da175539cd7ede514e4626e12a6d50ca
i2c: rtl9300: Drop unsupported I2C_FUNC_SMBUS_I2C_BLOCK

While applying the patch for commit ede965fd555a ("i2c: rtl9300: remove
broken SMBus Quick operation support"), a conflict was incorrectly solved
by adding the I2C_FUNC_SMBUS_I2C_BLOCK feature flag. But the code to handle
I2C_SMBUS_I2C_BLOCK_DATA requests will be added by a separate commit.

Fixes: ede965fd555a ("i2c: rtl9300: remove broken SMBus Quick operation support")
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
drivers/i2c/busses/i2c-rtl9300.c