summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | serial: 8250: 8250_core: Fix irq name for 8250 serial IRQVignesh R2017-03-311-1/+1
* | serial: 8250: 8250_core: Use dev_name() during request_irq()Vignesh R2017-03-141-1/+1
|/
* Revert "tty: serial: 8250: add CON_CONSDEV to flags"Herbert Xu2017-01-111-1/+1
* serial: 8250: Expose set_ldisc functionEd Blake2016-11-161-0/+3
* serial: 8250: Add IrDA to UART capabilitiesEd Blake2016-11-161-2/+2
* Merge 4.8-rc5 into tty-nextGreg Kroah-Hartman2016-09-051-9/+0
|\
| * Revert "tty/serial/8250: use mctrl_gpio helpers"Andy Shevchenko2016-08-311-9/+0
* | serial: earlycon: Extend earlycon command line option to support 64-bit addre...Alexander Sverdlin2016-09-021-1/+1
|/
* tty/serial/8250: use mctrl_gpio helpersYegor Yefremov2016-06-251-0/+9
* tty: serial: 8250: add CON_CONSDEV to flagsMatthew Leach2016-06-251-1/+1
* tty: 8250, kill DEBUG_INTRJiri Slaby2016-06-251-2/+2
* tty: 8250, drop unused members from struct old_serial_portJiri Slaby2016-06-251-2/+2
* serial: 8250: export get_mctrl functionWan Ahmad Zainie2016-04-301-0/+3
* tty: serial: 8250: Cleanup p->em485 in serial8250_unregister_portMatwey V. Kornilov2016-03-071-0/+9
* tty: serial: 8250: Suitably replace printkPhillip Raffeck2016-02-061-3/+2
* tty: serial: 8250: Fix multi-line stringsAnton Wuerfel2016-02-061-2/+1
* tty: serial: 8250: Add parentheses to macroAnton Wuerfel2016-02-061-1/+1
* tty: serial: 8250: Move EXPORT_SYMBOL to functionAnton Wuerfel2016-02-061-3/+2