Re: [PATCH v5 00/12] Split devres APIs to device/devres.h and introduce devm_kmemdup_array()
From: Raag Jadav <raag.jadav@intel.com>
Date: 2025-02-12 16:22:13
Also in:
linux-gpio, linux-iio, lkml
From: Raag Jadav <raag.jadav@intel.com>
Date: 2025-02-12 16:22:13
Also in:
linux-gpio, linux-iio, lkml
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:quoted
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@linux.intel.com (local) 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.quoted
v5: Move IOMEM_ERR_PTR() to err.h (Andy) Reduce distribution to pinctrl/iio/input patchesWeren't there two more patches that were actually Acked by Jonathan?
Nope, iio only has one user each. Raag