Re: [PATCH 2/5] clk: prevent spurious parent rate propagation

2012-05-07 Thread Turquette, Mike
On Mon, May 7, 2012 at 12:58 AM, Sascha Hauer wrote: > On Sun, May 06, 2012 at 10:08:27PM -0700, Mike Turquette wrote: >> Patch 'clk: always pass parent_rate into .round_rate' made a subtle >> change to the semantics of .round_rate.  It is now expected for the >> parent's rate to always be passed

Re: [PATCH 2/5] clk: prevent spurious parent rate propagation

2012-05-07 Thread Sascha Hauer
On Sun, May 06, 2012 at 10:08:27PM -0700, Mike Turquette wrote: > Patch 'clk: always pass parent_rate into .round_rate' made a subtle > change to the semantics of .round_rate. It is now expected for the > parent's rate to always be passed in, simplifying the implemenation of > various .round_rate

[PATCH 2/5] clk: prevent spurious parent rate propagation

2012-05-06 Thread Mike Turquette
Patch 'clk: always pass parent_rate into .round_rate' made a subtle change to the semantics of .round_rate. It is now expected for the parent's rate to always be passed in, simplifying the implemenation of various .round_rate callback definitions. However the patch also introduced a bug in clk_ca