linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] nds32: Power management
@ 2018-10-24  3:40 Nickhu
  2018-10-24  3:40 ` [PATCH 1/1] nds32: Power management for nds32 Nickhu
  0 siblings, 1 reply; 5+ messages in thread
From: Nickhu @ 2018-10-24  3:40 UTC (permalink / raw)
  To: greentime, linux-kernel, arnd, deanbo422, rjw, pavel, tglx,
	jason, marc.zyngier, zong, linux-pm, alankao
  Cc: Nickhu, green.hu

This commit is power management porting for nds32.

Nickhu (1):
  nds32: Power management for nds32

 arch/nds32/Kconfig               |  10 +++
 arch/nds32/include/asm/suspend.h |  11 +++
 arch/nds32/kernel/Makefile       |   2 +-
 arch/nds32/kernel/pm.c           |  91 ++++++++++++++++++++++
 arch/nds32/kernel/sleep.S        | 129 +++++++++++++++++++++++++++++++
 drivers/irqchip/irq-ativic32.c   |  29 +++++++
 6 files changed, 271 insertions(+), 1 deletion(-)
 create mode 100644 arch/nds32/include/asm/suspend.h
 create mode 100644 arch/nds32/kernel/pm.c
 create mode 100644 arch/nds32/kernel/sleep.S

-- 
2.17.0


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

end of thread, other threads:[~2018-10-24  9:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-24  3:40 [PATCH 0/1] nds32: Power management Nickhu
2018-10-24  3:40 ` [PATCH 1/1] nds32: Power management for nds32 Nickhu
2018-10-24  6:51   ` Pavel Machek
2018-10-24  9:38     ` Nick Hu
2018-10-24  9:46       ` Pavel Machek

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