aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2023-01-19Merge tag 'printk-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-15/+10
2023-01-19tty: serial: qcom_geni: avoid duplicate struct member initArnd Bergmann1-6/+8
2023-01-19serial: atmel: fix incorrect baudrate setupTobias Schramm1-7/+1
2023-01-19tty: serial: 8250: add DFL bus driver for Altera 16550.Matthew Gerlach3-0/+180
2023-01-19tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen1-4/+4
2023-01-19serial: Make uart_handle_cts_change() status param bool activeIlpo Järvinen4-8/+7
2023-01-19tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool activeIlpo Järvinen2-8/+8
2023-01-19tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen1-4/+4
2023-01-19tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen1-5/+4
2023-01-19serial: Convert uart_{,port_}startup() init_hw param to boolIlpo Järvinen1-5/+5
2023-01-19tty: Cleanup tty_port_set_active() bool parameterIlpo Järvinen1-2/+2
2023-01-19tty: Cleamup tty_port_set_suspended() bool parameterIlpo Järvinen1-4/+4
2023-01-19tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen1-3/+3
2023-01-19serial: pic32: Add checks for devm_clk_get() in pic32_uart_probe()Yuan Can1-0/+2
2023-01-19serial: stm32: Add support for rs485 RX_DURING_TX output GPIOChristoph Niedermaier1-1/+5
2023-01-19serial: imx: Add support for RS485 RX_DURING_TX output GPIOChristoph Niedermaier1-2/+8
2023-01-19serial: core: Add option to output RS485 RX_DURING_TX state via GPIOChristoph Niedermaier1-0/+12
2023-01-19serial: tegra: Add missing clk_disable_unprepare() in tegra_uart_hw_init()Yi Yang1-1/+6
2023-01-19serial: sc16is7xx: setup GPIO controller later in probeIsaac True1-25/+26
2023-01-19serial: msm: add lock annotation to msm_set_baud_rate()Krzysztof Kozlowski1-0/+1
2023-01-19serial: sccnxp: Use devm_clk_get_enabled() helperChristophe JAILLET1-11/+1
2023-01-19serial: ucc_uart: Add of_node_put() in ucc_uart_remove()Liang He1-0/+2
2023-01-19tty: serial: qcom-geni-serial: add support for serial engine DMABartosz Golaszewski1-59/+255
2023-01-19tty: serial: qcom-geni-serial: use of_device_id dataBartosz Golaszewski1-12/+34
2023-01-19tty: serial: qcom-geni-serial: drop the return value from handle_rxBartosz Golaszewski1-8/+6
2023-01-19tty: serial: qcom-geni-serial: refactor qcom_geni_serial_send_chunk_fifo()Bartosz Golaszewski1-18/+10
2023-01-19tty: serial: qcom-geni-serial: split out the FIFO tx codeBartosz Golaszewski1-27/+33
2023-01-19tty: serial: qcom-geni-serial: remove unneeded tabsBartosz Golaszewski1-12/+12
2023-01-19tty: serial: qcom-geni-serial: refactor qcom_geni_serial_isr()Bartosz Golaszewski1-6/+4
2023-01-19tty: serial: qcom-geni-serial: remove stray newlinesBartosz Golaszewski1-2/+0
2023-01-19tty: serial: qcom-geni-serial: improve the to_dev_port() macroBartosz Golaszewski1-17/+19
2023-01-19tty: serial: qcom-geni-serial: align #define valuesBartosz Golaszewski1-31/+31
2023-01-19tty: serial: qcom-geni-serial: remove unused symbolsBartosz Golaszewski1-15/+0
2023-01-19tty: serial: qcom-geni-serial: drop unneeded forward definitionsBartosz Golaszewski1-42/+37
2023-01-19tty: serial: qcom-geni-serial: stop operations in progress at shutdownBartosz Golaszewski1-0/+2
2023-01-19tty: serial: fsl_lpuart: increase maximum uart_nr to eightNate Drude1-1/+1
2023-01-19tty: serial: imx: disable the break condition when shutdown the uart portSherry Sun1-1/+2
2023-01-19tty: serial: fsl_lpuart: disable the break condition when shutdown the uart portSherry Sun1-2/+2
2023-01-19tty: serial: fsl_lpuart: disable the CTS when send break signalSherry Sun1-2/+22
2023-01-19tty: serial: fsl_lpuart: clear LPUART Status Register in lpuart32_shutdown()Sherry Sun1-0/+4
2023-01-19tty: serial: fsl_lpuart: disable Rx/Tx DMA in lpuart32_shutdown()Sherry Sun1-0/+5
2023-01-19tty: serial: fsl_lpuart: only enable Idle Line Interrupt for non-dma caseSherry Sun1-5/+8
2023-01-19serial: 8250_early: Convert literals to use definesIlpo Järvinen1-2/+2
2023-01-19serial: 8250: Define IIR 64 byte bit & cleanup related codeIlpo Järvinen1-5/+9
2023-01-19serial: 8250: Add IIR FIFOs enabled field properlyIlpo Järvinen1-10/+7
2023-01-19serial: 8250: Cleanup MCR literalsIlpo Järvinen1-1/+1
2023-01-19serial: 8250: Name MSR literalsIlpo Järvinen1-2/+2
2023-01-19serial: 8250: Use defined IER bitsIlpo Järvinen1-5/+5
2023-01-19serial: liteuart: drop obsolete dependency on COMPILE_TESTJean Delvare1-1/+1
2023-01-19serial: liteuart: move polling putchar() functionGabriel Somlo1-8/+8