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 6E5AAC7EE43 for ; Tue, 13 Jun 2023 01:24:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229532AbjFMBYF (ORCPT ); Mon, 12 Jun 2023 21:24:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53072 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229454AbjFMBYA (ORCPT ); Mon, 12 Jun 2023 21:24:00 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D9F6810FF; Mon, 12 Jun 2023 18:23:58 -0700 (PDT) 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 5501462F8E; Tue, 13 Jun 2023 01:23:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AD579C433EF; Tue, 13 Jun 2023 01:23:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686619437; bh=a7KC+mT8DCW37njz6sjR2A/VlZgTuxVuVorJVWQu4TU=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=XvCeOG4ObZ3pLzxWArmlLsejcKf0vl1en2EJAmX/xtCUYBwsfjnHpnAqHM281EmzT Sx0x8siNHfVJVBuErjQILtsoLwxtLB4QHXAVoZCxSQGK5QkKyeRq0/gKLwJaqNifvQ 3pfg+pFekn2W2RzulbElj3FrCEPi73WLun1EJwo3HifCzjCxn5aj+Lbu6jKR6T4itr siRN0yTfO+Yfmsf4pS2a0+3w/lyg8ItWmCHNvpOjlnyGeioolce9wjyqnWoHf0FOEK 5nj3YZHGfDcovrOzMsRDcOrnJP6oyNGn916InSL0DASeLZFhqSpOmPcP7I3UEiSZF5 z8eCGFBgzlVpw== Message-ID: <432db59b24e7cb15d7c6e67f4976d543.sboyd@kernel.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20230525075011.7032-3-runyang.chen@mediatek.com> References: <20230525075011.7032-1-runyang.chen@mediatek.com> <20230525075011.7032-3-runyang.chen@mediatek.com> Subject: Re: [PATCH v4 2/2] clk: mediatek: reset: add infra_ao reset support for MT8188 From: Stephen Boyd Cc: linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org, Runyang Chen To: AngeloGioacchino Del Regno , Krzysztof Kozlowski , Matthias Brugger , Michael Turquette , Philipp Zabel , Rob Herring , Runyang Chen Date: Mon, 12 Jun 2023 18:23:55 -0700 User-Agent: alot/0.10 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Runyang Chen (2023-05-25 00:50:11) > The infra_ao reset is needed for MT8188. > - Add mtk_clk_rst_desc for MT8188. > - Add register reset controller function for MT8188 infra_ao. > - Add infra_ao_idx_map for MT8188. >=20 > Signed-off-by: Runyang Chen > Reported-by: kernel test robot > Closes: https://lore.kernel.org/oe-kbuild-all/202305242320.AZzmINEa-lkp@i= ntel.com/ > --- Applied to clk-next