video: Move HP PARISC STI core code to shared location
authorThomas Zimmermann <tzimmermann@suse.de>
Mon, 17 Apr 2023 12:56:43 +0000 (14:56 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Thu, 20 Apr 2023 08:04:51 +0000 (10:04 +0200)
commit7470849745e6cd746ae773a6e59b309867310181
tree672e472e6ea99ceafc8ee759075458cc87f37f14
parent0d556f1f0e01ccab9c6bca8099e45170beb01297
video: Move HP PARISC STI core code to shared location

STI core files have been located in console and fbdev code. Move
the source code and header to the directories for video helpers.
Also update the config and build rules such that the code depends
on the config symbol CONFIG_STI_CORE, which STI console and STI
framebuffer select automatically.

Cleans up the console makefile and prepares PARISC to implement
fb_is_primary_device() within the arch/ directory. No functional
changes.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Helge Deller <deller@gmx.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20230417125651.25126-12-tzimmermann@suse.de
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/console/Kconfig
drivers/video/console/Makefile
drivers/video/console/sticon.c
drivers/video/console/sticore.c [deleted file]
drivers/video/fbdev/Kconfig
drivers/video/fbdev/sticore.h [deleted file]
drivers/video/fbdev/stifb.c
drivers/video/sticore.c [new file with mode: 0644]
include/video/sticore.h [new file with mode: 0644]