summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/serial_base_bus.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-07-04serial: core: Add serial_base_match_and_update_preferred_console()Tony Lindgren1-0/+37
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-1/+1
2024-06-25Revert "serial: core: Add support for DEVNAME:0.0 style naming for kernel con...Greg Kroah-Hartman1-66/+0
2024-06-25Revert "serial: core: Handle serial console options"Greg Kroah-Hartman1-49/+0
2024-06-25Revert "serial: 8250: Add preferred console in serial8250_isa_init_ports()"Greg Kroah-Hartman1-21/+0
2024-06-25Revert "serial: 8250: Fix add preferred console for serial8250_isa_init_ports()"Greg Kroah-Hartman1-2/+9
2024-06-25Revert "serial: core: Fix ifdef for serial base console functions"Greg Kroah-Hartman1-2/+2
2024-04-13serial: core: Fix ifdef for serial base console functionsTony Lindgren1-2/+2
2024-04-11serial: 8250: Fix add preferred console for serial8250_isa_init_ports()Tony Lindgren1-9/+2
2024-04-09serial: 8250: Add preferred console in serial8250_isa_init_ports()Tony Lindgren1-0/+21
2024-04-09serial: core: Handle serial console optionsTony Lindgren1-0/+49
2024-04-09serial: core: Add support for DEVNAME:0.0 style naming for kernel consoleTony Lindgren1-0/+66
2024-02-06serial: core: make serial_base_bus_type constRicardo B. Marliere1-1/+1
2023-08-11serial: core: Fix serial core port id, including multiport devicesTony Lindgren1-1/+27
2023-08-09serial: core: Revert port_id useTony Lindgren1-1/+1
2023-08-04serial: core: Fix kmemleak issue for serial core device removeTony Lindgren1-0/+2
2023-08-03serial: core: Fix serial_base_match() after fixing controller port nameTony Lindgren1-2/+8
2023-08-01serial: core: Fix serial core controller port name to show controller idTony Lindgren1-12/+20
2023-08-01serial: core: Fix serial core port id to not use port->lineTony Lindgren1-1/+1
2023-06-15serial: core: fix -EPROBE_DEFER handling in initDan Carpenter1-5/+5
2023-06-06serial: core: don't kfree device managed dataDan Carpenter1-6/+2
2023-06-01serial: core: Fix probing serial_base_bus devicesTony Lindgren1-1/+10
2023-05-31serial: core: Start managing serial controllers to enable runtime PMTony Lindgren1-0/+200