summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_core.c
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250: Convert to platform remove callback returning voidUwe Kleine-König2023-11-231-3/+2
* serial: 8250: Check for valid console indexTony Lindgren2023-10-051-1/+1
* serial: 8250: Use port lock wrappersThomas Gleixner2023-09-181-6/+6
* serial: 8250: Reinit port_id when adding back serial8250_isa_devsTony Lindgren2023-08-041-0/+1
* serial: core: Fix serial core port id to not use port->lineTony Lindgren2023-08-011-0/+2
* serial: core: Start managing serial controllers to enable runtime PMTony Lindgren2023-05-311-0/+1
* serial: 8250: Add dl_read/write, bugs and mapsize into plat_serial8250_portIlpo Järvinen2023-05-131-0/+4
* serial: 8250: Allow using ports higher than SERIAL_8250_RUNTIME_UARTSTony Lindgren2023-05-131-23/+63
* serial: 8250: Reinit port->pm on port specific driver unbindTony Lindgren2023-04-201-0/+1
* Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-12-161-2/+3
|\
| * serial: 8250_core: Use str_enabled_disabled() helperAndy Shevchenko2022-11-031-2/+3
* | serial_core: replace uart_console_enabled() with uart_console_registered()John Ogness2022-12-021-1/+1
|/
* serial: 8250: Toggle IER bits on only after irq has been set upIlpo Järvinen2022-09-221-5/+11
* Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-08-081-2/+6
|\
| * serial: 8250: create lsr_save_maskIlpo Järvinen2022-06-271-0/+4
| * serial: Add rs485_supported to uart_portIlpo Järvinen2022-06-101-0/+1
| * serial: 8250: Create serial_lsr_in()Ilpo Järvinen2022-06-101-2/+1
* | serial: 8250: Fix PM usage_count for console handoverIlpo Järvinen2022-06-301-0/+4
|/
* serial: 8250: core: Remove unneeded <linux/pm_runtime.h>Geert Uytterhoeven2022-05-051-1/+0
* serial: 8250: Move Alpha-specific quirk out of the coreLukas Wunner2021-12-301-5/+4
* tty/serial: make port of serial8250_register_8250_port constJiri Slaby2021-05-201-2/+2
* serial: 8250: Add an empty line and remove some useless {}Christophe JAILLET2021-05-131-2/+3
* serial: 8250: Use 'hlist_for_each_entry' to simplify codeChristophe JAILLET2021-05-131-14/+4
* serial: 8250: fix null-ptr-deref in serial8250_start_tx()Yang Yingliang2020-07-211-1/+1
* serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner2020-05-151-1/+3
* serial: 8250: Avoid error message on reprobeLukas Wunner2020-05-151-4/+10
* serial: 8250_port: Don't use power management for kernel consoleAndy Shevchenko2020-03-171-0/+9
* serial: 8250: Generalize rs485 software emulationLukas Wunner2020-03-071-0/+2
* serial: 8250: Support rs485 devicetree propertiesLukas Wunner2020-03-071-1/+3
* serial: 8250: Check UPF_IRQ_SHARED in advanceAndy Shevchenko2020-02-121-3/+2
* tty/serial: Migrate 8250_fsl to use has_sysrqDmitry Safonov2019-12-181-0/+1
* serial: 8250: Don't check for mctrl_gpio_init() returning -ENOSYSFrieder Schrempf2019-09-041-4/+2
* serial: 8250: 8250_core: Fix missing unlock on error in serial8250_register_8...Wei Yongjun2019-07-031-2/+5
* tty/serial/8250: use mctrl_gpio helpersYegor Yefremov2019-06-211-0/+17
* serial: 8250: Fix serial8250 initialization crashHe Zhe2019-01-181-8/+9
* serial: 8250: Rate limit serial port rx interrupts during input overrunsDarwin Dingel2018-12-171-0/+25
* serial: 8250: drop the printk from serial8250_interrupt()Sebastian Andrzej Siewior2018-09-181-5/+1
* serial: 8250: Use cached port name directly in messagesAndy Shevchenko2018-07-251-1/+1
* serial: 8250: introduce get_divisor() and set_divisor() hookJisheng Zhang2018-07-121-0/+4
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-211-2/+2
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-5/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* serial: 8250: Convert timers to use timer_setup()Kees Cook2017-11-041-9/+7
* drivers: tty: 8250: use setup_timer() helper.Allen Pais2017-10-031-2/+1
* Merge 4.13-rc5 into tty-nextGreg Kroah-Hartman2017-08-141-7/+18
|\
| * Revert "serial: Delete dead code for CIR serial ports"Sean Young2017-08-011-6/+17
* | serial: core: move UPF_NO_TXEN_TEST to quirks and renameAndy Shevchenko2017-07-301-8/+8
|/
* serial: Delete dead code for CIR serial portsMatthias Brugger2017-06-201-17/+6
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-101-2/+2
|\
| * Annotate hardware config module parameters in drivers/tty/David Howells2017-04-201-2/+2