aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250/8250_core.c
AgeCommit message (Expand)Author
2015-11-02Merge branch 'linux-4.1.y' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Thomas Gleixner
2015-10-22serial: 8250: add uart_config entry for PORT_RT2880Mans Rullgard
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
2015-02-02serial: 8250: Move UART_BUG_QUOT workaroundPeter Hurley
2015-02-02serial: 8250_core: remove redundant else keywordAndy Shevchenko
2015-01-09tty: 8250: Add 64byte UART support for FSL platformsVijay Rai
2015-01-09serial: omap_8250: Fix RTS handlingPeter Hurley
2015-01-01kgdb/serial: Short term workaroundJason Wessel
2015-01-01rt: Improve the serial console PASS_LIMITIngo Molnar
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-25serial: 8250: don't attempt a trylock if in sysrqRabin Vincent
2014-11-06serial: 8250_core: actually limit char reads to max_countFrans Klaver
2014-11-06serial/8250: Remove obsolete handling of rs485 ioctlsRicardo Ribalda Delgado
2014-11-06serial/8250: Copy RS485 fields to serial_coreRicardo Ribalda Delgado
2014-11-06serial: Test/disable MSIs if switching from N_PPSPeter Hurley
2014-11-06serial: Take uart port lock for direct *_enable_ms()Peter Hurley
2014-11-06serial: core: Pass termios to set_ldisc() notificationsPeter Hurley