Re: [PATCH v2 0/3] Add Amlogic Meson GX SoC Clock Measure Driver

2018-11-18 Thread Neil Armstrong
Le 14/11/2018 14:17, Neil Armstrong a écrit : > On 14/11/2018 14:16, Neil Armstrong wrote: >> The Amlogic Meson GX SoCs embeds a clock measurer IP to measure the internal >> clocks frequencyies. >> The precision is determined by stepping into the divider until the counter >> overflows. >> The debug

Re: [PATCH v2 0/3] Add Amlogic Meson GX SoC Clock Measure Driver

2018-11-14 Thread Neil Armstrong
On 14/11/2018 14:16, Neil Armstrong wrote: > The Amlogic Meson GX SoCs embeds a clock measurer IP to measure the internal > clocks frequencyies. > The precision is determined by stepping into the divider until the counter > overflows. > The debugfs slows a pretty summary and each clock can be measu

[PATCH v2 0/3] Add Amlogic Meson GX SoC Clock Measure Driver

2018-11-14 Thread Neil Armstrong
The Amlogic Meson GX SoCs embeds a clock measurer IP to measure the internal clocks frequencyies. The precision is determined by stepping into the divider until the counter overflows. The debugfs slows a pretty summary and each clock can be measured individually aswell. Thsi patchset includes the