summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/serial_port.c
AgeCommit message (Expand)AuthorFilesLines
2025-02-21serial: port: Always update ->iotype in __uart_read_properties()Andy Shevchenko1-1/+1
2025-02-21serial: port: Assign ->iotype correctly when ->iobase is setAndy Shevchenko1-1/+2
2024-06-21serial: port: Introduce a common helper to read propertiesAndy Shevchenko1-0/+145
2024-06-21serial: port: Don't block system suspend even if bytes are left to xmitDouglas Anderson1-0/+7
2024-04-27serial: core: Fix missing shutdown and startup for serial base portTony Lindgren1-0/+34
2024-04-03serial: port: Don't suspend if the port is still busyYicong Yang1-1/+24
2023-05-31serial: core: Start managing serial controllers to enable runtime PMTony Lindgren1-0/+105