Re: [PATCH v2 2/2] clk: add accuracy support for fixed clock

2013-12-04 Thread Mike Turquette
Quoting Jason Cooper (2013-12-01 19:15:58) > On Thu, Nov 28, 2013 at 09:02:58AM +0100, boris brezillon wrote: > > On 27/11/2013 19:10, Mike Turquette wrote: > > >Quoting boris brezillon (2013-11-27 09:19:08) > > >>>On Wed, Nov 27, 2013 at 01:44:45PM +0100, Boris BREZILLON wrote: > ... > > >>>I

Re: [PATCH v2 2/2] clk: add accuracy support for fixed clock

2013-12-04 Thread Mike Turquette
Quoting Jason Cooper (2013-12-01 19:15:58) On Thu, Nov 28, 2013 at 09:02:58AM +0100, boris brezillon wrote: On 27/11/2013 19:10, Mike Turquette wrote: Quoting boris brezillon (2013-11-27 09:19:08) On Wed, Nov 27, 2013 at 01:44:45PM +0100, Boris BREZILLON wrote: ... I would also prefer to

Re: [PATCH v2 2/2] clk: add accuracy support for fixed clock

2013-12-01 Thread Jason Cooper
On Thu, Nov 28, 2013 at 09:02:58AM +0100, boris brezillon wrote: > On 27/11/2013 19:10, Mike Turquette wrote: > >Quoting boris brezillon (2013-11-27 09:19:08) > >>>On Wed, Nov 27, 2013 at 01:44:45PM +0100, Boris BREZILLON wrote: ... > >>>I would also prefer to see an unknown accuracy be -1. > >>I

Re: [PATCH v2 2/2] clk: add accuracy support for fixed clock

2013-12-01 Thread Jason Cooper
Boris, Sorry for the delay. On Wed, Nov 27, 2013 at 06:19:08PM +0100, boris brezillon wrote: > On 27/11/2013 15:56, Jason Cooper wrote: > >On Wed, Nov 27, 2013 at 01:44:45PM +0100, Boris BREZILLON wrote: > >>This patch adds support for accuracy retrieval on fixed clocks. > >>It also adds a new

Re: [PATCH v2 2/2] clk: add accuracy support for fixed clock

2013-12-01 Thread Jason Cooper
Boris, Sorry for the delay. On Wed, Nov 27, 2013 at 06:19:08PM +0100, boris brezillon wrote: On 27/11/2013 15:56, Jason Cooper wrote: On Wed, Nov 27, 2013 at 01:44:45PM +0100, Boris BREZILLON wrote: This patch adds support for accuracy retrieval on fixed clocks. It also adds a new dt

Re: [PATCH v2 2/2] clk: add accuracy support for fixed clock

2013-12-01 Thread Jason Cooper
On Thu, Nov 28, 2013 at 09:02:58AM +0100, boris brezillon wrote: On 27/11/2013 19:10, Mike Turquette wrote: Quoting boris brezillon (2013-11-27 09:19:08) On Wed, Nov 27, 2013 at 01:44:45PM +0100, Boris BREZILLON wrote: ... I would also prefer to see an unknown accuracy be -1. I decided to

Re: [PATCH v2 2/2] clk: add accuracy support for fixed clock

2013-11-28 Thread boris brezillon
On 27/11/2013 19:10, Mike Turquette wrote: Quoting boris brezillon (2013-11-27 09:19:08) Hi Jason, On 27/11/2013 15:56, Jason Cooper wrote: Boris, Thanks for posting this series. Bear with me as I'm attempting to give MikeT a hand. Nice to hear. Mike already took a look at this series, but

Re: [PATCH v2 2/2] clk: add accuracy support for fixed clock

2013-11-28 Thread boris brezillon
On 27/11/2013 19:10, Mike Turquette wrote: Quoting boris brezillon (2013-11-27 09:19:08) Hi Jason, On 27/11/2013 15:56, Jason Cooper wrote: Boris, Thanks for posting this series. Bear with me as I'm attempting to give MikeT a hand. Nice to hear. Mike already took a look at this series, but

Re: [PATCH v2 2/2] clk: add accuracy support for fixed clock

2013-11-27 Thread Mike Turquette
Quoting boris brezillon (2013-11-27 09:19:08) > Hi Jason, > > On 27/11/2013 15:56, Jason Cooper wrote: > > Boris, > > > > Thanks for posting this series. Bear with me as I'm attempting to give > > MikeT a hand. > Nice to hear. > Mike already took a look at this series, but I'm happy to get more

Re: [PATCH v2 2/2] clk: add accuracy support for fixed clock

2013-11-27 Thread boris brezillon
Hi Jason, On 27/11/2013 15:56, Jason Cooper wrote: Boris, Thanks for posting this series. Bear with me as I'm attempting to give MikeT a hand. Nice to hear. Mike already took a look at this series, but I'm happy to get more feedbacks. Don't be afraid to tell me a question is stupid :-)

Re: [PATCH v2 2/2] clk: add accuracy support for fixed clock

2013-11-27 Thread Jason Cooper
Boris, Thanks for posting this series. Bear with me as I'm attempting to give MikeT a hand. Don't be afraid to tell me a question is stupid :-) On Wed, Nov 27, 2013 at 01:44:45PM +0100, Boris BREZILLON wrote: > This patch adds support for accuracy retrieval on fixed clocks. > It also adds a

[PATCH v2 2/2] clk: add accuracy support for fixed clock

2013-11-27 Thread Boris BREZILLON
This patch adds support for accuracy retrieval on fixed clocks. It also adds a new dt property called 'clock-accuracy' to define the clock accuracy. This can be usefull for oscillator (RC, crystal, ...) definitions which are always given an accuracy characteristic. Signed-off-by: Boris BREZILLON

[PATCH v2 2/2] clk: add accuracy support for fixed clock

2013-11-27 Thread Boris BREZILLON
This patch adds support for accuracy retrieval on fixed clocks. It also adds a new dt property called 'clock-accuracy' to define the clock accuracy. This can be usefull for oscillator (RC, crystal, ...) definitions which are always given an accuracy characteristic. Signed-off-by: Boris BREZILLON

Re: [PATCH v2 2/2] clk: add accuracy support for fixed clock

2013-11-27 Thread Jason Cooper
Boris, Thanks for posting this series. Bear with me as I'm attempting to give MikeT a hand. Don't be afraid to tell me a question is stupid :-) On Wed, Nov 27, 2013 at 01:44:45PM +0100, Boris BREZILLON wrote: This patch adds support for accuracy retrieval on fixed clocks. It also adds a new

Re: [PATCH v2 2/2] clk: add accuracy support for fixed clock

2013-11-27 Thread boris brezillon
Hi Jason, On 27/11/2013 15:56, Jason Cooper wrote: Boris, Thanks for posting this series. Bear with me as I'm attempting to give MikeT a hand. Nice to hear. Mike already took a look at this series, but I'm happy to get more feedbacks. Don't be afraid to tell me a question is stupid :-)

Re: [PATCH v2 2/2] clk: add accuracy support for fixed clock

2013-11-27 Thread Mike Turquette
Quoting boris brezillon (2013-11-27 09:19:08) Hi Jason, On 27/11/2013 15:56, Jason Cooper wrote: Boris, Thanks for posting this series. Bear with me as I'm attempting to give MikeT a hand. Nice to hear. Mike already took a look at this series, but I'm happy to get more feedbacks.