summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorLines
2015-03-11serial: 8250_dw: Fix deadlock in LCR workaroundPeter Hurley-3/+12
2015-03-07serial: 8250_dw: Fix get_mctrl behaviourDesmond Liu-0/+32
2015-03-07serial:8250:8250_pci: delete unneeded quirk entriesWang YanQing-14/+0
2015-03-07serial:8250:8250_pci: fix redundant entry report for WCH_CH352_2SWang YanQing-4/+0
2015-03-07Change email address for 8250_pciRussell King-1/+1
2015-03-07serial: 8250: Revert "tty: serial: 8250_core: read only RX if there is someth...Sebastian Andrzej Siewior-6/+5
2015-02-07serial: 8250: Fix UART_BUG_TXEN workaroundPeter Hurley-1/+1
2015-02-02tty/serial: serial8250_set_divisor() can be statickbuild test robot-1/+1
2015-02-02serial: 8250_omap: Use UPSTAT_AUTORTS for RTS handlingPeter Hurley-9/+7
2015-02-02serial: core: Rework hw-assisted flow control supportPeter Hurley-1/+6
2015-02-02tty/serial: 8250_early: Add support for PXA UARTsRob Herring-3/+5
2015-02-02serial: 8250: Prevent concurrent updates to shadow registersPeter Hurley-9/+9
2015-02-02serial: 8250: Use canary to restart console after suspendPeter Hurley-1/+34
2015-02-02serial: 8250: Refactor XR17V35X divisor calculationPeter Hurley-22/+30
2015-02-02serial: 8250: Refactor divisor programmingPeter Hurley-39/+48
2015-02-02serial: 8250: Refactor LCR computationPeter Hurley-11/+21
2015-02-02serial: 8250: Move UART_BUG_QUOT workaroundPeter Hurley-8/+9
2015-02-02serial: 8250_dma: don't bother DMA with small transfersAndy Shevchenko-0/+4
2015-02-02serial: 8250_core: remove redundant else keywordAndy Shevchenko-2/+4
2015-02-02serial: 8250_pnp: Enable PNP_CONSOLE for console portsPeter Hurley-1/+7
2015-02-02serial: 8250_pci: remove one useless explicit type conversionHeikki Krogerus-2/+2
2015-01-19Merge 3.19-rc5 into tty-nextGreg Kroah-Hartman-3/+26
2015-01-09serial: 8250_early: optimize early 8250 uartVineet Gupta-2/+5
2015-01-09tty: 8250: Add 64byte UART support for FSL platformsVijay Rai-1/+22
2015-01-09tty: serial: 8250: drop owner assignment from platform_driversWolfram Sang-1/+0
2015-01-09serial: 8250: add support for ACPI-probed serial port for X-Gene platformFeng Kan-0/+11
2015-01-09serial: 8250_dma: terminate transfer explicitly when timeoutAndy Shevchenko-1/+1
2015-01-09serial: omap_8250: Fix RTS handling, part BPeter Hurley-6/+9
2015-01-09serial: omap_8250: Fix RTS handlingPeter Hurley-4/+33
2015-01-09tty: serial: 8250: omap: add ttySx console if the user didn'tSebastian Andrzej Siewior-0/+59
2015-01-09tty: Add support for the WCH384 4S multi-IO cardSergej Pupykin-3/+26
2014-12-19tty: 8250_omap: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki-7/+7
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+0
2014-12-13tty / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki-2/+2
2014-11-25serial: 8250: don't attempt a trylock if in sysrqRabin Vincent-1/+3
2014-11-25serial: Fix io address assign flow with Fintek PCI-to-UART ProductPeter Hung-15/+46
2014-11-25serial: 8250_dw: Use 64-bit access for OCTEON.David Daney-14/+41
2014-11-25tty: serial: 8250: omap: line is unsigned, don't check < 0Sebastian Andrzej Siewior-7/+8
2014-11-06serial: 8250_core: actually limit char reads to max_countFrans Klaver-1/+1
2014-11-06serial: 8250_dma: no need to set tx_err twiceAndy Shevchenko-2/+0
2014-11-06serial: 8250_dma: call serial8250_tx_dma unconditionallyAndy Shevchenko-9/+6
2014-11-06serial/8250: Remove obsolete handling of rs485 ioctlsRicardo Ribalda Delgado-39/+0
2014-11-068250/fintek: Use rs485 handler from serial_coreRicardo Ribalda Delgado-3/+5
2014-11-06serial/8250: Copy RS485 fields to serial_coreRicardo Ribalda Delgado-0/+2
2014-11-06serial: 8250: sparse warning of incorrect typeSudip Mukherjee-1/+1
2014-11-06parport: Add support for the WCH382 2S/1P multi-IO cardSergej Pupykin-0/+21
2014-11-06serial: Test/disable MSIs if switching from N_PPSPeter Hurley-1/+20
2014-11-06serial: Take uart port lock for direct *_enable_ms()Peter Hurley-0/+2
2014-11-06serial: core: Pass termios to set_ldisc() notificationsPeter Hurley-2/+2