All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] clk: support regmap
@ 2021-05-28 11:34 ` Peng Fan (OSS)
  0 siblings, 0 replies; 22+ messages in thread
From: Peng Fan (OSS) @ 2021-05-28 11:34 UTC (permalink / raw)
  To: sboyd, mturquette
  Cc: linux-clk, linux-kernel, linux-arm-kernel, kernel, Peng Fan

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


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2021-07-27  0:49 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-28 11:34 [PATCH 0/3] clk: support regmap Peng Fan (OSS)
2021-05-28 11:34 ` Peng Fan (OSS)
2021-05-28 11:34 ` [PATCH 1/3] clk: mux: " Peng Fan (OSS)
2021-05-28 11:34   ` Peng Fan (OSS)
2021-05-28 11:34 ` [PATCH 2/3] clk: fractional-divider: " Peng Fan (OSS)
2021-05-28 11:34   ` Peng Fan (OSS)
2021-05-28 11:34 ` [PATCH 3/3] clk: gate: " Peng Fan (OSS)
2021-05-28 11:34   ` Peng Fan (OSS)
2021-06-02  8:18 ` [PATCH 0/3] clk: " Stephen Boyd
2021-06-02  8:18   ` Stephen Boyd
2021-06-02  8:21   ` Marc Kleine-Budde
2021-06-02  8:21     ` Marc Kleine-Budde
2021-06-02  8:40     ` Peng Fan
2021-06-02  8:40       ` Peng Fan
2021-06-02  9:32     ` Jerome Brunet
2021-06-02  9:32       ` Jerome Brunet
2021-06-18 14:30       ` Jerome Brunet
2021-06-18 14:30         ` Jerome Brunet
2021-07-27  0:47         ` Stephen Boyd
2021-07-27  0:47           ` Stephen Boyd
2021-06-02  8:39   ` Peng Fan
2021-06-02  8:39     ` Peng Fan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.