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 6FB8FC4332F for ; Thu, 21 Apr 2022 09:07:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1387294AbiDUJKc (ORCPT ); Thu, 21 Apr 2022 05:10:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45662 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1387288AbiDUJKc (ORCPT ); Thu, 21 Apr 2022 05:10:32 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 48EE013F80; Thu, 21 Apr 2022 02:07:43 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: kholk11) with ESMTPSA id 091361F45276 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1650532061; bh=Q3gSs0jXHQnQIkOYfBPlaxuHPudA0U/7l72NqP6ADKw=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=GW6dlLiWlWOixTnEGzpPVV719g8zBEr8Csp/gp0woqkyt/VHp6ei06aC8Pucd8kHT 33mbXsidihBpo6LNkpqMB/MVkW20wvH2sJb72IZfcY4cC31cFxaExO0W8eiT38wJVU 6ftkTZqtC5i7MdydUgIEX4RnPYVK8NiPP+S8+7JFPe/DYI4c1WSMIsyGmqmsH+yogE TWtFmnJbRfgsjuynT2CbMIQB58iHyRuI9aKzGBk6iwwihH5J3LbLYniPhJjKwWQNTn 3a7LaEPlRufWajJwXlt1OFuOQW7oKvfttnuDifpDpe2oC2zPppSWnvJKNYhANUMYFk edXbEx4qZoeHA== Message-ID: <36b46e3d-ddc0-d934-ce02-185d4aaf5790@collabora.com> Date: Thu, 21 Apr 2022 11:07:38 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH V2 11/12] clk: mediatek: reset: Add infra_ao reset support for MT8192 Content-Language: en-US To: Rex-BC Chen , mturquette@baylibre.com, sboyd@kernel.org Cc: matthias.bgg@gmail.com, p.zabel@pengutronix.de, chun-jie.chen@mediatek.com, wenst@chromium.org, runyang.chen@mediatek.com, linux-kernel@vger.kernel.org, allen-kh.cheng@mediatek.com, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Project_Global_Chrome_Upstream_Group@mediatek.com References: <20220420130527.23200-1-rex-bc.chen@mediatek.com> <20220420130527.23200-12-rex-bc.chen@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20220420130527.23200-12-rex-bc.chen@mediatek.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Il 20/04/22 15:05, Rex-BC Chen ha scritto: > The infra_ao reset is needed for MT8192. Therefore, we add this patch > to support it. > > Signed-off-by: Rex-BC Chen Reviewed-by: AngeloGioacchino Del Regno