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

2023-12-18 Thread Neil Armstrong
Hi Sean, On 15/12/2023 18:52, Sean Anderson wrote: On 12/12/23 09:12, 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. Please include a short blurb describing the hardware li

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

2023-12-15 Thread Sean Anderson
On 12/12/23 09:12, 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. Please include a short blurb describing the hardware like you did for Linux commit 2b45ebef39a2 ("soc: amlog

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

2023-12-12 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 --- Changes in v2: - remove common.h and include time.h instead - Link to v1: https://lore.kernel.org/r/20231113-uboot-m