aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2023-03-17serial: Use ARRAY_SIZE() with iso7816 reserved arrayIlpo Järvinen1-1/+2
2023-03-16serial: sprd: Drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-16serial: sh-sci: mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
2023-03-16serial: Use of_property_read_bool() for boolean propertiesRob Herring3-12/+8
2023-03-16serial: Use of_property_present() for testing DT property presenceRob Herring3-5/+4
2023-03-09serial: sc16is7xx: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2023-03-09tty: vt: protect KD_FONT_OP_GET_TALL from unbound accessSamuel Thibault1-0/+3
2023-03-09tty: ipwireless: move Kconfig entry to ttyJiri Slaby1-0/+9
2023-03-09serial: qcom-geni: drop bogus uart_write_wakeup()Johan Hovold1-4/+0
2023-03-09serial: qcom-geni: fix mapping of empty DMA bufferJohan Hovold1-0/+3
2023-03-09serial: qcom-geni: fix DMA mapping leak on shutdownJohan Hovold1-1/+1
2023-03-09serial: qcom-geni: fix console shutdown hangJohan Hovold1-0/+4
2023-03-09serial: 8250_em: Add serial8250_em_{reg_update(),out_helper()}Biju Das1-2/+65
2023-03-09serial: 8250_em: Use pseudo offset for UART_FCRBiju Das1-1/+13
2023-03-09serial: 8250_em: Use devm_clk_get_enabled()Biju Das1-10/+6
2023-03-09serial: 8250_em: Add missing break statementBiju Das1-0/+1
2023-03-09serial: 8250_em: Drop unused header fileBiju Das1-1/+0
2023-03-09serial: 8250_em: Simplify probe()Biju Das1-13/+9
2023-03-09serial: 8250_em: Fix UART port typeBiju Das1-2/+2
2023-03-09tty: serial: meson: Add a new compatible string for the G12A SoCMartin Blumenstingl1-2/+6
2023-03-09serial: stm32: Re-assert RTS/DE GPIO in RS485 mode only if more data are transmittedMarek Vasut1-2/+3
2023-03-09serial: stm32: Remove unused struct stm32_port txdone elementMarek Vasut2-2/+0
2023-03-09tty: simplify sysctl registrationLuis Chamberlain1-19/+1
2023-03-09serial: imx: Drop a few unneeded castsUwe Kleine-König1-11/+6
2023-03-09tty: tty_ldisc: Remove the ret variableLi zeming1-2/+1
2023-03-09serdev: Set fwnode for serdev devicesSaravana Kannan1-1/+1
2023-03-09tty: serial: fsl_lpuart: fix race on RX DMA shutdownAlexander Sverdlin1-8/+3
2023-03-09serial: 8250_pci1xxxx: Disable SERIAL_8250_PCI1XXXX config by defaultKumaravel Thiagarajan1-1/+0
2023-03-09serial: 8250_fsl: fix handle_irq lockingJohan Hovold1-2/+2
2023-03-09serial: 8250_em: Fix UART port typeBiju Das1-2/+2
2023-03-09serial: 8250: ASPEED_VUART: select REGMAP instead of depending on itRandy Dunlap1-1/+2
2023-03-09tty: serial: fsl_lpuart: skip waiting for transmission complete when UARTCTRL_SBK is assertedSherry Sun1-3/+9
2023-03-09Revert "tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config dependency"Tom Rix1-1/+1
2023-02-27vc_screen: don't clobber return value in vcs_readThomas Weißschuh1-3/+4
2023-02-27vc_screen: modify vcs_size() handling in vcs_read()George Kennedy1-3/+1
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-8/+1
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds42-981/+2113
2023-02-20Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-203/+4
2023-02-16tty: n_gsm: add keep alive supportDaniel Starke1-2/+104
2023-02-16serial: imx: remove a redundant checkTom Rix1-5/+3
2023-02-09soc: qcom: geni-se: Move qcom-geni-se.h to linux/soc/qcom/geni-se.hElliot Berman1-1/+1
2023-02-08tty: n_gsm: add TIOCMIWAIT supportDaniel Starke1-1/+32
2023-02-08tty: n_gsm: add RING/CD control supportDaniel Starke1-0/+5
2023-02-08serial: imx: get rid of registers shadowingSergey Organov1-62/+3
2023-02-08serial: imx: refine local variables in rxint()Sergey Organov1-3/+2
2023-02-08serial: imx: stop using USR2 in FIFO reading loopSergey Organov1-12/+6
2023-02-08serial: imx: remove redundant USR2 read from FIFO reading loopSergey Organov1-1/+0
2023-02-08serial: imx: do not break from FIFO reading loop prematurelySergey Organov1-7/+3
2023-02-08serial: imx: do not sysrq broken charsSergey Organov1-3/+2
2023-02-08serial: imx: work-around for hardware RX floodSergey Organov1-28/+95