[PATCH 0/3] clk: support regmap
From: Peng Fan (OSS) <hidden>
Date: 2021-05-28 11:01:20
Also in:
linux-clk, lkml
From: Peng Fan (OSS) <hidden>
Date: 2021-05-28 11:01:20
Also in:
linux-clk, lkml
From: Peng Fan <peng.fan@nxp.com> To i.MX8ULP, a PCC register provides clk(mux, gate, divider) and peripheral reset functionality, so we need make sure the access to the PCC register be protected to avoid concurrent access from clk and reset subsystem. So let's use regmap here. The i.MX specific code will be posted if this patchset is ok for you. Peng Fan (3): clk: mux: support regmap clk: fractional-divider: support regmap clk: gate: support regmap drivers/clk/clk-fractional-divider.c | 26 +++++++++++++++++++++++--- drivers/clk/clk-gate.c | 26 +++++++++++++++++++++++--- drivers/clk/clk-mux.c | 26 +++++++++++++++++++++++--- include/linux/clk-provider.h | 14 ++++++++++++++ 4 files changed, 83 insertions(+), 9 deletions(-) -- 2.30.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel