aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-6.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2024-05-244-91/+181
|\
| * serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescalerHugo Villeneuve2024-05-041-5/+18
| * serial: 8250_bcm7271: use default_mux_rate if possibleDoug Berger2024-05-041-41/+60
| * serial: 8520_mtk: Set RTS on shutdown for Rx in-band wakeupPin-yen Lin2024-05-041-2/+6
| * tty: n_gsm: fix missing receive state reset after mode switchDaniel Starke2024-05-041-41/+92
| * tty: n_gsm: fix possible out-of-bounds in gsm0_receive()Daniel Starke2024-05-041-2/+5
* | Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2024-05-2277-1543/+2524
|\ \
| * | serial: Clear UPF_DEAD before calling tty_port_register_device_attr_serdev()Hans de Goede2024-05-101-2/+4
| * | serial: imx: Raise TX trigger level to 8Matthias Schiffer2024-05-101-1/+1
| * | serial: 8250_pnp: Simplify "line" related codeIlpo Järvinen2024-05-101-10/+6
| * | serial: sh-sci: simplify locking when re-issuing RXDMA failsWolfram Sang2024-05-101-3/+1
| * | serial: sh-sci: let timeout timer only run when DMA is scheduledWolfram Sang2024-05-101-2/+5
| * | serial: sh-sci: describe locking requirements for invalidating RXDMAWolfram Sang2024-05-101-0/+1
| * | serial: sh-sci: protect invalidating RXDMA on shutdownWolfram Sang2024-05-101-0/+5
| * | tty: add the option to have a tty reject a new ldiscLinus Torvalds2024-05-042-0/+16
| * | serial: core: Call device_set_awake_path() for console portClaudiu Beznea2024-05-041-0/+1
| * | tty: serial: uartps: Add support for uartps controller resetManikanta Guntupalli2024-05-041-0/+15
| * | serial: 8250_pnp: Switch to DEFINE_SIMPLE_DEV_PM_OPS()Andy Shevchenko2024-05-041-4/+5
| * | serial: 8250_exar: Keep the includes sortedAndy Shevchenko2024-05-041-1/+1
| * | serial: 8250_exar: Make type of bit the same in exar_ee_*_bit()Andy Shevchenko2024-05-041-1/+1
| * | serial: 8250_exar: Use BIT() in exar_ee_read()Andy Shevchenko2024-05-041-6/+7
| * | serial: 8250_exar: Switch to use dev_err_probe()Andy Shevchenko2024-05-041-14/+7
| * | serial: 8250_exar: Return directly from switch-casesAndy Shevchenko2024-05-041-52/+30
| * | serial: 8250_exar: Decrease indentation levelAndy Shevchenko2024-05-041-50/+50
| * | serial: 8250_exar: Kill unneeded ->board_init()Andy Shevchenko2024-05-041-90/+81
| * | serial: 8250_exar: Extract cti_board_init_osc_freq() helperAndy Shevchenko2024-05-041-29/+19
| * | serial: 8250_exar: Trivia typo fixesAndy Shevchenko2024-05-041-4/+4
| * | serial: 8250_exar: Use PCI_SUBVENDOR_ID_IBM for subvendor IDAndy Shevchenko2024-05-041-1/+1
| * | serial: 8250_exar: Kill CTI_PCI_DEVICE()Andy Shevchenko2024-05-041-14/+5
| * | serial: 8250_exar: Describe all parameters in kernel docAndy Shevchenko2024-05-041-0/+3
| * | serial: 8250_exar: Don't return positive values as error codesAndy Shevchenko2024-05-041-2/+2
| * | Merge 6.9-rc5 into tty-nextGreg Kroah-Hartman2024-04-239-32/+77
| |\|
| * | serial: msm: check dma_map_sg() return value properlyJiri Slaby (SUSE)2024-04-201-3/+7
| * | serial: exar: fix checkpach warningsParker Newman2024-04-181-5/+5
| * | serial: exar: add CTI specific setup codeParker Newman2024-04-181-0/+846
| * | serial: exar: add CTI cards to exar_get_nr_portsParker Newman2024-04-181-3/+19
| * | serial: exar: moved generic_rs485 further up in 8250_exar.cParker Newman2024-04-181-25/+25
| * | serial: exar: add optional board_init functionParker Newman2024-04-181-1/+12
| * | serial: exar: added a exar_get_nr_ports functionParker Newman2024-04-181-6/+21
| * | serial: exar: remove old Connect Tech setupParker Newman2024-04-181-37/+0
| * | serial: exar: adding missing CTI and Exar PCI idsParker Newman2024-04-171-0/+42
| * | serial: 8250_pnp: Support configurable reg shift propertyGuanbing Huang2024-04-171-15/+25
| * | serial: port: Add support of PNP IRQ to __uart_read_properties()Guanbing Huang2024-04-171-1/+6
| * | serial: 8250_dw: Hide a cast in dw8250_serial_inq()Andy Shevchenko2024-04-171-3/+1
| * | serial: 8250_dw: Deduplicate LCR checksAndy Shevchenko2024-04-171-26/+15
| * | tty: serial: fsl_lpuart: use dev_err_probe for clocksAlexander Stein2024-04-171-4/+2
| * | serial: imx: Introduce timeout when waiting on transmitter emptyEsben Haabendal2024-04-171-3/+4
| * | serial: core: Extract uart_alloc_xmit_buf() and uart_free_xmit_buf()Andy Shevchenko2024-04-171-44/+54
| * | serial: drop debugging WARN_ON_ONCE() from uart_put_char()Jiri Slaby (SUSE)2024-04-171-1/+1
| * | serial: meson+qcom: don't advance the kfifo twiceJiri Slaby (SUSE)2024-04-162-4/+1