drm/gma500: Make I2C terminology more inclusive
authorEaswar Hariharan <eahariha@linux.microsoft.com>
Thu, 11 Jul 2024 05:27:30 +0000 (05:27 +0000)
committerThomas Zimmermann <tzimmermann@suse.de>
Mon, 29 Jul 2024 07:12:07 +0000 (09:12 +0200)
commit0c3f3a83c7e8dfaaae4ba8a5b69bd6bc13340d0b
tree93b159ab2d10ac8e42f5c19fe6e022a7700e21b7
parent61671d85def2960bbf52db22e9e45b3bf8a5ceb5
drm/gma500: 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.

Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Easwar Hariharan <eahariha@linux.microsoft.com>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20240711052734.1273652-3-eahariha@linux.microsoft.com
drivers/gpu/drm/gma500/cdv_intel_lvds.c
drivers/gpu/drm/gma500/intel_bios.c
drivers/gpu/drm/gma500/intel_bios.h
drivers/gpu/drm/gma500/intel_gmbus.c
drivers/gpu/drm/gma500/psb_drv.h
drivers/gpu/drm/gma500/psb_intel_drv.h
drivers/gpu/drm/gma500/psb_intel_lvds.c
drivers/gpu/drm/gma500/psb_intel_sdvo.c