drivers/tty/serial/ip22zilog.c

Source file repositories/reference/linux-study-clean/drivers/tty/serial/ip22zilog.c

File Facts

System
Linux kernel
Corpus path
drivers/tty/serial/ip22zilog.c
Extension
.c
Size
29460 bytes
Lines
1154
Domain
Driver Families
Bucket
drivers/tty
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

module_init(ip22zilog_init);
module_exit(ip22zilog_exit);

/* David wrote it but I'm to blame for the bugs ...  */
MODULE_AUTHOR("Ralf Baechle <ralf@linux-mips.org>");
MODULE_DESCRIPTION("SGI Zilog serial port driver");
MODULE_LICENSE("GPL");

Annotation

Implementation Notes