On Fri, Aug 1, 2025 at 11:31 PM Bjorn Helgaas <helgaas@xxxxxxxxxx> wrote: > > On Fri, Aug 01, 2025 at 04:29:43PM +0530, Krishna Chaitanya Chundru wrote: > > Some devices require more flexibility when configuring their dedicated > > wake-up interrupts, such as support for IRQF_SHARED or other IRQ flags. > > I guess the "dedicated" in dev_pm_set_dedicated_wake_irq() means "an > interrupt that only signals wakeup requests, possibly used by several > devices," not "an interrupt only used by this device"? Yes, it is supposed to mean "dedicated for signaling wakeup".