Re: [PATCH v5 00/12] Split devres APIs to device/devres.h and introduce devm_kmemdup_array()
From: Raag Jadav
Date: Wed Feb 12 2025 - 11:22:25 EST
On Wed, Feb 12, 2025 at 01:05:17PM +0200, Andy Shevchenko wrote:
> On Wed, Feb 12, 2025 at 11:55:01AM +0530, Raag Jadav wrote:
> > This series
> >
> > 1. Splits device/devres.h for the users that are only interested in devres APIs.
> > Original work by Andy Shevchenko:
> > https://lore.kernel.org/r/20241203195340.855879-1-andriy.shevchenko@xxxxxxxxxxxxxxx
> >
> > 2. Introduces a more robust and cleaner devm_kmemdup_array() helper and uses it
> > across drivers.
> >
> > The idea behind embedding both work into a single series is to make the review
> > process easier and reduce conflicts while merging.
> >
> > Current proposal is to merge initial patches with an immutable tag (volunteered
> > by Andy) for other subsystems to use. Feel free to share a better alternative.
>
> > v5: Move IOMEM_ERR_PTR() to err.h (Andy)
> > Reduce distribution to pinctrl/iio/input patches
>
> Weren't there two more patches that were actually Acked by Jonathan?
Nope, iio only has one user each.
Raag