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

i2c: tegra-bpmp: 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
b00f427a 3c06105d

+2 -2
+2 -2
drivers/i2c/busses/i2c-tegra-bpmp.c
··· 275 275 } 276 276 277 277 static const struct i2c_algorithm tegra_bpmp_i2c_algo = { 278 - .master_xfer = tegra_bpmp_i2c_xfer, 279 - .master_xfer_atomic = tegra_bpmp_i2c_xfer_atomic, 278 + .xfer = tegra_bpmp_i2c_xfer, 279 + .xfer_atomic = tegra_bpmp_i2c_xfer_atomic, 280 280 .functionality = tegra_bpmp_i2c_func, 281 281 }; 282 282