Hello, here comes v4 fixing and cleaning up the au1100fb driver (which given that it currently doesn't compile probably isn't used at all :-\).
v3 is available at https://lore.kernel.org/all/[email protected]. Changes since then: - rebase to bc57657bd3e64feaac5b4bf3fbd7f8a2fd09f4f8 from an earlier version of that patch in next - Squash the two printk format patches into a single patch - Continue to depend on FB=y (v3 made the driver only depend on FB resulting in an FTBFS) - Fix a typo patch #5 - Patches #6 and #7 are new. Have fun! Uwe Uwe Kleine-König (7): fbdev: au1100fb: Don't store device specific data in global variables fbdev: au1100fb: Mark several local functions as static fbdev: au1100fb: Use proper conversion specifiers in printk formats fbdev: au1100fb: Make driver compilable on non-mips platforms fbdev: au1100fb: Replace custom printk wrappers by pr_* fbdev: au1100fb: Fold au1100fb.h into its only user fbdev: au1100fb: Replace license boilerplate by SPDX header drivers/video/au1100fb.c | 0 drivers/video/fbdev/Kconfig | 3 +- drivers/video/fbdev/au1100fb.c | 486 +++++++++++++++++++++++++++------ drivers/video/fbdev/au1100fb.h | 379 ------------------------- 4 files changed, 405 insertions(+), 463 deletions(-) create mode 100644 drivers/video/au1100fb.c delete mode 100644 drivers/video/fbdev/au1100fb.h base-commit: bc57657bd3e64feaac5b4bf3fbd7f8a2fd09f4f8 -- 2.47.3
