Re: [PATCH] [v2] net: qcom/emac: don't try to claim clocks on ACPI systems

2016-12-17 Thread David Miller
From: Timur Tabi Date: Tue, 13 Dec 2016 17:49:02 -0600 > 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 AC

Re: [PATCH] [v2] net: qcom/emac: don't try to claim clocks on ACPI systems

2016-12-13 Thread Florian Fainelli
On 12/13/2016 03:49 PM, Timur Tabi wrote: > 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. Re

[PATCH] [v2] net: qcom/emac: don't try to claim clocks on ACPI systems

2016-12-13 Thread Timur Tabi
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 --- Notes: v2: move