Dove clock support
From: Simon Baatz <hidden>
Date: 2012-06-19 23:06:10
On Tue, Jun 19, 2012 at 10:55:47PM +0200, Sebastian Hesselbarh wrote:
On 06/19/2012 10:42 PM, Simon Baatz wrote:quoted
Should we make this symmetric and add an enable function to gate_fn?I also thought about that issue and I think that as long as PHY is controlled by controller specific registers it should be handled by the driver and not by common clock framework. This is true for SATA and PCIe and will also remove the need for gate_fn - as long as it doen't break other orion-based SoCs. ...
If PHY control is part of the driver, where do we turn off PHYs that are on by default and that we don't use? Don't we still need something like gate_fn or the clk gate/phy gate parent/child mechanism you propose? - Simon