Re: [PATCH 1/3] soc: amlogic: Add Meson GX Clock Measure driver

2018-07-16 Thread Jerome Brunet
On Sat, 2018-07-14 at 16:41 +0200, Martin Blumenstingl wrote: > > > > > > Even futther, Couldn't this measure IP be used by the current CCF code > > > (as an additonal, optional property) such the the debugfs clk_summary > > > uses it directly? > > > > It will need hacking the CCF core, but as Je

Re: [PATCH 1/3] soc: amlogic: Add Meson GX Clock Measure driver

2018-07-14 Thread Martin Blumenstingl
Hi Neil, On Wed, Jul 11, 2018 at 10:37 AM Neil Armstrong wrote: > > On 09/07/2018 23:41, Kevin Hilman wrote: > > Martin Blumenstingl writes: > > > >> Hi Neil, > >> > >> On Wed, Jul 4, 2018 at 10:41 AM Neil Armstrong > >> wrote: > >>> > >>> Hi Martin, > >>> > >>> On 03/07/2018 21:18, Martin Blu

Re: [PATCH 1/3] soc: amlogic: Add Meson GX Clock Measure driver

2018-07-11 Thread Neil Armstrong
On 09/07/2018 23:41, Kevin Hilman wrote: > Martin Blumenstingl writes: > >> Hi Neil, >> >> On Wed, Jul 4, 2018 at 10:41 AM Neil Armstrong >> wrote: >>> >>> Hi Martin, >>> >>> On 03/07/2018 21:18, Martin Blumenstingl wrote: Hi Neil, On Tue, Jul 3, 2018 at 3:23 PM Neil Armstrong

Re: [PATCH 1/3] soc: amlogic: Add Meson GX Clock Measure driver

2018-07-09 Thread Kevin Hilman
Martin Blumenstingl writes: > Hi Neil, > > On Wed, Jul 4, 2018 at 10:41 AM Neil Armstrong > wrote: >> >> Hi Martin, >> >> On 03/07/2018 21:18, Martin Blumenstingl wrote: >> > Hi Neil, >> > >> > On Tue, Jul 3, 2018 at 3:23 PM Neil Armstrong >> > wrote: >> >> >> >> The Amlogic Meson GX SoCs emb

Re: [PATCH 1/3] soc: amlogic: Add Meson GX Clock Measure driver

2018-07-04 Thread Martin Blumenstingl
Hi Neil, On Wed, Jul 4, 2018 at 10:41 AM Neil Armstrong wrote: > > Hi Martin, > > On 03/07/2018 21:18, Martin Blumenstingl wrote: > > Hi Neil, > > > > On Tue, Jul 3, 2018 at 3:23 PM Neil Armstrong > > wrote: > >> > >> The Amlogic Meson GX SoCs embeds a clock measurer IP to measure the > >> int

Re: [PATCH 1/3] soc: amlogic: Add Meson GX Clock Measure driver

2018-07-04 Thread Neil Armstrong
Hi Martin, On 03/07/2018 21:18, Martin Blumenstingl wrote: > Hi Neil, > > On Tue, Jul 3, 2018 at 3:23 PM Neil Armstrong wrote: >> >> The Amlogic Meson GX SoCs embeds a clock measurer IP to measure the internal >> clock paths frequencies. >> The precision is in the order of the MHz. >> >> Signed-

Re: [PATCH 1/3] soc: amlogic: Add Meson GX Clock Measure driver

2018-07-03 Thread Martin Blumenstingl
Hi Neil, On Tue, Jul 3, 2018 at 3:23 PM Neil Armstrong wrote: > > The Amlogic Meson GX SoCs embeds a clock measurer IP to measure the internal > clock paths frequencies. > The precision is in the order of the MHz. > > Signed-off-by: Neil Armstrong > --- > drivers/soc/amlogic/Kconfig

Re: [PATCH 1/3] soc: amlogic: Add Meson GX Clock Measure driver

2018-07-03 Thread Neil Armstrong
On 03/07/2018 15:21, Neil Armstrong wrote: > The Amlogic Meson GX SoCs embeds a clock measurer IP to measure the internal > clock paths frequencies. > The precision is in the order of the MHz. The precision is more around 30Khz. > > Signed-off-by: Neil Armstrong > --- > drivers/soc/amlogic/Kco

[PATCH 1/3] soc: amlogic: Add Meson GX Clock Measure driver

2018-07-03 Thread Neil Armstrong
The Amlogic Meson GX SoCs embeds a clock measurer IP to measure the internal clock paths frequencies. The precision is in the order of the MHz. Signed-off-by: Neil Armstrong --- drivers/soc/amlogic/Kconfig| 8 ++ drivers/soc/amlogic/Makefile | 1 + drivers/soc/a