summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_core.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-221-2/+2
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-5/+0Star
* 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/+7Star
* drivers: tty: 8250: use setup_timer() helper.Allen Pais2017-10-031-2/+1Star
* 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/+6Star
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-111-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/+0Star
|\
| * Revert "tty/serial/8250: use mctrl_gpio helpers"Andy Shevchenko2016-08-311-9/+0Star
* | 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-081-0/+9
* tty: serial: 8250: Suitably replace printkPhillip Raffeck2016-02-071-3/+2Star
* tty: serial: 8250: Fix multi-line stringsAnton Wuerfel2016-02-071-2/+1Star
* tty: serial: 8250: Add parentheses to macroAnton Wuerfel2016-02-071-1/+1
* tty: serial: 8250: Move EXPORT_SYMBOL to functionAnton Wuerfel2016-02-071-3/+2Star
* serial: 8250: Unlink uart console ptr if console setup failsPeter Hurley2016-01-281-1/+5
* serial: support 16-bit register interface for consoleMasahiro Yamada2015-12-141-3/+4
* serial: don't register CIR serial portsMaciej S. Szmigiero2015-10-041-6/+20
* Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-1/+1
|\
| * arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> insteadDan Williams2015-08-111-1/+1
* | serial: 8250: Split base port operations from universal driverPeter Hurley2015-07-241-2870/+8Star
|/
* serial: 8250: remove return statements from void functionMasahiro Yamada2015-05-311-2/+3
* serial: 8250: do not copy port.fifosize member twiceMasahiro Yamada2015-05-101-1/+0Star
* serial: 8250: Do nothing if nr_uarts=0Jan Kiszka2015-05-101-1/+7
* serial: 8250: remove Kconfig indirectionValentin Rothberg2015-05-061-8/+0Star
* drivers/tty/serial/8250/8250_core.c: remove CONFIG_HUB6Valentin Rothberg2015-05-061-5/+0Star
* Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-04-241-0/+20
|\
| * serial: 8250: Add support for big-endian MMIO accessesKevin Cernekee2015-04-151-0/+20
* | earlycon: 8250: Document kernel command line optionsPeter Hurley2015-04-101-2/+3
* | earlycon: 8250: Fix command line regressionPeter Hurley2015-04-101-7/+24
* | serial: 8250: allow specifying iomem size in addition to addressMans Rullgard2015-03-261-0/+4
* | serial: 8250: remove the redundant includeWang Long2015-03-261-1/+0Star
* | serial: 8250: Check UART_SCR is writablePeter Hurley2015-03-261-1/+2
* | serial: 8250: Validate reg addr for Au1x00/RT288x i/o accessorsPeter Hurley2015-03-261-18/+30
* | serial: 8250: Declare base port operations constPeter Hurley2015-03-261-1/+1
* | serial: 8250: Decouple RSA probePeter Hurley2015-03-261-36/+76