RE: [PATCH 0/3] clk: support regmap
From: Peng Fan <peng.fan@nxp.com>
Date: 2021-06-02 08:39:39
Also in:
linux-clk, lkml
Subject: Re: [PATCH 0/3] clk: support regmap Quoting Peng Fan (OSS) (2021-05-28 04:34:00)quoted
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 resetsubsystem.quoted
So let's use regmap here. The i.MX specific code will be posted if this patchset is ok for you.We have a couple regmap clk drivers in the tree. Either combine the different regmap clk drivers or duplicate it into the imx directory. I'd prefer we combine them but last time I couldn't agree on the approach when Jerome wanted to do it.
You mean Jerome has some work to combine them all into one common? Could you please share me the patch link? Maybe now is the time to combine them all into one common piece of
code.
ok, I see. Thanks, Peng.
quoted
Peng Fan (3): clk: mux: support regmap clk: fractional-divider: support regmap clk: gate: support regmap
_______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel