Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp739193imu; Wed, 9 Jan 2019 05:41:15 -0800 (PST) X-Google-Smtp-Source: ALg8bN5bWjGKpJNeqAzH3hZljkJK+yhcOhvtMHlhHCyaDvV4G61vxxU38rwqfT9e92latL5kIN8N X-Received: by 2002:a63:cc4e:: with SMTP id q14mr5345603pgi.291.1547041275264; Wed, 09 Jan 2019 05:41:15 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547041275; cv=none; d=google.com; s=arc-20160816; b=lpWVloHALj7kKQxVglFYPFSXz0i7Carlz2t7upLbjQix9pd+1Mmbz1oFX2Fh3f+IV4 eTzESJdpDWyWj8uPCtWzFUxSiCI+122DNGM0FlsleaW5jw/aJpd/HJzDTncPFvai0PDd Me1TTCj5DZSTB5EdomxMcDa5eJr7NecQ3ue+xmNNEcX/1CR2H96HTyi6i77nFbI/PpMB c7IP13DKTiySiE93llPe3CSYoCrKnuOJ2mdxIXKMTOSyMDhgc7eOx0PFfku0upTQCDmD gBamY9a6iBuEp+EcVI1d2fQoSk9TLyentDxHXsHO3+qOfxbb6orhOpxMPA7zLbgPwhx5 ThfQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=k1sLKeWfHsMgj/ibze61UZtZSb5tJ3oIcEBPJkt9Ftw=; b=h5rCN+fjjAEr/KfPGVV3zahyxlmUe5XBv2rWaw2/f382NC64Xcq1IbLbBVTv9XB/Cm g+Zi9Uzpemb48ntQzYB4RlFMZnjpqppGkHl8qmbSMsdmm8PV2XclBBqWiiywjs2LVBnH gXfaKEdDRfg6mbbKMcUlYAxBu5t14FdquSVQ1L+/5/Qoj9CVY2YoF4H7ctqjMasIP10a ojfgUlQQhoFsILhM4oGHB345QOtKDdrl1C0O/XxWzSx61MVfWxhGpKQGDgCq/7QmXrpo x/fRcpvTxuhOvuFXhegvTd/Hf18yE64DJFq1lSs970D6gOHTtp21z+ldA2diz2lxxHaV Y6sw== 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 j3si10889444plk.199.2019.01.09.05.40.58; Wed, 09 Jan 2019 05:41:15 -0800 (PST) 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 S1730610AbfAINHQ (ORCPT + 99 others); Wed, 9 Jan 2019 08:07:16 -0500 Received: from gloria.sntech.de ([185.11.138.130]:45878 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729603AbfAINHP (ORCPT ); Wed, 9 Jan 2019 08:07:15 -0500 Received: from ip5f5a6320.dynamic.kabel-deutschland.de ([95.90.99.32] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1ghDZd-0005RL-WE; Wed, 09 Jan 2019 14:07:10 +0100 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Stefan Mavrodiev Cc: linux-rockchip@lists.infradead.org, Lee Jones , open list Subject: Re: [PATCH 1/1] mfd: rk808: Prepare rk805 for poweroff Date: Wed, 09 Jan 2019 14:07:09 +0100 Message-ID: <1917869.4NZ4yPfKWV@diego> In-Reply-To: <1538465910-27233-1-git-send-email-stefan@olimex.com> References: <1538465910-27233-1-git-send-email-stefan@olimex.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Stefan, Lee, Am Dienstag, 2. Oktober 2018, 09:38:29 CET schrieb Stefan Mavrodiev: > RK805 has SLEEP signal, which can put the device into SLEEP or OFF > mode. The default is SLEEP mode. > > However, when the kernel performs power-off (actually the ATF) the > device will not go fully off and this will result in higher power > consumption and inability to wake the device with RTC alarm. > > The solution is to enable pm_power_off_prepare function, which will > configure SLEEP pin for OFF function. > > Signed-off-by: Stefan Mavrodiev just found this while cleaning my inbox and this change looks significant and it seems hasn't been applied yet. I guess this is still relevant, right? Heiko > --- > drivers/mfd/rk808.c | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+) > > diff --git a/drivers/mfd/rk808.c b/drivers/mfd/rk808.c > index 216fbf6..50f3f78 100644 > --- a/drivers/mfd/rk808.c > +++ b/drivers/mfd/rk808.c > @@ -387,6 +387,25 @@ static void rk805_device_shutdown(void) > dev_err(&rk808_i2c_client->dev, "power off error!\n"); > } > > +static void rk805_device_shutdown_prepare(void) > +{ > + int ret; > + struct rk808 *rk808 = i2c_get_clientdata(rk808_i2c_client); > + > + if (!rk808) { > + dev_warn(&rk808_i2c_client->dev, > + "have no rk805, so do nothing here\n"); > + > + return; > + } > + > + ret = regmap_update_bits(rk808->regmap, > + RK805_GPIO_IO_POL_REG, > + SLP_SD_MSK, SHUTDOWN_FUN); > + if (ret) > + dev_err(&rk808_i2c_client->dev, "power off error!\n"); > +} > + > static void rk808_device_shutdown(void) > { > int ret; > @@ -549,6 +568,10 @@ static int rk808_probe(struct i2c_client *client, > if (pm_off && !pm_power_off) { > rk808_i2c_client = client; > pm_power_off = pm_pwroff_fn; > + } else if (pm_off && !pm_power_off_prepare && > + rk808->variant == RK805_ID) { > + rk808_i2c_client = client; > + pm_power_off_prepare = rk805_device_shutdown_prepare; > } > > return 0; > @@ -564,6 +587,7 @@ static int rk808_remove(struct i2c_client *client) > > regmap_del_irq_chip(client->irq, rk808->irq_data); > pm_power_off = NULL; > + pm_power_off_prepare = NULL; > > return 0; > }