]> git.baikalelectronics.ru Git - kernel.git/commit
net: phy: at803x: support interrupt on 8030 and 8035
authorMåns Rullgård <mans@mansr.com>
Thu, 12 Nov 2015 17:40:20 +0000 (17:40 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Nov 2015 19:18:40 +0000 (14:18 -0500)
commit14071ce668b81792e68424afd8173d6c9d550a27
tree0cc852df44f2b19ea9721c6fad5adbe07ef92b03
parentf9dfb61324c6435d123b17b98b315f98f8a9dddd
net: phy: at803x: support interrupt on 8030 and 8035

Commit 40b54cc10 "phy/at8031: enable at8031 to work on interrupt mode"
added interrupt support for the 8031 PHY but left out the other two
chips supported by this driver.

This patch sets the .ack_interrupt and .config_intr functions for the
8030 and 8035 drivers as well.

Signed-off-by: Mans Rullgard <mans@mansr.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/at803x.c