Serial Drivers
Table of Contents
Architecture
Since 2.6, a specialized TTY driver, serialcore, eases the development of serial drivers
See include/linux/serialcore.h for the main definitions of the serialcore infrastructure
Data structures
A data structure representing a driver : uartdriver
uart_register_driver() and uart_unregister_driver()
A data structure representing a port : uartport
uart_add_one_port() and uart_remove_one_port()