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 738CDCD4F3C for ; Sat, 16 May 2026 16:58: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:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type: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=f/mkduarsfFHoc5/ag98DZQ8cf1yHBC0B5hYLKC1O/o=; b=gBkehweeHULwVwWOnUuMK8b8Qy D70Kd/vkGi5yqLL9K1EGdhEfyZV21BFqp0U1dxbw+GfnoGEkGwqS7IjEk30mJI3/Y1RmLqRrKjYPV UGn7l7KrYIgPHwRmCYSXeV6eTuuINWvrLSTarCyQzFCnoEZeE5azvgaHdMFMCgky4XxTOpJatGa73 8/JA32yrChL2HjH73SCx0kjpslf4nhtYGlntfIOJLV0iTduIYeg7uKhMnwNtYNh5LFrgzrOTq6nkT MdjNI9JQt/D3X33fO79MIL4gYhUVgHvrbYMP6Lr1v2fi7SdxtYnXS0KltLH2CxxawcRQrEqQvn76t qh3U9T/w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wOILj-0000000B40I-0Ysw; Sat, 16 May 2026 16:58:51 +0000 Received: from sea.source.kernel.org ([2600:3c0a:e001:78e:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wOILg-0000000B3zk-0pQP for linux-arm-kernel@lists.infradead.org; Sat, 16 May 2026 16:58:49 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 5E23E4412F; Sat, 16 May 2026 16:58:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A416AC19425; Sat, 16 May 2026 16:58:43 +0000 (UTC) Message-ID: Date: Sat, 16 May 2026 19:58:41 +0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v3 0/4] Update gmac clocks and devicetree for sam9x7 mpu To: Mihai Sain , mturquette@baylibre.com, sboyd@kernel.org, nicolas.ferre@microchip.com, alexandre.belloni@bootlin.com, varshini.rajendran@microchip.com, cristian.birsan@microchip.com, balamanikandan.gunasundar@microchip.com, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org Cc: linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, ryan.wanner@microchip.com References: <20260309075329.1528-1-mihai.sain@microchip.com> Content-Language: en-US From: Claudiu Beznea In-Reply-To: <20260309075329.1528-1-mihai.sain@microchip.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.9.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260516_095848_263480_B8E0F2F7 X-CRM114-Status: UNSURE ( 4.46 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 3/9/26 09:53, Mihai Sain wrote: > Mihai Sain (4): > clk: at91: sam9x7: Remove gmac peripheral clock with ID 67 > clk: at91: sam9x7: Rename macb0_clk to gmac_clk Applied to clk-microchip, thanks! > clk: at91: sam9x7: Fix gmac_gclk clock definition Applied to clk-microchip-fixes, thanks! > ARM: dts: microchip: sam9x7: fix GMAC clock configuration Applied to at91-fixes, thanks!