clk: cs2000-cp: convert driver to regmap
authorDaniel Mack <daniel@zonque.org>
Tue, 25 Jan 2022 09:33:36 +0000 (10:33 +0100)
committerStephen Boyd <sboyd@kernel.org>
Tue, 25 Jan 2022 22:23:16 +0000 (14:23 -0800)
commit5edffb980519c3d59f93fdaff7249af83c3a3495
treea07b3bea11f46a9b97642350f953e913cc941d87
parent2f3d32fe9df80a65485c548a145916145fc99d68
clk: cs2000-cp: convert driver to regmap

Regmap gives us caching, debugging infrastructure and other things for
free and does away with open-coded bit-fiddling implementations.

Signed-off-by: Daniel Mack <daniel@zonque.org>
Link: https://lore.kernel.org/r/20220125093336.226787-10-daniel@zonque.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/Kconfig
drivers/clk/clk-cs2000-cp.c