On Thu Sep 3, 2026 at 2:01 PM CEST, Janani Sunil wrote: > Some gpio-regmap consumers share their regmap with a parent device that > may be runtime suspended. GPIO register accesses must resume that device > first. > > Add an optional pm_dev field and acquire it before register translation > or access. Release it using runtime autosuspend after each operation. > Keep the device active across the complete direction-output sequence and > propagate failure when setting the initial output value. > > Reviewed-by: Andy Shevchenko > Signed-off-by: Janani Sunil Reviewed-by: Michael Walle