diff options
author | Heiner Kallweit | 2019-05-30 15:11:06 +0200 |
---|---|---|
committer | David S. Miller | 2019-05-31 00:02:33 +0200 |
commit | 97b33bdf9bddb6bebc2e87148df3e30aa7a13b2d (patch) | |
tree | 7d7ec060b20abfcf99fae544c2cb9c392dc0e2bd /drivers/net/ethernet/intel/ice/ice_main.c | |
parent | net: phy: add callback for custom interrupt handler to struct phy_driver (diff) | |
download | kernel-qcow2-linux-97b33bdf9bddb6bebc2e87148df3e30aa7a13b2d.tar.gz kernel-qcow2-linux-97b33bdf9bddb6bebc2e87148df3e30aa7a13b2d.tar.xz kernel-qcow2-linux-97b33bdf9bddb6bebc2e87148df3e30aa7a13b2d.zip |
net: phy: export phy_queue_state_machine
We face the issue that link change interrupt and link status may be
reported by different PHY layers. As a result the link change
interrupt may occur before the link status changes.
Export phy_queue_state_machine to allow PHY drivers to specify a
delay between link status change interrupt and link status check.
v2:
- change jiffies parameter type to unsigned long
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Suggested-by: Russell King <rmk+kernel@armlinux.org.uk>
Acked-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_main.c')
0 files changed, 0 insertions, 0 deletions