Re: [PATCH 05/11] fbdev: Convert drivers to aperture helpers

2022-07-15 Thread Javier Martinez Canillas
Hello Thomas, On 7/15/22 13:48, Thomas Zimmermann wrote: [...] >>> + >>> + return aperture_remove_conflicting_devices(base, size, primary, >>> "sm750_fb1"); >> >> Do you know why this can't just use >> aperture_remove_conflicting_pci_devices() ? > > I simply don't want change too much at on

Re: [PATCH 05/11] fbdev: Convert drivers to aperture helpers

2022-07-15 Thread Thomas Zimmermann
Hi Am 11.07.22 um 13:01 schrieb Javier Martinez Canillas: On 7/7/22 17:39, Thomas Zimmermann wrote: Convert fbdev drivers from fbdev's remove_conflicting_framebuffers() to the framework-independent aperture_remove_conflicting_devices(). Calling this function will also remove conflicting DRM dri

Re: [PATCH 05/11] fbdev: Convert drivers to aperture helpers

2022-07-11 Thread Javier Martinez Canillas
On 7/7/22 17:39, Thomas Zimmermann wrote: > Convert fbdev drivers from fbdev's remove_conflicting_framebuffers() to > the framework-independent aperture_remove_conflicting_devices(). Calling > this function will also remove conflicting DRM drivers. > > Signed-off-by: Thomas Zimmermann > --- [...

[PATCH 05/11] fbdev: Convert drivers to aperture helpers

2022-07-07 Thread Thomas Zimmermann
Convert fbdev drivers from fbdev's remove_conflicting_framebuffers() to the framework-independent aperture_remove_conflicting_devices(). Calling this function will also remove conflicting DRM drivers. Signed-off-by: Thomas Zimmermann --- drivers/staging/sm750fb/sm750.c | 15 +--