]> git.baikalelectronics.ru Git - kernel.git/commit
net: qcom/emac: initial ACPI support
authorTimur Tabi <timur@codeaurora.org>
Wed, 28 Sep 2016 16:58:44 +0000 (11:58 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 Sep 2016 05:50:13 +0000 (01:50 -0400)
commitc6cefee7f6cb3f1a1d516b26bb5c8523d0813c8f
tree45498ce13c16891134fde2b82b3d0eb93315e1f5
parente896f1f0538c8f3e9e68e12d9755d3c5ca1552ad
net: qcom/emac: initial ACPI support

Add support for reading addresses, interrupts, and _DSD properties
from ACPI tables, just like with device tree.  The HID for the
EMAC device itself is QCOM8070.  The internal PHY is represented
by a child node with a HID of QCOM8071.

The EMAC also has some complex clock initialization requirements
that are not represented by this patch.  This will be addressed
in a future patch.

Signed-off-by: Timur Tabi <timur@codeaurora.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qualcomm/emac/emac-phy.c
drivers/net/ethernet/qualcomm/emac/emac-sgmii.c
drivers/net/ethernet/qualcomm/emac/emac.c