]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'remove-PHY_HAS_INTERRUPT'
authorDavid S. Miller <davem@davemloft.net>
Sun, 11 Nov 2018 17:37:04 +0000 (09:37 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 11 Nov 2018 17:37:04 +0000 (09:37 -0800)
commit52c05099d7c7a9a5ca53eac41a0f30e9780cca57
treedee28465b4a5bfe7089cb9d6a21910ba71fd54a3
parente7de1f5624b78c984dc03a533fba548a8115d0ae
parentcbe5848b5dd871bde513a5b3055ad4fd5f8b942e
Merge branch 'remove-PHY_HAS_INTERRUPT'

Heiner Kallweit says:

====================
net: phy: replace PHY_HAS_INTERRUPT with a check for config_intr and ack_interrupt

Flag PHY_HAS_INTERRUPT is used only here for this small check. I think
using interrupts isn't possible if a driver defines neither
config_intr nor ack_interrupts callback. So we can replace checking
flag PHY_HAS_INTERRUPT with checking for these callbacks.
This allows to remove this flag from all driver configs.

v2:
- add helper for check in patch 1
- remove PHY_HAS_INTERRUPT from all drivers, not only Realtek
- remove flag PHY_HAS_INTERRUPT completely

v3:
- rebase patch 2
====================

Signed-off-by: David S. Miller <davem@davemloft.net>