linux_old1/drivers/net/ethernet/qualcomm/emac
Timur Tabi 026acd5f47 net: qcom/emac: don't try to claim clocks on ACPI systems
On ACPI systems, clocks are not available to drivers directly.  They are
handled exclusively by ACPI and/or firmware, so there is no clock driver.
Calls to clk_get() always fail, so we should not even attempt to claim
any clocks on ACPI systems.

Signed-off-by: Timur Tabi <timur@codeaurora.org>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-12-17 10:22:14 -05:00
..
Makefile net: qcom/emac: add support for the Qualcomm Technologies QDF2400 2016-12-09 22:11:02 -05:00
emac-mac.c net: qcom/emac: enable flow control if requested 2016-11-09 18:45:24 -05:00
emac-mac.h
emac-phy.c net: qcom/emac: fix of_node and phydev leaks 2016-11-27 20:01:15 -05:00
emac-phy.h
emac-sgmii-fsm9900.c net: qcom/emac: move phy init code to separate files 2016-12-09 22:11:02 -05:00
emac-sgmii-qdf2400.c net: qcom/emac: add support for the Qualcomm Technologies QDF2400 2016-12-09 22:11:02 -05:00
emac-sgmii-qdf2432.c net: qcom/emac: move phy init code to separate files 2016-12-09 22:11:02 -05:00
emac-sgmii.c net: qcom/emac: add support for the Qualcomm Technologies QDF2400 2016-12-09 22:11:02 -05:00
emac-sgmii.h net: qcom/emac: add support for the Qualcomm Technologies QDF2400 2016-12-09 22:11:02 -05:00
emac.c net: qcom/emac: don't try to claim clocks on ACPI systems 2016-12-17 10:22:14 -05:00
emac.h