Re: [PATCH v2 0/2] gpiolib: more cleanups to get rid of of_node
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: 2022-10-21 19:02:12
Also in:
linux-acpi, linux-arm-kernel, lkml
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: 2022-10-21 19:02:12
Also in:
linux-acpi, linux-arm-kernel, lkml
On Wed, Oct 05, 2022 at 06:29:45PM +0300, Andy Shevchenko wrote:
One more user outside of GPIO library and pin control folders needs to be updated to use fwnode instead of of_node. To make this easier introduce a helper in property.h and convert the user. Note, the helper will be useful not only for the current users, but any future ones that want to replace of_device_is_compatible() with analogous fwnode API. Changelog v2: - placed new helper correctly in the property.h
Any comments on the series? -- With Best Regards, Andy Shevchenko