]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/st7735r: Rename struct st7735r_priv to struct st7735r_device
authorThomas Zimmermann <tzimmermann@suse.de>
Thu, 19 Mar 2026 15:59:48 +0000 (16:59 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Wed, 25 Mar 2026 14:05:09 +0000 (15:05 +0100)
commit0ffcfae5eab76b52eed2b8464cc588f98bd29c15
tree882c20b09a81dc7b063ce25490a7e9e89c12f790
parent078e60d90a70c14d9756d500ee20ce83e785175b
drm/st7735r: Rename struct st7735r_priv to struct st7735r_device

Rename the driver's device struct according to DRM conventions. Also
add a helper to upcast from struct drm_device. No functional changes.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: David Lechner <david@lechnology.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://patch.msgid.link/20260319160110.109610-13-tzimmermann@suse.de
drivers/gpu/drm/sitronix/st7735r.c