Directory Files
.. 120
File Size
Kconfig 699 B
Makefile 437 B
owl-common.c 1.8 kB
owl-common.h 1.0 kB
owl-composite.c 5.3 kB
owl-composite.h 3.2 kB
owl-divider.c 2.5 kB
owl-divider.h 1.9 kB
owl-factor.c 5.6 kB
owl-factor.h 2.1 kB
owl-fixed-factor.h 720 B
owl-gate.c 1.8 kB
owl-gate.h 1.8 kB
owl-mux.c 1.4 kB
owl-mux.h 1.4 kB
owl-pll.c 4.2 kB
owl-pll.h 2.8 kB
owl-reset.c 1.7 kB
owl-reset.h 686 B
owl-s500.c 22 kB
owl-s700.c 24 kB
owl-s900.c 29 kB

Linux v6.6.1 - actions

# SPDX-License-Identifier: GPL-2.0-only
config CLK_ACTIONS
	bool "Clock driver for Actions Semi SoCs"
	depends on ARCH_ACTIONS || COMPILE_TEST
	select REGMAP_MMIO
	select RESET_CONTROLLER
	default ARCH_ACTIONS

if CLK_ACTIONS

# SoC Drivers

config CLK_OWL_S500
	bool "Support for the Actions Semi OWL S500 clocks"
	depends on ARCH_ACTIONS || COMPILE_TEST
	default ARCH_ACTIONS

config CLK_OWL_S700
	bool "Support for the Actions Semi OWL S700 clocks"
	depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
	default ARM64 && ARCH_ACTIONS

config CLK_OWL_S900
	bool "Support for the Actions Semi OWL S900 clocks"
	depends on (ARM64 && ARCH_ACTIONS) || COMPILE_TEST
	default ARM64 && ARCH_ACTIONS

endif