Re: [PATCH] drm/msm: mdss: use devres version of interface to populate children devices

2025-05-07 Thread Vladimir Zapolskiy
On 5/8/25 00:24, Dmitry Baryshkov wrote: On Wed, May 07, 2025 at 10:35:38PM +0300, Vladimir Zapolskiy wrote: Trivial change, there is a managed device resource version of of_platform_populate(), and its usage simplifies the code a bit. Signed-off-by: Vladimir Zapolskiy --- drivers/gpu/drm/ms

Re: [PATCH] drm/msm: mdss: use devres version of interface to populate children devices

2025-05-07 Thread Dmitry Baryshkov
On Wed, May 07, 2025 at 10:35:38PM +0300, Vladimir Zapolskiy wrote: > Trivial change, there is a managed device resource version of > of_platform_populate(), and its usage simplifies the code a bit. > > Signed-off-by: Vladimir Zapolskiy > --- > drivers/gpu/drm/msm/msm_mdss.c | 4 +--- > 1 file c

[PATCH] drm/msm: mdss: use devres version of interface to populate children devices

2025-05-07 Thread Vladimir Zapolskiy
Trivial change, there is a managed device resource version of of_platform_populate(), and its usage simplifies the code a bit. Signed-off-by: Vladimir Zapolskiy --- drivers/gpu/drm/msm/msm_mdss.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/gpu/drm/msm/msm_mdss.