summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | serial: liteuart: Remove a copy of UART id in private structureAndy Shevchenko2023-01-311-5/+3
| * | | | serial: liteuart: Don't mix devm_*() with non-devm_*() callsAndy Shevchenko2023-01-311-17/+15
| * | | | tty: serial: fsl_lpuart: add imx8ulp supportSherry Sun2023-01-311-1/+15
| * | | | tty: serial: fsl_lpuart: set RTS watermark for lpuartSherry Sun2023-01-311-0/+8
| * | | | tty: serial: fsl_lpuart: Enable Receiver Idle Empty function for LPUARTSherry Sun2023-01-311-0/+2
| * | | | tty: serial: fsl_lpuart: Fix the wrong RXWATER setting for rx dma caseSherry Sun2023-01-311-6/+0
| * | | | tty: serial: fsl_lpuart: set receive watermark for imx8qxp platformSherry Sun2023-01-311-1/+5
| * | | | tty: serial: fsl_lpuart: make rx_watermark configurable for different platformsSherry Sun2023-01-311-2/+12
| * | | | tty: serial: fsl_lpuart: don't enable receiver/transmitter before rx/tx dma r...Sherry Sun2023-01-311-1/+12
| * | | | serial: liteuart: Correct error rollbackIlpo Järvinen2023-01-231-1/+1
| * | | | serial: qcom_geni: Fix variable namingIlpo Järvinen2023-01-231-5/+5
| * | | | Merge 6.2-rc5 into tty-nextGreg Kroah-Hartman2023-01-227-35/+54
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | VT: Bump font size limitation to 64x128 pixelsSamuel Thibault2023-01-191-12/+16
| * | | | VT: Add KD_FONT_OP_SET/GET_TALL operationsSamuel Thibault2023-01-191-4/+10
| * | | | VT: Add height parameter to con_font_get/set consw operationsSamuel Thibault2023-01-191-2/+2
| * | | | tty: serial: 8250: add DFL bus driver for Altera 16550.Matthew Gerlach2023-01-193-0/+180
| * | | | tty: moxa: Rename dtr/rts parameters/variables to activeIlpo Järvinen2023-01-191-26/+26
| * | | | tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen2023-01-197-16/+16
| * | | | tty: Return bool from tty_termios_hw_change()Ilpo Järvinen2023-01-191-4/+4
| * | | | serial: Make uart_handle_cts_change() status param bool activeIlpo Järvinen2023-01-194-8/+7
| * | | | tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool activeIlpo Järvinen2023-01-192-8/+8
| * | | | tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen2023-01-1910-41/+43
| * | | | tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen2023-01-197-19/+20
| * | | | serial: Convert uart_{,port_}startup() init_hw param to boolIlpo Järvinen2023-01-191-5/+5
| * | | | tty: moxa: Make local var storing tty_port_initialized() boolIlpo Järvinen2023-01-191-1/+1
| * | | | tty: Cleanup tty_port_set_active() bool parameterIlpo Järvinen2023-01-194-11/+11
| * | | | tty: Cleamup tty_port_set_suspended() bool parameterIlpo Järvinen2023-01-191-4/+4
| * | | | tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen2023-01-197-13/+13
| * | | | serial: pic32: Add checks for devm_clk_get() in pic32_uart_probe()Yuan Can2023-01-191-0/+2
| * | | | serial: stm32: Add support for rs485 RX_DURING_TX output GPIOChristoph Niedermaier2023-01-191-1/+5
| * | | | serial: imx: Add support for RS485 RX_DURING_TX output GPIOChristoph Niedermaier2023-01-191-2/+8
| * | | | serial: core: Add option to output RS485 RX_DURING_TX state via GPIOChristoph Niedermaier2023-01-191-0/+12
| * | | | serial: tegra: Add missing clk_disable_unprepare() in tegra_uart_hw_init()Yi Yang2023-01-191-1/+6
| * | | | serial: sc16is7xx: setup GPIO controller later in probeIsaac True2023-01-191-25/+26
| * | | | serial: msm: add lock annotation to msm_set_baud_rate()Krzysztof Kozlowski2023-01-191-0/+1
| * | | | serial: sccnxp: Use devm_clk_get_enabled() helperChristophe JAILLET2023-01-191-11/+1
| * | | | serial: ucc_uart: Add of_node_put() in ucc_uart_remove()Liang He2023-01-191-0/+2
| * | | | tty: serial: qcom-geni-serial: add support for serial engine DMABartosz Golaszewski2023-01-191-59/+255
| * | | | tty: serial: qcom-geni-serial: use of_device_id dataBartosz Golaszewski2023-01-191-12/+34
| * | | | tty: serial: qcom-geni-serial: drop the return value from handle_rxBartosz Golaszewski2023-01-191-8/+6
| * | | | tty: serial: qcom-geni-serial: refactor qcom_geni_serial_send_chunk_fifo()Bartosz Golaszewski2023-01-191-18/+10
| * | | | tty: serial: qcom-geni-serial: split out the FIFO tx codeBartosz Golaszewski2023-01-191-27/+33
| * | | | tty: serial: qcom-geni-serial: remove unneeded tabsBartosz Golaszewski2023-01-191-12/+12
| * | | | tty: serial: qcom-geni-serial: refactor qcom_geni_serial_isr()Bartosz Golaszewski2023-01-191-6/+4
| * | | | tty: serial: qcom-geni-serial: remove stray newlinesBartosz Golaszewski2023-01-191-2/+0
| * | | | tty: serial: qcom-geni-serial: improve the to_dev_port() macroBartosz Golaszewski2023-01-191-17/+19
| * | | | tty: serial: qcom-geni-serial: align #define valuesBartosz Golaszewski2023-01-191-31/+31
| * | | | tty: serial: qcom-geni-serial: remove unused symbolsBartosz Golaszewski2023-01-191-15/+0
| * | | | tty: serial: qcom-geni-serial: drop unneeded forward definitionsBartosz Golaszewski2023-01-191-42/+37
| * | | | tty: serial: qcom-geni-serial: stop operations in progress at shutdownBartosz Golaszewski2023-01-191-0/+2