summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2023-01-19tty: vt: remove char32_t typedefJiri Slaby (SUSE)
2023-01-19tty: vt: use sizeof(*variable) where possibleJiri Slaby (SUSE)
2023-01-19tty: vt: remove reference to undefined NO_VC_UNI_SCREENJiri Slaby (SUSE)
2023-01-19tty: vt: drop get_vc_uniscr()Jiri Slaby (SUSE)
2023-01-19tty: vt: remove vc_uniscr_debug_check()Jiri Slaby (SUSE)
2023-01-19tty: serial: fsl_lpuart: increase maximum uart_nr to eightNate Drude
2023-01-19tty: serial: imx: disable the break condition when shutdown the uart portSherry Sun
2023-01-19tty: serial: fsl_lpuart: disable the break condition when shutdown the uart portSherry Sun
2023-01-19tty: serial: fsl_lpuart: disable the CTS when send break signalSherry Sun
2023-01-19tty: serial: fsl_lpuart: clear LPUART Status Register in lpuart32_shutdown()Sherry Sun
2023-01-19tty: serial: fsl_lpuart: disable Rx/Tx DMA in lpuart32_shutdown()Sherry Sun
2023-01-19tty: serial: fsl_lpuart: only enable Idle Line Interrupt for non-dma caseSherry Sun
2023-01-19tty/vt: prevent registration of console with invalid numberSven Schnelle
2023-01-19tty: fix out-of-bounds access in tty_driver_lookup_tty()Sven Schnelle
2023-01-19serial: 8250_early: Convert literals to use definesIlpo Järvinen
2023-01-19serial: 8250: Define IIR 64 byte bit & cleanup related codeIlpo Järvinen
2023-01-19serial: 8250: Add IIR FIFOs enabled field properlyIlpo Järvinen
2023-01-19serial: 8250: Cleanup MCR literalsIlpo Järvinen
2023-01-19serial: 8250: Name MSR literalsIlpo Järvinen
2023-01-19serial: 8250: Use defined IER bitsIlpo Järvinen
2023-01-19serial: liteuart: drop obsolete dependency on COMPILE_TESTJean Delvare
2023-01-19serial: liteuart: move polling putchar() functionGabriel Somlo
2023-01-19serial: liteuart: add IRQ support for the TX pathGabriel Somlo
2023-01-19serial: liteuart: add IRQ support for the RX pathGabriel Somlo
2023-01-19serial: liteuart: move function definitionsGabriel Somlo
2023-01-19serial: liteuart: separate rx loop from poll timerGabriel Somlo
2023-01-19serial: liteuart: clean up rx loop variablesGabriel Somlo
2023-01-19serial: liteuart: simplify passing of uart_insert_char() flagGabriel Somlo
2023-01-19serial: liteuart: rx loop should only ack rx eventsGabriel Somlo
2023-01-19serial: liteuart: move tty_flip_buffer_push() out of rx loopGabriel Somlo
2023-01-19serial: liteuart: minor style fix in liteuart_init()Gabriel Somlo
2023-01-19serial: liteuart: don't set unused port fieldsGabriel Somlo
2023-01-19serial: liteuart: remove unused uart_ops stubsGabriel Somlo
2023-01-19serial: liteuart: use bit number macrosGabriel Somlo
2023-01-19serial: liteuart: use KBUILD_MODNAME as driver nameGabriel Somlo
2023-01-19serial: Rename earlycon semihost driverBin Meng
2023-01-19riscv: Implement semihost.h for earlycon semihost driverBin Meng
2023-01-19serial: earlycon-arm-semihost: Move smh_putc() variants in respective arch's ...Bin Meng
2023-01-19earlycon: Let users set the clock frequencyRicardo Ribalda
2023-01-19Merge branch 'rework/console-list-lock' into for-linusPetr Mladek
2023-01-19serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handlerMarek Vasut
2023-01-19serial: amba-pl011: fix high priority character transmission in rs486 modeLino Sanfilippo
2023-01-19serial: pch_uart: Pass correct sg to dma_unmap_sg()Ilpo Järvinen
2023-01-19tty: serial: qcom-geni-serial: fix slab-out-of-bounds on RX FIFO bufferKrzysztof Kozlowski
2023-01-17serial: arc_uart: Drop empty platform remove functionUwe Kleine-König
2023-01-16tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()John Ogness
2023-01-16ARM: s3c: remove s3c24xx specific hacksArnd Bergmann
2023-01-12Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-01-09hvc/xen: lock console list traversalRoger Pau Monne
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)