All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] AT91 Low Power Mode adjustments
@ 2025-09-16 19:50 Ryan.Wanner
  2025-09-16 19:50 ` [PATCH v2 1/3] dt-bindings: power: reset: atmel,sama5d2-shdwc: add lpm binding Ryan.Wanner
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ryan.Wanner @ 2025-09-16 19:50 UTC (permalink / raw)
  To: claudiu.beznea, sre, robh, krzk+dt, conor+dt, nicolas.ferre,
	alexandre.belloni, linux
  Cc: linux-pm, devicetree, linux-arm-kernel, linux-kernel, Ryan Wanner

From: Ryan Wanner <Ryan.Wanner@microchip.com>

This patch set adds the Low Power Mode pin feature to the SAMA7 SoCs.

Changes v1 -> v2:
- The 2.5v regulator has been removed as it has been applied.
- Adjust the dt-binding to allow more than 1 phandle.
- Adjust the commit message to explain better what the Low power mode
  pin does.
- Simplify the how the lpm pin property is parsed from the DT.

Claudiu Beznea (2):
  ARM: at91: PM: implement selection of LPM
  ARM: dts: at91: sama7g5ek: add microchip,lpm-connection on shdwc node

Varshini Rajendran (1):
  dt-bindings: power: reset: atmel,sama5d2-shdwc: add lpm binding

 .../power/reset/atmel,sama5d2-shdwc.yaml      | 19 ++++
 .../arm/boot/dts/microchip/at91-sama7g5ek.dts |  1 +
 arch/arm/mach-at91/pm.c                       | 96 ++++++++++++++++++-
 arch/arm/mach-at91/pm.h                       |  1 +
 arch/arm/mach-at91/pm_data-offsets.c          |  1 +
 arch/arm/mach-at91/pm_suspend.S               | 48 +++++++++-
 6 files changed, 158 insertions(+), 8 deletions(-)

-- 
2.43.0



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

end of thread, other threads:[~2025-09-18 15:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-16 19:50 [PATCH v2 0/3] AT91 Low Power Mode adjustments Ryan.Wanner
2025-09-16 19:50 ` [PATCH v2 1/3] dt-bindings: power: reset: atmel,sama5d2-shdwc: add lpm binding Ryan.Wanner
2025-09-17 19:38   ` Conor Dooley
2025-09-18 15:44     ` Ryan Wanner
2025-09-16 19:50 ` [PATCH v2 2/3] ARM: at91: PM: implement selection of LPM Ryan.Wanner
2025-09-17 16:51   ` Claudiu Beznea
2025-09-16 19:50 ` [PATCH v2 3/3] ARM: dts: at91: sama7g5ek: add microchip,lpm-connection on shdwc node Ryan.Wanner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.