Re: [PATCH 3/3] drm/bridge: microchip-lvds: Use devm_platform_ioremap_resource()

2024-09-02 Thread Dharma.B
On 27/08/24 9:42 pm, Claudiu Beznea wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > The devm_platform_ioremap_resouce() does exactly what > devm_ioremap_resource() combined with platform_get_resouce() does. > Thus use it. > > Signed-off-b

Re: [PATCH 3/3] drm/bridge: microchip-lvds: Use devm_platform_ioremap_resource()

2024-09-01 Thread Dharma.B
On 27/08/24 9:42 pm, Claudiu Beznea wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > The devm_platform_ioremap_resouce() does exactly what > devm_ioremap_resource() combined with platform_get_resouce() does. > Thus use it. > > Signed-off-b

[PATCH 3/3] drm/bridge: microchip-lvds: Use devm_platform_ioremap_resource()

2024-08-27 Thread Claudiu Beznea
The devm_platform_ioremap_resouce() does exactly what devm_ioremap_resource() combined with platform_get_resouce() does. Thus use it. Signed-off-by: Claudiu Beznea --- drivers/gpu/drm/bridge/microchip-lvds.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/br