linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add LPS0 check() for pinctrl-amd
@ 2025-02-19 14:53 Mario Limonciello
  2025-02-19 14:53 ` [PATCH v2 2/2] pinctrl: amd: Add an LPS0 check() callback Mario Limonciello
  0 siblings, 1 reply; 4+ messages in thread
From: Mario Limonciello @ 2025-02-19 14:53 UTC (permalink / raw)
  To: mario.limonciello, Basavaraj.Natikar, linus.walleij, rafael,
	Shyam-sundar.S-k
  Cc: linux-acpi, linux-gpio

From: Mario Limonciello <mario.limonciello@amd.com>

During suspend the pinctrl_amd driver disables the interrupts for
any GPIOs that are not marked as wake sources.

This however does not prevent them from changing the wake status
bit during suspend, it just stops the system from waking.

If the system wakes from hardware sleep for another reason (such
as plugging in the AC adapter) this wake bits might be active.

This could potentially cause problems with going back to hardware
sleep.  Add an extra debugging message when PM debugging is enabled
to help identify if this is happening.

Mario Limonciello (2):
  ACPI: Add missing prototype for non CONFIG_SUSPEND/CONFIG_X86 case
  pinctrl: amd: Add an LPS0 check() callback

 drivers/pinctrl/pinctrl-amd.c | 28 ++++++++++++++++++++++++++++
 include/linux/acpi.h          |  7 +++++++
 2 files changed, 35 insertions(+)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-02-27 20:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-19 14:53 [PATCH v2 0/2] Add LPS0 check() for pinctrl-amd Mario Limonciello
2025-02-19 14:53 ` [PATCH v2 2/2] pinctrl: amd: Add an LPS0 check() callback Mario Limonciello
2025-02-27 20:34   ` Linus Walleij
2025-02-27 20:37     ` Mario Limonciello

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).