Searched +full:cgu +full:- +full:lgm (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ |
| D | intel,cgu-lgm.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/intel,cgu-lgm.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Intel Lightning Mountain SoC's Clock Controller(CGU) Binding 10 - Rahul Tanwar <rahul.tanwar@linux.intel.com> 13 Lightning Mountain(LGM) SoC's Clock Generation Unit(CGU) driver provides 14 all means to access the CGU hardware module in order to generate a series 17 Please refer to include/dt-bindings/clock/intel,lgm-clk.h header file, it 23 const: intel,cgu-lgm [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/ |
| D | intel,cgu-lgm.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/intel,cgu-lgm.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Intel Lightning Mountain SoC's Clock Controller(CGU) 10 - Rahul Tanwar <rahul.tanwar@linux.intel.com> 13 Lightning Mountain(LGM) SoC's Clock Generation Unit(CGU) driver provides 14 all means to access the CGU hardware module in order to generate a series 17 Please refer to include/dt-bindings/clock/intel,lgm-clk.h header file, it 23 const: intel,cgu-lgm [all …]
|
| /kernel/linux/linux-5.10/drivers/clk/x86/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 6 bool "Clock driver for Lightning Mountain(LGM) platform" 8 Clock Generation Unit(CGU) driver for MaxLinear's x86 based 9 Lightning Mountain(LGM) network processor SoC.
|
| D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0-only 2 obj-$(CONFIG_PMC_ATOM) += clk-pmc-atom.o 3 obj-$(CONFIG_X86_AMD_PLATFORM_DEVICE) += clk-fch.o 4 clk-x86-lpss-objs := clk-lpt.o 5 obj-$(CONFIG_X86_INTEL_LPSS) += clk-x86-lpss.o 6 obj-$(CONFIG_CLK_LGM_CGU) += clk-cgu.o clk-cgu-pll.o clk-lgm.o
|
| D | clk-lgm.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (C) 2020-2022 MaxLinear, Inc. 8 #include <linux/clk-provider.h> 12 #include <dt-bindings/clock/intel,lgm-clk.h> 13 #include "clk-cgu.h" 121 * It's more efficient to provide an explicit table due to non-linear 427 struct device *dev = &pdev->dev; in lgm_cgu_probe() 428 struct device_node *np = dev->of_node; in lgm_cgu_probe() 434 return -ENOMEM; in lgm_cgu_probe() 436 ctx->clk_data.num = CLK_NR_CLKS; in lgm_cgu_probe() [all …]
|
| /kernel/linux/linux-6.6/drivers/clk/x86/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 6 bool "Clock driver for Lightning Mountain(LGM) platform" 8 Clock Generation Unit(CGU) driver for MaxLinear's x86 based 9 Lightning Mountain(LGM) network processor SoC.
|
| D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0-only 2 obj-$(CONFIG_X86_AMD_PLATFORM_DEVICE) += clk-fch.o 3 obj-$(CONFIG_X86_INTEL_LPSS) += clk-lpss-atom.o clk-pmc-atom.o 4 obj-$(CONFIG_CLK_LGM_CGU) += clk-cgu.o clk-cgu-pll.o clk-lgm.o
|
| D | clk-lgm.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (C) 2020-2022 MaxLinear, Inc. 8 #include <linux/clk-provider.h> 12 #include <dt-bindings/clock/intel,lgm-clk.h> 13 #include "clk-cgu.h" 121 * It's more efficient to provide an explicit table due to non-linear 427 struct device *dev = &pdev->dev; in lgm_cgu_probe() 428 struct device_node *np = dev->of_node; in lgm_cgu_probe() 434 return -ENOMEM; in lgm_cgu_probe() 436 ctx->clk_data.num = CLK_NR_CLKS; in lgm_cgu_probe() [all …]
|