summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2021-05-27tty: serial: 8250: serial_cs: Fix a memory leak in error handling pathChristophe JAILLET1-1/+10
2021-05-21Revert "serial: sh-sci: Add support for RZ/G2L SoC"Greg Kroah-Hartman2-12/+0
2021-05-20tty: serial: xilinx_uartps: Fix documentation for cdns_uart_clk_notifier_cb()Lee Jones1-1/+1
2021-05-20tty: serial: st-asc: Demote a kernel-doc formatting abuseLee Jones1-1/+1
2021-05-20tty/serial: make port of serial8250_register_8250_port constJiri Slaby1-2/+2
2021-05-20tty/serial: clean up uart_match_portJiri Slaby1-7/+9
2021-05-20serial: liteuart: Add support for earlyconStafford Horne2-0/+22
2021-05-20serial: sc16is7xx: Use devm_clk_get_optional()Andy Shevchenko1-13/+13
2021-05-20serial: max310x: Try to get crystal clock rate from propertyAndy Shevchenko1-14/+26
2021-05-20serial: drop irq-flags initialisationsJohan Hovold7-15/+15
2021-05-20serial: kgdb_nmi: remove redundant initialization of variable cColin Ian King1-1/+1
2021-05-20serial: sh-sci: Add support for RZ/G2L SoCBiju Das2-0/+12
2021-05-20tty: serial: meson: retrieve port FIFO size from DTNeil Armstrong1-1/+4
2021-05-13tty: serial: sb1250-duart: include <linux/io.h> instead of <asm/io.h>Zihao Tang1-1/+1
2021-05-13tty: serial: vr41xx_siu: include <linux/io.h> instead of <asm/io.h>Zihao Tang1-1/+1
2021-05-13tty: serial: sunzilog: include <linux/io.h> instead of <asm/io.h>Zihao Tang1-1/+1
2021-05-13tty: serial: sunsu: include <linux/io.h> instead of <asm/io.h>Zihao Tang1-1/+1
2021-05-13tty: serial: sunsab: include <linux/io.h> instead of <asm/io.h>Zihao Tang1-1/+1
2021-05-13tty: serial: txx9: include <linux/io.h> instead of <asm/io.h>Zihao Tang1-1/+1
2021-05-13tty: serial: pmac_zilog: include <linux/io.h> insteiad of <asm/io.h>Zihao Tang1-1/+1
2021-05-13tty: serial: mux: include <linux/io.h> instead of <asm/io.h>Zihao Tang1-1/+1
2021-05-13tty: serial: ip22zilog: include <linux/io.h> instead of <asm/io.h>Zihao Tang1-1/+1
2021-05-13tty: serial: icom: include <linux/io.h> instead of <asm/io.h>Zihao Tang1-1/+1
2021-05-13tty: serial: dz: include <linux/io.h> instead of <asm/io.h>Zihao Tang1-1/+1
2021-05-13tty: serial: atmel: include <linux/io.h> instead of <asm/io.h>Zihao Tang1-1/+1
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby1-2/+2
2021-05-13tty: make tty_buffer_space_avail return uintJiri Slaby1-2/+2
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby2-3/+3
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby2-2/+2
2021-05-13serial: 8250_omap: fix a timeout loop conditionDan Carpenter1-1/+1
2021-05-13serial: 8250: Add an empty line and remove some useless {}Christophe JAILLET1-2/+3
2021-05-13serial: 8250: Use 'hlist_for_each_entry' to simplify codeChristophe JAILLET1-14/+4
2021-05-13serial: meson: remove redundant initialization of variable idColin Ian King1-1/+2
2021-05-13serial: 8250: of: Check for CONFIG_SERIAL_8250_BCM7271Jim Quinlan1-0/+4
2021-05-13serial: qcom_geni_serial: redundant initialization to variable lineColin Ian King1-1/+1
2021-05-13serial: 8250_aspeed_vuart: use UPF_IOREMAP to set up register mappingZev Weiss1-8/+3
2021-05-13serial: 8250_aspeed_vuart: initialize vuart->port in aspeed_vuart_probe()Zev Weiss1-3/+2
2021-05-13serial: 8250_aspeed_vuart: factor out aspeed_vuart_{read, write}b() helper fu...Zev Weiss1-14/+24
2021-05-13tty: serial: samsung_tty: remove set but not used variablesTian Tao1-2/+1
2021-05-13serial: fsl_lpuart: disable DMA for console and fix sysrqMichael Walle1-0/+6
2021-05-13serial: fsl_lpuart: add loopback supportMichael Walle1-2/+34
2021-05-13serial: fsl_lpuart: remove manual RTSCTS control from 8-bit LPUARTMichael Walle1-27/+1
2021-05-13serial: fsl_lpuart: remove RTSCTS handling from get_mctrl()Michael Walle1-11/+1
2021-05-13serial: fsl_lpuart: handle break and make sysrq workMichael Walle1-8/+24
2021-05-13serial: fsl_lpuart: split sysrq handlingMichael Walle1-6/+6
2021-05-13serial: fsl_lpuart: don't restore interrupt state in ISRMichael Walle1-14/+8
2021-05-13serial: fsl_lpuart: use UARTDATA_MASK macroMichael Walle1-2/+2
2021-05-13serial: fsl_lpuart: don't modify arbitrary data on lpuart32Michael Walle1-1/+1
2021-05-13tty: serial: fsl_lpuart: fix the potential risk of division or modulo by zeroSherry Sun1-0/+3
2021-04-27Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-15/+8