Re: [PATCH] iio: cros_ec: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
Triet Hoang <[email protected]>
| Newsgroups | org.kernel.vger.linux-iio,dev.linux.lists.chrome-platform,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 21 Aug 2026 16:37:18 +0300, Andy Shevchenko wrote: > There is a macro that combines DEFINE + EXPORT. Hi Andy, Thanks for reviewing. Should I send the v2 with the update? > There is room on the lines to make them longer a bit. > > Convert the deprecated SIMPLE_DEV_PM_OPS to DEFINE_SIMPLE_DEV_PM_OPS > and pm_sleep_ptr(). > > This lets us drop the __maybe_unused annotations from the resume callbacks, > and reduces kernel size in case CONFIG_PM or CONFIG_PM_SLEEP is disabled. With the new commit that you have suggested. BR, Triet