Re: [PATCH 1/5] fbdev: aty128fb: Convert to managed PCI and ioremap API
Helge Deller <[email protected]>
| Newsgroups | org.kernel.vger.linux-fbdev,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 8/13/26 14:50, [email protected] wrote: > From: Shixiong Ou <[email protected]> > > Fix missing pci_disable_device() in probe and remove. > > Use pcim_enable_device(), pcim_request_region(), devm_ioremap() > and devm_ioremap_wc() to replace manual resource management. > Remove all release_mem_region() and iounmap() calls. > > Signed-off-by: Shixiong Ou <[email protected]> > --- > drivers/video/fbdev/aty/aty128fb.c | 40 +++++++++--------------------- > 1 file changed, 12 insertions(+), 28 deletions(-) Whole series applied to fbdev for-next git tree. Thanks! Helge