All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] MIPS Malta halt & power off
@ 2014-05-07 11:20 ` Paul Burton
  0 siblings, 0 replies; 13+ messages in thread
From: Paul Burton @ 2014-05-07 11:20 UTC (permalink / raw)
  To: linux-mips; +Cc: Paul Burton

This series improves the behaviour of the MIPS Malta board in response
to a halt or power off command. The previous behaviour was that both of
these would trigger a reset of the board. The new behaviour with this
series applied is that halt will execute an infinite loop and power off
will power off the board via the PIIX4.

Paul Burton (5):
  MIPS: define some more PIIX4 registers & values
  MIPS: Malta: add suspend state entry code
  MIPS: Malta: let PIIX4 respond to PCI special cycles
  MIPS: Malta: hang on halt
  MIPS: Malta: support powering down

 arch/mips/Kconfig                           |  6 ++
 arch/mips/include/asm/mach-malta/malta-pm.h | 37 +++++++++++
 arch/mips/include/asm/mips-boards/piix4.h   | 12 ++++
 arch/mips/mti-malta/Makefile                |  2 +
 arch/mips/mti-malta/malta-pm.c              | 96 +++++++++++++++++++++++++++++
 arch/mips/mti-malta/malta-reset.c           | 15 +++--
 arch/mips/pci/fixup-malta.c                 |  6 ++
 7 files changed, 170 insertions(+), 4 deletions(-)
 create mode 100644 arch/mips/include/asm/mach-malta/malta-pm.h
 create mode 100644 arch/mips/mti-malta/malta-pm.c

-- 
1.8.5.3

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

end of thread, other threads:[~2014-05-30 16:50 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-07 11:20 [PATCH 0/5] MIPS Malta halt & power off Paul Burton
2014-05-07 11:20 ` Paul Burton
2014-05-07 11:20 ` [PATCH 1/5] MIPS: define some more PIIX4 registers & values Paul Burton
2014-05-07 11:20   ` Paul Burton
2014-05-07 11:20 ` [PATCH 2/5] MIPS: Malta: add suspend state entry code Paul Burton
2014-05-07 11:20   ` Paul Burton
2014-05-07 11:20 ` [PATCH 3/5] MIPS: Malta: let PIIX4 respond to PCI special cycles Paul Burton
2014-05-07 11:20   ` Paul Burton
2014-05-07 11:20 ` [PATCH 4/5] MIPS: Malta: hang on halt Paul Burton
2014-05-07 11:20   ` Paul Burton
2014-05-30 16:50   ` Ralf Baechle
2014-05-07 11:22 ` [PATCH v2 5/5] MIPS: Malta: support powering down Paul Burton
2014-05-07 11:22   ` Paul Burton

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.