| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "8250: add support for ASIX devices with a FIFO bug" | Jiaqing Zhao | 2023-06-21 | 1 | -1/+0 |
* | serial: 8250: synchronize and annotate UART_IER access | John Ogness | 2023-05-30 | 1 | -0/+6 |
* | serial: 8250: Change dl_read/write to handle value as u32 | Ilpo Järvinen | 2023-05-13 | 1 | -2/+2 |
* | serial: 8250: Fix serial8250_tx_empty() race with DMA Tx | Ilpo Järvinen | 2023-03-29 | 1 | -0/+12 |
* | serial: take termios_rwsem for ->rs485_config() & pass termios as param | Ilpo Järvinen | 2022-06-27 | 1 | -1/+2 |
* | serial: 8250: create lsr_save_mask | Ilpo Järvinen | 2022-06-27 | 1 | -1/+1 |
* | serial: 8250: make saved LSR larger | Ilpo Järvinen | 2022-06-27 | 1 | -2/+2 |
* | serial: 8250: Create serial8250_em485_supported for em485 users | Ilpo Järvinen | 2022-06-10 | 1 | -0/+1 |
* | serial: 8250: Create serial_lsr_in() | Ilpo Järvinen | 2022-06-10 | 1 | -0/+20 |
* | Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2022-06-03 | 1 | -0/+41 |
|\ |
|
| * | serial: 8250: Export ICR access helpers for internal use | Maciej W. Rozycki | 2022-05-05 | 1 | -0/+22 |
| * | serial: 8250: dma: Allow driver operations before starting DMA transfers | Miquel Raynal | 2022-04-26 | 1 | -0/+18 |
| * | serial: 8250: Handle UART without interrupt on TEMT using em485 | Eric Tremblay | 2022-04-15 | 1 | -0/+1 |
* | | serial: 8250/omap1: include linux/soc/ti/omap1-soc.h | Arnd Bergmann | 2022-04-21 | 1 | -0/+1 |
|/ |
|
* | serial: 8250: Move Alpha-specific quirk out of the core | Lukas Wunner | 2021-12-30 | 1 | -10/+2 |
* | serial: 8250: Use BIT(x) for UART_{CAP,BUG}_* | Andrew Jeffery | 2021-05-20 | 1 | -16/+17 |
* | serial: 8250: Add UART_BUG_TXRACE workaround for Aspeed VUART | Andrew Jeffery | 2021-05-20 | 1 | -0/+1 |
* | serial: 8250: Generalize rs485 software emulation | Lukas Wunner | 2020-03-07 | 1 | -0/+2 |
* | serial: 8250: Deduplicate ->rs485_config() callback | Lukas Wunner | 2020-03-07 | 1 | -1/+1 |
* | tty: serial: Use the correct style for SPDX License Identifier | Nishad Kamdar | 2020-03-07 | 1 | -1/+1 |
* | tty/serial/8250: use mctrl_gpio helpers | Yegor Yefremov | 2019-06-21 | 1 | -1/+17 |
* | serial: 8250: Add MSR/MCR TIOCM conversion wrapper functions | Stefan Roese | 2019-06-18 | 1 | -0/+54 |
* | serial: 8250: factor out serial8250_{set,clear}_THRI() helpers | Andy Shevchenko | 2019-06-18 | 1 | -0/+18 |
* | tty: serial: Remove redundant license text | Greg Kroah-Hartman | 2017-11-08 | 1 | -5/+0 |
* | tty: add SPDX identifiers to all remaining files in drivers/tty/ | Greg Kroah-Hartman | 2017-11-08 | 1 | -0/+1 |
* | serial: 8250: Add CAP_MINI, set for bcm2835aux | Phil Elwell | 2017-05-24 | 1 | -0/+3 |
* | serial: 8250: Add IrDA to UART capabilities | Ed Blake | 2016-11-16 | 1 | -0/+1 |
* | serial: 8250_port: export serial8250_rpm_{get|put}_tx() | Andy Shevchenko | 2016-11-16 | 1 | -0/+5 |
* | Merge 4.8-rc5 into tty-next | Greg Kroah-Hartman | 2016-09-05 | 1 | -34/+1 |
|\ |
|
| * | Revert "tty/serial/8250: use mctrl_gpio helpers" | Andy Shevchenko | 2016-08-31 | 1 | -34/+1 |
* | | serial: 8250_dma: adjust DMA address of the UART | Andy Shevchenko | 2016-08-31 | 1 | -0/+5 |
|/ |
|
* | tty/serial/8250: use mctrl_gpio helpers | Yegor Yefremov | 2016-06-25 | 1 | -1/+34 |
* | tty/serial/8250: make UART_MCR register access consistent | Yegor Yefremov | 2016-06-25 | 1 | -0/+10 |
* | tty: 8250, kill DEBUG_INTR | Jiri Slaby | 2016-06-25 | 1 | -6/+0 |
* | tty: 8250, drop unused members from struct old_serial_port | Jiri Slaby | 2016-06-25 | 1 | -2/+0 |
* | serial: 8250: Integrate Fintek into 8250_base | Ricardo Ribalda Delgado | 2016-04-30 | 1 | -0/+6 |
* | serial: 8250: Extract IIR logic steering from rx dma | Peter Hurley | 2016-04-30 | 1 | -3/+5 |
* | serial: 8250: Remove unused define | Peter Hurley | 2016-04-30 | 1 | -1/+0 |
* | tty: serial: 8250: Add generic port init macro | Anton Wuerfel | 2016-02-06 | 1 | -0/+12 |
* | tty: Add software emulated RS485 support for 8250 | Matwey V. Kornilov | 2016-02-06 | 1 | -0/+2 |
* | serial: 8250: move rx_running out of the bitfield | John Ogness | 2015-08-14 | 1 | -3/+3 |
* | serial: 8250: Split base port operations from universal driver | Peter Hurley | 2015-07-23 | 1 | -0/+11 |
* | serial: 8250: Decouple RSA probe | Peter Hurley | 2015-03-26 | 1 | -3/+0 |
* | serial: 8250: Move ns16550a_goto_hispeed() to local header | Peter Hurley | 2015-03-26 | 1 | -1/+17 |
* | serial, x86: use UPF_* constants for flags | Andy Shevchenko | 2015-03-11 | 1 | -1/+1 |
* | serial: 8250: sparse warning of incorrect type | Sudip Mukherjee | 2014-11-06 | 1 | -1/+1 |
* | tty: serial: 8250: omap: add custom irq handling | Sebastian Andrzej Siewior | 2014-11-05 | 1 | -0/+2 |
* | tty: serial: 8250: allow to use custom DMA implementation | Sebastian Andrzej Siewior | 2014-11-05 | 1 | -0/+3 |
* | tty: serial: 8250_dma: keep own book keeping about RX transfers | Sebastian Andrzej Siewior | 2014-11-05 | 1 | -0/+1 |
* | tty: serial: 8250_dma: handle error on TX submit | Sebastian Andrzej Siewior | 2014-11-05 | 1 | -0/+1 |