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 F22CFC4332F for ; Fri, 7 Jan 2022 02:32:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345459AbiAGCca (ORCPT ); Thu, 6 Jan 2022 21:32:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52986 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345462AbiAGCcS (ORCPT ); Thu, 6 Jan 2022 21:32:18 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6486EC061201; Thu, 6 Jan 2022 18:32:17 -0800 (PST) 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 0CB7261D15; Fri, 7 Jan 2022 02:32:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 64EC7C36AE3; Fri, 7 Jan 2022 02:32:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1641522736; bh=GZT+2y9W/LYKIckQ7nhu2pQ5tWSH9XoDLshaOtLjGNc=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=pyfq7/1O89rNncSYEcXLRgjsE/P/68+/hCrrvqC+nqxqdtLZJllHj2T0mz+U+O7or h7b/6iABs3FE+867qfKAV4m5sQfMRgahCdqqSrKEr5lrCCz7dE2MlF9fq7nYyIZ8xO AreYkjov9GhNlknMXzU7c3K5g0tLgdvKfRcb3xpf+WKyxaj2nSvyxFFjCrEMJ1aZi1 qA16l7RmMwnA3pSxsPpPgSI6xf+3cEV3MurBkAiv1xjouFmEXPNrBaya7YfyBQws4j W/q1eS9jGwguUAqbs592JXbp10KphiMGz/v8mnSYpoBnsaUKCv8osgH2fKNhBsP01s SzungOWx4FyDw== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20211217121148.6753-4-sam.shih@mediatek.com> References: <20211217121148.6753-1-sam.shih@mediatek.com> <20211217121148.6753-4-sam.shih@mediatek.com> Subject: Re: [PATCH v7 3/3] clk: mediatek: add mt7986 clock support From: Stephen Boyd Cc: John Crispin , Ryder Lee , YH Chen , Sam Shih To: Chen-Yu Tsai , Chun-Jie Chen , Enric Balletbo i Serra , Ikjoon Jang , Matthias Brugger , Michael Turquette , Miles Chen , Rob Herring , Sam Shih , Weiyi Lu , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org Date: Thu, 06 Jan 2022 18:32:15 -0800 User-Agent: alot/0.9.1 Message-Id: <20220107023216.64EC7C36AE3@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Sam Shih (2021-12-17 04:11:48) > Add MT7986 clock support, include topckgen, apmixedsys, > infracfg, and ethernet subsystem clocks. >=20 > Signed-off-by: Sam Shih > --- Applied to clk-next