Re: Re: Re: [PATCH v3 2/3] clk: eswin: Add eic7700 HSP clock driver
From: Stephen Boyd
Date: Tue Apr 28 2026 - 23:48:15 EST
Quoting Xuyang Dong (2026-04-28 02:21:03)
>
> The common gate API, the HSP private API, and the reset driver all access
> the same register space.
> Therefore, they need to be protected by the same data->lock.
>
If everything is accessing registers through regmap why aren't we using
the builtin lock with struct regmap_config::use_raw_spinlock? I don't
understand why we're rolling our own here.