]> git.baikalelectronics.ru Git - kernel.git/commit
clk: intel: Add CGU clock driver for a new SoC
authorRahul Tanwar <rahul.tanwar@linux.intel.com>
Fri, 17 Apr 2020 05:54:47 +0000 (13:54 +0800)
committerStephen Boyd <sboyd@kernel.org>
Wed, 27 May 2020 02:58:52 +0000 (19:58 -0700)
commit9261e7bd66f37fbd95a011ed0cfafccd53b41f62
treec247e2a594b515ba5962faaba377f49073711717
parent2e3788ca01b76f3b9d1aaae5f118d93be5e2fd73
clk: intel: Add CGU clock driver for a new SoC

Clock Generation Unit(CGU) is a new clock controller IP of a forthcoming
Intel network processor SoC named Lightning Mountain(LGM). It provides
programming interfaces to control & configure all CPU & peripheral clocks.
Add common clock framework based clock controller driver for CGU.

Signed-off-by: Rahul Tanwar <rahul.tanwar@linux.intel.com>
Link: https://lkml.kernel.org/r/42a4f71847714df482bacffdcd84341a4052800b.1587102634.git.rahul.tanwar@linux.intel.com
[sboyd@kernel.org: Kill init function to alloc and cleanup newline]
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/Kconfig
drivers/clk/x86/Kconfig [new file with mode: 0644]
drivers/clk/x86/Makefile
drivers/clk/x86/clk-cgu-pll.c [new file with mode: 0644]
drivers/clk/x86/clk-cgu.c [new file with mode: 0644]
drivers/clk/x86/clk-cgu.h [new file with mode: 0644]
drivers/clk/x86/clk-lgm.c [new file with mode: 0644]