29 Mar
2012
29 Mar
'12
6:30 p.m.
On Thu, Mar 29, 2012 at 11:23:42AM -0500, Timur Tabi wrote:
I do have one question though. I don't know much about the clock layer. When you do this:
ssi_private->clk = clk_get(&pdev->dev, NULL);
What clock are you getting?
The default clock - personally I much prefer always naming the clocks even if there's one of them but more people seem to prefer this style.