[PATCH net-next v2] net: phy: broadcom: Wire suspend/resume for BCM54612E

Marco von Rosenberg posted 1 patch 2 years, 1 month ago
drivers/net/phy/broadcom.c | 2 ++
1 file changed, 2 insertions(+)
[PATCH net-next v2] net: phy: broadcom: Wire suspend/resume for BCM54612E
Posted by Marco von Rosenberg 2 years, 1 month ago
The BCM54612E ethernet PHY supports IDDQ-SR.
Therefore wire-up the suspend and resume callbacks
to point to bcm54xx_suspend() and bcm54xx_resume().

Signed-off-by: Marco von Rosenberg <marcovr@selfnet.de>
---
Changes in v2:
- Changed commit message
- Rebased on commit 3753c18ad5cf

 drivers/net/phy/broadcom.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/phy/broadcom.c b/drivers/net/phy/broadcom.c
index 3a627105675a..312a8bb35d78 100644
--- a/drivers/net/phy/broadcom.c
+++ b/drivers/net/phy/broadcom.c
@@ -1135,6 +1135,8 @@ static struct phy_driver broadcom_drivers[] = {
 	.handle_interrupt = bcm_phy_handle_interrupt,
 	.link_change_notify	= bcm54xx_link_change_notify,
 	.led_brightness_set	= bcm_phy_led_brightness_set,
+	.suspend	= bcm54xx_suspend,
+	.resume		= bcm54xx_resume,
 }, {
 	.phy_id		= PHY_ID_BCM54616S,
 	.phy_id_mask	= 0xfffffff0,
-- 
2.42.0
Re: [PATCH net-next v2] net: phy: broadcom: Wire suspend/resume for BCM54612E
Posted by patchwork-bot+netdevbpf@kernel.org 2 years, 1 month ago
Hello:

This patch was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Thu, 16 Nov 2023 20:32:31 +0100 you wrote:
> The BCM54612E ethernet PHY supports IDDQ-SR.
> Therefore wire-up the suspend and resume callbacks
> to point to bcm54xx_suspend() and bcm54xx_resume().
> 
> Signed-off-by: Marco von Rosenberg <marcovr@selfnet.de>
> ---
> Changes in v2:
> - Changed commit message
> - Rebased on commit 3753c18ad5cf
> 
> [...]

Here is the summary with links:
  - [net-next,v2] net: phy: broadcom: Wire suspend/resume for BCM54612E
    https://git.kernel.org/netdev/net-next/c/380b50ae3a04

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH net-next v2] net: phy: broadcom: Wire suspend/resume for BCM54612E
Posted by Florian Fainelli 2 years, 1 month ago
On 11/16/23 11:32, Marco von Rosenberg wrote:
> The BCM54612E ethernet PHY supports IDDQ-SR.
> Therefore wire-up the suspend and resume callbacks
> to point to bcm54xx_suspend() and bcm54xx_resume().
> 
> Signed-off-by: Marco von Rosenberg <marcovr@selfnet.de>

Acked-by: Florian Fainelli <florian.fainelli@broadcom.com>
-- 
Florian