summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorLines
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
2023-01-19tty: serial: qcom-geni-serial: drop unneeded forward definitionsBartosz Golaszewski-42/+37
2023-01-19tty: serial: qcom-geni-serial: stop operations in progress at shutdownBartosz Golaszewski-0/+2
2023-01-19tty: serial: fsl_lpuart: increase maximum uart_nr to eightNate Drude-1/+1
2023-01-19tty: serial: imx: disable the break condition when shutdown the uart portSherry Sun-1/+2
2023-01-19tty: serial: fsl_lpuart: disable the break condition when shutdown the uart portSherry Sun-2/+2
2023-01-19tty: serial: fsl_lpuart: disable the CTS when send break signalSherry Sun-2/+22
2023-01-19tty: serial: fsl_lpuart: clear LPUART Status Register in lpuart32_shutdown()Sherry Sun-0/+4
2023-01-19tty: serial: fsl_lpuart: disable Rx/Tx DMA in lpuart32_shutdown()Sherry Sun-0/+5
2023-01-19tty: serial: fsl_lpuart: only enable Idle Line Interrupt for non-dma caseSherry Sun-5/+8
2023-01-19serial: 8250_early: Convert literals to use definesIlpo Järvinen-2/+2
2023-01-19serial: 8250: Define IIR 64 byte bit & cleanup related codeIlpo Järvinen-5/+9
2023-01-19serial: 8250: Add IIR FIFOs enabled field properlyIlpo Järvinen-10/+7
2023-01-19serial: 8250: Cleanup MCR literalsIlpo Järvinen-1/+1
2023-01-19serial: 8250: Name MSR literalsIlpo Järvinen-2/+2
2023-01-19serial: 8250: Use defined IER bitsIlpo Järvinen-5/+5
2023-01-19serial: liteuart: drop obsolete dependency on COMPILE_TESTJean Delvare-1/+1
2023-01-19serial: liteuart: move polling putchar() functionGabriel Somlo-8/+8
2023-01-19serial: liteuart: add IRQ support for the TX pathGabriel Somlo-17/+13
2023-01-19serial: liteuart: add IRQ support for the RX pathGabriel Somlo-7/+74
2023-01-19serial: liteuart: move function definitionsGabriel Somlo-41/+41
2023-01-19serial: liteuart: separate rx loop from poll timerGabriel Somlo-3/+9
2023-01-19serial: liteuart: clean up rx loop variablesGabriel Somlo-4/+3
2023-01-19serial: liteuart: simplify passing of uart_insert_char() flagGabriel Somlo-2/+1
2023-01-19serial: liteuart: rx loop should only ack rx eventsGabriel Somlo-1/+1
2023-01-19serial: liteuart: move tty_flip_buffer_push() out of rx loopGabriel Somlo-2/+2
2023-01-19serial: liteuart: minor style fix in liteuart_init()Gabriel Somlo-4/+2
2023-01-19serial: liteuart: don't set unused port fieldsGabriel Somlo-2/+0
2023-01-19serial: liteuart: remove unused uart_ops stubsGabriel Somlo-17/+0
2023-01-19serial: liteuart: use bit number macrosGabriel Somlo-2/+3
2023-01-19serial: liteuart: use KBUILD_MODNAME as driver nameGabriel Somlo-3/+3
2023-01-19serial: Rename earlycon semihost driverBin Meng-7/+7
2023-01-19riscv: Implement semihost.h for earlycon semihost driverBin Meng-1/+1
2023-01-19serial: earlycon-arm-semihost: Move smh_putc() variants in respective arch's ...Bin Meng-24/+1
2023-01-19earlycon: Let users set the clock frequencyRicardo Ribalda-1/+8
2023-01-19Merge branch 'rework/console-list-lock' into for-linusPetr Mladek-15/+10
2023-01-19serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handlerMarek Vasut-27/+4
2023-01-19serial: amba-pl011: fix high priority character transmission in rs486 modeLino Sanfilippo-4/+4
2023-01-19serial: pch_uart: Pass correct sg to dma_unmap_sg()Ilpo Järvinen-1/+1
2023-01-19tty: serial: qcom-geni-serial: fix slab-out-of-bounds on RX FIFO bufferKrzysztof Kozlowski-2/+16