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

Configure Feed

Select the types of activity you want to include in your feed.

sfc: falcon: Make I2C terminology more inclusive

I2C v7, SMBus 3.2, and I3C 1.1.1 specifications have replaced "master/slave"
with more appropriate terms. Inspired by Wolfram's series to fix drivers/i2c/,
fix the terminology for users of I2C_ALGOBIT bitbanging interface, now that
the approved verbiage exists in the specification.

Reviewed-by: Martin Habets <habetsm.xilinx@gmail.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Easwar Hariharan <eahariha@linux.microsoft.com>
Link: https://patch.msgid.link/20240711052734.1273652-5-eahariha@linux.microsoft.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Easwar Hariharan and committed by
Jakub Kicinski
ba88b478 0cda1acf

+1 -1
+1 -1
drivers/net/ethernet/sfc/falcon/falcon.c
··· 367 367 .getsda = falcon_getsda, 368 368 .getscl = falcon_getscl, 369 369 .udelay = 5, 370 - /* Wait up to 50 ms for slave to let us pull SCL high */ 370 + /* Wait up to 50 ms for target to let us pull SCL high */ 371 371 .timeout = DIV_ROUND_UP(HZ, 20), 372 372 }; 373 373