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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4811DC433F5 for ; Wed, 6 Apr 2022 12:06:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229679AbiDFMIC (ORCPT ); Wed, 6 Apr 2022 08:08:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33802 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232868AbiDFMHr (ORCPT ); Wed, 6 Apr 2022 08:07:47 -0400 Received: from metis.ext.pengutronix.de (metis.ext.pengutronix.de [IPv6:2001:67c:670:201:290:27ff:fe1d:cc33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 921B321404C for ; Wed, 6 Apr 2022 00:47:40 -0700 (PDT) Received: from gallifrey.ext.pengutronix.de ([2001:67c:670:201:5054:ff:fe8d:eefb] helo=[IPv6:::1]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nc0O2-0008W4-Qy; Wed, 06 Apr 2022 09:47:30 +0200 Message-ID: Subject: Re: [PATCH v4 0/5] i.MX8MP GPC From: Lucas Stach To: Peng Fan , Shawn Guo , Laurent Pinchart Cc: Pengutronix Kernel Team , dl-linux-imx , Rob Herring , Marek Vasut , Alexander Stein , Fabio Estevam , "linux-arm-kernel@lists.infradead.org" , "devicetree@vger.kernel.org" , "patchwork-lst@pengutronix.de" Date: Wed, 06 Apr 2022 09:47:28 +0200 In-Reply-To: References: <20220330104620.3600159-1-l.stach@pengutronix.de> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.40.4 (3.40.4-1.fc34) MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 2001:67c:670:201:5054:ff:fe8d:eefb X-SA-Exim-Mail-From: l.stach@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: devicetree@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Peng, Am Mittwoch, dem 06.04.2022 um 07:10 +0000 schrieb Peng Fan: > > Subject: RE: [PATCH v4 0/5] i.MX8MP GPC > > > > > Subject: [PATCH v4 0/5] i.MX8MP GPC > > > > > > Hi Shawn, > > > > > > This is mostly a resend with all the reviews, acks and testing tags > > > applied. I dropped the HSIO blk-ctrl part from this series, as I > > > noticed that this needs some rework to better fit the upcoming HDMI > > > blk-ctrl. The GPC part is still complete, so the MEDIA blk-ctrl series > > > from Laurent can be applied on top of this v4. > > > > > > Regards, > > > Lucas > > > > Tested-by: Peng Fan > > > > > > > > Lucas Stach (5): > > >   soc: imx: gpcv2: add PGC control register indirection > > >   dt-bindings: power: add defines for i.MX8MP power domain > > >   soc: imx: gpcv2: add support for i.MX8MP power domains > > >   arm64: dts: imx8mp: add GPC node with GPU power domains > > >   arm64: dts: imx8mp: add GPU nodes > > Patch 2 is already in tree, but others still not. > > BTW: Do you have plan to resend the HSIO BLK CTRL from your V3 patchset? > Yes, I finally worked through all the issues in the HDMI subsystem and I'm ready to send out new HSIO + HDMI blk-ctrl patches today. > Laurent's V4 patchset also not apply now:) Right, I noticed this too. By dropping the HSIO DT patch from the series, the MEDIA series doesn't apply anymore. @Laurent: If you agree, I'll pick up your MEDIA blk-ctrl patches into my series, to make it easier for Shawn to apply the whole bunch. Regards, Lucas