From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 50456C4646A for ; Wed, 12 Sep 2018 01:13:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 06A1D20882 for ; Wed, 12 Sep 2018 01:13:03 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="r+l/QTAi" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 06A1D20882 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728178AbeILGO7 (ORCPT ); Wed, 12 Sep 2018 02:14:59 -0400 Received: from mail.kernel.org ([198.145.29.99]:35694 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726686AbeILGO7 (ORCPT ); Wed, 12 Sep 2018 02:14:59 -0400 Received: from dragon (unknown [104.237.86.3]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7B26020866; Wed, 12 Sep 2018 01:12:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1536714782; bh=A1XEPxdco37qEGNFBwyljb3AlACXcOWyZoyzcxyAmHc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=r+l/QTAiZuNl4sOnbQvOMP/QF2vtGFPZsOynJOa7mps0ZRAlbBVr/o12W1foKyGNk ZN2wfZZcvrsKFkTnkx6vLjmQoVzebVe5h4leFoz+rnrjSYZJrS4DV//kd1zctdgcWD NUjpSFDwXcwLr1gnbjejmTSm6iKZKX0MKXpirTXc= Date: Wed, 12 Sep 2018 09:11:19 +0800 From: Shawn Guo To: Oleksij Rempel Cc: Mark Brown , "Rafael J. Wysocki" , 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 , linux-imx@nxp.com, yibin.gong@nxp.com, "A.s. Dong" Subject: Re: [PATCH v9 6/6] ARM: dts: imx6: RIoTboard provide standby on power off option Message-ID: <20180912011118.GC28469@dragon> References: <20180802103425.3053-1-o.rempel@pengutronix.de> <20180802103425.3053-7-o.rempel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180802103425.3053-7-o.rempel@pengutronix.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 02, 2018 at 12:34:25PM +0200, Oleksij Rempel wrote: > This board, as well as some other boards with i.MX6 and a PMIC, uses a > "PMIC_STBY_REQ" line to notify the PMIC about a state change. > The PMIC is programmed for a specific state change before triggering the > line. > In this case, PMIC_STBY_REQ can be used for stand by, sleep > and power off modes. > > Signed-off-by: Oleksij Rempel Applied, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawnguo@kernel.org (Shawn Guo) Date: Wed, 12 Sep 2018 09:11:19 +0800 Subject: [PATCH v9 6/6] ARM: dts: imx6: RIoTboard provide standby on power off option In-Reply-To: <20180802103425.3053-7-o.rempel@pengutronix.de> References: <20180802103425.3053-1-o.rempel@pengutronix.de> <20180802103425.3053-7-o.rempel@pengutronix.de> Message-ID: <20180912011118.GC28469@dragon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Aug 02, 2018 at 12:34:25PM +0200, Oleksij Rempel wrote: > This board, as well as some other boards with i.MX6 and a PMIC, uses a > "PMIC_STBY_REQ" line to notify the PMIC about a state change. > The PMIC is programmed for a specific state change before triggering the > line. > In this case, PMIC_STBY_REQ can be used for stand by, sleep > and power off modes. > > Signed-off-by: Oleksij Rempel Applied, thanks.