aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-26tty: serial: meson: Describes the calculation of the UART baud rate clock using a clock frameYu Tu1-52/+142
2022-02-26tty: serial: meson: Use devm_ioremap_resource to get register mapped memoryYu Tu1-9/+1
2022-02-26tty: serial: meson: Move request the register region to probeYu Tu1-18/+14
2022-02-25Merge tag 'tty-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-22/+42
2022-02-25tty: serial: amba-pl010: use more uart_port pointersJiri Slaby1-90/+84
2022-02-25tty: serial: lpc32xx_hs: use serial_lpc32xx_stop_tx() helperJiri Slaby1-6/+4
2022-02-25tty: serial: serial_txx9: remove info print from initJiri Slaby1-5/+0
2022-02-25tty: serial: mpc52xx_uart: make rx/tx hooks return unsignedJiri Slaby1-11/+11
2022-02-25serial: 8250_lpss: Balance reference count for PCI DMA deviceAndy Shevchenko1-6/+22
2022-02-25serial: 8250_mid: Balance reference count for PCI DMA deviceAndy Shevchenko1-4/+15
2022-02-25serial: 8250_aspeed_vuart: replace snprintf with sysfs_emitYang Guang1-3/+3
2022-02-25serial: 8250: Correct Kconfig help text for blacklisted PCI devicesMaciej W. Rozycki1-7/+9
2022-02-25serial: mvebu-uart: implement support for baudrates higher than 230400 BdPali Rohár1-18/+65
2022-02-25serial: mvebu-uart: implement UART clock driver for configuring UART base clockPali Rohár2-2/+520
2022-02-25sc16is7xx: Separate GPIOs from modem control linesLech Perczak1-4/+10
2022-02-25sc16is7xx: Update status lines in single callLech Perczak1-10/+15
2022-02-25sc16is7xx: Preserve EFR bits on updateLech Perczak1-5/+19
2022-02-25serial: 8250: Return early in .start_tx() if there are no chars to sendSteffen Trumtrar1-0/+3
2022-02-23remove the h8300 architectureChristoph Hellwig1-3/+2
2022-02-21sc16is7xx: Fix for incorrect data being transmittedPhil Elwell1-0/+3
2022-02-21tty: n_gsm: fix deadlock in gsmtty_open()daniel.starke@siemens.com1-0/+3
2022-02-21tty: n_gsm: fix wrong modem processing in convergence layer type 2daniel.starke@siemens.com1-9/+14
2022-02-21tty: n_gsm: fix wrong tty control line for flow controldaniel.starke@siemens.com1-4/+4
2022-02-21tty: n_gsm: fix NULL pointer access due to DLCI releasedaniel.starke@siemens.com1-1/+6
2022-02-21tty: n_gsm: fix proper link termination after failed opendaniel.starke@siemens.com1-1/+1
2022-02-21tty: n_gsm: fix encoding of command/response bitdaniel.starke@siemens.com1-6/+10
2022-02-21tty: n_gsm: fix encoding of control signal octet bit DVdaniel.starke@siemens.com1-1/+1
2022-02-21serial: 8250_aspeed_vuart: add PORT_ASPEED_VUART port typeZev Weiss2-1/+9
2022-02-21serial: 8250_mid: Remove unneeded test for ->setup() presenceAndy Shevchenko1-5/+3
2022-02-21serial: 8250_mid: Get rid of custom MID_DEVICE() macroAndy Shevchenko1-9/+7
2022-02-21serial: sh-sci: Simplify multiplication/shift logicGeert Uytterhoeven1-1/+1
2022-02-21tty: serial: atmel: add earlycon supportMichael Walle2-0/+25
2022-02-16tty: n_tty: do not look ahead for EOL character past the end of the bufferLinus Torvalds1-4/+2
2022-02-15Merge tag 'for-5.17/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-1/+1
2022-02-14serial: parisc: GSC: fix build when IOSAPIC is not setRandy Dunlap1-1/+1
2022-02-14Merge 5.17-rc4 into tty-nextGreg Kroah-Hartman3-4/+5
2022-02-11tty: serial: imx: Add fast path when rs485 delays are 0Harald Seiler1-4/+14
2022-02-09spi: make remove callback a void functionUwe Kleine-König3-8/+4
2022-02-08serial: 8250_bcm2835aux: Add ACPI supportAdrien Thierry1-6/+46
2022-02-08serial: stm32: enable / disable wake irqs for mcrtl_gpio wakeup sourcesErwan Le Ray1-1/+2
2022-02-08serial: mctrl_gpio: add a new API to enable / disable wake_irqErwan Le Ray2-0/+56
2022-02-04serial: core: Drop duplicate NULL check in uart_*shutdown()Andy Shevchenko1-4/+2
2022-02-04tty: Drop duplicate NULL check in TTY port functionsAndy Shevchenko1-7/+4
2022-02-04amiserial: Drop duplicate NULL check in shutdown()Andy Shevchenko1-4/+2
2022-02-04vt_ioctl: add array_index_nospec to VT_ACTIVATEJakob Koschel1-0/+1
2022-02-04vt_ioctl: fix array_index_nospec in vt_setactivateJakob Koschel1-1/+1
2022-02-04serial: 8250_pericom: Revert "Re-enable higher baud rates"Andy Shevchenko1-1/+1
2022-01-31n_tty: wake up poll(POLLRDNORM) on receiving dataTATSUKAWA KOSUKE (立川 江介)1-2/+2
2022-01-31serial: 8250_exar: derive nr_ports from PCI ID for Acces I/O cardsAndy Shevchenko1-24/+13
2022-01-31tty: Replace acpi_bus_get_device()Rafael J. Wysocki1-5/+2