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

i2c: taos-evm: 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
3c06105d c2cac347

+1 -1
+1 -1
drivers/i2c/busses/i2c-taos-evm.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 2 /* 3 3 * Driver for the TAOS evaluation modules 4 - * These devices include an I2C master which can be controlled over the 4 + * These devices include an I2C controller which can be controlled over the 5 5 * serial port. 6 6 * 7 7 * Copyright (C) 2007 Jean Delvare <jdelvare@suse.de>