fbdev: Rename fb_mem*() helpers
authorThomas Zimmermann <tzimmermann@suse.de>
Fri, 12 May 2023 10:24:44 +0000 (12:24 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Thu, 18 May 2023 09:07:54 +0000 (11:07 +0200)
commit20d54e48d9c705091a025afff5839da2ea606f6b
tree840303b990bb565d8b74ed43f79e38ccf21dedb9
parent8f8eaa1b023580f7dce7fe8d73539b093edea65b
fbdev: Rename fb_mem*() helpers

Update the names of the fb_mem*() helpers to be consistent with their
regular counterparts. Hence, fb_memset() now becomes fb_memset_io(),
fb_memcpy_fromfb() now becomes fb_memcpy_fromio() and fb_memcpy_tofb()
becomes fb_memcpy_toio(). No functional changes.

v6:
* update new file fb_io_fops.c

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Reviewed-by: Sui Jingfeng <suijingfeng@loongson.cn>
Link: https://patchwork.freedesktop.org/patch/msgid/20230512102444.5438-8-tzimmermann@suse.de
12 files changed:
arch/ia64/include/asm/fb.h
arch/loongarch/include/asm/fb.h
arch/sparc/include/asm/fb.h
drivers/video/fbdev/aty/mach64_cursor.c
drivers/video/fbdev/chipsfb.c
drivers/video/fbdev/core/fb_io_fops.c
drivers/video/fbdev/kyro/fbdev.c
drivers/video/fbdev/pvr2fb.c
drivers/video/fbdev/sstfb.c
drivers/video/fbdev/stifb.c
drivers/video/fbdev/tdfxfb.c
include/asm-generic/fb.h