summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2015-01-07 23:59:26 +0100
committerDavid S. Miller <davem@davemloft.net>2015-01-12 15:35:47 -0500
commitcaffd45e2e686f6c9238b7c982f6d1c57c741f0a (patch)
treee156c32b05d0f97836ec85c6a5f6241421d45eb5 /Documentation
parent62058647994465aaa7329bd707cda6f4601b67c7 (diff)
downloadlinux-caffd45e2e686f6c9238b7c982f6d1c57c741f0a.tar.bz2
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>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions