Serial Drivers

Table of Contents

Architecture

serial.jpg

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()

Author: Shi Shougang

Created: 2017-01-26 Thu 20:55

Emacs 24.3.1 (Org mode 8.2.10)

Validate