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 D1FB0C433F5 for ; Wed, 22 Dec 2021 15:36:42 +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-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=bXxQHTAf9RHEkGYo4li0jq0KjYm9s6Xdv1i3Pw1qXcc=; b=KMtX6pUt4jTMvs AKZ/D8FvISNcGSYUy96K/A0i+o13Sc+IDBZOy5cLxEShpqCcTfbHVzOH1JVUl9PFqb0Z/1Kl+zepj vG3LMe3UKDIvjCkcNtwtpcT1oFQoP9EDl/FlKUxpIEJJ6rVX/7VzouN+6N+FgyU4fCm5kxXwogE7s RUy9uHvG8+lSSejmjKnT5za88mi9/JT3J+/fCqbGS3OM9KHuqtKMtsqvRlrsymDi646Cj4Mg/ghBf xPxf/2tb/TJlLpUWBsAlQw4eppU/YJhynZDdeQgwqVh0Awvd6GvjbtfbVSxjCAA+wd6iihhF2DftV huli7Q70DpGrM+eND5mA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n03e4-00AlGP-Vm; Wed, 22 Dec 2021 15:35:13 +0000 Received: from nbd.name ([2a01:4f8:221:3d45::2]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n03dz-00AlFv-IW for linux-arm-kernel@lists.infradead.org; Wed, 22 Dec 2021 15:35:10 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=nbd.name; s=20160729; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From: References:Cc:To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=h5i8KRIE8OYinv9bsFSJNG/XPwR7FEMtMz3XKW3+hSQ=; b=SshfVUbtz9+IGFncIYN6ul9FxD 7LhKdU2vjy5pkti8aS3YyKWlSTKXzL915GApT8MOIosXl08VBY7y7TDzK+FM2mcQzPkkPXwASDqVv vWkEUoBec8MLEOtldC1SFAKz49N8oZ16itrjbgntrVlBWJbmIIpy0IyYkvcQBraCIDig=; Received: from p54ae97a7.dip0.t-ipconnect.de ([84.174.151.167] helo=nf.local) by ds12 with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1n03dv-0002Wy-Bl; Wed, 22 Dec 2021 16:35:03 +0100 Message-ID: <7ae0494f-438e-f147-913f-e0f28eb5b3bf@nbd.name> Date: Wed, 22 Dec 2021 16:35:02 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.4.1 Subject: Re: [PATCH v8 07/14] clk: en7523: Add clock driver for Airoha EN7523 SoC Content-Language: en-US To: Arnd Bergmann Cc: Linux ARM , Michael Turquette , Stephen Boyd , John Crispin , Linux Kernel Mailing List , linux-clk References: <20211220211854.89452-1-nbd@nbd.name> <20211220211854.89452-8-nbd@nbd.name> From: Felix Fietkau In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211222_073507_852983_ABBA946E X-CRM114-Status: GOOD ( 19.43 ) 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 2021-12-21 15:06, Arnd Bergmann wrote: > On Mon, Dec 20, 2021 at 10:18 PM Felix Fietkau wrote: >> >> This driver only registers fixed rate clocks, since the clocks are fully >> initialized by the boot loader and should not be changed later, according >> to Airoha. >> >> Signed-off-by: Felix Fietkau > > I don't have any particular comments on the driver itself. I'm happy > to merge it through > the soc tree for the initial support of the clk maintainers are ok > with it and have reviewed > the actual code. > >> drivers/clk/Kconfig | 9 + >> drivers/clk/Makefile | 1 + >> drivers/clk/clk-en7523.c | 350 +++++++++++++++++++++++++++++++++++++++ >> 3 files changed, 360 insertions(+) >> create mode 100644 drivers/clk/clk-en7523.c > > I think this should go into drivers/clk/mediatek, as it probably shares > some of the logic with the mt762x drivers in there. I'd suggest adding the > maintainers for those drivers to Cc for additional review. I don't think it shares any logic with the other drivers, but since Airoha is a subsidiary of Mediatek, I guess it makes sense to move it there. - Felix _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel