Received: by 2002:ac0:a594:0:0:0:0:0 with SMTP id m20-v6csp2882606imm; Wed, 16 May 2018 22:53:22 -0700 (PDT) X-Google-Smtp-Source: AB8JxZqaUd+x+IRFAd2droxNXDzGq9mmCh6KOmxEFTPCbSNzKbuDr4CzwClO1A/m0uHPEojP6aNJ X-Received: by 2002:a63:6584:: with SMTP id z126-v6mr3090710pgb.168.1526536402362; Wed, 16 May 2018 22:53:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1526536402; cv=none; d=google.com; s=arc-20160816; b=JalSrK8Webrd4HEoYPsoGsXAsCZTV+3b8rpNlqyNql1wdeyZpzsstPEcch/+2EXzqP Y7YBlztlqTWhTWV/gs22huSuT3DCfq7IQqMZDXKhA0L7TULDGhZVfJaRQNh+FduY6vJl iAYx3qK52WY0gx9s5N5602fHdAGX07bTkhutxtAzL7WQjME/L0qjlY3Tb7hEXzKHj1yI zlXFti57s4UyH3sedXGRR4pGTbFX4wD3RvXp2NQOyf0m69MdRX7+XjrnpEhqXXBo8FhC aixz1OfEK9bFatjgbrlV3O0kDIkTiML5vMPxLWKQu1pN8UKRIKNI2XUdsn4sRPqkV2Ph Z7uw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=CZb9hhKu3EFjDblVxknSlhBf7OlXaBFcEJYiHVpeDdc=; b=o61BlWxFe1Q+kHIJCkeq6k7LmRvQD8v/s6ZYNmrzgMl8RAOyHewQooKmZeh52BsA7M hqCnplugKwifQwK44y3u0vun4ckQEUgBDX92+Q6xy/16QsM9nQF23nwKAQeJQNx9/vpw /18aMjc/ip3DGiznHY5NYJMRRprqdZXEl+7LFhuxUYq5Hjn6hhG8DCM6WnW2i6/Zx5C+ JRkUH66MIXyziN76fCMdGedwnF8fQ4hOCCdqM5qa0ajtOmb5ls6X5veqxsevJ6vQJ9/E zLARlm4Byi0Xu1I7McICUOIGgmoiYY3fUke8FjyB84iR2ZRBXAeM1cReovqWcOAg5HQj t3MQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f3-v6si4511274plf.436.2018.05.16.22.53.08; Wed, 16 May 2018 22:53:22 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752163AbeEQFvu (ORCPT + 99 others); Thu, 17 May 2018 01:51:50 -0400 Received: from metis.ext.pengutronix.de ([85.220.165.71]:52137 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751319AbeEQFum (ORCPT ); Thu, 17 May 2018 01:50:42 -0400 Received: from dude.hi.pengutronix.de ([2001:67c:670:100:1d::7]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1fJBoA-00008r-3n; Thu, 17 May 2018 07:50:34 +0200 Received: from ore by dude.hi.pengutronix.de with local (Exim 4.91) (envelope-from ) id 1fJBny-0001la-Od; Thu, 17 May 2018 07:50:22 +0200 From: Oleksij Rempel To: Shawn Guo , Mark Brown , "Rafael J. Wysocki" Cc: Oleksij Rempel , 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 Subject: [PATCH v7 0/6] provide power off support for iMX6 with external PMIC Date: Thu, 17 May 2018 07:50:08 +0200 Message-Id: <20180517055014.6607-1-o.rempel@pengutronix.de> X-Mailer: git-send-email 2.17.0 X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::7 X-SA-Exim-Mail-From: ore@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2018.05.17: update patches to version v7 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. Kind regards, Oleksij Rempel 2017.12.06: Adding Linus. Probably there is no maintainer for this patch set. No changes are made, tested on v4.15-rc1. 2017.10.27: Last version of this patch set was send at 20 Jun 2017, this is a rebase against kernel v4.14-rc6. Probably this set got lost. If I forgot to address some comments, please point me. changes: v7: - use EXPORT_SYMBOL_GPL(pm_power_off_prepare) instead of EXPORT_SYMBOL - call imx6q_suspend_finish() directly without cpu_suspend() v6: - rename imx6_pm_poweroff to imx6_pm_stby_poweroff - fix "MPIC_STBY_REQ" typo in the comment. v5: - remove useless includes from pm-imx6.c patch - add Acked-by to "regulator: pfuze100: add fsl,pmic-stby-poweroff property" patch v4: - update comment in "regulator: pfuze100: add fsl,pmic-stby-poweroff ..." patch - add Acked-by to "ARM: imx6q: provide documentation for new ..." patch v3: - set pm_power_off_prepare = NULL on .remove. - documentation and spelling fixes. - use %pf instead of lookup_symbol_name. Oleksij Rempel (6): ARM: imx6q: provide documentation for new fsl,pmic-stby-poweroff property ARM: imx6: register pm_power_off handler if "fsl,pmic-stby-poweroff" is set kernel/reboot.c: export pm_power_off_prepare regulator: pfuze100: add fsl,pmic-stby-poweroff property regulator: pfuze100-regulator: provide pm_power_off_prepare handler ARM: dts: imx6: RIoTboard provide standby on power off option .../devicetree/bindings/clock/imx6q-clock.txt | 8 ++ .../bindings/regulator/pfuze100.txt | 7 ++ arch/arm/boot/dts/imx6dl-riotboard.dts | 5 + arch/arm/mach-imx/pm-imx6.c | 25 +++++ drivers/regulator/pfuze100-regulator.c | 92 +++++++++++++++++++ kernel/reboot.c | 1 + 6 files changed, 138 insertions(+) -- 2.17.0