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 D2997C433F5 for ; Mon, 28 Feb 2022 21:11:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229795AbiB1VLq (ORCPT ); Mon, 28 Feb 2022 16:11:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57212 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229582AbiB1VLp (ORCPT ); Mon, 28 Feb 2022 16:11:45 -0500 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 047E9289BC for ; Mon, 28 Feb 2022 13:11:04 -0800 (PST) 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-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220228201731.3330192-1-l.stach@pengutronix.de> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.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