[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YOZTmfvVTj9eo+to@lunn.ch>
Date: Thu, 8 Jul 2021 03:23:37 +0200
From: Andrew Lunn <andrew@...n.ch>
To: mohammad.athari.ismail@...el.com
Cc: Heiner Kallweit <hkallweit1@...il.com>,
"David S . Miller" <davem@...emloft.net>,
Russell King <linux@...linux.org.uk>,
Jakub Kicinski <kuba@...nel.org>,
Florian Fainelli <f.fainelli@...il.com>,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH net] net: phy: reconfigure PHY WOL in resume if WOL
option still enabled
On Thu, Jul 08, 2021 at 08:42:53AM +0800, mohammad.athari.ismail@...el.com wrote:
> From: Mohammad Athari Bin Ismail <mohammad.athari.ismail@...el.com>
>
> When the PHY wakes up from suspend through WOL event, there is a need to
> reconfigure the WOL if the WOL option still enabled. The main operation
> is to clear the WOL event status. So that, subsequent WOL event can be
> triggered properly.
>
> This fix is needed especially for the PHY that operates in PHY_POLL mode
> where there is no handler (such as interrupt handler) available to clear
> the WOL event status.
I still think this architecture is wrong.
The interrupt pin is wired to the PMIC. Can the PMIC be modelled as an
interrupt controller? That would allow the interrupt to be handled as
normal, and would mean you don't need polling, and you don't need this
hack.
Andrew
Powered by blists - more mailing lists