Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

i2c: cros-ec-tunnel: reword according to newest specification

Change the wording of this driver wrt. the newest I2C v7 and SMBus 3.2
specifications and replace "master/slave" with more appropriate terms.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Andi Shyti <andi.shyti@kernel.org>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>

authored by

Wolfram Sang and committed by
Andi Shyti
828434af 71ab9012

+2 -2
+2 -2
drivers/i2c/busses/i2c-cros-ec-tunnel.c
··· 235 235 } 236 236 237 237 static const struct i2c_algorithm ec_i2c_algorithm = { 238 - .master_xfer = ec_i2c_xfer, 239 - .functionality = ec_i2c_functionality, 238 + .xfer = ec_i2c_xfer, 239 + .functionality = ec_i2c_functionality, 240 240 }; 241 241 242 242 static int ec_i2c_probe(struct platform_device *pdev)