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 1360D10706C4 for ; Sat, 14 Mar 2026 09:53:35 +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=/NQZC26qR5n/oVH3GTiEsVByQvSY056QIb2wzq7qjxU=; b=u8PXApD/QXQ/7w GFzfYqgQFHUrETlp2z3c4pSIefBpCO+OhGvg70uU5/y2x2w+QrZrboI5IyRYt6zlJBK02VdHqEUd+ M/x9PDZ8NpA90BffePzJTDZpLVrCvO3lMB7QeayZFqL8H79TSU50x6DdbagFwOd6Cl8awyCIw8Plr l2helEXtDj5uOdBi+dZws9pVvcD5Dl8p7qSNopwrWSSjcmq8JFVjKNhUNjqyLhAE5sUM+t4ose1Ya cia9N0CRgPqSJsfO3SmQETdhwjC1zgc6Lh7GByVoX19BHRJJ7eKpkBSOSQxFqL8mUJto7KplCgp5n c89xwVKIxQgMaANCBCRQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1w1LgP-00000001ikM-2R7V; Sat, 14 Mar 2026 09:53:22 +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 1w1LgO-00000001ikD-07Bt; Sat, 14 Mar 2026 09:53:20 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id D84416013A; Sat, 14 Mar 2026 09:53:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B61BCC116C6; Sat, 14 Mar 2026 09:53:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773481998; bh=37R6VTCcTCRWcSDleqI5hHFt8e5llja0xDzhgFKV+/A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=i9gFd2/CI6esLe1eMKcrCe8YoEV/43EE5D2pq4Rxnfz6mht1roWiMH/LkT3qwQ9tG tqk2M2WXbnz9wEoWQzbu9vJH6p3djoqauWlV5I67uij3AvViLDqbzpqUozt2HmGR1G TGDKPS8M/cK6U92L1Z0a7l+PIhpO6+QoRsmgLbrPSNrqlg+t/1mXDhvLOkpUGGgo0W gAGD36Kr7eYwuwrsU0JnrGvtybQBHb85fmWCj7sogCqYe1AVlVMaMjq91Po/l7CHZY wUJNUFOUmeGjM5fORB0BO7/lLUbEcUw+TqiytiMdTn7Oe+0qjtodRZsRkubj4AdqI9 zN7y3BcnhCU+w== Date: Sat, 14 Mar 2026 10:53:15 +0100 From: Krzysztof Kozlowski To: Jian Hu Cc: Jerome Brunet , Neil Armstrong , Kevin Hilman , Martin Blumenstingl , Stephen Boyd , Michael Turquette , robh+dt , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Ronald Claveau , devicetree , linux-clk , linux-amlogic , linux-kernel , linux-arm-kernel , Ferass El Hafidi Subject: Re: [PATCH v2 1/3] dt-bindings: clock: amlogic: Fix redundant hyphen in "amlogic,t7-gp1--pll" string. Message-ID: <20260314-sweet-amber-griffin-e81371@quoll> References: <20260313070022.700437-1-jian.hu@amlogic.com> <20260313070022.700437-2-jian.hu@amlogic.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20260313070022.700437-2-jian.hu@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, Mar 13, 2026 at 03:00:20PM +0800, Jian Hu wrote: > Fix redundant hyphen in "amlogic,t7-gp1--pll" string. > > Fixes: 5437753728ac ("dt-bindings: clock: add Amlogic T7 PLL clock controller") > Signed-off-by: Jian Hu > Signed-off-by: Ronald Claveau Incorrect DCO chain. I don't understand what Ronald's SoB is doing here. Please read submitting patches document to understand how various tags are used in Linux kernel. Best regards, Krzysztof _______________________________________________ linux-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic