summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
| * tty: serial: samsung_tty: loopback mode supportChanho Park2022-06-301-0/+8
| * tty: serial: samsung_tty: support more than 4 uart portsChanho Park2022-06-301-57/+25
| * serial: 8250_dwlib: Support for 9th bit multipoint addressingIlpo Järvinen2022-06-271-1/+101
| * serial: Support for RS-485 multipoint addressesIlpo Järvinen2022-06-272-1/+25
| * serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen2022-06-2718-25/+37
| * serial: 8250_lpss: Use 32-bit readsIlpo Järvinen2022-06-271-1/+1
| * serial: 8250: create lsr_save_maskIlpo Järvinen2022-06-273-2/+6
| * serial: 8250: make saved LSR largerIlpo Järvinen2022-06-276-17/+17
| * serial: Consolidate BOTH_EMPTY useIlpo Järvinen2022-06-277-27/+16
| * serial: Convert SERIAL_XMIT_SIZE to UART_XMIT_SIZEIlpo Järvinen2022-06-275-13/+13
| * serial: 8250: Use C99 array initializer & define UART_REG_UNMAPPEDIlpo Järvinen2022-06-271-18/+20
| * serial: msm: Rename UART_* defines to MSM_UART_*Ilpo Järvinen2022-06-271-251/+250
| * serial: msm: Convert container_of UART_TO_MSM to static inlineIlpo Järvinen2022-06-271-23/+26
| * serial: st-asc: remove include of pm_runtime.hClaudiu Beznea2022-06-271-1/+0
| * tty: serial: atmel: remove enable/disable clock due to atmel_console_setup()Claudiu Beznea2022-06-271-16/+0
| * tty: serial: atmel: use devm_clk_get()Claudiu Beznea2022-06-271-35/+15
| * tty: serial: atmel: stop using legacy pm opsClaudiu Beznea2022-06-271-17/+11
| * serial: kgdboc: Fix typo in commentXiang wangx2022-06-271-1/+1
| * tty: serial: Fix refcount leak bug in ucc_uart.cLiang He2022-06-271-0/+2
| * drivers: tty: serial: Add missing of_node_put() in serial-tegra.cLiang He2022-06-271-0/+1
| * serial: Drop timeout from uart_portIlpo Järvinen2022-06-272-21/+10
| * serial: 8250_pericom: Use UART_LCR_DLABIlpo Järvinen2022-06-271-1/+1
| * serial: 8250: Use UART_LCR_WLEN8 instead of literalIlpo Järvinen2022-06-271-1/+1
| * serial: sifive: Remove useless license text when SPDX-License-Identifier is a...Christophe JAILLET2022-06-271-10/+0
| * tty/vt: consolemap: use E_TABSZ for the translations sizeJiri Slaby2022-06-271-1/+1
| * tty/vt: consolemap: remove dflt reset from con_do_clear_unimap()Jiri Slaby2022-06-271-2/+0
| * tty/vt: consolemap: improve UNI_*() macros definitionsJiri Slaby2022-06-271-4/+13
| * tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir*Jiri Slaby2022-06-272-27/+27
| * tty/vt: consolemap: saner variable names in set_inverse_transl()Jiri Slaby2022-06-271-13/+13
| * tty/vt: consolemap: saner variable names in set_inverse_trans_unicode()Jiri Slaby2022-06-271-5/+5
| * tty/vt: consolemap: remove unused parameter from set_inverse_trans_unicode()Jiri Slaby2022-06-271-5/+4
| * tty/vt: consolemap: use ARRAY_SIZE(), part II.Jiri Slaby2022-06-271-2/+2
| * Merge tag 'v5.19-rc3' into tty-nextGreg Kroah-Hartman2022-06-205-5/+11
| |\
| * | tty: Use flow-control char function on closing pathIlpo Järvinen2022-06-101-9/+4
| * | tty: Implement lookahead to process XON/XOFF timelyIlpo Järvinen2022-06-103-25/+146
| * | serial: 8250: Remove serial_rs485 sanitization from em485Ilpo Järvinen2022-06-101-16/+2
| * | serial: sc16is7xx: Remove serial_rs485 assignmentIlpo Järvinen2022-06-101-1/+0
| * | serial: mcf: Remove serial_rs485 assignmentIlpo Järvinen2022-06-101-1/+0
| * | serial: 8250_exar: Remove serial_rs485 assignmentIlpo Järvinen2022-06-101-2/+0
| * | serial: max310x: Remove serial_rs485 sanitizationIlpo Järvinen2022-06-101-2/+0
| * | serial: imx: Remove serial_rs485 sanitizationIlpo Järvinen2022-06-101-4/+0
| * | serial: fsl_lpuart: Call core's sanitization and remove custom oneIlpo Järvinen2022-06-101-17/+0
| * | serial: pl011: Remove serial_rs485 sanitizationIlpo Järvinen2022-06-101-5/+0
| * | serial: 8250_pci: Remove serial_rs485 sanitizationIlpo Järvinen2022-06-101-14/+0
| * | serial: 8250: lpc18xx: Remove serial_rs485 sanitizationIlpo Järvinen2022-06-101-13/+0
| * | serial: 8250_fintek: Remove serial_rs485 sanitizationIlpo Järvinen2022-06-101-14/+0
| * | serial: 8250_dwlib: Remove serial_rs485 sanitizationIlpo Järvinen2022-06-101-10/+0
| * | serial: return -EINVAL for non-legacy RS485 flagsIlpo Järvinen2022-06-101-0/+24
| * | serial: Clear rs485 struct when non-RS485 mode is setIlpo Järvinen2022-06-101-1/+11
| * | serial: Sanitize rs485_structIlpo Järvinen2022-06-101-4/+29