summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorLines
2024-05-04serial: 8250_exar: Kill unneeded ->board_init()Andy Shevchenko-90/+81
2024-05-04serial: 8250_exar: Extract cti_board_init_osc_freq() helperAndy Shevchenko-29/+19
2024-05-04serial: 8250_exar: Trivia typo fixesAndy Shevchenko-4/+4
2024-05-04serial: 8250_exar: Use PCI_SUBVENDOR_ID_IBM for subvendor IDAndy Shevchenko-1/+1
2024-05-04serial: 8250_exar: Kill CTI_PCI_DEVICE()Andy Shevchenko-14/+5
2024-05-04serial: 8250_exar: Describe all parameters in kernel docAndy Shevchenko-0/+3
2024-05-04serial: 8250_exar: Don't return positive values as error codesAndy Shevchenko-2/+2
2024-05-03alpha: remove DECpc AXP150 (Jensen) supportArnd Bergmann-30/+0
2024-04-26serial: kgdboc: Fix NMI-safety problems from keyboard reset codeDaniel Thompson-1/+29
2024-04-25tty: 8250_pci: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal-1/+1
2024-04-23Merge 6.9-rc5 into tty-nextGreg Kroah-Hartman-32/+77
2024-04-20serial: msm: check dma_map_sg() return value properlyJiri Slaby (SUSE)-3/+7
2024-04-18serial: exar: fix checkpach warningsParker Newman-5/+5
2024-04-18serial: exar: add CTI specific setup codeParker Newman-0/+846
2024-04-18serial: exar: add CTI cards to exar_get_nr_portsParker Newman-3/+19
2024-04-18serial: exar: moved generic_rs485 further up in 8250_exar.cParker Newman-25/+25
2024-04-18serial: exar: add optional board_init functionParker Newman-1/+12
2024-04-18serial: exar: added a exar_get_nr_ports functionParker Newman-6/+21
2024-04-18serial: exar: remove old Connect Tech setupParker Newman-37/+0
2024-04-17serial: stm32: Reset .throttled state in .startup()Uwe Kleine-König-0/+1
2024-04-17serial: stm32: Return IRQ_NONE in the ISR if no handling happendUwe Kleine-König-2/+10
2024-04-17serial: exar: adding missing CTI and Exar PCI idsParker Newman-0/+42
2024-04-17serial: 8250_pnp: Support configurable reg shift propertyGuanbing Huang-15/+25
2024-04-17serial: port: Add support of PNP IRQ to __uart_read_properties()Guanbing Huang-1/+6
2024-04-17serial: 8250_dw: Hide a cast in dw8250_serial_inq()Andy Shevchenko-3/+1
2024-04-17serial: 8250_dw: Deduplicate LCR checksAndy Shevchenko-26/+15
2024-04-17tty: serial: fsl_lpuart: use dev_err_probe for clocksAlexander Stein-4/+2
2024-04-17serial: imx: Introduce timeout when waiting on transmitter emptyEsben Haabendal-3/+4
2024-04-17serial: core: Extract uart_alloc_xmit_buf() and uart_free_xmit_buf()Andy Shevchenko-44/+54
2024-04-17serial: drop debugging WARN_ON_ONCE() from uart_put_char()Jiri Slaby (SUSE)-1/+1
2024-04-16serial: meson+qcom: don't advance the kfifo twiceJiri Slaby (SUSE)-4/+1
2024-04-13serial: core: Fix ifdef for serial base console functionsTony Lindgren-2/+2
2024-04-11tty/sysrq: Replay kernel log messages on consoles via sysrqSreenath Vijayan-1/+12
2024-04-11serial: core: Fix missing shutdown and startup for serial base portTony Lindgren-3/+55
2024-04-11serial: max3100: Convert to_max3100_port() to be static inlineAndy Shevchenko-1/+4
2024-04-11serial: omap: remove redundant assignment to variable tmoutColin Ian King-1/+0
2024-04-11serial: 8250: Fix add preferred console for serial8250_isa_init_ports()Tony Lindgren-11/+10
2024-04-11serial: sc16is7xx: split into core and I2C/SPI parts (sc16is7xx_regcfg)Hugo Villeneuve-10/+16
2024-04-11serial: sc16is7xx: split into core and I2C/SPI parts (sc16is7xx_lines)Hugo Villeneuve-11/+21
2024-04-11serial: sc16is7xx: split into core and I2C/SPI parts (core)Hugo Villeneuve-218/+248
2024-04-11serial: sc16is7xx: unconditionally clear line bit in sc16is7xx_remove()Hugo Villeneuve-2/+2
2024-04-11serial: sc16is7xx: add proper sched.h include for sched_set_fifo()Hugo Villeneuve-1/+1
2024-04-09serial: ar933x: Remove unneeded static structureLino Sanfilippo-2/+1
2024-04-09serial: 8250: Remove superfluous sanity checkLino Sanfilippo-7/+0
2024-04-09serial: amba-pl011: move variable into CONFIG_DMA_ENGINE conditionalLino Sanfilippo-1/+1
2024-04-09serial: amba-pl011: get rid of useless wrapper pl011_get_rs485_mode()Lino Sanfilippo-13/+1
2024-04-09serial: max3100: Sort headersAndy Shevchenko-3/+3
2024-04-09serial: max3100: Extract to_max3100_port() helper macroAndy Shevchenko-48/+19
2024-04-09serial: max3100: Switch to DEFINE_SIMPLE_DEV_PM_OPS()Andy Shevchenko-9/+3
2024-04-09serial: max3100: Replace MODULE_ALIAS() with respective ID tablesAndy Shevchenko-1/+15