summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250/8250_core.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-25Revert "serial: 8250: Add preferred console in serial8250_isa_init_ports()"Greg Kroah-Hartman1-5/+0
2024-05-22Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+7
2024-05-03alpha: remove DECpc AXP150 (Jensen) supportArnd Bergmann1-4/+0
2024-04-09serial: 8250: Add preferred console in serial8250_isa_init_ports()Tony Lindgren1-0/+5
2024-04-09tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)1-1/+2
2023-11-23serial: 8250: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-10-05serial: 8250: Check for valid console indexTony Lindgren1-1/+1
2023-09-18serial: 8250: Use port lock wrappersThomas Gleixner1-6/+6
2023-08-04serial: 8250: Reinit port_id when adding back serial8250_isa_devsTony Lindgren1-0/+1
2023-08-01serial: core: Fix serial core port id to not use port->lineTony Lindgren1-0/+2
2023-05-31serial: core: Start managing serial controllers to enable runtime PMTony Lindgren1-0/+1
2023-05-13serial: 8250: Add dl_read/write, bugs and mapsize into plat_serial8250_portIlpo Järvinen1-0/+4
2023-05-13serial: 8250: Allow using ports higher than SERIAL_8250_RUNTIME_UARTSTony Lindgren1-23/+63
2023-04-20serial: 8250: Reinit port->pm on port specific driver unbindTony Lindgren1-0/+1
2022-12-16Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+3
2022-12-02serial_core: replace uart_console_enabled() with uart_console_registered()John Ogness1-1/+1
2022-11-03serial: 8250_core: Use str_enabled_disabled() helperAndy Shevchenko1-2/+3
2022-09-22serial: 8250: Toggle IER bits on only after irq has been set upIlpo Järvinen1-5/+11
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+6
2022-06-30serial: 8250: Fix PM usage_count for console handoverIlpo Järvinen1-0/+4
2022-06-27serial: 8250: create lsr_save_maskIlpo Järvinen1-0/+4
2022-06-10serial: Add rs485_supported to uart_portIlpo Järvinen1-0/+1
2022-06-10serial: 8250: Create serial_lsr_in()Ilpo Järvinen1-2/+1
2022-05-05serial: 8250: core: Remove unneeded <linux/pm_runtime.h>Geert Uytterhoeven1-1/+0
2021-12-30serial: 8250: Move Alpha-specific quirk out of the coreLukas Wunner1-5/+4
2021-05-20tty/serial: make port of serial8250_register_8250_port constJiri Slaby1-2/+2
2021-05-13serial: 8250: Add an empty line and remove some useless {}Christophe JAILLET1-2/+3
2021-05-13serial: 8250: Use 'hlist_for_each_entry' to simplify codeChristophe JAILLET1-14/+4
2020-07-21serial: 8250: fix null-ptr-deref in serial8250_start_tx()Yang Yingliang1-1/+1
2020-05-15serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner1-1/+3
2020-05-15serial: 8250: Avoid error message on reprobeLukas Wunner1-4/+10
2020-03-17serial: 8250_port: Don't use power management for kernel consoleAndy Shevchenko1-0/+9
2020-03-07serial: 8250: Generalize rs485 software emulationLukas Wunner1-0/+2
2020-03-07serial: 8250: Support rs485 devicetree propertiesLukas Wunner1-1/+3
2020-02-12serial: 8250: Check UPF_IRQ_SHARED in advanceAndy Shevchenko1-3/+2
2019-12-18tty/serial: Migrate 8250_fsl to use has_sysrqDmitry Safonov1-0/+1
2019-09-04serial: 8250: Don't check for mctrl_gpio_init() returning -ENOSYSFrieder Schrempf1-4/+2
2019-07-03serial: 8250: 8250_core: Fix missing unlock on error in serial8250_register_8...Wei Yongjun1-2/+5
2019-06-21tty/serial/8250: use mctrl_gpio helpersYegor Yefremov1-0/+17
2019-01-18serial: 8250: Fix serial8250 initialization crashHe Zhe1-8/+9
2018-12-17serial: 8250: Rate limit serial port rx interrupts during input overrunsDarwin Dingel1-0/+25
2018-09-18serial: 8250: drop the printk from serial8250_interrupt()Sebastian Andrzej Siewior1-5/+1
2018-07-25serial: 8250: Use cached port name directly in messagesAndy Shevchenko1-1/+1
2018-07-12serial: 8250: introduce get_divisor() and set_divisor() hookJisheng Zhang1-0/+4
2017-11-22treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-2/+2
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-11-04serial: 8250: Convert timers to use timer_setup()Kees Cook1-9/+7
2017-10-03drivers: tty: 8250: use setup_timer() helper.Allen Pais1-2/+1
2017-08-15Merge 4.13-rc5 into tty-nextGreg Kroah-Hartman1-7/+18