Re: [PATCH v3 03/12] clk: Add a function to retrieve phase

2014-09-29 Thread Maxime Ripard
Hi Mike, On Sat, Sep 27, 2014 at 05:17:32PM -0700, Mike Turquette wrote: > Quoting Maxime Ripard (2014-09-11 13:18:17) > > The current phase API doesn't look into the actual hardware to get the phase > > value, but will rather get it from a variable only set by the set_phase > > function. > > > >

Re: [PATCH v3 03/12] clk: Add a function to retrieve phase

2014-09-27 Thread Mike Turquette
Quoting Maxime Ripard (2014-09-11 13:18:17) > The current phase API doesn't look into the actual hardware to get the phase > value, but will rather get it from a variable only set by the set_phase > function. > > This will cause issue when the client driver will never call the set_phase > function

Re: [PATCH v3 03/12] clk: Add a function to retrieve phase

2014-09-24 Thread Heiko Stübner
Am Donnerstag, 11. September 2014, 22:18:17 schrieb Maxime Ripard: > The current phase API doesn't look into the actual hardware to get the phase > value, but will rather get it from a variable only set by the set_phase > function. > > This will cause issue when the client driver will never call t

[PATCH v3 03/12] clk: Add a function to retrieve phase

2014-09-11 Thread Maxime Ripard
The current phase API doesn't look into the actual hardware to get the phase value, but will rather get it from a variable only set by the set_phase function. This will cause issue when the client driver will never call the set_phase function, where we can end up having a reported phase that will