Re: [PATCH] gpio: pcf857x: restore the initial line state of all pcf lines

From: Linus Walleij
Date: Wed Mar 18 2015 - 08:21:44 EST


On Mon, Mar 16, 2015 at 9:46 AM, Kishon Vijay Abraham I <kishon@xxxxxx> wrote:
> On Wednesday 14 January 2015 05:28 PM, Linus Walleij wrote:

>> #include <linux/reboot.h>
>>
>> static int foo_reboot_handler(struct notifier_block *this,
>> unsigned long code,
>> void *unused)
>> {
>> pr_crit("do some last minute stuff\n");
>> return NOTIFY_OK;
>> }
>>
>> static struct notifier_block foo_reboot_notifier = {
>> .notifier_call = foo_reboot_handler,
>> };
>>
>> register_reboot_notifier(&foo_reboot_notifier);
>
>
> Added debug prints and found the reboot notifier gets invoked before the
> shutdown handler which means some stuff can be done after this reboot
> notifier:-(

Specify exactly what stuff may happen after the reboot notifier.

Of course stuff happens both before and after the reboot
notifier, the question is exactly what, that may conflict with this.

Yours,
Linus Walleij
--
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/