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

This commit is power management porting for nds32.

Changes in V2:
	1. Fix the my complete name "Nickhu" to "Nick Hu".

	2. Fix missing space in 'arch/nds32/kernel/sleep.S'.

	3. Use normal bit operations to replace the array
'is_bit_1' in 'drivers/irqchip/irq-ativic32.c'.

Nick Hu (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           |  79 +++++++++++++++++++
 arch/nds32/kernel/sleep.S        | 129 +++++++++++++++++++++++++++++++
 drivers/irqchip/irq-ativic32.c   |  31 ++++++++
 6 files changed, 261 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] 3+ messages in thread

end of thread, other threads:[~2018-10-25 10:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-24 10:14 [PATCH v2 0/1] nds32: Power management Nick Hu
2018-10-24 10:14 ` [PATCH v2 1/1] nds32: Power management for nds32 Nick Hu
2018-10-25 10:14   ` Greentime Hu

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