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 5C286C04FF6 for ; Sat, 13 Apr 2024 06:06:48 +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:MIME-Version:Date:Message-Id:Subject: References:In-Reply-To:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=5vv/d5uNRiunVZ4hpqfFhdh7ya/mNAKrI0JUPB1kzsc=; b=gTmzNFOCfBrFiJ AujXhHt1hBAhHRksir+CyMYQLk7g1ei8mrdFYWc5GJqEdeKCyOLeKEh3LLZeWT2+9gvhH1/qS05E/ t2T5aEhyvpjcYbtutAa8LfOfYCoifGCHaSiATSkP/HxRVEx1ActC0a0N+9gvOEvDCaGOvbbp05FsC VV2eoJMOERo2cNtV/lqOXSlgnNOw5J3melgk8tsBKFBFCyqdg6jnmGKwpJT1QeFZIpBUvNH77WqmA Du28GzaNlEl69N24qCyH4uP0RV6Bm41h/Cidu6+Ztk8uzpXMGPEoTbharwRUUQN50waEI1YvdvsbN bGpkGEBRSvtBlx3BY/xQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rvWXH-00000002VAZ-418Q; Sat, 13 Apr 2024 06:06:47 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rvWXC-00000002V7u-3bf5; Sat, 13 Apr 2024 06:06:44 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 749C5CE3C2D; Sat, 13 Apr 2024 06:06:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 80F6EC2BD11; Sat, 13 Apr 2024 06:06:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1712988399; bh=/zX5Xm2L8b+VZra1dDyJSa/ceyZK2JOrdzFqnq8r2HI=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=arWYMHYpTj6Yp1ZCDS0ClfxXkjXkBhrfIuSxX3lORccNe1FA37EE0jEj2J3OMPC/P 2xzgZ/1AX5Wo+pbH1K92h3fqm4DBAGswUfvgT1ZGsRowdkVqMyax89RlgLj4XgvceL PFpk/meyNfyYLWgQr1KFfA1dbtyPrHzepEgj8bSv7zogFBzzzu/OHsnj4aSb6GgMVh 2I6J//Ddua5dWW75BzMUXG1C22IDScBhScN9GF/aqGW4yWQKnEMnldAKkOxHIdEBtH c/iNVI2ql/q7yTEhmhFL97kabOtChMZ+LroS0Ae5pliUYsWFN9uj5kaxknq5+o9wHb yYhiih+vMpa/A== From: Vinod Koul To: Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner , Niklas Cassel Cc: devicetree@vger.kernel.org, Sebastian Reichel , Michal Tomek , Damien Le Moal , Jon Lin , linux-phy@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org In-Reply-To: <20240412125818.17052-1-cassel@kernel.org> References: <20240412125818.17052-1-cassel@kernel.org> Subject: Re: [PATCH v2 0/2] rockchip pcie3-phy separate refclk support Message-Id: <171298839307.603171.17043839494902342365.b4-ty@kernel.org> Date: Sat, 13 Apr 2024 11:36:33 +0530 MIME-Version: 1.0 X-Mailer: b4 0.12.3 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240412_230643_146692_F47CC819 X-CRM114-Status: UNSURE ( 6.53 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-phy@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux Phy Mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.org On Fri, 12 Apr 2024 14:58:14 +0200, Niklas Cassel wrote: > This series is based on: linux-phy phy/next > > Hello all, > > The rockchip,pcie3-phy PHY in rk3588 is by default configured to run in > "common reference clock" mode. (Which is a sensible default, as the most > commonly used clock configuration is "common reference clock".) > > [...] Applied, thanks! [1/2] dt-bindings: phy: rockchip,pcie3-phy: add rockchip,rx-common-refclk-mode commit: 46492d10067660785a09db4ce9244545126a17b8 [2/2] phy: rockchip-snps-pcie3: add support for rockchip,rx-common-refclk-mode commit: a1fe1eca0d8be69ccc1f3d615e5a529df1c82e66 Best regards, -- ~Vinod -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy