summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2024-06-27serial: 8250_dw: Revert "Move definitions to the shared header"Andy Shevchenko2-32/+27
2024-06-27tty: add the option to have a tty reject a new ldiscLinus Torvalds2-0/+16
2024-06-27serial: exar: adding missing CTI and Exar PCI idsParker Newman1-0/+42
2024-06-27serial: imx: Introduce timeout when waiting on transmitter emptyEsben Haabendal1-3/+4
2024-06-21serial: 8250_dw: Don't use struct dw8250_data outside of 8250_dwAndy Shevchenko3-5/+10
2024-06-21serial: port: Don't block system suspend even if bytes are left to xmitDouglas Anderson1-0/+7
2024-06-21serial: 8250_pxa: Configure tx_loadsz to match FIFO IRQ levelDoug Brown1-0/+1
2024-06-21tty: n_tty: Fix buffer offsets when lookahead is usedIlpo Järvinen1-6/+16
2024-06-12serial: sh-sci: protect invalidating RXDMA on shutdownWolfram Sang1-0/+5
2024-06-12serial: sc16is7xx: add proper sched.h include for sched_set_fifo()Hugo Villeneuve1-1/+1
2024-06-12serial: max3100: Fix bitwise typesAndy Shevchenko1-1/+4
2024-06-12serial: max3100: Update uart_driver_registered on driver removalAndy Shevchenko1-1/+3
2024-06-12serial: max3100: Lock port->lock when calling uart_handle_cts_change()Andy Shevchenko1-1/+12
2024-05-30serial: 8520_mtk: Set RTS on shutdown for Rx in-band wakeupPin-yen Lin1-2/+6
2024-05-30serial: 8250_bcm7271: use default_mux_rate if possibleDoug Berger1-41/+60
2024-05-30serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescalerHugo Villeneuve1-5/+18
2024-05-30tty: n_gsm: fix missing receive state reset after mode switchDaniel Starke1-41/+92
2024-05-30tty: n_gsm: fix possible out-of-bounds in gsm0_receive()Daniel Starke1-2/+5
2024-05-25serial: kgdboc: Fix NMI-safety problems from keyboard reset codeDaniel Thompson1-1/+29
2024-04-17serial: stm32: Reset .throttled state in .startup()Uwe Kleine-König1-0/+1
2024-04-17serial: stm32: Return IRQ_NONE in the ISR if no handling happendUwe Kleine-König1-2/+10
2024-04-11serial: core: Fix missing shutdown and startup for serial base portTony Lindgren3-3/+55
2024-04-09serial: core: Clearing the circular buffer before NULLifying itAndy Shevchenko1-0/+1
2024-04-09serial/pmac_zilog: Remove flawed mitigation for rx irq floodFinn Thain1-14/+0
2024-04-09serial: 8250_pci: Remove redundant PCI IDsAndy Shevchenko1-6/+0
2024-04-09serial: core: Fix regression when runtime PM is not enabledTony Lindgren1-1/+1
2024-04-09serial: mxs-auart: add spinlock around changing cts stateEmil Kronborg1-2/+6
2024-04-09serial: 8250_dw: Revert: Do not reclock if already at correct rateHans de Goede1-3/+3
2024-04-09serial: 8250_lpc18xx: disable clks on error in probe()Dan Carpenter1-1/+1
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds55-2018/+2440
2024-03-16Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-5/+2
2024-03-15Merge tag 'mips_6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-1/+1
2024-03-07powerpc/macio: Make remove callback of macio driver void returnedDawei Li1-5/+2
2024-03-07serial: 8250_dw: Replace ACPI device check by a quirkAndy Shevchenko1-25/+26
2024-03-05Revert "tty: serial: simplify qcom_geni_serial_send_chunk_fifo()"Douglas Anderson1-4/+6
2024-03-05tty: serial: fsl_lpuart: avoid idle preamble pending if CTS is enabledSherry Sun1-2/+5
2024-03-05serial: Lock console when calling into driver before registrationPeter Collingbourne2-6/+12
2024-03-05serial: 8250_uniphier: Switch to use uart_read_port_properties()Andy Shevchenko1-13/+4
2024-03-05serial: 8250_tegra: Switch to use uart_read_port_properties()Andy Shevchenko1-17/+9
2024-03-05serial: 8250_pxa: Switch to use uart_read_port_properties()Andy Shevchenko1-13/+9
2024-03-05serial: 8250_omap: Switch to use uart_read_port_properties()Andy Shevchenko1-19/+10
2024-03-05serial: 8250_of: Switch to use uart_read_port_properties()Andy Shevchenko1-80/+19
2024-03-05serial: 8250_lpc18xx: Switch to use uart_read_port_properties()Andy Shevchenko1-12/+8
2024-03-05serial: 8250_ingenic: Switch to use uart_read_port_properties()Andy Shevchenko1-13/+7
2024-03-05serial: 8250_dw: Switch to use uart_read_port_properties()Andy Shevchenko1-40/+27
2024-03-05serial: 8250_bcm7271: Switch to use uart_read_port_properties()Andy Shevchenko1-37/+19
2024-03-05serial: 8250_bcm2835aux: Switch to use uart_read_port_properties()Andy Shevchenko1-51/+43
2024-03-05serial: 8250_aspeed_vuart: Switch to use uart_read_port_properties()Andy Shevchenko1-35/+15
2024-03-05serial: port: Introduce a common helper to read propertiesAndy Shevchenko1-0/+145
2024-03-05serial: sh-sci: Call sci_serial_{in,out}() directlyGeert Uytterhoeven1-126/+119