[RFC] clk: add flags to distinguish xtal clocks

2013-07-04 Thread Luciano Coelho
Add a flag that indicate whether the clock is a crystal or not. Since no clocks set this flag right now, include an additional flag that indicates whether the type is set or not. If the CLK_IS_TYPE_DEFINED flag is not set, the value of the CLK_IS_TYPE_XTAL flag is undefined. This ensures backward

Re: [RFC] clk: add flags to distinguish xtal clocks

2013-10-16 Thread Luca Coelho
Hi, Sorry for the delayed response. On Tue, 2013-10-08 at 10:27 -0500, Felipe Balbi wrote: > Fixing Luca's address since he left TI Thanks, Felipe! I wouldn't have seen this otherwise. > On Mon, Oct 07, 2013 at 12:44:24AM -0700, Mike Turquette wrote: > > Quoting Luciano Coelho (2013-07-29 06:5

Re: [RFC] clk: add flags to distinguish xtal clocks

2013-10-08 Thread Felipe Balbi
Hi, Fixing Luca's address since he left TI On Mon, Oct 07, 2013 at 12:44:24AM -0700, Mike Turquette wrote: > Quoting Luciano Coelho (2013-07-29 06:50:42) > > Hi Mike, > > > > On Fri, 2013-07-05 at 10:54 +0300, Luciano Coelho wrote: > > > On Thu, 2013-07-04 at 16:19 -0700, Mike Turquette wrote: >

Re: [RFC] clk: add flags to distinguish xtal clocks

2013-07-29 Thread Luciano Coelho
Hi Mike, On Fri, 2013-07-05 at 10:54 +0300, Luciano Coelho wrote: > On Thu, 2013-07-04 at 16:19 -0700, Mike Turquette wrote: > > Quoting Luciano Coelho (2013-07-04 15:37:45) > > > On Thu, 2013-07-04 at 15:25 -0700, Mike Turquette wrote: > > > > Or is it the same clock input and basically the probl

Re: [RFC] clk: add flags to distinguish xtal clocks

2013-07-04 Thread Luciano Coelho
On Thu, 2013-07-04 at 15:25 -0700, Mike Turquette wrote: > Quoting Luciano Coelho (2013-07-04 14:05:12) > > Add a flag that indicate whether the clock is a crystal or not. Since > > no clocks set this flag right now, include an additional flag that > > indicates whether the type is set or not. If

Re: [RFC] clk: add flags to distinguish xtal clocks

2013-07-05 Thread Luciano Coelho
On Thu, 2013-07-04 at 16:19 -0700, Mike Turquette wrote: > Quoting Luciano Coelho (2013-07-04 15:37:45) > > On Thu, 2013-07-04 at 15:25 -0700, Mike Turquette wrote: > > > Or is it the same clock input and basically the problem is that you need > > > to know what kind of waveform to expect (e.g. squ

Re: [RFC] clk: add flags to distinguish xtal clocks

2013-07-05 Thread James Hogan
On 4 July 2013 22:05, Luciano Coelho wrote: > Add a flag that indicate whether the clock is a crystal or not. Since > no clocks set this flag right now, include an additional flag that > indicates whether the type is set or not. If the CLK_IS_TYPE_DEFINED > flag is not set, the value of the CLK_

Re: [RFC] clk: add flags to distinguish xtal clocks

2013-07-05 Thread Felipe Balbi
On Fri, Jul 05, 2013 at 02:12:08PM +0100, James Hogan wrote: > On 4 July 2013 22:05, Luciano Coelho wrote: > > Add a flag that indicate whether the clock is a crystal or not. Since > > no clocks set this flag right now, include an additional flag that > > indicates whether the type is set or not.

Re: [RFC] clk: add flags to distinguish xtal clocks

2013-07-05 Thread Luciano Coelho
On Fri, 2013-07-05 at 14:12 +0100, James Hogan wrote: > On 4 July 2013 22:05, Luciano Coelho wrote: > > Add a flag that indicate whether the clock is a crystal or not. Since > > no clocks set this flag right now, include an additional flag that > > indicates whether the type is set or not. If th

Re: [RFC] clk: add flags to distinguish xtal clocks

2013-10-23 Thread Mike Turquette
Quoting Luca Coelho (2013-10-16 03:24:27) > Hi, > > Sorry for the delayed response. > > On Tue, 2013-10-08 at 10:27 -0500, Felipe Balbi wrote: > > Fixing Luca's address since he left TI > > Thanks, Felipe! I wouldn't have seen this otherwise. > > > > On Mon, Oct 07, 2013 at 12:44:24AM -0700, M

Re: [RFC] clk: add flags to distinguish xtal clocks

2013-10-23 Thread Luca Coelho
On Wed, 2013-10-23 at 02:24 -0700, Mike Turquette wrote: > Quoting Luca Coelho (2013-10-16 03:24:27) > > Hi, > > > > Sorry for the delayed response. > > > > On Tue, 2013-10-08 at 10:27 -0500, Felipe Balbi wrote: > > > Fixing Luca's address since he left TI > > > > Thanks, Felipe! I wouldn't have