From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leonard Crestez Subject: Re: [PATCH v3 1/2] soc: imx: gpc: Disable 6sl display power gating for ERR006287 Date: Wed, 11 Jul 2018 15:21:55 +0300 Message-ID: <1cc67fd7d1214f93f7ace6f0c2a46303f79a828e.camel@nxp.com> References: <1531311392.3163.47.camel@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1531311392.3163.47.camel@pengutronix.de> Sender: linux-kernel-owner@vger.kernel.org To: Lucas Stach , Ulf Hansson , Shawn Guo Cc: Fabio Estevam , linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-imx@nxp.com, kernel@pengutronix.de List-Id: linux-pm@vger.kernel.org On Wed, 2018-07-11 at 14:16 +0200, Lucas Stach wrote: > Am Mittwoch, den 11.07.2018, 15:11 +0300 schrieb Leonard Crestez: > > Handle this in the safest possible way by keeping the DISP domain > > always-on. > > > > Signed-off-by: Leonard Crestez > > Reviewed-by: Lucas Stach > > Can you send a follow on patch to switch the i.MX6QP errata workaround > to use GENPD_FLAG_ALWAYS_ON and remove the -EBUSY stuff in the power > down path? Sure. I was thinking of converting it to a new GENPD_FLAG which allows power_off in suspend (as suggested by Ulf) but switching to GENPD_FLAG_ALWAYS_ON in order to simplify the code could be done first. The -EBUSY stuff is not very harmful. -- Regards, Leonard