commit | 209224862cabf7a871d680c448148ef6376bf98b | [log] [tgz] |
---|---|---|
author | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | Wed Apr 10 23:29:33 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 11 16:19:38 2013 -0400 |
tree | 4e4f609e0fe1e5be8e629441baeafc55d77f5807 | |
parent | b8075daf552b37b668618f47d15ce2e2e7a1b258 [diff] |
net: mv643xx_eth: add shared clk and cleanup existing clk handling This patch adds an optional shared block clock to avoid lockups on clock gated controllers. Besides the new clock, clock handling for existing clocks is cleaned up and moved to devm_clk_get. Device tree binding documentation is updated for the new clocks property. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>