[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210528113403.5374-1-peng.fan@oss.nxp.com>
Date: Fri, 28 May 2021 19:34:00 +0800
From: "Peng Fan (OSS)" <peng.fan@....nxp.com>
To: sboyd@...nel.org, mturquette@...libre.com
Cc: linux-clk@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, kernel@...gutronix.de,
Peng Fan <peng.fan@....com>
Subject: [PATCH 0/3] clk: support regmap
From: Peng Fan <peng.fan@....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
Powered by blists - more mailing lists