All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] reboot: Introduce emergency_poweroff function
@ 2016-01-28 13:06 ` Keerthy
  0 siblings, 0 replies; 10+ messages in thread
From: Keerthy @ 2016-01-28 13:06 UTC (permalink / raw)
  To: linux-kernel, oleg, toshi.kani, linux-omap, linux-pm,
	linux-patch-review
  Cc: j-keerthy, nm, grygorii.strashko, mingo, josh, rui.zhang,
	edubezval

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

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

end of thread, other threads:[~2016-01-29  1:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-28 13:06 [PATCH 0/2] reboot: Introduce emergency_poweroff function Keerthy
2016-01-28 13:06 ` Keerthy
2016-01-28 13:06 ` [PATCH 1/2] reboot: Introduce emergency poweroff function Keerthy
2016-01-28 13:06   ` Keerthy
2016-01-28 13:06 ` [PATCH 2/2] thermal: Use emergency_poweroff instead of orderly_poweroff for shutdown scenario Keerthy
2016-01-28 13:06   ` Keerthy
2016-01-28 13:24 ` [PATCH 0/2] reboot: Introduce emergency_poweroff function One Thousand Gnomes
2016-01-28 13:24   ` One Thousand Gnomes
2016-01-29  1:45   ` Keerthy
2016-01-29  1:45     ` Keerthy

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.