summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/serial_base_bus.c
Commit message (Expand)AuthorAgeFilesLines
* serial: core: Fix serial core port id, including multiport devicesTony Lindgren2023-08-111-1/+27
* serial: core: Revert port_id useTony Lindgren2023-08-091-1/+1
* serial: core: Fix kmemleak issue for serial core device removeTony Lindgren2023-08-041-0/+2
* serial: core: Fix serial_base_match() after fixing controller port nameTony Lindgren2023-08-031-2/+8
* serial: core: Fix serial core controller port name to show controller idTony Lindgren2023-08-011-12/+20
* serial: core: Fix serial core port id to not use port->lineTony Lindgren2023-08-011-1/+1
* serial: core: fix -EPROBE_DEFER handling in initDan Carpenter2023-06-151-5/+5
* serial: core: don't kfree device managed dataDan Carpenter2023-06-061-6/+2
* serial: core: Fix probing serial_base_bus devicesTony Lindgren2023-06-011-1/+10
* serial: core: Start managing serial controllers to enable runtime PMTony Lindgren2023-05-311-0/+200