Re: [PATCH 00/10] drm/panel: Use refcounted allocation in place of devm_kzalloc()

2025-04-07 Thread Maxime Ripard
On Tue, 01 Apr 2025 12:03:43 -0400, Anusha Srivatsa wrote: > 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 t

Re: [PATCH 00/10] drm/panel: Use refcounted allocation in place of devm_kzalloc()

2025-04-05 Thread Neil Armstrong
On 01/04/2025 18:03, Anusha Srivatsa wrote: 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

Re: [PATCH 00/10] drm/panel: Use refcounted allocation in place of devm_kzalloc()

2025-04-02 Thread Anusha Srivatsa
On Wed, Apr 2, 2025 at 10:24 AM Neil Armstrong wrote: > On 01/04/2025 18:03, Anusha Srivatsa wrote: > > 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 an

[PATCH 00/10] drm/panel: Use refcounted allocation in place of devm_kzalloc()

2025-04-01 Thread 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 remainin