summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen19-25/+38
2022-06-27serial: 8250_lpss: Use 32-bit readsIlpo Järvinen1-1/+1
2022-06-27serial: 8250: create lsr_save_maskIlpo Järvinen4-2/+7
2022-06-27serial: 8250: make saved LSR largerIlpo Järvinen7-20/+20
2022-06-27serial: Consolidate BOTH_EMPTY useIlpo Järvinen10-33/+31
2022-06-27serial: Convert SERIAL_XMIT_SIZE to UART_XMIT_SIZEIlpo Järvinen6-19/+13
2022-06-27serial: 8250: Use C99 array initializer & define UART_REG_UNMAPPEDIlpo Järvinen1-18/+20
2022-06-27serial: Use bits for UART_LSR_BRK_ERROR_BITS/MSR_ANY_DELTAIlpo Järvinen1-2/+2
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-27dt-bindings: serial: snps-dw-apb-uart: Add Rockchip RK3588Sebastian Reichel1-0/+1
2022-06-27serial: kgdboc: Fix typo in commentXiang wangx1-1/+1
2022-06-27MAINTAINERS: Update DW 8250 UART maintainershipIlpo Järvinen1-1/+2
2022-06-27dt-bindings: serial: renesas,hscif: Document r8a779f0 bindingsWolfram Sang1-0/+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ärvinen4-25/+27
2022-06-27tty: Add closing marker into comment in tty_ldisc.hIlpo Järvinen1-1/+1
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 Slaby6-38/+38
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-Hartman695-4954/+7419
2022-06-19Linux 5.19-rc3v5.19-rc3Linus Torvalds1-1/+1
2022-06-19Merge tag 'x86-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-75/+159
2022-06-19Merge tag 'objtool-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-19/+55
2022-06-19Merge tag 'sched-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+38
2022-06-19Merge tag 'locking-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2022-06-19Merge tag 'irq-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-6/+23
2022-06-19Merge tag 'char-misc-5.19-rc3-take2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-5/+14
2022-06-19Merge tag 'i2c-for-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-10/+22
2022-06-19Merge tag 'xfs-5.19-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds7-25/+37
2022-06-18Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds26-895/+947
2022-06-18Merge tag '5.19-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-0/+43
2022-06-18ext4: fix a doubled word "need" in a commentXiang wangx1-1/+1
2022-06-18ext4: add reserved GDT blocks checkZhang Yi1-0/+10
2022-06-18ext4: make variable "count" signedDing Xiang1-1/+2
2022-06-18ext4: correct the judgment of BUG in ext4_mb_normalize_requestBaokun Li1-1/+16
2022-06-18ext4: fix bug_on ext4_mb_use_inode_paBaokun Li1-0/+9