linux/drivers/clk/davinci
David Lechner c6ed4d734b clk: davinci: New driver for davinci PSC clocks
This adds a new driver for mach-davinci PSC clocks. This is porting the
code from arch/arm/mach-davinci/psc.c to the common clock framework and
is converting it to use regmap to simplify the code. Additionally, it
adds device tree support for these clocks.

Note: although there are similar clocks for TI Keystone we are not able
to share the code for a few reasons. The keystone clocks are device tree
only and use legacy one-node-per-clock bindings. Also the keystone
driver makes the assumption that there is only one PSC per SoC and uses
global variables, but here we have two controllers per SoC.

Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
2018-03-20 10:16:26 -07:00
..
Makefile clk: davinci: New driver for davinci PSC clocks 2018-03-20 10:16:26 -07:00
pll-da830.c clk: davinci: Add platform information for TI DA830 PLL 2018-03-20 10:16:26 -07:00
pll-da850.c clk: davinci: Add platform information for TI DA850 PLL 2018-03-20 10:16:26 -07:00
pll-dm355.c clk: davinci: Add platform information for TI DM355 PLL 2018-03-20 10:16:26 -07:00
pll-dm365.c clk: davinci: Add platform information for TI DM365 PLL 2018-03-20 10:16:26 -07:00
pll-dm644x.c clk: davinci: Add platform information for TI DM644x PLL 2018-03-20 10:16:26 -07:00
pll-dm646x.c clk: davinci: Add platform information for TI DM646x PLL 2018-03-20 10:16:26 -07:00
pll.c clk: davinci: Add platform information for TI DM646x PLL 2018-03-20 10:16:26 -07:00
pll.h clk: davinci: Add platform information for TI DM646x PLL 2018-03-20 10:16:26 -07:00
psc.c clk: davinci: New driver for davinci PSC clocks 2018-03-20 10:16:26 -07:00
psc.h clk: davinci: New driver for davinci PSC clocks 2018-03-20 10:16:26 -07:00