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 388E7CD4F3C for ; Sat, 16 May 2026 16:06:54 +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:To:Subject:MIME-Version:Date: Message-ID:Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From :Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=zPqwCvDnL9y45LC0raZ/wRjSrkuv01fvArAcJNEo2KI=; b=iVQL6yZlAazsIAzQk5wPgFAG6N zclmSBcZgQwyy2Begn0sl73Ud8iQyCNRtfgLQhRWT8heb8KpL8M2ABYKVY1glqrG+UQlW7+4/rPgQ mJgoiSlyWsovv6zdvTNy8jz3JCR68uuzFRJEJYZSbv9eXrRR2UOzqRNuhZfFY+GzG/eF8Uw8BdwKp sUD7c49xKzgQemliRi8AJFvqMAGvkqCheXvP3G+WwePsK4ki/B9ikvsV95R5cZ877zRwyh6s1IXGl lCVsTGzv1uBIiqKW9yihp5erYAEBTBWn0hRPUEI3m+MobOlL0hzQZa1OGqAy5YHIJZEOjh/hDlGf5 Bs9t3IuQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wOHXL-0000000AzVo-0xaE; Sat, 16 May 2026 16:06:47 +0000 Received: from sea.source.kernel.org ([172.234.252.31]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wOHXI-0000000AzVG-1rU0; Sat, 16 May 2026 16:06:45 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 61F6B432CE; Sat, 16 May 2026 16:06:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9D7B2C19425; Sat, 16 May 2026 16:06:37 +0000 (UTC) Message-ID: <2d9dc9dd-f008-4cd3-95a6-4413986f4b51@tuxon.dev> Date: Sat, 16 May 2026 19:06:35 +0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v6 2/5] clk: at91: sama7d65: add peripheral clock for I3C To: Manikandan Muralidharan , alexandre.belloni@bootlin.com, Frank.Li@nxp.com, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, nicolas.ferre@microchip.com, linux@armlinux.org.uk, mturquette@baylibre.com, sboyd@kernel.org, tytso@mit.edu, aubin.constans@microchip.com, Ryan.Wanner@microchip.com, romain.sioen@microchip.com, durai.manickamkr@microchip.com, cristian.birsan@microchip.com, adrian.hunter@intel.com, jarkko.nikula@linux.intel.com, npitre@baylibre.com, linux-i3c@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org References: <20260507084805.481737-1-manikandan.m@microchip.com> <20260507084805.481737-3-manikandan.m@microchip.com> Content-Language: en-US From: Claudiu Beznea In-Reply-To: <20260507084805.481737-3-manikandan.m@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_090644_503903_0FAD6813 X-CRM114-Status: UNSURE ( 4.23 ) 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 5/7/26 11:48, Manikandan Muralidharan wrote: > From: Durai Manickam KR > > Add peripheral clock description for I3C. > > Signed-off-by: Durai Manickam KR > Signed-off-by: Manikandan Muralidharan Reviewed-by: Claudiu Beznea