summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)Author
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
2022-12-16Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-12-12Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-12-02tty: serial: sh-sci: use setup() callback for early consoleJohn Ogness
2022-12-02tty: serial: kgdboc: use console_list_lock to trap exitJohn Ogness
2022-12-02tty: serial: kgdboc: synchronize tty_find_polling_driver() and register_conso...John Ogness
2022-12-02tty: serial: kgdboc: use console_list_lock for list traversalJohn Ogness
2022-12-02tty: serial: kgdboc: use srcu console list iteratorJohn Ogness
2022-12-02tty: serial: xilinx_uartps: use console_is_registered()John Ogness
2022-12-02tty: serial: samsung_tty: use console_is_registered()John Ogness
2022-12-02tty: serial: pic32_uart: use console_is_registered()John Ogness
2022-12-02tty: serial: earlycon: use console_is_registered()John Ogness
2022-12-02serial_core: replace uart_console_enabled() with uart_console_registered()John Ogness
2022-12-02tty: serial: kgdboc: document console_lock usageJohn Ogness
2022-12-02serial: kgdboc: Lock console list in probe functionThomas Gleixner
2022-11-23serial: atmel: don't stop the transmitter when doing PIOJiri Slaby (SUSE)
2022-11-23serial: atmel: cleanup atmel_start+stop_tx()Jiri Slaby (SUSE)
2022-11-23tty: serial: fsl_lpuart: switch to new dmaengine_terminate_* APISherry Sun
2022-11-23serial: sunsab: Fix error handling in sunsab_init()Yuan Can
2022-11-23serial: altera_uart: fix locking in polling modeGabriel Somlo
2022-11-22serial: pch: Fix PCI device refcount leak in pch_request_dma()Xiongfeng Wang
2022-11-22tty: serial: fsl_lpuart: Use pm_ptr() to avoid need to make pm __maybe_unusedSherry Sun
2022-11-22tty: serial: fsl_lpuart: Add runtime pm supportSherry Sun
2022-11-22tty: serial: fsl_lpuart: enable wakeup source for lpuartSherry Sun
2022-11-22serial: stm32: move dma_request_chan() before clk_prepare_enable()Valentin Caron