aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-3/+0
2014-11-25serial: 8250: don't attempt a trylock if in sysrqRabin Vincent1-1/+3
2014-11-25serial: Fix io address assign flow with Fintek PCI-to-UART ProductPeter Hung1-15/+46
2014-11-25serial: 8250_dw: Use 64-bit access for OCTEON.David Daney1-14/+41
2014-11-25tty: serial: 8250: omap: line is unsigned, don't check < 0Sebastian Andrzej Siewior1-7/+8
2014-11-06serial: 8250_core: actually limit char reads to max_countFrans Klaver1-1/+1
2014-11-06serial: 8250_dma: no need to set tx_err twiceAndy Shevchenko1-2/+0
2014-11-06serial: 8250_dma: call serial8250_tx_dma unconditionallyAndy Shevchenko1-9/+6
2014-11-06serial/8250: Remove obsolete handling of rs485 ioctlsRicardo Ribalda Delgado1-39/+0
2014-11-068250/fintek: Use rs485 handler from serial_coreRicardo Ribalda Delgado1-3/+5
2014-11-06serial/8250: Copy RS485 fields to serial_coreRicardo Ribalda Delgado1-0/+2
2014-11-06serial: 8250: sparse warning of incorrect typeSudip Mukherjee1-1/+1
2014-11-06parport: Add support for the WCH382 2S/1P multi-IO cardSergej Pupykin1-0/+21
2014-11-06serial: Test/disable MSIs if switching from N_PPSPeter Hurley1-1/+20
2014-11-06serial: Take uart port lock for direct *_enable_ms()Peter Hurley1-0/+2
2014-11-06serial: core: Pass termios to set_ldisc() notificationsPeter Hurley1-2/+2
2014-11-06serial: 8250_dw: get index of serial line from DT aliasesJulien CHAUVEAU1-0/+6
2014-11-06serial: 8250_pci: Check mapping in pci_ni8430_initAaron Sierra1-0/+2
2014-11-06serial: 8250_pci: Handle devices mapped above 4 GiBAaron Sierra1-30/+17
2014-11-06tty: serial: Fix mediatek UART driver setting baudrate issueEddie Huang1-2/+2
2014-11-06serial: ralink: adds Mediatek MT7620 serialJohn Crispin1-1/+1
2014-11-06serial: of: add a PORT_RT2880 definitionJohn Crispin1-1/+4
2014-11-05serial: 8250_em: Remove out-of-memory messagePeter Hurley1-3/+1
2014-11-05serial: hp300: Remove obsolete commentsPeter Hurley1-4/+0
2014-11-05serial: 8250_dw: Add DMA support for non-ACPI platformsRay Jui1-0/+8
2014-11-05tty: serial: 8250: omap: add dma supportSebastian Andrzej Siewior1-0/+71
2014-11-05tty: serial: 8250: omap: add custom irq handlingSebastian Andrzej Siewior3-2/+61
2014-11-05tty: serial: 8250_omap: add custom DMA-RX callbackSebastian Andrzej Siewior1-0/+96
2014-11-05tty: serial: 8250_omap: add custom DMA-TX callbackSebastian Andrzej Siewior1-0/+144
2014-11-05tty: serial: 8250: allow to use custom DMA implementationSebastian Andrzej Siewior3-5/+11
2014-11-05tty: serial: 8250_dma: keep own book keeping about RX transfersSebastian Andrzej Siewior2-6/+5
2014-11-05tty: serial: 8250_dma: handle error on TX submitSebastian Andrzej Siewior3-6/+28
2014-11-05tty: serial: Add 8250-core based omap driverSebastian Andrzej Siewior3-0/+924
2014-11-05tty: serial: 8250: make serial8250_console_setup() non _initSebastian Andrzej Siewior1-1/+1
2014-11-05tty: serial: 8250: Fix wording in runtime-PM commentsSebastian Andrzej Siewior1-2/+2
2014-11-058250_pci: Added driver for Endrun Technologies PTP PCIe card.Mike Skoog1-0/+67
2014-11-05tty: serial: 8250_core: restore the LCR register in set_sleepSudhir Sreedharan1-2/+5
2014-10-20tty: serial: 8250: drop owner assignment from platform_driversWolfram Sang3-3/+0
2014-10-18Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds3-20/+71
2014-10-08Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds8-38/+814
2014-10-07Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2014-09-28serial: 8250_pci: remove rts_n override from Baytrail quirkHeikki Krogerus1-13/+0
2014-09-28serial: 8250: Add Quark X1000 to 8250_pci.cBryan O'Donoghue1-0/+21
2014-09-26tty: serial: 8250_core: remove UART_IER_RDI in serial8250_stop_rx()Sebastian Andrzej Siewior1-1/+1
2014-09-26tty: serial: 8250_core: use the ->line argument as a hint in serial8250_find_match_or_unused()Sebastian Andrzej Siewior1-0/+5
2014-09-26tty: serial: 8250_core: read only RX if there is something in the FIFOSebastian Andrzej Siewior1-5/+6
2014-09-26tty: serial: 8250_core: add run time pmSebastian Andrzej Siewior2-13/+121
2014-09-26tty: serial: 8250_core: allow to set ->throttle / ->unthrottle callbacksSebastian Andrzej Siewior1-0/+14
2014-09-14Merge 3.17-rc5 into tty-nextGreg Kroah-Hartman1-0/+1
2014-09-11serial: 8250_pci: Add PCI IDs for Intel BraswellAlan Cox1-0/+27