summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250/8250_core.c
AgeCommit message (Expand)Author
2025-11-21serial: 8250: move skip_txen_test to coreJiri Slaby (SUSE)
2025-09-06serial: 8250_core: fix coding style issueOsama Abdelkader
2025-08-17serial: 8250_core: use guard() in serial_unlink_irq_chain()Jiri Slaby (SUSE)
2025-08-17serial: 8250: use guard()sJiri Slaby (SUSE)
2025-06-24serial: 8250: document doubled "type == PORT_8250_CIR" checkJiri Slaby (SUSE)
2025-06-17serial: 8250: use hashtableJiri Slaby (SUSE)
2025-06-17serial: 8250: invert serial8250_register_8250_port() CIR conditionJiri Slaby (SUSE)
2025-06-17serial: 8250: remove debug prints from ISRJiri Slaby (SUSE)
2025-06-17serial: 8250: extract serial_get_or_create_irq_info()Jiri Slaby (SUSE)
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-04-25serial: switch uart_port::iotype to enum uart_iotypeJiri Slaby (SUSE)
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-01-22Revert "serial: 8250: Switch to nbcon console"Greg Kroah-Hartman
2025-01-13Merge 6.13-rc7 into tty-nextGreg Kroah-Hartman
2025-01-10serial: 8250: Switch to nbcon consoleJohn Ogness
2024-12-23tty: serial: 8250: Fix another runtime PM usage counter underflowIlpo Järvinen
2024-12-23serial: 8250: Never adjust UART_LSR_DR in @read_status_maskJohn Ogness
2024-08-21serial: core: Introduce wrapper to set @uart_port->consJohn Ogness
2024-07-01Merge 6.10-rc6 into tty-nextGreg Kroah-Hartman
2024-06-25Revert "serial: 8250: Add preferred console in serial8250_isa_init_ports()"Greg Kroah-Hartman
2024-06-04serial: 8250: Extract platform driverAndy Shevchenko
2024-06-04serial: 8250: Extract RSA bitsAndy Shevchenko
2024-05-22Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2024-05-03alpha: remove DECpc AXP150 (Jensen) supportArnd Bergmann
2024-04-09serial: 8250: Add preferred console in serial8250_isa_init_ports()Tony Lindgren
2024-04-09tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)
2023-11-23serial: 8250: Convert to platform remove callback returning voidUwe Kleine-König
2023-10-05serial: 8250: Check for valid console indexTony Lindgren
2023-09-18serial: 8250: Use port lock wrappersThomas Gleixner
2023-08-04serial: 8250: Reinit port_id when adding back serial8250_isa_devsTony Lindgren
2023-08-01serial: core: Fix serial core port id to not use port->lineTony Lindgren
2023-05-31serial: core: Start managing serial controllers to enable runtime PMTony Lindgren
2023-05-13serial: 8250: Add dl_read/write, bugs and mapsize into plat_serial8250_portIlpo Järvinen
2023-05-13serial: 8250: Allow using ports higher than SERIAL_8250_RUNTIME_UARTSTony Lindgren
2023-04-20serial: 8250: Reinit port->pm on port specific driver unbindTony Lindgren
2022-12-16Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-12-02serial_core: replace uart_console_enabled() with uart_console_registered()John Ogness
2022-11-03serial: 8250_core: Use str_enabled_disabled() helperAndy Shevchenko
2022-09-22serial: 8250: Toggle IER bits on only after irq has been set upIlpo Järvinen
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-06-30serial: 8250: Fix PM usage_count for console handoverIlpo Järvinen
2022-06-27serial: 8250: create lsr_save_maskIlpo Järvinen
2022-06-10serial: Add rs485_supported to uart_portIlpo Järvinen
2022-06-10serial: 8250: Create serial_lsr_in()Ilpo Järvinen
2022-05-05serial: 8250: core: Remove unneeded <linux/pm_runtime.h>Geert Uytterhoeven
2021-12-30serial: 8250: Move Alpha-specific quirk out of the coreLukas Wunner
2021-05-20tty/serial: make port of serial8250_register_8250_port constJiri Slaby
2021-05-13serial: 8250: Add an empty line and remove some useless {}Christophe JAILLET
2021-05-13serial: 8250: Use 'hlist_for_each_entry' to simplify codeChristophe JAILLET
2020-07-21serial: 8250: fix null-ptr-deref in serial8250_start_tx()Yang Yingliang