Re: [PATCH v4 3/4] i2c: designware: Convert platform driver to use shutdown hook
From: William A. Kennington III
Date: Mon May 11 2026 - 15:55:47 EST
On 5/8/26 01:15, Andy Shevchenko wrote:
On Thu, May 07, 2026 at 08:05:17PM +0000, William A. Kennington III wrote:ACK on previous message
Convert the platform driver to use the new i2c_dw_shutdown() hook,...
allowing the controller to gracefully NACK master requests during
system shutdown.
+ if (!pm_runtime_status_suspended(&pdev->dev))Same question here.