Re: [PATCH v2 0/5] fbdev: Use regular I/O function for framebuffers

2023-04-28 Thread Sam Ravnborg
Hi Thomas, On Fri, Apr 28, 2023 at 11:27:06AM +0200, Thomas Zimmermann wrote: > (was: fbdev: Move framebuffer I/O helpers to ) > > Fbdev provides helpers for framebuffer I/O, such as fb_readl(), > fb_writel() or fb_memcpy_to_fb(). The implementation of each helper > depends on the architecture,

[PATCH v2 0/5] fbdev: Use regular I/O function for framebuffers

2023-04-28 Thread Thomas Zimmermann
(was: fbdev: Move framebuffer I/O helpers to ) Fbdev provides helpers for framebuffer I/O, such as fb_readl(), fb_writel() or fb_memcpy_to_fb(). The implementation of each helper depends on the architecture, but they all come down to regular I/O functions of similar names. So use the regular