drivers/clk/ingenic/Makefile

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

File Facts

System
Linux kernel
Corpus path
drivers/clk/ingenic/Makefile
Extension
[no extension]
Size
519 bytes
Lines
12
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_INGENIC_CGU_COMMON)	+= cgu.o pm.o
obj-$(CONFIG_INGENIC_CGU_JZ4740)	+= jz4740-cgu.o
obj-$(CONFIG_INGENIC_CGU_JZ4755)	+= jz4755-cgu.o
obj-$(CONFIG_INGENIC_CGU_JZ4725B)	+= jz4725b-cgu.o
obj-$(CONFIG_INGENIC_CGU_JZ4760)	+= jz4760-cgu.o
obj-$(CONFIG_INGENIC_CGU_JZ4770)	+= jz4770-cgu.o
obj-$(CONFIG_INGENIC_CGU_JZ4780)	+= jz4780-cgu.o
obj-$(CONFIG_INGENIC_CGU_X1000)		+= x1000-cgu.o
obj-$(CONFIG_INGENIC_CGU_X1830)		+= x1830-cgu.o
obj-$(CONFIG_INGENIC_TCU_CLK)		+= tcu.o

Annotation

Implementation Notes