Re: Patch "phy: zynqmp: Allow variation in refclk rate" has been added to the 6.1-stable tree

Sean Anderson <[email protected]> Tue, 4 Aug 2026 20:36:23 -0400
Newsgroups org.kernel.vger.stable
Message-ID <[email protected]>
On 8/4/26 20:29, Sean Anderson wrote:
> On 8/4/26 20:11, Sasha Levin wrote:
>> This is a note to let you know that I've just added the patch titled
>>
>>      phy: zynqmp: Allow variation in refclk rate
>>
>> to the 6.1-stable tree which can be found at:
>>      http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
>>
>> The filename of the patch is:
>>       phy-zynqmp-allow-variation-in-refclk-rate.patch
>> and it can be found in the queue-6.1 subdirectory.
>>
>> If you, or anyone else, feels it should not be added to the stable tree,
>> please let <[email protected]> know about it.
>>
>>
>>
>> commit 455c546f2c09cd36fc21118820c90b97ac315785
>> Author: Sean Anderson <[email protected]>
>> Date:   Tue Jul 11 15:45:39 2023 -0400
>>
>>      phy: zynqmp: Allow variation in refclk rate
>>      [ Upstream commit 76009ee76e05e30e29aade02e788aebe9ce9ffd2 ]
>>      Due to limited available frequency ratios, the reference clock rate may
>>      not be exactly the same as the required rate. Allow a small (100 ppm)
>>      deviation.
>>      Signed-off-by: Sean Anderson <[email protected]>
>>      Link: https://lore.kernel.org/r/[email protected]
>>      Signed-off-by: Vinod Koul <[email protected]>
>>      Stable-dep-of: e4779e2a16d6 ("phy: zynqmp: fix clock error handling in xpsgtr_phy_init()")

(and as it turns out it *is* a dependency)

>>      Signed-off-by: Sasha Levin <[email protected]>
>>
> FWIW this isn't a bug fix. So probably not necessary for stable unless it's a dependency.
> 
> --Sean