summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-19serial: liteuart: add IRQ support for the TX pathGabriel Somlo1-17/+13
2023-01-19serial: liteuart: add IRQ support for the RX pathGabriel Somlo1-7/+74
2023-01-19serial: liteuart: move function definitionsGabriel Somlo1-41/+41
2023-01-19serial: liteuart: separate rx loop from poll timerGabriel Somlo1-3/+9
2023-01-19serial: liteuart: clean up rx loop variablesGabriel Somlo1-4/+3
2023-01-19serial: liteuart: simplify passing of uart_insert_char() flagGabriel Somlo1-2/+1
2023-01-19serial: liteuart: rx loop should only ack rx eventsGabriel Somlo1-1/+1
2023-01-19serial: liteuart: move tty_flip_buffer_push() out of rx loopGabriel Somlo1-2/+2
2023-01-19serial: liteuart: minor style fix in liteuart_init()Gabriel Somlo1-4/+2
2023-01-19serial: liteuart: don't set unused port fieldsGabriel Somlo1-2/+0
2023-01-19serial: liteuart: remove unused uart_ops stubsGabriel Somlo1-17/+0
2023-01-19serial: liteuart: use bit number macrosGabriel Somlo1-2/+3
2023-01-19serial: liteuart: use KBUILD_MODNAME as driver nameGabriel Somlo1-3/+3
2023-01-19serial: Rename earlycon semihost driverBin Meng3-7/+7
2023-01-19riscv: Implement semihost.h for earlycon semihost driverBin Meng1-1/+1
2023-01-19serial: earlycon-arm-semihost: Move smh_putc() variants in respective arch's ...Bin Meng1-24/+1
2023-01-19earlycon: Let users set the clock frequencyRicardo Ribalda1-1/+8
2022-12-16Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds72-1088/+812
2022-12-12Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds8-23/+71
2022-12-02tty: serial: sh-sci: use setup() callback for early consoleJohn Ogness1-4/+16
2022-12-02tty: serial: kgdboc: use console_list_lock to trap exitJohn Ogness1-3/+3
2022-12-02tty: serial: kgdboc: synchronize tty_find_polling_driver() and register_conso...John Ogness1-4/+12
2022-12-02tty: serial: kgdboc: use console_list_lock for list traversalJohn Ogness1-0/+12
2022-12-02tty: serial: kgdboc: use srcu console list iteratorJohn Ogness1-2/+8
2022-12-02tty: serial: xilinx_uartps: use console_is_registered()John Ogness1-1/+1
2022-12-02tty: serial: samsung_tty: use console_is_registered()John Ogness1-1/+1
2022-12-02tty: serial: pic32_uart: use console_is_registered()John Ogness1-1/+1
2022-12-02tty: serial: earlycon: use console_is_registered()John Ogness1-2/+2
2022-12-02serial_core: replace uart_console_enabled() with uart_console_registered()John Ogness3-9/+9
2022-12-02tty: serial: kgdboc: document console_lock usageJohn Ogness1-0/+8
2022-12-02serial: kgdboc: Lock console list in probe functionThomas Gleixner1-0/+2
2022-11-23serial: atmel: don't stop the transmitter when doing PIOJiri Slaby (SUSE)1-10/+15
2022-11-23serial: atmel: cleanup atmel_start+stop_tx()Jiri Slaby (SUSE)1-7/+9
2022-11-23tty: serial: fsl_lpuart: switch to new dmaengine_terminate_* APISherry Sun1-4/+4
2022-11-23serial: sunsab: Fix error handling in sunsab_init()Yuan Can1-1/+7