public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] drm/panel: Use refcounted allocation in place of devm_kzalloc()
@ 2025-04-01 16:03 Anusha Srivatsa
  2025-04-01 16:03 ` [PATCH 01/10] panel/abt-y030xx067a: Use the " Anusha Srivatsa
                   ` (11 more replies)
  0 siblings, 12 replies; 28+ messages in thread
From: Anusha Srivatsa @ 2025-04-01 16:03 UTC (permalink / raw)
  To: Neil Armstrong, Jessica Zhang, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, David Airlie, Simona Vetter, Linus Walleij,
	Joel Selvaraj, Douglas Anderson
  Cc: dri-devel, linux-kernel, Anusha Srivatsa

Start converting drivers to use the API - devm_drm_panel_alloc().

This series addresses only 10 drivers. There are 98 more to go. Sending this
series to mostly get feedback. if any change is required, it will be
incorporated in the next version and in the next series that will
address the remaining drivers.

Signed-off-by: Anusha Srivatsa <asrivats@redhat.com>
---
Anusha Srivatsa (10):
      panel/abt-y030xx067a: Use the refcounted allocation in place of devm_kzalloc()
      panel/arm-versatile:  Use the refcounted allocation in place of devm_kzalloc()
      panel/z00t-tm5p5-n35596: Use refcounted allocation in place of devm_kzalloc()
      panel/auo-a030jtn01: Use refcounted allocation in place of devm_kzalloc()
      panel/bf060y8m-aj0: Use refcounted allocation in place of devm_kzalloc()
      panel/th101mb31ig002-28a: Use refcounted allocation in place of devm_kzalloc()
      panel/boe-tv101wum-ll2: Use refcounted allocation in place of devm_kzalloc()
      panel/dsi-cm: Use refcounted allocation in place of devm_kzalloc()
      panel/ebbg-ft8719: Use refcounted allocation in place of devm_kzalloc()
      panel/panel-edp: Use refcounted allocation in place of devm_kzalloc()

 drivers/gpu/drm/panel/panel-abt-y030xx067a.c         | 10 ++++------
 drivers/gpu/drm/panel/panel-arm-versatile.c          | 11 +++++------
 drivers/gpu/drm/panel/panel-asus-z00t-tm5p5-n35596.c | 11 +++++------
 drivers/gpu/drm/panel/panel-auo-a030jtn01.c          | 10 ++++------
 drivers/gpu/drm/panel/panel-boe-bf060y8m-aj0.c       | 11 +++++------
 drivers/gpu/drm/panel/panel-boe-th101mb31ig002-28a.c | 11 +++++------
 drivers/gpu/drm/panel/panel-boe-tv101wum-ll2.c       | 10 +++++-----
 drivers/gpu/drm/panel/panel-dsi-cm.c                 | 10 ++++------
 drivers/gpu/drm/panel/panel-ebbg-ft8719.c            | 11 +++++------
 drivers/gpu/drm/panel/panel-edp.c                    |  9 ++++-----
 10 files changed, 46 insertions(+), 58 deletions(-)
---
base-commit: de04bb0089a96cc00d13b12cbf66a088befe3057
change-id: 20250401-b4-drm-panel-mass-driver-convert-ddca32e95d16

Best regards,
-- 
Anusha Srivatsa <asrivats@redhat.com>


^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2025-04-15  8:02 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-01 16:03 [PATCH 00/10] drm/panel: Use refcounted allocation in place of devm_kzalloc() Anusha Srivatsa
2025-04-01 16:03 ` [PATCH 01/10] panel/abt-y030xx067a: Use the " Anusha Srivatsa
2025-04-01 16:03 ` [PATCH 02/10] panel/arm-versatile: " Anusha Srivatsa
2025-04-15  8:01   ` Linus Walleij
2025-04-01 16:03 ` [PATCH 03/10] panel/z00t-tm5p5-n35596: Use " Anusha Srivatsa
2025-04-01 16:03 ` [PATCH 04/10] panel/auo-a030jtn01: " Anusha Srivatsa
2025-04-07 15:49   ` Imre Deak
2025-04-07 23:22     ` Dixit, Ashutosh
2025-04-08  0:18       ` Dixit, Ashutosh
2025-04-08  1:40         ` Dixit, Ashutosh
2025-04-08  4:01           ` Dixit, Ashutosh
2025-04-08  6:47             ` Borah, Chaitanya Kumar
2025-04-08 12:50               ` Maxime Ripard
2025-04-08 13:03                 ` Borah, Chaitanya Kumar
2025-04-08 13:51                   ` Jani Nikula
2025-04-08 14:26                     ` Dmitry Baryshkov
2025-04-08 14:38                       ` Lucas De Marchi
2025-04-08 12:48     ` Maxime Ripard
2025-04-01 16:03 ` [PATCH 05/10] panel/bf060y8m-aj0: " Anusha Srivatsa
2025-04-01 16:03 ` [PATCH 06/10] panel/th101mb31ig002-28a: " Anusha Srivatsa
2025-04-08  8:24   ` Thomas Zimmermann
2025-04-01 16:03 ` [PATCH 07/10] panel/boe-tv101wum-ll2: " Anusha Srivatsa
2025-04-08  8:27   ` Thomas Zimmermann
2025-04-01 16:03 ` [PATCH 08/10] panel/dsi-cm: " Anusha Srivatsa
2025-04-01 16:03 ` [PATCH 09/10] panel/ebbg-ft8719: " Anusha Srivatsa
2025-04-01 16:03 ` [PATCH 10/10] panel/panel-edp: " Anusha Srivatsa
2025-04-02 14:24 ` [PATCH 00/10] drm/panel: " Neil Armstrong
2025-04-07  8:34 ` Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox