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 3830AC433EF for ; Thu, 16 Dec 2021 12:42:21 +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=EFULxvIos8weoWSSI1x4rTXIv82a0xOsAQ3PIPyRcfE=; b=TdaVRbFeZBkJ5x BZGkfAHd5jc5aYlVtoyZT+awHqg0PrdIhusTbN96CCcUuFH4oKTxUgbT9kYgJaggnk3iCRfxDGPf/ 2II7rE+RcPY7OBD0QhbwTgGuU4utuISQo5q55xRzXjSj8kExoa4aDfi2BL3Ik8f1edaJOG+C4V+fm 2e7LBwGFN/bzXUSabQXBflbA45IVf7gc9vbd+vuPAtmW29gl5iyfUNul4r1VIg+JINEagGYasNHjV A2MbAqpsatv+ZqtkK7v1eGwIkW0BMYLlLeO3wREUDX3KQmkmWIgv0chDTit65lznuTSTZeWs2PAlM eBzQcVhjOYUFAr7hiQPA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxq3q-005URu-M4; Thu, 16 Dec 2021 12:40:39 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxpe9-005MsG-6G for linux-arm-kernel@lists.infradead.org; Thu, 16 Dec 2021 12:14:07 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 884A561D7A; Thu, 16 Dec 2021 12:14:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 62E76C36AE3; Thu, 16 Dec 2021 12:14:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1639656844; bh=pnlLUUePbbmo1+PFwmydyjea5+LfhMwuLZQ4ZAeFovw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aTadVZH71fv71O1N0cybVswQAFu5aa9hxxaAbD3nvNDEaqYBHh3AdlBW9lPwPGZu4 zsCpw7kSeLTPfS9O27Ubwlwrxny4AbHvhrvR4q7dVKBq19nyJRggf+zG8y8WmtOEE9 0mZ4tjRml0klP+ZdeY38fCRDD97CbiiJwKTaOmtr0SngrJfYcO3Tb3wEDR2qxnCBUI KqgbPPSfFll9oWDw1mfzcj+bMHQY1bbBzVKNTzVs8ENF4efKFva2PSUEUPsvSXbl+U nAyd8Isbmjw9q9TFtPyMolACU1l5R+Q65UE/+6ss0XIqpyzTHdeWSswDT1b0trHpFn wHpFIJ5StjX8Q== Date: Thu, 16 Dec 2021 20:13:56 +0800 From: Shawn Guo To: Adam Ford Cc: linux-arm-kernel@lists.infradead.org, tharvey@gateworks.com, aford@beaconembedded.com, michael@amarulasolutions.com, jagan@amarulasolutions.com, Rob Herring , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Lucas Stach , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH V5 0/9] arm64: imx8mn: Enable more imx8m Nano functions Message-ID: <20211216121356.GM4216@dragon> References: <20211215004626.2241839-1-aford173@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211215004626.2241839-1-aford173@gmail.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211216_041405_343447_3613875D X-CRM114-Status: GOOD ( 16.55 ) 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 On Tue, Dec 14, 2021 at 06:46:17PM -0600, Adam Ford wrote: > The i.MX8M Nano is similar to the i.MX8M Mini in some ways, but very > different in others. With the blk-ctrl driver for Mini in place, > this series expands the blk-ctrl driver to support the Nano which > opens the door for additional functions in the future. As part of > this series, it also addresses some issues in the GPCv2 driver and > finally adds support for enabling USB and GPU. > > V5: Clean up the GPU clock assignments. > V4: Rebase on top of [1] which fixes hangs caused from CSI and DSI reset > and add the same fixes for CSI and DSI to the Nano > V3: Fixes an the yaml example > V2: Fixes the clock count in the blk-ctrl > > [1] - https://www.spinics.net/lists/arm-kernel/msg936266.html > > Adam Ford (9): > soc: imx: gpcv2: keep i.MX8MN gpumix bus clock enabled > soc: imx: gpcv2: Add dispmix and mipi domains to imx8mn > dt-bindings: power: imx8mn: add defines for DISP blk-ctrl domains > dt-bindings: soc: add binding for i.MX8MN DISP blk-ctrl > soc: imx: imx8m-blk-ctrl: add i.MX8MN DISP blk-ctrl > arm64: dts: imx8mn: add GPC node > arm64: dts: imx8mn: put USB controller into power-domains > arm64: dts: imx8mn: add DISP blk-ctrl > arm64: dts: imx8mn: Enable GPU Applied all, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel