]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge patch series "Split devres APIs to device/devres.h and introduce devm_kmemdup_a...
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 24 Feb 2025 10:08:12 +0000 (12:08 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 24 Feb 2025 10:08:53 +0000 (12:08 +0200)
commit1f4c7f3b3afa90e10903234c86d5bd168c5f23b3
tree457acfbca9bf422832e5bcd65a31ca388360683e
parent2014c95afecee3e76ca4a56956a936e23283f05b
parentb8c38ccb2ca52b9a38cfeb9f89abab5d6e713221
Merge patch series "Split devres APIs to device/devres.h and introduce devm_kmemdup_array()"

Raag Jadav <raag.jadav@intel.com> says:

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.

Link: https://lore.kernel.org/r/20250212062513.2254767-1-raag.jadav@intel.com
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>