Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp7886041pxb; Fri, 19 Feb 2021 01:42:26 -0800 (PST) X-Google-Smtp-Source: ABdhPJyt2ZaZRTR6txxV7jHB3BCn9CRFw76RmQj5zsSoHatKtAxBrnuvjqY+KYXuOCXITWFL+U4+ X-Received: by 2002:a05:6402:555:: with SMTP id i21mr8584791edx.356.1613727746178; Fri, 19 Feb 2021 01:42:26 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1613727746; cv=none; d=google.com; s=arc-20160816; b=E774yp53LelPmKAnsroxeQNygCPv+tHcJ08j5j7wbmrjGzViClHKKmswcle5df1QLI 9UDcBc+EXMTRGozWCVnCe23Z7VRi5RaSyfkPic81Om1mCqWHSMP1pihFSQ2DPROXWpbu 81j0uMiSiuNVlT1U0KQfVtKitzD51Uxn8003L8bDrhHqum9b9qEM32uyu4Lu1AyhNQ7N /xokeWRDyQUMsOtNeYNzV9y3/8gQshsnKx68p+jOABQ3794fppS0H9ifjkpHmjDKApo/ EwjULCR40xK4ep+J4qWivLs6xt+eCMg+27mSxjCgoUMvyuh9pfWRRVd/3SB6dSuMZXjV W6NQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:to :from:date; bh=c8l+pAfuNIdATHkEwZJJxqP2WXqXWOmAvTw2Ige24OU=; b=wi+mj7js8GridKCrPrgBYMdhDmw8NyXzWxTeQUdKyRqZLr5kNHsSk9lPEsVzjpARJi 8LI2oIc8Vj0VQ/DliS7vxhT8nd2Md79YmQDnXGKOZRWBV9+F6V/EYpko2/1Yy6XSQHmn Mlo96FLYoS5MpmJWJFLhci/scMyJjShttNldzWK2+9DO0IxL1I89Eagl5MLbeupn+LRT OuRXmBFm9bnwJpNBfpjB0dZW4nHA6Jt/KC4F8jv+8MRcD80nhREPTRnWGB6Avh4gax85 ziFPGotdpN0xi/loGmDwCwtrjf9FkKiDwpYD47qyoHvTl/wd5topdga17u14KHJ0mi7s N3gA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s14si5712033edr.75.2021.02.19.01.42.02; Fri, 19 Feb 2021 01:42:26 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229799AbhBSJjm (ORCPT + 99 others); Fri, 19 Feb 2021 04:39:42 -0500 Received: from honk.sigxcpu.org ([24.134.29.49]:49240 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229636AbhBSJjk (ORCPT ); Fri, 19 Feb 2021 04:39:40 -0500 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id D5EB0FB04; Fri, 19 Feb 2021 10:38:55 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at honk.sigxcpu.org Received: from honk.sigxcpu.org ([127.0.0.1]) by localhost (honk.sigxcpu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iW_gueEqE_pP; Fri, 19 Feb 2021 10:38:54 +0100 (CET) Date: Fri, 19 Feb 2021 10:38:53 +0100 From: Guido =?iso-8859-1?Q?G=FCnther?= To: Kishon Vijay Abraham I , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Robert Chiras , Sam Ravnborg , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v3 0/1] phy: fsl-imx8-mipi-dphy: Hook into runtime pm Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Wed, Dec 16, 2020 at 07:22:32PM +0100, Guido G?nther wrote: > This allows us to shut down the mipi power domain on the imx8. The alternative > would be to drop the dphy from the mipi power domain in the SOCs device tree > and only have the DSI host controller visible there but since the PD is mostly > about the PHY that would defeat it's purpose. Is there anything I can do to move that forward. I assume this needs to go via the phy/ subsystem not drm? Cheers, -- Guido > > This is basically a resend from February 2020 which went without feedback. > > This allows to shut off the power domain hen blanking the LCD panel: > > pm_genpd_summary before: > > domain status slaves > /device runtime status > ---------------------------------------------------------------------- > mipi on > /devices/platform/soc@0/soc@0:bus@30800000/30a00300.dphy unsupported > /devices/platform/soc@0/soc@0:bus@30800000/30a00000.mipi_dsi suspended > > after: > > mipi off-0 > /devices/platform/soc@0/soc@0:bus@30800000/30a00300.dphy suspended > /devices/platform/soc@0/soc@0:bus@30800000/30a00000.mipi_dsi suspended > > Changes from v1: > - Tweak commit message slightly > > Changes from v2: > - As pre review comment by Lucas Stach > https://lore.kernel.org/linux-arm-kernel/ee22b072e0abe07559a3e6a63ccf6ece064a46cb.camel@pengutronix.de/ > Check for pm_runtime_get_sync failure > > Guido G?nther (1): > phy: fsl-imx8-mipi-dphy: Hook into runtime pm > > .../phy/freescale/phy-fsl-imx8-mipi-dphy.c | 25 ++++++++++++++++++- > 1 file changed, 24 insertions(+), 1 deletion(-) > > -- > 2.29.2 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel