Re: [PATCH] drm/panfrost: Make use of the helper function devm_platform_ioremap_resource()

2021-09-02 Thread Steven Price
On 31/08/2021 08:53, Cai Huoqing wrote: > Use the devm_platform_ioremap_resource() helper instead of > calling platform_get_resource() and devm_ioremap_resource() > separately > > Signed-off-by: Cai Huoqing Reviewed-by: Steven Price I'll push this to drm-misc-next. Thanks, Steve > --- >

[PATCH] drm/panfrost: Make use of the helper function devm_platform_ioremap_resource()

2021-08-31 Thread Cai Huoqing
Use the devm_platform_ioremap_resource() helper instead of calling platform_get_resource() and devm_ioremap_resource() separately Signed-off-by: Cai Huoqing --- drivers/gpu/drm/panfrost/panfrost_device.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git