]> www.infradead.org Git - users/hch/misc.git/commit
ARM: imx: Switch to new sys-off handler API
authorAndrew Davis <afd@ti.com>
Fri, 11 Oct 2024 20:16:41 +0000 (15:16 -0500)
committerShawn Guo <shawnguo@kernel.org>
Tue, 22 Oct 2024 01:25:30 +0000 (09:25 +0800)
commit2f76989999a7434e95fabf7d9d9f9449f746c827
tree42f6317a0c0166af3064c7df8e890009e9aca3e6
parent9852d85ec9d492ebef56dc5f229416c925758edc
ARM: imx: Switch to new sys-off handler API

Kernel now supports chained power-off handlers. Use
register_platform_power_off() that registers a platform level power-off
handler. Legacy pm_power_off() will be removed once all drivers and archs
are converted to the new sys-off API.

Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/pm-imx6.c