On Thu, Aug 14, 2025 at 01:34:30PM -0500, Mario Limonciello (AMD) wrote: > The GPIOs for devices not in _AEI/_EVT such as touchpad or touchscreen > won't have wakeup turned on until the suspend sequence starts. > > Due to code in amd_gpio_suspend_hibernate_common() masking the interrupt > can make this difficult to follow what's going on. Add an explicit > debugging message to tell when that was turned on/off. ... > + pm_pr_dbg("Setting wake for GPIO %lu to %s\n", > + d->hwirq, str_enable_disable(on)); Can you send a follow up to move from dereference to an API for hwirq? -- With Best Regards, Andy Shevchenko