aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-26tty: moxa: use semi-colons instead of commasDan Carpenter1-4/+4
2021-08-18tty: serial: fsl_lpuart: check dma_tx_in_progress in tx dma callbackFugang Duan1-0/+4
2021-08-16tty: replace in_irq() with in_hardirq()Changbin Du1-2/+2
2021-08-16serial: sh-sci: fix break handling for sysrqUlrich Hecht1-1/+6
2021-08-16serial: stm32: use devm_platform_get_and_ioremap_resource()Tang Bin1-2/+1
2021-08-16serial: stm32: use the defined variable to simplify codeTang Bin1-2/+2
2021-08-16Revert "arm pl011 serial: support multi-irq request"Qian Cai1-31/+3
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-13/+37
2021-08-13tty: serial: samsung: Add Exynos850 SoC dataSam Protsenko1-0/+13
2021-08-13tty: serial: samsung: Fix driver data macros styleSam Protsenko1-2/+2
2021-08-13tty: serial: samsung: Init USI to keep clocks runningSam Protsenko1-1/+31
2021-08-13serdev: Split and export serdev_acpi_get_uart_resource()Andy Shevchenko1-7/+29
2021-08-13serial: stm32: fix the conditional expression writingTang Bin1-2/+2
2021-08-09Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman8-13/+37
2021-08-09Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman8-13/+37
2021-08-05serial: 8250_omap: Handle optional overrun-throttle-ms propertyTony Lindgren1-1/+24
2021-07-30serial: 8250_pci: Avoid irq sharing for MSI(-X) interrupts.Mario Kleiner1-0/+1
2021-07-29serial: 8250_mtk: fix uart corruption issue when rx power offZhiyong Tao1-0/+5
2021-07-29tty: serial: fsl_lpuart: fix the wrong return value in lpuart32_get_mctrlSherry Sun1-1/+1
2021-07-29serial: omap: Only allow if 8250_omap is not selectedTony Lindgren1-1/+1
2021-07-29serial: omap: Disable PM runtime autoidle to remove pm_runtime_irq_safe()Tony Lindgren1-73/+2
2021-07-27net: split out ndo_siowandev ioctlArnd Bergmann1-11/+8
2021-07-27vt: keyboard.c: make console an unsigned intGreg Kroah-Hartman1-15/+15
2021-07-27vt: keyboard: treat kbd_table as an array all the time.Greg Kroah-Hartman1-16/+16
2021-07-27serial: 8250_pci: make setup_port() parameters explicitly unsignedGreg Kroah-Hartman1-1/+1
2021-07-27tty: drop put_tty_driverJiri Slaby17-39/+33
2021-07-27tty: make tty_set_operations an inlineJiri Slaby1-7/+0
2021-07-27tty: stop using alloc_tty_driverJiri Slaby14-58/+56
2021-07-27tty: don't store semi-state into tty driversJiri Slaby3-44/+54
2021-07-27hvsi: don't panic on tty_register_driver failureJiri Slaby1-3/+16
2021-07-27serial: max310x: Use clock-names property matching to recognize EXTCLKAndy Shevchenko1-10/+5
2021-07-27serial: 8250_lpss: Enable DMA on Intel Elkhart LakeAndy Shevchenko1-0/+10
2021-07-27serial: 8250: Define RX trigger levels for OxSemi 950 devicesMaciej W. Rozycki1-1/+2
2021-07-21tty: hvc: replace BUG_ON() with negative return valueJuergen Gross1-3/+14
2021-07-21serial: 8250_pci: Enumerate Elkhart Lake UARTs via dedicated driverAndy Shevchenko1-0/+6
2021-07-21serial: 8250: fix handle_irq lockingJohan Hovold3-6/+9
2021-07-21serial: tegra: Only print FIFO error message when an error occursJon Hunter1-2/+4
2021-07-21serial: 8250: Mask out floating 16/32-bit bus bitsMaciej W. Rozycki1-3/+9
2021-07-21serial: max310x: Unprepare and disable clock in error pathAndy Shevchenko1-1/+2
2021-07-21amiserial: remove unused state from shutdownJiri Slaby1-3/+0
2021-07-21amiserial: switch rs_table to a single stateJiri Slaby1-7/+4
2021-07-21amiserial: pack and sort includesJiri Slaby1-28/+22
2021-07-21amiserial: expand "custom"Jiri Slaby1-44/+42
2021-07-21amiserial: expand serial_isrootJiri Slaby1-8/+6
2021-07-21amiserial: use memset to zero serial_stateJiri Slaby1-6/+1
2021-07-21amiserial: simplify rs_openJiri Slaby1-3/+3
2021-07-21amiserial: remove serial_state::xmit_fifo_sizeJiri Slaby1-10/+6
2021-07-21amiserial: remove stale commentJiri Slaby1-14/+1
2021-07-21amiserial: remove serial_* stringsJiri Slaby1-18/+1
2021-07-21amiserial: remove unused DBG_CNTJiri Slaby1-9/+0