Re: [PATCH v2 0/2] clk: add clk accuracy support

2013-11-28 Thread boris brezillon
Hello, On 28/11/2013 00:11, co...@horizon.com wrote: Um, do you have a definition somewhere (like in comments) of the definition of the accuracy you're using? So multiple people can add consistent values? Is this the standard deviation (67% confidence), 2 standard deviations (95%), 3 (99%), or

Re: [PATCH v2 0/2] clk: add clk accuracy support

2013-11-27 Thread colin
Um, do you have a definition somewhere (like in comments) of the definition of the accuracy you're using? So multiple people can add consistent values? Is this the standard deviation (67% confidence), 2 standard deviations (95%), 3 (99%), or something else? What averaging time is this computed o

[PATCH v2 0/2] clk: add clk accuracy support

2013-11-27 Thread Boris BREZILLON
Hello, This patch series adds support for clock accuracy retrieval in the common clk framework. Best Regards, Boris Changes since v1: - remove HAVE_CLK_GET_ACCURACY option and enable clk accuracy support only when using the CCF - export __clk_get_accuracy (might be used by clk-providers)