drivers/clk/actions/Makefile

Source file repositories/reference/linux-study-clean/drivers/clk/actions/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/clk/actions/Makefile
Extension
[no extension]
Size
437 bytes
Lines
17
Domain
Driver Families
Bucket
drivers/clk
Inferred role
Driver Families: build/configuration rule
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_CLK_ACTIONS)	+= clk-owl.o

clk-owl-y			+= owl-common.o
clk-owl-y			+= owl-gate.o
clk-owl-y			+= owl-mux.o
clk-owl-y			+= owl-divider.o
clk-owl-y			+= owl-factor.o
clk-owl-y			+= owl-composite.o
clk-owl-y			+= owl-pll.o
clk-owl-y			+= owl-reset.o

# SoC support
obj-$(CONFIG_CLK_OWL_S500)	+= owl-s500.o
obj-$(CONFIG_CLK_OWL_S700)	+= owl-s700.o
obj-$(CONFIG_CLK_OWL_S900)	+= owl-s900.o

Annotation

Implementation Notes