summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tty: n_gsm: fix tty registration before control channel openDaniel Starke2022-07-011-38/+79
* tty: n_gsm: fix user open not possible at responder until initiator openDaniel Starke2022-07-011-2/+29
* dt-bindings: serial: 8250: Add npcm845 compatible stringTomer Maimon2022-06-301-0/+1
* serial: 8250_dw: Use dw8250_serial_out() in dw8250_serial_out38x()Ilpo Järvinen2022-06-301-12/+6
* 8250_dwlib: Convert bitops to newer formIlpo Järvinen2022-06-301-13/+13
* serial: 8250_dw: Drop PM ifdefferyAndy Shevchenko2022-06-301-7/+3
* serial: 8250_dw: Sort headers alphabeticallyAndy Shevchenko2022-06-301-8/+9
* earlycon: prevent multiple register_console()Michael Walle2022-06-302-1/+6
* serial: 8250_dw: Take port lock while accessing LSRIlpo Järvinen2022-06-301-0/+3
* serial: 8250_port: Fix spelling mistakeZhang Jiaming2022-06-301-2/+2
* tty: serial: samsung_tty: loopback mode supportChanho Park2022-06-302-1/+9
* 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-276-4/+71
* serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen2022-06-2719-25/+38
* serial: 8250_lpss: Use 32-bit readsIlpo Järvinen2022-06-271-1/+1
* serial: 8250: create lsr_save_maskIlpo Järvinen2022-06-274-2/+7
* serial: 8250: make saved LSR largerIlpo Järvinen2022-06-277-20/+20
* serial: Consolidate BOTH_EMPTY useIlpo Järvinen2022-06-2710-33/+31
* serial: Convert SERIAL_XMIT_SIZE to UART_XMIT_SIZEIlpo Järvinen2022-06-276-19/+13
* serial: 8250: Use C99 array initializer & define UART_REG_UNMAPPEDIlpo Järvinen2022-06-271-18/+20
* serial: Use bits for UART_LSR_BRK_ERROR_BITS/MSR_ANY_DELTAIlpo Järvinen2022-06-271-2/+2
* 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
* dt-bindings: serial: snps-dw-apb-uart: Add Rockchip RK3588Sebastian Reichel2022-06-271-0/+1
* serial: kgdboc: Fix typo in commentXiang wangx2022-06-271-1/+1
* MAINTAINERS: Update DW 8250 UART maintainershipIlpo Järvinen2022-06-271-1/+2
* dt-bindings: serial: renesas,hscif: Document r8a779f0 bindingsWolfram Sang2022-06-271-0/+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-274-25/+27
* tty: Add closing marker into comment in tty_ldisc.hIlpo Järvinen2022-06-271-1/+1
* 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-276-38/+38
* 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-20695-4954/+7419
|\
| * Linux 5.19-rc3v5.19-rc3Linus Torvalds2022-06-191-1/+1
| * Merge tag 'x86-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-06-194-75/+159
| |\