summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_core.c
AgeCommit message (Expand)Author
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
2015-03-09Merge 4.0-rc3 into tty-testingGreg Kroah-Hartman
2015-03-07tty: serial: 8250_core: Remove trailing whitespacesMichal Simek
2015-03-07serial: 8250: Revert "tty: serial: 8250_core: read only RX if there is someth...Sebastian Andrzej Siewior
2015-02-07serial: 8250: Fix UART_BUG_TXEN workaroundPeter Hurley
2015-02-02tty/serial: serial8250_set_divisor() can be statickbuild test robot
2015-02-02serial: 8250: Prevent concurrent updates to shadow registersPeter Hurley
2015-02-02serial: 8250: Use canary to restart console after suspendPeter Hurley
2015-02-02serial: 8250: Refactor XR17V35X divisor calculationPeter Hurley
2015-02-02serial: 8250: Refactor divisor programmingPeter Hurley
2015-02-02serial: 8250: Refactor LCR computationPeter Hurley