[PATCH v2 0/3] drm/panel: switch panel registration to devm_drm_panel_add()

Myeonghun Pak posted 3 patches 1 month, 3 weeks ago
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c |  7 +++----
drivers/gpu/drm/panel/panel-jdi-fhd-r63452.c  |  7 +++----
drivers/gpu/drm/panel/panel-lg-sw43408.c      | 10 +++++-----
3 files changed, 11 insertions(+), 13 deletions(-)
[PATCH v2 0/3] drm/panel: switch panel registration to devm_drm_panel_add()
Posted by Myeonghun Pak 1 month, 3 weeks ago
This respins the previous attach-failure fixes as a single series.

drm-misc-next now has devm_drm_panel_add() in commit e43a8e3ad8fa
("drm/panel: add devm_drm_panel_add() helper"), so convert the three
affected panel drivers to the managed helper instead of open-coding
drm_panel_remove() in their failure and remove paths.

Changes in v2:
- group the three related panel fixes into one series
- rebase onto drm-misc-next and use devm_drm_panel_add()
- drop manual drm_panel_remove() handling from probe/remove

Myeonghun Pak (3):
  drm/panel: ilitek-ili9881c: use devm_drm_panel_add()
  drm/panel: jdi-fhd-r63452: use devm_drm_panel_add()
  drm/panel: lg-sw43408: use devm_drm_panel_add()

 drivers/gpu/drm/panel/panel-ilitek-ili9881c.c |  7 +++----
 drivers/gpu/drm/panel/panel-jdi-fhd-r63452.c  |  7 +++----
 drivers/gpu/drm/panel/panel-lg-sw43408.c      | 10 +++++-----
 3 files changed, 11 insertions(+), 13 deletions(-)

-- 
2.47.1
Re: [PATCH v2 0/3] drm/panel: switch panel registration to devm_drm_panel_add()
Posted by Neil Armstrong 1 month, 1 week ago
On 4/23/26 14:59, Myeonghun Pak wrote:
> This respins the previous attach-failure fixes as a single series.
> 
> drm-misc-next now has devm_drm_panel_add() in commit e43a8e3ad8fa
> ("drm/panel: add devm_drm_panel_add() helper"), so convert the three
> affected panel drivers to the managed helper instead of open-coding
> drm_panel_remove() in their failure and remove paths.
> 
> Changes in v2:
> - group the three related panel fixes into one series
> - rebase onto drm-misc-next and use devm_drm_panel_add()
> - drop manual drm_panel_remove() handling from probe/remove
> 
> Myeonghun Pak (3):
>    drm/panel: ilitek-ili9881c: use devm_drm_panel_add()
>    drm/panel: jdi-fhd-r63452: use devm_drm_panel_add()
>    drm/panel: lg-sw43408: use devm_drm_panel_add()
> 
>   drivers/gpu/drm/panel/panel-ilitek-ili9881c.c |  7 +++----
>   drivers/gpu/drm/panel/panel-jdi-fhd-r63452.c  |  7 +++----
>   drivers/gpu/drm/panel/panel-lg-sw43408.c      | 10 +++++-----
>   3 files changed, 11 insertions(+), 13 deletions(-)
> 

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>

Thanks,
Neil