This repository has been archived by the owner on Jan 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: sbwml <[email protected]>
- Loading branch information
Showing
6 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
LINUX_VERSION-6.12 = .6 | ||
LINUX_KERNEL_HASH-6.12.6 = d450ab215de4e1f8bb85e0f4216760fa33fd024b4526b144f4ce0d9012b29c9e | ||
LINUX_VERSION-6.12 = .8 | ||
LINUX_KERNEL_HASH-6.12.8 = 2291da065ca04b715c89ee50362aec3f021a7414bc963f1b56736682c8122979 |
26 changes: 26 additions & 0 deletions
26
tags/patches/0001-Revert-phy-rockchip-naneng-combphy-fix-phy-reset.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
From 1cee5373b2576bff7e1d072d7a5bfee3081b039d Mon Sep 17 00:00:00 2001 | ||
From: sbwml <[email protected]> | ||
Date: Fri, 3 Jan 2025 21:24:06 +0800 | ||
Subject: [PATCH] Revert "phy: rockchip: naneng-combphy: fix phy reset" | ||
|
||
This reverts commit 5cdf336412a928ae0f05a3117b3132366a1f7d21. | ||
--- | ||
drivers/phy/rockchip/phy-rockchip-naneng-combphy.c | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/drivers/phy/rockchip/phy-rockchip-naneng-combphy.c b/drivers/phy/rockchip/phy-rockchip-naneng-combphy.c | ||
index 2eb3329ca..0a9989e41 100644 | ||
--- a/drivers/phy/rockchip/phy-rockchip-naneng-combphy.c | ||
+++ b/drivers/phy/rockchip/phy-rockchip-naneng-combphy.c | ||
@@ -309,7 +309,7 @@ static int rockchip_combphy_parse_dt(struct device *dev, struct rockchip_combphy | ||
|
||
priv->ext_refclk = device_property_present(dev, "rockchip,ext-refclk"); | ||
|
||
- priv->phy_rst = devm_reset_control_get(dev, "phy"); | ||
+ priv->phy_rst = devm_reset_control_array_get_exclusive(dev); | ||
if (IS_ERR(priv->phy_rst)) | ||
return dev_err_probe(dev, PTR_ERR(priv->phy_rst), "failed to get phy reset\n"); | ||
|
||
-- | ||
2.42.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0001-Revert-phy-rockchip-naneng-combphy-fix-phy-reset.patch |