Re: [PATCH] clk: meson: add Hardware Clock measure driver

2023-11-14 Thread Neil Armstrong
Hi, On 13/11/2023 19:00, Igor Prusov wrote: Hi Neil, On Mon, Nov 13, 2023 at 09:49:32AM +0100, Neil Armstrong wrote: Amlogic SoCs embeds an hardware clock measure block, port it from Linux and implement it as a UCLK_CLK with only the dump op and fail-only xlate. Signed-off-by: Neil Armstrong

Re: [PATCH] clk: meson: add Hardware Clock measure driver

2023-11-13 Thread Igor Prusov
Hi Neil, On Mon, Nov 13, 2023 at 09:49:32AM +0100, Neil Armstrong wrote: > Amlogic SoCs embeds an hardware clock measure block, port it > from Linux and implement it as a UCLK_CLK with only the dump > op and fail-only xlate. > > Signed-off-by: Neil Armstrong > --- > drivers/clk/meson/Kconfig

[PATCH] clk: meson: add Hardware Clock measure driver

2023-11-13 Thread Neil Armstrong
Amlogic SoCs embeds an hardware clock measure block, port it from Linux and implement it as a UCLK_CLK with only the dump op and fail-only xlate. Signed-off-by: Neil Armstrong --- drivers/clk/meson/Kconfig | 9 + drivers/clk/meson/Makefile | 1 + drivers/clk/meson/clk-measure.c |