From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH RESEND v6 0/6] provide power off support for iMX6 with external PMIC Date: Mon, 9 Apr 2018 19:37:45 +0800 Message-ID: <20180409113744.GA14582@dragon> References: <20180305102524.5905-1-o.rempel@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180305102524.5905-1-o.rempel@pengutronix.de> Sender: linux-kernel-owner@vger.kernel.org To: Oleksij Rempel Cc: Mark Brown , kernel@pengutronix.de, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Andrew Morton , Liam Girdwood , Leonard Crestez , Rob Herring , Mark Rutland , Michael Turquette , Stephen Boyd , Fabio Estevam , Russell King List-Id: devicetree@vger.kernel.org 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