summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-07-08serial: 8250_fsl: Don't report FE, PE and OE twiceUwe Kleine-König1-1/+1
2022-07-01tty: n_gsm: fix resource allocation order in gsm_activate_mux()Daniel Starke1-3/+4
2022-07-01tty: n_gsm: fix deadlock and link starvation in outgoing data pathDaniel Starke1-128/+279
2022-07-01tty: n_gsm: fix race condition in gsmld_write()Daniel Starke1-4/+17
2022-07-01tty: n_gsm: fix packet re-transmission without open control channelDaniel Starke1-1/+1
2022-07-01tty: n_gsm: fix non flow control frames during mux flow offDaniel Starke1-1/+53
2022-07-01tty: n_gsm: fix missing timer to handle stalled linksDaniel Starke1-8/+35
2022-07-01tty: n_gsm: fix wrong queuing behavior in gsm_dlci_data_output()Daniel Starke1-32/+42
2022-07-01tty: n_gsm: fix tty registration before control channel openDaniel Starke1-38/+79
2022-07-01tty: n_gsm: fix user open not possible at responder until initiator openDaniel Starke1-2/+29
2022-06-30serial: 8250_dw: Use dw8250_serial_out() in dw8250_serial_out38x()Ilpo Järvinen1-12/+6
2022-06-308250_dwlib: Convert bitops to newer formIlpo Järvinen1-13/+13
2022-06-30serial: 8250_dw: Drop PM ifdefferyAndy Shevchenko1-7/+3
2022-06-30serial: 8250_dw: Sort headers alphabeticallyAndy Shevchenko1-8/+9
2022-06-30earlycon: prevent multiple register_console()Michael Walle2-1/+6
2022-06-30serial: 8250_dw: Take port lock while accessing LSRIlpo Järvinen1-0/+3
2022-06-30serial: 8250_port: Fix spelling mistakeZhang Jiaming1-2/+2
2022-06-30tty: serial: samsung_tty: loopback mode supportChanho Park1-0/+8
2022-06-30tty: serial: samsung_tty: support more than 4 uart portsChanho Park1-57/+25
2022-06-27serial: 8250_dwlib: Support for 9th bit multipoint addressingIlpo Järvinen1-1/+101
2022-06-27serial: Support for RS-485 multipoint addressesIlpo Järvinen2-1/+25
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen18-25/+37
2022-06-27serial: 8250_lpss: Use 32-bit readsIlpo Järvinen1-1/+1
2022-06-27serial: 8250: create lsr_save_maskIlpo Järvinen3-2/+6
2022-06-27serial: 8250: make saved LSR largerIlpo Järvinen6-17/+17
2022-06-27serial: Consolidate BOTH_EMPTY useIlpo Järvinen8-29/+17
2022-06-27serial: Convert SERIAL_XMIT_SIZE to UART_XMIT_SIZEIlpo Järvinen5-13/+13
2022-06-27serial: 8250: Use C99 array initializer & define UART_REG_UNMAPPEDIlpo Järvinen1-18/+20
2022-06-27serial: msm: Rename UART_* defines to MSM_UART_*Ilpo Järvinen1-251/+250
2022-06-27serial: msm: Convert container_of UART_TO_MSM to static inlineIlpo Järvinen1-23/+26
2022-06-27serial: st-asc: remove include of pm_runtime.hClaudiu Beznea1-1/+0
2022-06-27tty: serial: atmel: remove enable/disable clock due to atmel_console_setup()Claudiu Beznea1-16/+0
2022-06-27tty: serial: atmel: use devm_clk_get()Claudiu Beznea1-35/+15
2022-06-27tty: serial: atmel: stop using legacy pm opsClaudiu Beznea1-17/+11
2022-06-27serial: kgdboc: Fix typo in commentXiang wangx1-1/+1
2022-06-27tty: serial: Fix refcount leak bug in ucc_uart.cLiang He1-0/+2
2022-06-27drivers: tty: serial: Add missing of_node_put() in serial-tegra.cLiang He1-0/+1
2022-06-27serial: Drop timeout from uart_portIlpo Järvinen2-21/+10
2022-06-27serial: 8250_pericom: Use UART_LCR_DLABIlpo Järvinen1-1/+1
2022-06-27serial: 8250: Use UART_LCR_WLEN8 instead of literalIlpo Järvinen1-1/+1
2022-06-27serial: sifive: Remove useless license text when SPDX-License-Identifier is a...Christophe JAILLET1-10/+0
2022-06-27tty/vt: consolemap: use E_TABSZ for the translations sizeJiri Slaby1-1/+1
2022-06-27tty/vt: consolemap: remove dflt reset from con_do_clear_unimap()Jiri Slaby1-2/+0
2022-06-27tty/vt: consolemap: improve UNI_*() macros definitionsJiri Slaby1-4/+13
2022-06-27tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir*Jiri Slaby5-36/+36
2022-06-27tty/vt: consolemap: saner variable names in set_inverse_transl()Jiri Slaby1-13/+13
2022-06-27tty/vt: consolemap: saner variable names in set_inverse_trans_unicode()Jiri Slaby1-5/+5
2022-06-27tty/vt: consolemap: remove unused parameter from set_inverse_trans_unicode()Jiri Slaby1-5/+4
2022-06-27tty/vt: consolemap: use ARRAY_SIZE(), part II.Jiri Slaby1-2/+2
2022-06-20Merge tag 'v5.19-rc3' into tty-nextGreg Kroah-Hartman238-1279/+2562