summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_core.c
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250: Fix UART_BUG_TXEN workaroundPeter Hurley2015-02-071-1/+1
* tty/serial: serial8250_set_divisor() can be statickbuild test robot2015-02-021-1/+1
* serial: 8250: Prevent concurrent updates to shadow registersPeter Hurley2015-02-021-9/+9
* serial: 8250: Use canary to restart console after suspendPeter Hurley2015-02-021-1/+34
* serial: 8250: Refactor XR17V35X divisor calculationPeter Hurley2015-02-021-22/+30
* serial: 8250: Refactor divisor programmingPeter Hurley2015-02-021-39/+48
* serial: 8250: Refactor LCR computationPeter Hurley2015-02-021-11/+21
* serial: 8250: Move UART_BUG_QUOT workaroundPeter Hurley2015-02-021-8/+9
* serial: 8250_core: remove redundant else keywordAndy Shevchenko2015-02-021-2/+4
* tty: 8250: Add 64byte UART support for FSL platformsVijay Rai2015-01-091-1/+22
* serial: omap_8250: Fix RTS handlingPeter Hurley2015-01-091-1/+11
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * tty: serial: 8250: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | serial: 8250: don't attempt a trylock if in sysrqRabin Vincent2014-11-251-1/+3
* | serial: 8250_core: actually limit char reads to max_countFrans Klaver2014-11-061-1/+1
* | serial/8250: Remove obsolete handling of rs485 ioctlsRicardo Ribalda Delgado2014-11-061-39/+0
* | serial/8250: Copy RS485 fields to serial_coreRicardo Ribalda Delgado2014-11-061-0/+2
* | serial: Test/disable MSIs if switching from N_PPSPeter Hurley2014-11-061-1/+20
* | serial: Take uart port lock for direct *_enable_ms()Peter Hurley2014-11-061-0/+2
* | serial: core: Pass termios to set_ldisc() notificationsPeter Hurley2014-11-061-2/+2
* | serial: of: add a PORT_RT2880 definitionJohn Crispin2014-11-061-1/+4
* | tty: serial: 8250: omap: add custom irq handlingSebastian Andrzej Siewior2014-11-051-2/+4
* | tty: serial: 8250: allow to use custom DMA implementationSebastian Andrzej Siewior2014-11-051-3/+8
* | tty: serial: 8250_dma: handle error on TX submitSebastian Andrzej Siewior2014-11-051-1/+2
* | tty: serial: 8250: make serial8250_console_setup() non _initSebastian Andrzej Siewior2014-11-051-1/+1
* | tty: serial: 8250: Fix wording in runtime-PM commentsSebastian Andrzej Siewior2014-11-051-2/+2
* | tty: serial: 8250_core: restore the LCR register in set_sleepSudhir Sreedharan2014-11-051-2/+5
|/
* Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-10-081-24/+229
|\
| * tty: serial: 8250_core: remove UART_IER_RDI in serial8250_stop_rx()Sebastian Andrzej Siewior2014-09-261-1/+1
| * tty: serial: 8250_core: use the ->line argument as a hint in serial8250_find_...Sebastian Andrzej Siewior2014-09-261-0/+5
| * tty: serial: 8250_core: read only RX if there is something in the FIFOSebastian Andrzej Siewior2014-09-261-5/+6
| * tty: serial: 8250_core: add run time pmSebastian Andrzej Siewior2014-09-261-13/+120
| * tty: serial: 8250_core: allow to set ->throttle / ->unthrottle callbacksSebastian Andrzej Siewior2014-09-261-0/+14
| * serial/8250_core: Add reference to uacess.hRicardo Ribalda Delgado2014-09-091-0/+1
| * tty: serial: 8250_core: allow to overwrite & export serial8250_startup()Sebastian Andrzej Siewior2014-09-081-2/+23
| * tty: serial: 8250_core: provide a function to export uart_8250_portSebastian Andrzej Siewior2014-09-081-0/+18
| * serial: 8250: Document serial8250_modem_status() lockingPeter Hurley2014-09-081-0/+1
| * Revert "serial: uart: add hw flow control support configuration"Peter Hurley2014-09-081-4/+2
| * serial/8250: Add support for RS485 IOCTLsRicardo Ribalda Delgado2014-09-081-0/+39
* | module: make it possible to have unsafe, tainting module paramsJani Nikula2014-08-271-1/+1
|/
* serial/uart/8250: Add tunable RX interrupt trigger I/F of FIFO buffersYoshihiro YUNOMAE2014-07-171-15/+158
* serial: 8250: introduce up_to_u8250p() helperAndy Shevchenko2014-07-171-38/+19
* serial: Fix IGNBRK handlingPeter Hurley2014-06-191-1/+1
* Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-06-031-7/+4
|\
| * serial: uart: add hw flow control support configurationMurali Karicheri2014-05-281-2/+4
| * Merge 3.15-rc3 into tty-nextGreg Kroah-Hartman2014-04-271-1/+1
| |\
| * | serial_core: Commonalize crlf when working w/ a non open console portDoug Anderson2014-04-241-5/+0
* | | tty: serial: 8250_core.c Bug fix for Exar chips.Michael Welling2014-05-031-1/+1
| |/ |/|
* | 8250_core: Fix unwanted TX chars writeLoic Poulain2014-04-241-1/+1
|/
* serial: 8250: Clean up the locking for -rtIngo Molnar2014-03-081-10/+5
OpenPOWER on IntegriCloud