Re: [PATCH v2 00/30] drm/panel: Use refcounted allocation in place of devm_kzalloc() - Part2

From: Neil Armstrong
Date: Mon Apr 07 2025 - 05:58:47 EST


On 03/04/2025 16:16, Anusha Srivatsa wrote:
Start converting drivers to use the API - devm_drm_panel_alloc().

Sending next 30 drivers. Sending in batches for easier review.

Part 1 of the series : https://patchwork.freedesktop.org/series/147082/

Signed-off-by: Anusha Srivatsa <asrivats@xxxxxxxxxx>
---
Changes in v2:
- Remove drm_panel_init() from probe function in ilitek-ili9341 driver.
- Link to v1: https://lore.kernel.org/r/20250402-b4-drm_panel_mass_convert_part2-v1-0-903b70999ea6@xxxxxxxxxx

---
Anusha Srivatsa (30):
panel/panel-elida-kd35t133: Refcounted allocation
panel/elida-kd35t133: Use refcounted allocation in place of devm_kzalloc()
panel/fy07024di26a30d: Use refcounted allocation in place of devm_kzalloc()
panel/himax-hx83112a: Use refcounted allocation in place of devm_kzalloc()
panel/himax-hx8394: Use refcounted allocation in place of devm_kzalloc()
panel/ilitek-ili9322: Use refcounted allocation in place of devm_kzalloc()
panel/ilitek-ili9341: Use refcounted allocation in place of devm_kzalloc()
panel/panel-ili9805: Use refcounted allocation in place of devm_kzalloc()
panel/ilitek-ili9806e: Use refcounted allocation in place of devm_kzalloc()
panel/ilitek-ili9881c: Use refcounted allocation in place of devm_kzalloc()
panel/innolux-ej030na: Use refcounted allocation in place of devm_kzalloc()
panel/innolux-p079zca: Use refcounted allocation in place of devm_kzalloc()
panel/jadard-jd9365da-h3: Use refcounted allocation in place of devm_kzalloc()
panel/jdi-fhd-r63452: Use refcounted allocation in place of devm_kzalloc()
panel/ltk050h3146w: Use refcounted allocation in place of devm_kzalloc()
panel/ltk500hd1829: Use refcounted allocation in place of devm_kzalloc()
panel/lg-lg4573: Use refcounted allocation in place of devm_kzalloc()
panel/lincolntech-lcd197: Use refcounted allocation in place of devm_kzalloc()
panel/magnachip-d53e6ea8966: Use refcounted allocation in place of devm_kzalloc()
panel/mantix-mlaf057we51: Use refcounted allocation in place of devm_kzalloc()
panel/newvision-nv3051d: Use refcounted allocation in place of devm_kzalloc()
panel/newvision-nv3052c: Use refcounted allocation in place of devm_kzalloc()
panel/novatek-nt35510: Use refcounted allocation in place of devm_kzalloc()
panel/novatek-nt35560: Use refcounted allocation in place of devm_kzalloc()
panel/novatek-nt35950: Use refcounted allocation in place of devm_kzalloc()
panel/novatek-nt36523: Use refcounted allocation in place of devm_kzalloc()
panel/novatek-nt36672e: Use refcounted allocation in place of devm_kzalloc()
panel/novatek-nt39016: Use refcounted allocation in place of devm_kzalloc()
panel/lcd-olinuxino: Use refcounted allocation in place of devm_kzalloc()
panel/orisetech-ota5601a: Use refcounted allocation in place of devm_kzalloc()

drivers/gpu/drm/panel/panel-elida-kd35t133.c | 10 ++++------
drivers/gpu/drm/panel/panel-feixin-k101-im2ba02.c | 11 +++++------
drivers/gpu/drm/panel/panel-feiyang-fy07024di26a30d.c | 10 ++++------
drivers/gpu/drm/panel/panel-himax-hx83112a.c | 10 +++++-----
drivers/gpu/drm/panel/panel-himax-hx8394.c | 11 +++++------
drivers/gpu/drm/panel/panel-ilitek-ili9322.c | 10 ++++------
drivers/gpu/drm/panel/panel-ilitek-ili9341.c | 10 +++++-----
drivers/gpu/drm/panel/panel-ilitek-ili9805.c | 12 ++++++------
drivers/gpu/drm/panel/panel-ilitek-ili9806e.c | 10 ++++------
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c | 11 +++++------
drivers/gpu/drm/panel/panel-innolux-ej030na.c | 11 +++++------
drivers/gpu/drm/panel/panel-innolux-p079zca.c | 11 +++++------
drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c | 10 ++++------
drivers/gpu/drm/panel/panel-jdi-fhd-r63452.c | 10 +++++-----
drivers/gpu/drm/panel/panel-leadtek-ltk050h3146w.c | 11 +++++------
drivers/gpu/drm/panel/panel-leadtek-ltk500hd1829.c | 11 +++++------
drivers/gpu/drm/panel/panel-lg-lg4573.c | 11 +++++------
drivers/gpu/drm/panel/panel-lincolntech-lcd197.c | 11 +++++------
drivers/gpu/drm/panel/panel-magnachip-d53e6ea8966.c | 11 +++++------
drivers/gpu/drm/panel/panel-mantix-mlaf057we51.c | 11 +++++------
drivers/gpu/drm/panel/panel-newvision-nv3051d.c | 11 +++++------
drivers/gpu/drm/panel/panel-newvision-nv3052c.c | 10 ++++------
drivers/gpu/drm/panel/panel-novatek-nt35510.c | 12 ++++++------
drivers/gpu/drm/panel/panel-novatek-nt35560.c | 12 ++++++------
drivers/gpu/drm/panel/panel-novatek-nt35950.c | 10 ++++------
drivers/gpu/drm/panel/panel-novatek-nt36523.c | 9 +++++----
drivers/gpu/drm/panel/panel-novatek-nt36672e.c | 10 +++++-----
drivers/gpu/drm/panel/panel-novatek-nt39016.c | 10 ++++------
drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c | 11 +++++------
drivers/gpu/drm/panel/panel-orisetech-ota5601a.c | 11 +++++------
30 files changed, 145 insertions(+), 174 deletions(-)
---
base-commit: de04bb0089a96cc00d13b12cbf66a088befe3057
change-id: 20250402-b4-drm_panel_mass_convert_part2-5f258b0ae5ea

Best regards,

With the 2 nits fixed:
Reviewed-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx>