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