drivers/mfd/altera-sysmgr.c

Source file repositories/reference/linux-study-clean/drivers/mfd/altera-sysmgr.c

File Facts

System
Linux kernel
Corpus path
drivers/mfd/altera-sysmgr.c
Extension
.c
Size
5085 bytes
Lines
204
Domain
Driver Families
Bucket
drivers/mfd
Inferred role
Driver Families: exported/initcall integration point
Status
integration implementation candidate

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

core_initcall(altr_sysmgr_init);

static void __exit altr_sysmgr_exit(void)
{
	platform_driver_unregister(&altr_sysmgr_driver);
}
module_exit(altr_sysmgr_exit);

MODULE_AUTHOR("Thor Thayer <>");
MODULE_DESCRIPTION("SOCFPGA System Manager driver");

Annotation

Implementation Notes