aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/tty/serial/8250/8250.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-03alpha: remove DECpc AXP150 (Jensen) supportArnd Bergmann1-3/+0
2023-06-21Revert "8250: add support for ASIX devices with a FIFO bug"Jiaqing Zhao1-1/+0
2023-05-30serial: 8250: synchronize and annotate UART_IER accessJohn Ogness1-0/+6
2023-05-13serial: 8250: Change dl_read/write to handle value as u32Ilpo Järvinen1-2/+2
2023-03-29serial: 8250: Fix serial8250_tx_empty() race with DMA TxIlpo Järvinen1-0/+12
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen1-1/+2
2022-06-27serial: 8250: create lsr_save_maskIlpo Järvinen1-1/+1
2022-06-27serial: 8250: make saved LSR largerIlpo Järvinen1-2/+2
2022-06-10serial: 8250: Create serial8250_em485_supported for em485 usersIlpo Järvinen1-0/+1
2022-06-10serial: 8250: Create serial_lsr_in()Ilpo Järvinen1-0/+20
2022-06-03Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+41
2022-05-05serial: 8250: Export ICR access helpers for internal useMaciej W. Rozycki1-0/+22
2022-04-26serial: 8250: dma: Allow driver operations before starting DMA transfersMiquel Raynal1-0/+18
2022-04-21serial: 8250/omap1: include linux/soc/ti/omap1-soc.hArnd Bergmann1-0/+1
2022-04-15serial: 8250: Handle UART without interrupt on TEMT using em485Eric Tremblay1-0/+1
2021-12-30serial: 8250: Move Alpha-specific quirk out of the coreLukas Wunner1-10/+2
2021-05-20serial: 8250: Use BIT(x) for UART_{CAP,BUG}_*Andrew Jeffery1-16/+17
2021-05-20serial: 8250: Add UART_BUG_TXRACE workaround for Aspeed VUARTAndrew Jeffery1-0/+1
2020-03-07serial: 8250: Generalize rs485 software emulationLukas Wunner1-0/+2
2020-03-07serial: 8250: Deduplicate ->rs485_config() callbackLukas Wunner1-1/+1
2020-03-07tty: serial: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2019-06-21tty/serial/8250: use mctrl_gpio helpersYegor Yefremov1-1/+17
2019-06-18serial: 8250: Add MSR/MCR TIOCM conversion wrapper functionsStefan Roese1-0/+54
2019-06-18serial: 8250: factor out serial8250_{set,clear}_THRI() helpersAndy Shevchenko1-0/+18
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-05-24serial: 8250: Add CAP_MINI, set for bcm2835auxPhil Elwell1-0/+3
2016-11-16serial: 8250: Add IrDA to UART capabilitiesEd Blake1-0/+1
2016-11-16serial: 8250_port: export serial8250_rpm_{get|put}_tx()Andy Shevchenko1-0/+5
2016-09-05Merge 4.8-rc5 into tty-nextGreg Kroah-Hartman1-34/+1
2016-08-31serial: 8250_dma: adjust DMA address of the UARTAndy Shevchenko1-0/+5
2016-08-31Revert "tty/serial/8250: use mctrl_gpio helpers"Andy Shevchenko1-34/+1
2016-06-25tty/serial/8250: use mctrl_gpio helpersYegor Yefremov1-1/+34
2016-06-25tty/serial/8250: make UART_MCR register access consistentYegor Yefremov1-0/+10
2016-06-25tty: 8250, kill DEBUG_INTRJiri Slaby1-6/+0
2016-06-25tty: 8250, drop unused members from struct old_serial_portJiri Slaby1-2/+0
2016-04-30serial: 8250: Integrate Fintek into 8250_baseRicardo Ribalda Delgado1-0/+6
2016-04-30serial: 8250: Extract IIR logic steering from rx dmaPeter Hurley1-3/+5
2016-04-30serial: 8250: Remove unused definePeter Hurley1-1/+0
2016-02-06tty: serial: 8250: Add generic port init macroAnton Wuerfel1-0/+12
2016-02-06tty: Add software emulated RS485 support for 8250Matwey V. Kornilov1-0/+2
2015-08-14serial: 8250: move rx_running out of the bitfieldJohn Ogness1-3/+3
2015-07-23serial: 8250: Split base port operations from universal driverPeter Hurley1-0/+11
2015-03-26serial: 8250: Decouple RSA probePeter Hurley1-3/+0
2015-03-26serial: 8250: Move ns16550a_goto_hispeed() to local headerPeter Hurley1-1/+17
2015-03-11serial, x86: use UPF_* constants for flagsAndy Shevchenko1-1/+1
2014-11-06serial: 8250: sparse warning of incorrect typeSudip Mukherjee1-1/+1
2014-11-05tty: serial: 8250: omap: add custom irq handlingSebastian Andrzej Siewior1-0/+2
2014-11-05tty: serial: 8250: allow to use custom DMA implementationSebastian Andrzej Siewior1-0/+3
2014-11-05tty: serial: 8250_dma: keep own book keeping about RX transfersSebastian Andrzej Siewior1-0/+1