Re: [PATCH v4 2/2] drm/imx/dcss: have all init functions use devres

2024-02-02 Thread Laurentiu Palcu
Hi Philipp, On Wed, Jan 24, 2024 at 12:19:05PM +0100, Philipp Stanner wrote: > dcss currently allocates and ioremaps quite a few resources in its probe > function's call graph. Devres now provides convenient functions which > perform the same task but do the cleanup automatically. > > Port all

[PATCH v4 2/2] drm/imx/dcss: have all init functions use devres

2024-01-24 Thread Philipp Stanner
dcss currently allocates and ioremaps quite a few resources in its probe function's call graph. Devres now provides convenient functions which perform the same task but do the cleanup automatically. Port all memory allocations and ioremap() calls to the devres counterparts. Signed-off-by: