summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2023-01-22Merge 6.2-rc5 into tty-nextGreg Kroah-Hartman
2023-01-21Merge tag 'tty-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-01-20serial: exar: Add support for Sealevel 7xxxC serial cardsMatthew Howell
2023-01-20Revert "serial: stm32: Merge hard IRQ and threaded IRQ handling into single I...Greg Kroah-Hartman
2023-01-19Merge tag 'printk-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-01-19VT: Bump font size limitation to 64x128 pixelsSamuel Thibault
2023-01-19VT: Add KD_FONT_OP_SET/GET_TALL operationsSamuel Thibault
2023-01-19VT: Add height parameter to con_font_get/set consw operationsSamuel Thibault
2023-01-19tty: serial: qcom_geni: avoid duplicate struct member initArnd Bergmann
2023-01-19serial: atmel: fix incorrect baudrate setupTobias Schramm
2023-01-19tty: serial: 8250: add DFL bus driver for Altera 16550.Matthew Gerlach
2023-01-19tty: moxa: Rename dtr/rts parameters/variables to activeIlpo Järvinen
2023-01-19tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen
2023-01-19tty: Return bool from tty_termios_hw_change()Ilpo Järvinen
2023-01-19serial: Make uart_handle_cts_change() status param bool activeIlpo Järvinen
2023-01-19tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool activeIlpo Järvinen
2023-01-19tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen
2023-01-19tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen
2023-01-19serial: Convert uart_{,port_}startup() init_hw param to boolIlpo Järvinen
2023-01-19tty: moxa: Make local var storing tty_port_initialized() boolIlpo Järvinen
2023-01-19tty: Cleanup tty_port_set_active() bool parameterIlpo Järvinen
2023-01-19tty: Cleamup tty_port_set_suspended() bool parameterIlpo Järvinen
2023-01-19tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen
2023-01-19serial: pic32: Add checks for devm_clk_get() in pic32_uart_probe()Yuan Can
2023-01-19serial: stm32: Add support for rs485 RX_DURING_TX output GPIOChristoph Niedermaier
2023-01-19serial: imx: Add support for RS485 RX_DURING_TX output GPIOChristoph Niedermaier
2023-01-19serial: core: Add option to output RS485 RX_DURING_TX state via GPIOChristoph Niedermaier
2023-01-19serial: tegra: Add missing clk_disable_unprepare() in tegra_uart_hw_init()Yi Yang
2023-01-19serial: sc16is7xx: setup GPIO controller later in probeIsaac True
2023-01-19serial: msm: add lock annotation to msm_set_baud_rate()Krzysztof Kozlowski
2023-01-19serial: sccnxp: Use devm_clk_get_enabled() helperChristophe JAILLET
2023-01-19serial: ucc_uart: Add of_node_put() in ucc_uart_remove()Liang He
2023-01-19tty: serial: qcom-geni-serial: add support for serial engine DMABartosz Golaszewski
2023-01-19tty: serial: qcom-geni-serial: use of_device_id dataBartosz Golaszewski
2023-01-19tty: serial: qcom-geni-serial: drop the return value from handle_rxBartosz Golaszewski
2023-01-19tty: serial: qcom-geni-serial: refactor qcom_geni_serial_send_chunk_fifo()Bartosz Golaszewski
2023-01-19tty: serial: qcom-geni-serial: split out the FIFO tx codeBartosz Golaszewski
2023-01-19tty: serial: qcom-geni-serial: remove unneeded tabsBartosz Golaszewski
2023-01-19tty: serial: qcom-geni-serial: refactor qcom_geni_serial_isr()Bartosz Golaszewski
2023-01-19tty: serial: qcom-geni-serial: remove stray newlinesBartosz Golaszewski
2023-01-19tty: serial: qcom-geni-serial: improve the to_dev_port() macroBartosz Golaszewski
2023-01-19tty: serial: qcom-geni-serial: align #define valuesBartosz Golaszewski
2023-01-19tty: serial: qcom-geni-serial: remove unused symbolsBartosz Golaszewski
2023-01-19tty: serial: qcom-geni-serial: drop unneeded forward definitionsBartosz Golaszewski
2023-01-19tty: serial: qcom-geni-serial: stop operations in progress at shutdownBartosz Golaszewski
2023-01-19tty: vt: cache row count in con_scroll()Jiri Slaby (SUSE)
2023-01-19tty: vt: saner names for more scroll variablesJiri Slaby (SUSE)
2023-01-19tty: vt: separate array juggling to juggle_array()Jiri Slaby (SUSE)
2023-01-19tty: vt: simplify some unicode conditionsJiri Slaby (SUSE)
2023-01-19tty: vt: replace BUG_ON() by WARN_ON_ONCE()Jiri Slaby (SUSE)