aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-23serial: 8250: Split base port operations from universal driverPeter Hurley1-2870/+8
2015-06-01serial: 8250: remove return statements from void functionMasahiro Yamada1-2/+3
2015-05-10serial: 8250: do not copy port.fifosize member twiceMasahiro Yamada1-1/+0
2015-05-10serial: 8250: Do nothing if nr_uarts=0Jan Kiszka1-1/+7
2015-05-06serial: 8250: remove Kconfig indirectionValentin Rothberg1-8/+0
2015-05-06drivers/tty/serial/8250/8250_core.c: remove CONFIG_HUB6Valentin Rothberg1-5/+0
2015-04-24Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+20
2015-04-14serial: 8250: Add support for big-endian MMIO accessesKevin Cernekee1-0/+20
2015-04-10earlycon: 8250: Document kernel command line optionsPeter Hurley1-2/+3
2015-04-10earlycon: 8250: Fix command line regressionPeter Hurley1-7/+24
2015-03-26serial: 8250: allow specifying iomem size in addition to addressMans Rullgard1-0/+4
2015-03-26serial: 8250: remove the redundant includeWang Long1-1/+0
2015-03-26serial: 8250: Check UART_SCR is writablePeter Hurley1-1/+2