Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1320643

[PATCH 0/2] reboot: Introduce emergency_poweroff function

From Keerthy <j-keerthy@ti.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] reboot: Introduce emergency_poweroff function
Date 2016-01-28 14:10 +0100
Message-ID <qVUuJ-3R3-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


The series introduces a new function emergency_poweroff which shuts
down the system after a configurable period of time. emergency_poweroff
is appropriate in case of thermal shutdown scenario.

Tested on DRA7-EVM.

Keerthy (2):
  reboot: Introduce emergency poweroff function
  thermal: Use emergency_poweroff instead of orderly_poweroff for
    shutdown scenario

 arch/Kconfig                   |  9 +++++++++
 drivers/thermal/thermal_core.c |  2 +-
 include/linux/reboot.h         |  1 +
 kernel/reboot.c                | 31 +++++++++++++++++++++++++++++++
 4 files changed, 42 insertions(+), 1 deletion(-)

-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] reboot: Introduce emergency_poweroff function Keerthy <j-keerthy@ti.com> - 2016-01-28 14:10 +0100
  [PATCH 1/2] reboot: Introduce emergency poweroff function Keerthy <j-keerthy@ti.com> - 2016-01-28 14:10 +0100
  [PATCH 2/2] thermal: Use emergency_poweroff instead of orderly_poweroff for shutdown scenario Keerthy <j-keerthy@ti.com> - 2016-01-28 14:10 +0100
  Re: [PATCH 0/2] reboot: Introduce emergency_poweroff function One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk> - 2016-01-28 14:30 +0100
    Re: [PATCH 0/2] reboot: Introduce emergency_poweroff function Keerthy <a0393675@ti.com> - 2016-01-29 02:50 +0100

csiph-web