mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
The power-off call is done in a context that must be able to sleep, so use gpiod_set_value_cansleep instead of the atomic gpiod_set_value call. This fixes a kernel warning at shutdown when the gpio is controlled through an IO expander for example. Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> |
||
|---|---|---|
| .. | ||
| arm-versatile-reboot.c | ||
| as3722-poweroff.c | ||
| at91-poweroff.c | ||
| at91-reset.c | ||
| at91-sama5d2_shdwc.c | ||
| axxia-reset.c | ||
| brcm-kona-reset.c | ||
| brcmstb-reboot.c | ||
| gemini-poweroff.c | ||
| gpio-poweroff.c | ||
| gpio-restart.c | ||
| hisi-reboot.c | ||
| Kconfig | ||
| keystone-reset.c | ||
| ltc2952-poweroff.c | ||
| Makefile | ||
| msm-poweroff.c | ||
| ocelot-reset.c | ||
| piix4-poweroff.c | ||
| qnap-poweroff.c | ||
| reboot-mode.c | ||
| restart-poweroff.c | ||
| rmobile-reset.c | ||
| sc27xx-poweroff.c | ||
| st-poweroff.c | ||
| syscon-poweroff.c | ||
| syscon-reboot-mode.c | ||
| syscon-reboot.c | ||
| vexpress-poweroff.c | ||
| xgene-reboot.c | ||
| zx-reboot.c | ||