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 2A19EC54E94 for ; Thu, 26 Jan 2023 02:20:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235456AbjAZCT6 (ORCPT ); Wed, 25 Jan 2023 21:19:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58516 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235494AbjAZCT4 (ORCPT ); Wed, 25 Jan 2023 21:19:56 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BB49061D75; Wed, 25 Jan 2023 18:19:55 -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 ams.source.kernel.org (Postfix) with ESMTPS id 6593CB81CC3; Thu, 26 Jan 2023 02:19:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E6168C433D2; Thu, 26 Jan 2023 02:19:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674699593; bh=NI5V/7nTeYLGVaiqfSK4AlDeU6PyLgfnwGCBsE+e6SE=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=FITw87IL/OjWa9qK/q8t2WlfflKeXXrWr1t70zN8CW8aUnj5sJdYDGZ4GnGkYmMb+ GThtxbl38M9hA8I3BuZZQqsHOp3bug94Mn1mHsS8Qr58uV9O/wifASYypM5yh8dYc6 7EFOHNCUhe6bVKfQK/4Dvs7rFNSrN7qK7Rry0wwIsvAsVO1NM0P4bPZmbSHujrzFx1 K8SXP9w98mrQpb3F0zMBXngCH9sMoW5oAB4CDIzV1AA3oEwbQPYHxiwv4QyghoMFu0 FtaoHHN0cDoIS0fiwudfrCpfCROt51wNJ1u9bo4vD6Zp5joe1tcq4hqkSMIarxwBuF vfzTAF1uLWd7Q== Message-ID: <730844d96d26823c993d51793a008d29.sboyd@kernel.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <367cf74b038281d235681f6e7fd6f3f7046c962b.1674401764.git.daniel@makrotopia.org> References: <367cf74b038281d235681f6e7fd6f3f7046c962b.1674401764.git.daniel@makrotopia.org> Subject: Re: [PATCH v4 3/3] clk: mediatek: add MT7981 clock support From: Stephen Boyd Cc: Chen-Yu Tsai , Miles Chen , Edward-JW Yang , Johnson Wang , Fabien Parent , Chun-Jie Chen , Sam Shih , Jianhui Zhao To: AngeloGioacchino Del Regno , Daniel Golle , Matthias Brugger , Michael Turquette , linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org Date: Wed, 25 Jan 2023 18:19:50 -0800 User-Agent: alot/0.10 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Daniel Golle (2023-01-22 07:44:00) > Add MT7981 clock support, include topckgen, apmixedsys, infracfg and > ethernet subsystem clocks. >=20 > The drivers are based on clk-mt7981.c which can be found in MediaTek's > SDK sources. To be fit for upstream inclusion the driver has been split > into clock domains and the infracfg part has been significantly > de-bloated by removing all the 1:1 factors (aliases). >=20 > Signed-off-by: Jianhui Zhao > Signed-off-by: Daniel Golle > --- Applied to clk-next