devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/3] soc: loongson2_pm: add power management support
@ 2023-05-17  7:31 Yinbo Zhu
  2023-05-17  7:31 ` [PATCH v1 1/3] loongarch: export loongarch pm interface Yinbo Zhu
  2023-05-17  7:31 ` [PATCH v1 2/3] dt-bindings: soc: add loongson-2 pm Yinbo Zhu
  0 siblings, 2 replies; 9+ messages in thread
From: Yinbo Zhu @ 2023-05-17  7:31 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Huacai Chen,
	WANG Xuerui, Rafael J . Wysocki, Pavel Machek, Tiezhu Yang,
	Marc Zyngier, Youling Tang, Baoqi Zhang, Arnd Bergmann, Yun Liu,
	linux-pm, devicetree, linux-kernel, loongarch
  Cc: Jianmin Lv, wanghongliang, Liu Peibao, loongson-kernel, Yinbo Zhu

Loongson-2 platform support Power Management Controller (ACPI) and this
series patch was to add PM driver that base on dts and PM binding support.

Yinbo Zhu (3):
  loongarch: export loongarch pm interface
  dt-bindings: soc: add loongson-2 pm
  soc: loongson2_pm: add power management support

 .../soc/loongson/loongson,ls2k-pmc.yaml       |  47 ++++
 MAINTAINERS                                   |   7 +
 arch/loongarch/include/asm/acpi.h             |   5 +-
 arch/loongarch/include/asm/suspend.h          |  10 +
 arch/loongarch/power/suspend.c                |  10 +-
 arch/loongarch/power/suspend_asm.S            |   8 +-
 drivers/soc/loongson/Kconfig                  |  10 +
 drivers/soc/loongson/Makefile                 |   1 +
 drivers/soc/loongson/loongson2_pm.c           | 237 ++++++++++++++++++
 9 files changed, 323 insertions(+), 12 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2023-05-19  6:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-17  7:31 [PATCH v1 0/3] soc: loongson2_pm: add power management support Yinbo Zhu
2023-05-17  7:31 ` [PATCH v1 1/3] loongarch: export loongarch pm interface Yinbo Zhu
2023-05-17  7:31 ` [PATCH v1 2/3] dt-bindings: soc: add loongson-2 pm Yinbo Zhu
2023-05-17 15:00   ` Krzysztof Kozlowski
2023-05-18  3:23     ` zhuyinbo
2023-05-18  7:15       ` Krzysztof Kozlowski
2023-05-18 12:15         ` zhuyinbo
2023-05-18 14:15           ` Krzysztof Kozlowski
2023-05-19  6:52             ` zhuyinbo

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).