Re: [PATCH v5 20/48] mfd: rn5t618: Register power-off handler with kernel power-off handler

From: Guenter Roeck
Date: Fri Nov 07 2014 - 23:19:23 EST


On 11/07/2014 01:00 PM, Beniamino Galvani wrote:
On Thu, Nov 06, 2014 at 08:43:04AM -0800, Guenter Roeck wrote:
Register with kernel power-off handler instead of setting pm_power_off
directly. Register with low priority to reflect that the original code
only sets pm_power_off if it was not already set.

Cc: Beniamino Galvani <b.galvani@xxxxxxxxx>
Acked-by: Lee Jones <lee.jones@xxxxxxxxxx>
Signed-off-by: Guenter Roeck <linux@xxxxxxxxxxxx>
---
v5:
- Rebase to v3.18-rc3
v4:
- Do not use notifiers but internal functions and data structures to manage
the list of power-off handlers. Drop unused parameters from callbacks, and
make the power-off function type void
v3:
- Replace poweroff in all newly introduced variables and in text
with power_off or power-off as appropriate
- Replace POWEROFF_PRIORITY_xxx with POWER_OFF_PRIORITY_xxx
v2:
- New patch

drivers/mfd/rn5t618.c | 28 ++++++++++++----------------
include/linux/mfd/rn5t618.h | 2 ++
2 files changed, 14 insertions(+), 16 deletions(-)

Tested-by: Beniamino Galvani <b.galvani@xxxxxxxxx>

Thanks!

Guenter

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/