[PATCH RESEND v6 0/6] provide power off support for iMX6 with external PMIC
From: shawnguo@kernel.org (Shawn Guo)
Date: 2018-04-09 11:38:06
Also in:
linux-clk, linux-devicetree, lkml
From: shawnguo@kernel.org (Shawn Guo)
Date: 2018-04-09 11:38:06
Also in:
linux-clk, linux-devicetree, lkml
On Mon, Mar 05, 2018 at 11:25:17AM +0100, Oleksij Rempel wrote:
This patch series is providing power off support for Freescale/NXP iMX6 based boards with external power management integrated circuit (PMIC). As a first step the PMIC is configured to turn off the system if the standby pin is asserted. On second step we assert the standby pin. For this reason we need to use pm_power_off_prepare. Usage of stnadby pin for power off is described in official iMX6 documentation. 2018.03.05: As this patch set touches multiple subsystems I think it would make sense for Shawn Guo to take the all patch set. The only part which didn't receive an ACK is regulator stuff. So I would hope that Mark Brown can ACK it.
Besides regulator changes, I did not see an ACK on kernel/reboot.c either. Shawn