summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "8250: add support for ASIX devices with a FIFO bug"Jiaqing Zhao2023-06-211-1/+0
* serial: 8250: synchronize and annotate UART_IER accessJohn Ogness2023-05-301-0/+6
* serial: 8250: Change dl_read/write to handle value as u32Ilpo Järvinen2023-05-131-2/+2
* serial: 8250: Fix serial8250_tx_empty() race with DMA TxIlpo Järvinen2023-03-291-0/+12
* serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen2022-06-271-1/+2
* serial: 8250: create lsr_save_maskIlpo Järvinen2022-06-271-1/+1
* serial: 8250: make saved LSR largerIlpo Järvinen2022-06-271-2/+2
* serial: 8250: Create serial8250_em485_supported for em485 usersIlpo Järvinen2022-06-101-0/+1
* serial: 8250: Create serial_lsr_in()Ilpo Järvinen2022-06-101-0/+20
* Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-031-0/+41
|\
| * serial: 8250: Export ICR access helpers for internal useMaciej W. Rozycki2022-05-051-0/+22
| * serial: 8250: dma: Allow driver operations before starting DMA transfersMiquel Raynal2022-04-261-0/+18
| * serial: 8250: Handle UART without interrupt on TEMT using em485Eric Tremblay2022-04-151-0/+1
* | serial: 8250/omap1: include linux/soc/ti/omap1-soc.hArnd Bergmann2022-04-211-0/+1
|/
* serial: 8250: Move Alpha-specific quirk out of the coreLukas Wunner2021-12-301-10/+2
* serial: 8250: Use BIT(x) for UART_{CAP,BUG}_*Andrew Jeffery2021-05-201-16/+17
* serial: 8250: Add UART_BUG_TXRACE workaround for Aspeed VUARTAndrew Jeffery2021-05-201-0/+1
* serial: 8250: Generalize rs485 software emulationLukas Wunner2020-03-071-0/+2
* serial: 8250: Deduplicate ->rs485_config() callbackLukas Wunner2020-03-071-1/+1
* tty: serial: Use the correct style for SPDX License IdentifierNishad Kamdar2020-03-071-1/+1
* tty/serial/8250: use mctrl_gpio helpersYegor Yefremov2019-06-211-1/+17
* serial: 8250: Add MSR/MCR TIOCM conversion wrapper functionsStefan Roese2019-06-181-0/+54
* serial: 8250: factor out serial8250_{set,clear}_THRI() helpersAndy Shevchenko2019-06-181-0/+18
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-5/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* serial: 8250: Add CAP_MINI, set for bcm2835auxPhil Elwell2017-05-241-0/+3
* serial: 8250: Add IrDA to UART capabilitiesEd Blake2016-11-161-0/+1
* serial: 8250_port: export serial8250_rpm_{get|put}_tx()Andy Shevchenko2016-11-161-0/+5
* Merge 4.8-rc5 into tty-nextGreg Kroah-Hartman2016-09-051-34/+1
|\
| * Revert "tty/serial/8250: use mctrl_gpio helpers"Andy Shevchenko2016-08-311-34/+1
* | serial: 8250_dma: adjust DMA address of the UARTAndy Shevchenko2016-08-311-0/+5
|/
* tty/serial/8250: use mctrl_gpio helpersYegor Yefremov2016-06-251-1/+34
* tty/serial/8250: make UART_MCR register access consistentYegor Yefremov2016-06-251-0/+10
* tty: 8250, kill DEBUG_INTRJiri Slaby2016-06-251-6/+0
* tty: 8250, drop unused members from struct old_serial_portJiri Slaby2016-06-251-2/+0
* serial: 8250: Integrate Fintek into 8250_baseRicardo Ribalda Delgado2016-04-301-0/+6
* serial: 8250: Extract IIR logic steering from rx dmaPeter Hurley2016-04-301-3/+5
* serial: 8250: Remove unused definePeter Hurley2016-04-301-1/+0
* tty: serial: 8250: Add generic port init macroAnton Wuerfel2016-02-061-0/+12
* tty: Add software emulated RS485 support for 8250Matwey V. Kornilov2016-02-061-0/+2
* serial: 8250: move rx_running out of the bitfieldJohn Ogness2015-08-141-3/+3
* serial: 8250: Split base port operations from universal driverPeter Hurley2015-07-231-0/+11
* serial: 8250: Decouple RSA probePeter Hurley2015-03-261-3/+0
* serial: 8250: Move ns16550a_goto_hispeed() to local headerPeter Hurley2015-03-261-1/+17
* serial, x86: use UPF_* constants for flagsAndy Shevchenko2015-03-111-1/+1
* serial: 8250: sparse warning of incorrect typeSudip Mukherjee2014-11-061-1/+1
* tty: serial: 8250: omap: add custom irq handlingSebastian Andrzej Siewior2014-11-051-0/+2
* tty: serial: 8250: allow to use custom DMA implementationSebastian Andrzej Siewior2014-11-051-0/+3
* tty: serial: 8250_dma: keep own book keeping about RX transfersSebastian Andrzej Siewior2014-11-051-0/+1
* tty: serial: 8250_dma: handle error on TX submitSebastian Andrzej Siewior2014-11-051-0/+1