Re: [PATCH 00/10] fbdev: Generate deferred-I/O helpers

2023-07-06 Thread Sam Ravnborg
Hi Thomas, On Thu, Jul 06, 2023 at 05:08:43PM +0200, Thomas Zimmermann wrote: > Generate the I/O callbacks for drivers with deferred I/O. As in > the old, opencoded functions, the generated functions operate on > system memory and trigger damage handling if necessary. Also bring > the drivers' Kco

[PATCH 00/10] fbdev: Generate deferred-I/O helpers

2023-07-06 Thread Thomas Zimmermann
Generate the I/O callbacks for drivers with deferred I/O. As in the old, opencoded functions, the generated functions operate on system memory and trigger damage handling if necessary. Also bring the drivers' Kconfig options up to date. Generating and initializing via helpers macros will later all