Files
android_kernel_xiaomi_sm8450/drivers/net/ethernet
Alexandre Belloni caffd45e2e net/at91_ether: prepare and unprepare clock
The clock is enabled without being prepared, this leads to:

WARNING: CPU: 0 PID: 1 at drivers/clk/clk.c:889 __clk_enable+0x24/0xa8()

and a non working ethernet interface.

Use clk_prepare_enable() and clk_disable_unprepare() to handle the clock.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-01-12 15:35:47 -05:00
..
2014-10-24 00:41:31 -04:00
2015-01-02 15:45:10 -05:00
2015-01-11 21:45:50 -05:00
2014-12-31 19:19:00 -05:00
2014-11-11 18:12:32 -05:00
2014-12-09 18:24:47 -05:00
2015-01-11 21:44:55 -05:00
2014-12-12 15:15:41 -05:00
2014-12-22 16:29:03 -05:00
2014-12-22 16:29:03 -05:00