Re: [PATCH v4 2/6] drm/gma500: Make I2C terminology more inclusive

2024-07-29 Thread Thomas Zimmermann
I merged this patch into drm-misc-next. Am 11.07.24 um 07:27 schrieb Easwar Hariharan: 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 bitbangi

[PATCH v4 2/6] drm/gma500: Make I2C terminology more inclusive

2024-07-11 Thread Easwar Hariharan
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. Acked-by: Thoma