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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 41B6FC433EF for ; Mon, 28 Feb 2022 21:12:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=b58UXuhxSHRoTbxh2x+hA38HJHv0wQo1GPFs4NOOvxA=; b=0U6c9EyKWZs8ER cExOY7t1j01jmw/yqxSNeJcU0lKRTJy7bz6zdMHqCC8lP038BqwX7yBQv5HWB5Znxg0gv0cGKpIe1 YQ+oZZ43410g9//HD7rQscKboEoBC3oo00ROTqvW7CY6KuhBRdMOiHQB8gKjSULaxKcAXsg8sJ86X oWGstXPSntWnGAN/yUFJ0CPdH5KbPDjXF2tEIDg8giobRRUqojxPKWL+SyrbDefF9QCsdWTaADDXg RgxhPbMJGxZiGa3c7MPHgWrh3lxBdEpN9g0A7MC33BUF/Rjr1V8ww6GX4iHj959tQoyK4L1GHq7ib 4QP3DCUiHWY3TehF6Byw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nOnIS-00E6zP-1z; Mon, 28 Feb 2022 21:11:08 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nOnIO-00E6yo-0x for linux-arm-kernel@lists.infradead.org; Mon, 28 Feb 2022 21:11:06 +0000 Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 675F1478; Mon, 28 Feb 2022 22:11:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1646082662; bh=pKKHesyOamud2XND2flxU2bgbNJiut9dvMdWNQyAMFU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=h/uIt4dnoenmaNmhq7XYy3c/0sSXUhDASbVKMcegPyhJiuByWiknqn9R/jLR7ZME+ LyI7+IQJGpaaF51fQTbhnvrRHbEFbfmnlgQp2nV7V4ligZVy0NHFIgKWiZcCrohs0B wS79k9iSSy+FNAxFeDEDzWjASpVmpPLaePs66BdQ= Date: Mon, 28 Feb 2022 23:10:50 +0200 From: Laurent Pinchart To: Lucas Stach Cc: Shawn Guo , Rob Herring , Pengutronix Kernel Team , NXP Linux Team , Marek Vasut , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, patchwork-lst@pengutronix.de Subject: Re: [PATCH v3 0/7] i.MX8MP GPC and blk-ctrl Message-ID: References: <20220228201731.3330192-1-l.stach@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220228201731.3330192-1-l.stach@pengutronix.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220228_131104_264746_39E3DA0F X-CRM114-Status: GOOD ( 12.68 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Lucas, On Mon, Feb 28, 2022 at 09:17:24PM +0100, Lucas Stach wrote: > Hi all, > > third and hopefully last revision of this patchset. The dt-binding > patches are dropped, as Shawn already picked them up. I fixed up all > the review comments received by Laurent and Marek. For patches 1/7 to 3/7 and 5/7 to 7/7, Tested-by: Laurent Pinchart > Lucas Stach (7): > soc: imx: gpcv2: add PGC control register indirection > soc: imx: gpcv2: add support for i.MX8MP power domains > soc: imx: add i.MX8MP HSIO blk-ctrl > dt-bindings: usb: dwc3-imx8mp: add power domain property > arm64: dts: imx8mp: add HSIO power-domains > arm64: dts: imx8mp: add GPU power domains > arm64: dts: imx8mp: add GPU nodes > > .../bindings/usb/fsl,imx8mp-dwc3.yaml | 6 + > arch/arm64/boot/dts/freescale/imx8mp.dtsi | 129 ++++- > drivers/soc/imx/Makefile | 1 + > drivers/soc/imx/gpcv2.c | 430 ++++++++++++++++- > drivers/soc/imx/imx8mp-blk-ctrl.c | 446 ++++++++++++++++++ > 5 files changed, 994 insertions(+), 18 deletions(-) > create mode 100644 drivers/soc/imx/imx8mp-blk-ctrl.c -- Regards, Laurent Pinchart _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel