Message ID | 20250212062513.2254767-1-raag.jadav@intel.com |
---|---|
Headers | show |
Series | Split devres APIs to device/devres.h and introduce devm_kmemdup_array() | expand |
On Wed, Feb 12, 2025, at 07:25, Raag Jadav wrote: > Since IOMEM_ERR_PTR() macro deals with an error pointer, a better place > for it is err.h. This helps avoid dependency on io.h for the users that > don't need it. > > Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> > Signed-off-by: Raag Jadav <raag.jadav@intel.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
On Wed, Feb 12, 2025 at 07:21:34PM +0200, Andy Shevchenko wrote: > On Wed, Feb 12, 2025 at 06:22:06PM +0200, Raag Jadav wrote: > > 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@linux.intel.com > > > > > > > > 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. > > Okay, so we basically waiting then for Greg KH to review / ack the couple of > patches (2 and 4) and Dmitry and Jonathan one patch for each. I'm going to apply this series to Intel pin control tree soon and share an immutable tag TWIMC, please tell me if it shouldn't be the case.