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 79B94CA0EED for ; Wed, 20 Aug 2025 08:43:57 +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-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=hQrPNsuEjnwISNzydroKfUUHp2n8zzU4C0h9hepXVRw=; b=Sh5QZ/AKz0uccV DM8uEEsTUXRZn8oWTIVz+BhQ6wMc8R7dYWja5kEue9S/+mF/luWmRuzAqo17iwwkGqvHKxre5z9N3 gVIGvsMC9ArP+Jh3O744J1zNK5x032pvaEtGzsWdX/DofVUOng0KS9GzYS0VHL5L0hwlnTIPPePIN 5R1XEuqMitotdAfQivsLt+JWH6xSsiepJ25G83EwCC0lBewwVgRYcxo0uLv4bVKi36optehgKQUef aMqbaELU7d7I2aAk99b4CgOiCGhOn5LaobNTZi7xvQQl9jWlWK4W1nIAnhU7HO8FoURH3p5oSiSqD eVMULejcOe+UUMeLXsOw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uoeQB-0000000Cmkn-1qKp; Wed, 20 Aug 2025 08:43:51 +0000 Received: from tor.source.kernel.org ([2600:3c04:e001:324:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1uodua-0000000Cgbk-2hgh; Wed, 20 Aug 2025 08:11:12 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 115D3613AB; Wed, 20 Aug 2025 08:11:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E32FAC4CEEB; Wed, 20 Aug 2025 08:11:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1755677471; bh=VT+iqwjK5SOfP9/xG8DuerN5YycqDQtO+PK7VX3YosI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=udoFllzGuMux5GX71E9zFu7RtI1omoWXM1h7YrzDfH7MmfStaxXOFfIjGVnht6MRG jF4mpi+AhwvS+EF6Cxr6gqZ/jVZOd3k9zOtPVMwcHJbqWpPZplNTLXgIQFFBXeMNLV q0YsY0Re9cr72ut0K+YToEUJT8jK4CBbX2HG6RpCQe3vB5IKT3B7QJzIE1BgRAPogO 6Juh/V6jXixOzyuvWeoGMvZ5Rz4W4yeGq4sQyGsCBWu8iZ+WirqgaUtnqS6wlSLsYB kjpa48VQa4rsntV3g3vaPbuKW0HpnGCqA8eIMkZYEUpjqFZduqSh1Y1Phy3NiCoRBy kvvL4QirQ2KFA== Date: Wed, 20 Aug 2025 10:11:09 +0200 From: Krzysztof Kozlowski To: Chuan Liu Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Neil Armstrong , Kevin Hilman , Jerome Brunet , Martin Blumenstingl , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 06/13] soc: amlogic: clk-measure: Unify the compatible property Message-ID: <20250820-righteous-slick-ibex-cde2f8@kuoka> References: <20250815-add-more-socs-to-support-clk_measure-v1-0-59f04ba67457@amlogic.com> <20250815-add-more-socs-to-support-clk_measure-v1-6-59f04ba67457@amlogic.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20250815-add-more-socs-to-support-clk_measure-v1-6-59f04ba67457@amlogic.com> X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org On Fri, Aug 15, 2025 at 04:37:32PM +0800, Chuan Liu wrote: > The clk-measure IPs across Amlogic SoCs have minimal differences, so > they can be managed with a unified compatible property. > > Signed-off-by: Chuan Liu > --- > drivers/soc/amlogic/meson-clk-measure.c | 23 +---------------------- > 1 file changed, 1 insertion(+), 22 deletions(-) > > diff --git a/drivers/soc/amlogic/meson-clk-measure.c b/drivers/soc/amlogic/meson-clk-measure.c > index 4d91d463d2a5..6927f87b99cc 100644 > --- a/drivers/soc/amlogic/meson-clk-measure.c > +++ b/drivers/soc/amlogic/meson-clk-measure.c > @@ -292,28 +292,7 @@ static int meson_msr_probe(struct platform_device *pdev) > > static const struct of_device_id meson_msr_match_table[] = { > { > - .compatible = "amlogic,meson-gx-clk-measure", NAK, ABI break, obviously. Don't ever send patches from your downstream tree but read the rules ALREADY DOCUMENTED in upstream Linux kerenl and adjust to this process. Did you read writing bindings? Best regards, Krzysztof _______________________________________________ linux-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic