summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250/8250_core.c
AgeCommit message (Expand)Author
2020-03-11serial: 8250: Check UPF_IRQ_SHARED in advanceAndy Shevchenko
2017-01-19Revert "tty: serial: 8250: add CON_CONSDEV to flags"Herbert Xu
2016-09-05Merge 4.8-rc5 into tty-nextGreg Kroah-Hartman
2016-09-02serial: earlycon: Extend earlycon command line option to support 64-bit addre...Alexander Sverdlin
2016-08-31Revert "tty/serial/8250: use mctrl_gpio helpers"Andy Shevchenko
2016-06-25tty/serial/8250: use mctrl_gpio helpersYegor Yefremov
2016-06-25tty: serial: 8250: add CON_CONSDEV to flagsMatthew Leach
2016-06-25tty: 8250, kill DEBUG_INTRJiri Slaby
2016-06-25tty: 8250, drop unused members from struct old_serial_portJiri Slaby
2016-04-30serial: 8250: export get_mctrl functionWan Ahmad Zainie
2016-03-07tty: serial: 8250: Cleanup p->em485 in serial8250_unregister_portMatwey V. Kornilov
2016-02-06tty: serial: 8250: Suitably replace printkPhillip Raffeck
2016-02-06tty: serial: 8250: Fix multi-line stringsAnton Wuerfel
2016-02-06tty: serial: 8250: Add parentheses to macroAnton Wuerfel
2016-02-06tty: serial: 8250: Move EXPORT_SYMBOL to functionAnton Wuerfel
2016-01-28serial: 8250: Unlink uart console ptr if console setup failsPeter Hurley
2015-12-13serial: support 16-bit register interface for consoleMasahiro Yamada
2015-10-04serial: don't register CIR serial portsMaciej S. Szmigiero
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-08-10arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> insteadDan Williams
2015-07-23serial: 8250: Split base port operations from universal driverPeter Hurley
2015-06-01serial: 8250: remove return statements from void functionMasahiro Yamada
2015-05-10serial: 8250: do not copy port.fifosize member twiceMasahiro Yamada
2015-05-10serial: 8250: Do nothing if nr_uarts=0Jan Kiszka
2015-05-06serial: 8250: remove Kconfig indirectionValentin Rothberg
2015-05-06drivers/tty/serial/8250/8250_core.c: remove CONFIG_HUB6Valentin Rothberg
2015-04-24Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-04-14serial: 8250: Add support for big-endian MMIO accessesKevin Cernekee
2015-04-10earlycon: 8250: Document kernel command line optionsPeter Hurley
2015-04-10earlycon: 8250: Fix command line regressionPeter Hurley
2015-03-26serial: 8250: allow specifying iomem size in addition to addressMans Rullgard
2015-03-26serial: 8250: remove the redundant includeWang Long
2015-03-26serial: 8250: Check UART_SCR is writablePeter Hurley
2015-03-26serial: 8250: Validate reg addr for Au1x00/RT288x i/o accessorsPeter Hurley
2015-03-26serial: 8250: Declare base port operations constPeter Hurley
2015-03-26serial: 8250: Decouple RSA probePeter Hurley
2015-03-26serial: 8250: Only get RSA resource when requiredPeter Hurley
2015-03-26serial: 8250: Get RSA resource iff CONFIG_SERIAL_8250_RSAPeter Hurley
2015-03-26serial: 8250: Initialize default dma handlers when setting defaultsPeter Hurley
2015-03-26serial: 8250: Initialize fixed type fields when setting defaultsPeter Hurley
2015-03-26serial: 8250: Encapsulate port i/o method initPeter Hurley
2015-03-26serial: 8250: Separate port initializationPeter Hurley
2015-03-26serial: 8250: Separate legacy irq handling from core port operationsPeter Hurley
2015-03-26serial: 8250: Separate 8250 console interfacePeter Hurley
2015-03-26console: Add extensible console matchingPeter Hurley
2015-03-26serial: 8250: Decouple core from skip_txen_test module paramPeter Hurley
2015-03-26serial: 8250: Move ns16550a_goto_hispeed() to local headerPeter Hurley
2015-03-26serial: 8250: Simplify capabilities reset at port unregisterPeter Hurley
2015-03-26serial: 8250: Remove duplicate ->handle_irq initializationPeter Hurley
2015-03-26serial: 8250: Compute ttyS index from port minorPeter Hurley