summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2024-05-04serial: core: Call device_set_awake_path() for console portClaudiu Beznea1-0/+1
2024-05-04tty: serial: uartps: Add support for uartps controller resetManikanta Guntupalli1-0/+15
2024-05-04serial: 8250_pnp: Switch to DEFINE_SIMPLE_DEV_PM_OPS()Andy Shevchenko1-4/+5
2024-05-04serial: 8250_exar: Keep the includes sortedAndy Shevchenko1-1/+1
2024-05-04serial: 8250_exar: Make type of bit the same in exar_ee_*_bit()Andy Shevchenko1-1/+1
2024-05-04serial: 8250_exar: Use BIT() in exar_ee_read()Andy Shevchenko1-6/+7
2024-05-04serial: 8250_exar: Switch to use dev_err_probe()Andy Shevchenko1-14/+7
2024-05-04serial: 8250_exar: Return directly from switch-casesAndy Shevchenko1-52/+30
2024-05-04serial: 8250_exar: Decrease indentation levelAndy Shevchenko1-50/+50
2024-05-04serial: 8250_exar: Kill unneeded ->board_init()Andy Shevchenko1-90/+81
2024-05-04serial: 8250_exar: Extract cti_board_init_osc_freq() helperAndy Shevchenko1-29/+19
2024-05-04serial: 8250_exar: Trivia typo fixesAndy Shevchenko1-4/+4
2024-05-04serial: 8250_exar: Use PCI_SUBVENDOR_ID_IBM for subvendor IDAndy Shevchenko1-1/+1
2024-05-04serial: 8250_exar: Kill CTI_PCI_DEVICE()Andy Shevchenko1-14/+5
2024-05-04serial: 8250_exar: Describe all parameters in kernel docAndy Shevchenko1-0/+3
2024-05-04serial: 8250_exar: Don't return positive values as error codesAndy Shevchenko1-2/+2
2024-05-03alpha: remove DECpc AXP150 (Jensen) supportArnd Bergmann4-30/+0
2024-04-26serial: kgdboc: Fix NMI-safety problems from keyboard reset codeDaniel Thompson1-1/+29
2024-04-25tty: 8250_pci: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
2024-04-23Merge 6.9-rc5 into tty-nextGreg Kroah-Hartman9-32/+77
2024-04-20serial: msm: check dma_map_sg() return value properlyJiri Slaby (SUSE)1-3/+7
2024-04-18serial: exar: fix checkpach warningsParker Newman1-5/+5
2024-04-18serial: exar: add CTI specific setup codeParker Newman1-0/+846
2024-04-18serial: exar: add CTI cards to exar_get_nr_portsParker Newman1-3/+19
2024-04-18serial: exar: moved generic_rs485 further up in 8250_exar.cParker Newman1-25/+25
2024-04-18serial: exar: add optional board_init functionParker Newman1-1/+12
2024-04-18serial: exar: added a exar_get_nr_ports functionParker Newman1-6/+21
2024-04-18serial: exar: remove old Connect Tech setupParker Newman1-37/+0
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-17serial: exar: adding missing CTI and Exar PCI idsParker Newman1-0/+42
2024-04-17serial: 8250_pnp: Support configurable reg shift propertyGuanbing Huang1-15/+25
2024-04-17serial: port: Add support of PNP IRQ to __uart_read_properties()Guanbing Huang1-1/+6
2024-04-17serial: 8250_dw: Hide a cast in dw8250_serial_inq()Andy Shevchenko1-3/+1
2024-04-17serial: 8250_dw: Deduplicate LCR checksAndy Shevchenko1-26/+15
2024-04-17tty: serial: fsl_lpuart: use dev_err_probe for clocksAlexander Stein1-4/+2
2024-04-17serial: imx: Introduce timeout when waiting on transmitter emptyEsben Haabendal1-3/+4
2024-04-17serial: core: Extract uart_alloc_xmit_buf() and uart_free_xmit_buf()Andy Shevchenko1-44/+54
2024-04-17serial: drop debugging WARN_ON_ONCE() from uart_put_char()Jiri Slaby (SUSE)1-1/+1
2024-04-16serial: meson+qcom: don't advance the kfifo twiceJiri Slaby (SUSE)2-4/+1
2024-04-13serial: core: Fix ifdef for serial base console functionsTony Lindgren1-2/+2
2024-04-11tty/sysrq: Replay kernel log messages on consoles via sysrqSreenath Vijayan1-1/+12
2024-04-11serial: core: Fix missing shutdown and startup for serial base portTony Lindgren3-3/+55
2024-04-11serial: max3100: Convert to_max3100_port() to be static inlineAndy Shevchenko1-1/+4
2024-04-11serial: omap: remove redundant assignment to variable tmoutColin Ian King1-1/+0
2024-04-11serial: 8250: Fix add preferred console for serial8250_isa_init_ports()Tony Lindgren2-11/+10
2024-04-11serial: sc16is7xx: split into core and I2C/SPI parts (sc16is7xx_regcfg)Hugo Villeneuve4-10/+16
2024-04-11serial: sc16is7xx: split into core and I2C/SPI parts (sc16is7xx_lines)Hugo Villeneuve1-11/+21
2024-04-11serial: sc16is7xx: split into core and I2C/SPI parts (core)Hugo Villeneuve6-218/+248
2024-04-11serial: sc16is7xx: unconditionally clear line bit in sc16is7xx_remove()Hugo Villeneuve1-2/+2