Hello, v1 is available at https://lore.kernel.org/linux-fbdev/[email protected] .
I reshuffled the series to have the only really relevant fix at the start. Patch #3 is new in this revision and so is the s390 specific #ifdef in patch #4. Patches #2 and #3 fix issues that pop up when compiling the driver for arm and arm64 and s390. The last patch drops the hard dependency on MIPS_ALCHEMY. For that the above mentioned s390 specfic #ifdef block has to be added (or alternatively s390 excluded from build testing) because s390 is the only platform where pgprot_val is not an l-value. The things that happen in that block are maybe very mips-specific such that maybe this should be an #ifdef CONFIG_MIPS block instead of an #ifndef CONFIG_S390 block? Note that in the v1 thread Helge wrote to already having applied the first two patches, they are not yet in next, so I included them here again. Best regards Uwe Uwe Kleine-König (4): fbdev: au1100fb: Don't store device specific data in global variables fbdev: au1100fb: Mark several local functions as static fbdev: au1100fb: Use %zu to printk a value of type size_t fbdev: au1100fb: Make driver compilable on non-mips platforms drivers/video/fbdev/Kconfig | 3 +- drivers/video/fbdev/au1100fb.c | 89 ++++++++++++++++++---------------- drivers/video/fbdev/au1100fb.h | 7 ++- 3 files changed, 53 insertions(+), 46 deletions(-) base-commit: 0636e6205beed850d985276dc56fd73d785bea5c -- 2.47.3
