Re: [PATCH v2 40/47] mips: Register with kernel poweroff handler

2014-10-22 Thread Guenter Roeck
On Wed, Oct 22, 2014 at 05:32:07PM +0200, Ralf Baechle wrote: > Acked-by: Ralf Baechle Thanks! Guenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.ht

Re: [PATCH v2 40/47] mips: Register with kernel poweroff handler

2014-10-22 Thread Ralf Baechle
Acked-by: Ralf Baechle -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH v2 40/47] mips: Register with kernel poweroff handler

2014-10-20 Thread Guenter Roeck
Register with kernel poweroff handler instead of setting pm_power_off directly. If there is an indication that there can be more than one poweroff handler, use register_power_off_handler, otherwise use register_power_off_handler_simple to register the poweroff handler. If the poweroff handler onl