aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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_8250_port()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-21treewide: 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-14Merge 4.13-rc5 into tty-nextGreg Kroah-Hartman1-7/+18
2017-08-01Revert "serial: Delete dead code for CIR serial ports"Sean Young1-6/+17
2017-07-30serial: core: move UPF_NO_TXEN_TEST to quirks and renameAndy Shevchenko1-8/+8
2017-06-20serial: Delete dead code for CIR serial portsMatthias Brugger1-17/+6
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-2/+2
2017-04-20Annotate hardware config module parameters in drivers/tty/David Howells1-2/+2
2017-03-31serial: 8250: 8250_core: Fix irq name for 8250 serial IRQVignesh R1-1/+1
2017-03-14serial: 8250: 8250_core: Use dev_name() during request_irq()Vignesh R1-1/+1
2017-01-11Revert "tty: serial: 8250: add CON_CONSDEV to flags"Herbert Xu1-1/+1
2016-11-16serial: 8250: Expose set_ldisc functionEd Blake1-0/+3
2016-11-16serial: 8250: Add IrDA to UART capabilitiesEd Blake1-2/+2
2016-09-05Merge 4.8-rc5 into tty-nextGreg Kroah-Hartman1-9/+0
2016-09-02serial: earlycon: Extend earlycon command line option to support 64-bit addressesAlexander Sverdlin1-1/+1
2016-08-31Revert "tty/serial/8250: use mctrl_gpio helpers"Andy Shevchenko1-9/+0
2016-06-25tty/serial/8250: use mctrl_gpio helpersYegor Yefremov1-0/+9
2016-06-25tty: serial: 8250: add CON_CONSDEV to flagsMatthew Leach1-1/+1
2016-06-25tty: 8250, kill DEBUG_INTRJiri Slaby1-2/+2
2016-06-25tty: 8250, drop unused members from struct old_serial_portJiri Slaby1-2/+2
2016-04-30serial: 8250: export get_mctrl functionWan Ahmad Zainie1-0/+3
2016-03-07tty: serial: 8250: Cleanup p->em485 in serial8250_unregister_portMatwey V. Kornilov1-0/+9
2016-02-06tty: serial: 8250: Suitably replace printkPhillip Raffeck1-3/+2
2016-02-06tty: serial: 8250: Fix multi-line stringsAnton Wuerfel1-2/+1
2016-02-06tty: serial: 8250: Add parentheses to macroAnton Wuerfel1-1/+1
2016-02-06tty: serial: 8250: Move EXPORT_SYMBOL to functionAnton Wuerfel1-3/+2
2016-01-28serial: 8250: Unlink uart console ptr if console setup failsPeter Hurley1-1/+5
2015-12-13serial: support 16-bit register interface for consoleMasahiro Yamada1-3/+4
2015-10-04serial: don't register CIR serial portsMaciej S. Szmigiero1-6/+20
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+1
2015-08-10arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> insteadDan Williams1-1/+1