summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorLines
2023-01-31tty: serial: fsl_lpuart: set receive watermark for imx8qxp platformSherry Sun-1/+5
2023-01-31tty: serial: fsl_lpuart: make rx_watermark configurable for different platformsSherry Sun-2/+12
2023-01-31tty: serial: fsl_lpuart: don't enable receiver/transmitter before rx/tx dma r...Sherry Sun-1/+12
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman-1/+1
2023-01-23serial: liteuart: Correct error rollbackIlpo Järvinen-1/+1
2023-01-23serial: qcom_geni: Fix variable namingIlpo Järvinen-5/+5
2023-01-22Merge 6.2-rc5 into driver-core-nextGreg Kroah-Hartman-54/+85
2023-01-22Merge 6.2-rc5 into tty-nextGreg Kroah-Hartman-35/+54
2023-01-21Merge tag 'tty-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-20/+44
2023-01-20serial: exar: Add support for Sealevel 7xxxC serial cardsMatthew Howell-0/+14
2023-01-20Revert "serial: stm32: Merge hard IRQ and threaded IRQ handling into single I...Greg Kroah-Hartman-4/+27
2023-01-19Merge tag 'printk-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-15/+10
2023-01-19VT: Bump font size limitation to 64x128 pixelsSamuel Thibault-12/+16
2023-01-19VT: Add KD_FONT_OP_SET/GET_TALL operationsSamuel Thibault-4/+10
2023-01-19VT: Add height parameter to con_font_get/set consw operationsSamuel Thibault-2/+2
2023-01-19tty: serial: qcom_geni: avoid duplicate struct member initArnd Bergmann-6/+8
2023-01-19serial: atmel: fix incorrect baudrate setupTobias Schramm-7/+1
2023-01-19tty: serial: 8250: add DFL bus driver for Altera 16550.Matthew Gerlach-0/+180
2023-01-19tty: moxa: Rename dtr/rts parameters/variables to activeIlpo Järvinen-26/+26
2023-01-19tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen-16/+16
2023-01-19tty: Return bool from tty_termios_hw_change()Ilpo Järvinen-4/+4
2023-01-19serial: Make uart_handle_cts_change() status param bool activeIlpo Järvinen-8/+7
2023-01-19tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool activeIlpo Järvinen-8/+8
2023-01-19tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen-41/+43
2023-01-19tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen-19/+20
2023-01-19serial: Convert uart_{,port_}startup() init_hw param to boolIlpo Järvinen-5/+5
2023-01-19tty: moxa: Make local var storing tty_port_initialized() boolIlpo Järvinen-1/+1
2023-01-19tty: Cleanup tty_port_set_active() bool parameterIlpo Järvinen-11/+11
2023-01-19tty: Cleamup tty_port_set_suspended() bool parameterIlpo Järvinen-4/+4
2023-01-19tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen-13/+13
2023-01-19serial: pic32: Add checks for devm_clk_get() in pic32_uart_probe()Yuan Can-0/+2
2023-01-19serial: stm32: Add support for rs485 RX_DURING_TX output GPIOChristoph Niedermaier-1/+5
2023-01-19serial: imx: Add support for RS485 RX_DURING_TX output GPIOChristoph Niedermaier-2/+8
2023-01-19serial: core: Add option to output RS485 RX_DURING_TX state via GPIOChristoph Niedermaier-0/+12
2023-01-19serial: tegra: Add missing clk_disable_unprepare() in tegra_uart_hw_init()Yi Yang-1/+6
2023-01-19serial: sc16is7xx: setup GPIO controller later in probeIsaac True-25/+26
2023-01-19serial: msm: add lock annotation to msm_set_baud_rate()Krzysztof Kozlowski-0/+1
2023-01-19serial: sccnxp: Use devm_clk_get_enabled() helperChristophe JAILLET-11/+1
2023-01-19serial: ucc_uart: Add of_node_put() in ucc_uart_remove()Liang He-0/+2
2023-01-19tty: serial: qcom-geni-serial: add support for serial engine DMABartosz Golaszewski-59/+255
2023-01-19tty: serial: qcom-geni-serial: use of_device_id dataBartosz Golaszewski-12/+34
2023-01-19tty: serial: qcom-geni-serial: drop the return value from handle_rxBartosz Golaszewski-8/+6
2023-01-19tty: serial: qcom-geni-serial: refactor qcom_geni_serial_send_chunk_fifo()Bartosz Golaszewski-18/+10
2023-01-19tty: serial: qcom-geni-serial: split out the FIFO tx codeBartosz Golaszewski-27/+33
2023-01-19tty: serial: qcom-geni-serial: remove unneeded tabsBartosz Golaszewski-12/+12
2023-01-19tty: serial: qcom-geni-serial: refactor qcom_geni_serial_isr()Bartosz Golaszewski-6/+4
2023-01-19tty: serial: qcom-geni-serial: remove stray newlinesBartosz Golaszewski-2/+0
2023-01-19tty: serial: qcom-geni-serial: improve the to_dev_port() macroBartosz Golaszewski-17/+19
2023-01-19tty: serial: qcom-geni-serial: align #define valuesBartosz Golaszewski-31/+31
2023-01-19tty: serial: qcom-geni-serial: remove unused symbolsBartosz Golaszewski-15/+0