aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
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-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-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-Hartman1-1/+1
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-04serial: 8250_pericom: Revert "Re-enable higher baud rates"Andy Shevchenko1-1/+1
2022-01-31serial: 8250_exar: derive nr_ports from PCI ID for Acces I/O cardsAndy Shevchenko1-24/+13
2022-01-30Merge tag 'v5.17-rc2' into tty-nextGreg Kroah-Hartman6-91/+140
2022-01-26serial: mcf: use helpers in mcf_tx_chars()Jiri Slaby1-4/+3
2022-01-26serial: fsl_linflexuart: don't call uart_write_wakeup() twiceJiri Slaby1-4/+0
2022-01-26serial: fsl_linflexuart: deduplicate character sendingJiri Slaby1-25/+17
2022-01-26serial: atmel_serial: include circ_buf.hJiri Slaby1-0/+1
2022-01-26serial: core: clean up EXPORT_SYMBOLsJiri Slaby1-11/+7
2022-01-26tty: serial: fsl_lpuart: count tty buffer overrunsSherry Sun1-7/+13
2022-01-26serial: imx: reduce RX interrupt frequencyTomasz Moń1-1/+1
2022-01-26tty: serial: max3100: Remove redundant 'flush_workqueue()' callsXu Wang1-1/+0
2022-01-26serial: core: Initialize rs485 RTS polarity already on probeLukas Wunner2-36/+13
2022-01-26serial: pl011: Fix incorrect rs485 RTS polarity on set_mctrlJochen Mades1-2/+6
2022-01-26serial: stm32: fix software flow control transferValentin Caron1-1/+1
2022-01-26serial: stm32: prevent TDR register overwrite when sending x_charValentin Caron1-0/+12
2022-01-26serial: 8250: of: Fix mapped region size when using reg-offset propertyRobert Hancock1-1/+10
2022-01-26tty: Add support for Brainboxes UC cards.Cameron Williams1-2/+98
2022-01-26Revert "tty: serial: Use fifo in 8250 console driver"Greg Kroah-Hartman1-55/+6
2022-01-14Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-2/+13
2022-01-06serial: core: Keep mctrl register state and cached copy in syncLukas Wunner1-1/+2