mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-17 05:45:20 +00:00
i2c: pasemi: 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> Acked-by: Sven Peter <sven@svenpeter.dev> Reviewed-by: Andi Shyti <andi.shyti@kernel.org> Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
This commit is contained in:
parent
b4a0ca1302
commit
7d4cbda7c7
@ -336,9 +336,9 @@ static u32 pasemi_smb_func(struct i2c_adapter *adapter)
|
||||
}
|
||||
|
||||
static const struct i2c_algorithm smbus_algorithm = {
|
||||
.master_xfer = pasemi_i2c_xfer,
|
||||
.smbus_xfer = pasemi_smb_xfer,
|
||||
.functionality = pasemi_smb_func,
|
||||
.xfer = pasemi_i2c_xfer,
|
||||
.smbus_xfer = pasemi_smb_xfer,
|
||||
.functionality = pasemi_smb_func,
|
||||
};
|
||||
|
||||
int pasemi_i2c_common_probe(struct pasemi_smbus *smbus)
|
||||
|
Loading…
x
Reference in New Issue
Block a user