Re: [PATCH v2] auxdisplay: arm-charlcd: Use SIMPLE_DEV_PM_OPS for power management

From: lijun

Date: Wed Aug 19 2026 - 21:39:32 EST


I am so sorry for the previous email,and the subsequent mailing has corrected these errors.

2026/8/19 21:25, Andy Shevchenko :
On Wed, Aug 19, 2026 at 04:48:38PM +0800, Li Jun wrote:
Replace the manually defined dev_pm_ops structure with the
SIMPLE_DEV_PM_OPS macro to simplify the power management code.
This macro automatically handles CONFIG_PM_SLEEP configuration
and generates freeze/thaw/poweroff/restore callbacks, reducing
boilerplate code.
This is v2, no changelog, all v1 comments were ignored. What's going on?