Re: [PATCH 10/11] fbdev: Acquire framebuffer apertures for firmware devices

2022-07-15 Thread Thomas Zimmermann
Hi Am 11.07.22 um 13:29 schrieb Javier Martinez Canillas: On 7/7/22 17:39, Thomas Zimmermann wrote: When registering a generic framebuffer, automatically acquire ownership of the framebuffer's I/O range. The device will now be handled by the aperture helpers. Fbdev-based conflict handling is no

Re: [PATCH 10/11] fbdev: Acquire framebuffer apertures for firmware devices

2022-07-11 Thread Javier Martinez Canillas
On 7/7/22 17:39, Thomas Zimmermann wrote: > When registering a generic framebuffer, automatically acquire ownership > of the framebuffer's I/O range. The device will now be handled by the > aperture helpers. Fbdev-based conflict handling is no longer required. > > Signed-off-by: Thomas Zimmermann

[PATCH 10/11] fbdev: Acquire framebuffer apertures for firmware devices

2022-07-07 Thread Thomas Zimmermann
When registering a generic framebuffer, automatically acquire ownership of the framebuffer's I/O range. The device will now be handled by the aperture helpers. Fbdev-based conflict handling is no longer required. Signed-off-by: Thomas Zimmermann --- drivers/video/fbdev/core/fbmem.c | 33