Re: [PATCH 6/6] drm/panel: visionox-rm69299: stop calling regulator_set_load manually

2024-04-24 Thread Neil Armstrong
On 04/04/2024 12:08, Dmitry Baryshkov wrote: Use .init_load_uA part of the bulk regulator API instead of calling register_set_load() manually. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/panel/panel-visionox-rm69299.c | 16 ++-- 1 file changed, 2 insertions(+), 14

[PATCH 6/6] drm/panel: visionox-rm69299: stop calling regulator_set_load manually

2024-04-04 Thread Dmitry Baryshkov
Use .init_load_uA part of the bulk regulator API instead of calling register_set_load() manually. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/panel/panel-visionox-rm69299.c | 16 ++-- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git