summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-01-215-20/+44
|\
| * serial: exar: Add support for Sealevel 7xxxC serial cardsMatthew Howell2023-01-201-0/+14
| * Revert "serial: stm32: Merge hard IRQ and threaded IRQ handling into single I...Greg Kroah-Hartman2023-01-201-4/+27
| * tty: serial: qcom_geni: avoid duplicate struct member initArnd Bergmann2023-01-191-6/+8
| * serial: atmel: fix incorrect baudrate setupTobias Schramm2023-01-191-7/+1
| * serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handlerMarek Vasut2023-01-191-27/+4
| * serial: amba-pl011: fix high priority character transmission in rs486 modeLino Sanfilippo2023-01-191-4/+4
| * serial: pch_uart: Pass correct sg to dma_unmap_sg()Ilpo Järvinen2023-01-191-1/+1
| * tty: serial: qcom-geni-serial: fix slab-out-of-bounds on RX FIFO bufferKrzysztof Kozlowski2023-01-191-2/+16
* | Merge tag 'printk-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-01-192-15/+10
|\ \ | |/ |/|
| * Merge branch 'rework/console-list-lock' into for-linusPetr Mladek2023-01-192-15/+10
| |\
| | * tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()John Ogness2023-01-162-15/+10
* | | Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-01-121-19/+31
|\ \ \
| * | | hvc/xen: lock console list traversalRoger Pau Monne2023-01-091-17/+29
| * | | xen: make remove callback of xen driver void returnedDawei Li2022-12-151-2/+2
* | | | treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-252-2/+2
* | | | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-161-1/+1
|\ \ \ \
| * | | | driver core: make struct class.devnode() take a const *Greg Kroah-Hartman2022-11-241-1/+1
| |/ / /
* | | | Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-12-1682-1183/+1286
|\ \ \ \ | |_|/ / |/| | |
| * | | serial: atmel: don't stop the transmitter when doing PIOJiri Slaby (SUSE)2022-11-231-10/+15
| * | | serial: atmel: cleanup atmel_start+stop_tx()Jiri Slaby (SUSE)2022-11-231-7/+9
| * | | tty: serial: fsl_lpuart: switch to new dmaengine_terminate_* APISherry Sun2022-11-231-4/+4
| * | | serial: sunsab: Fix error handling in sunsab_init()Yuan Can2022-11-231-1/+7
| * | | serial: altera_uart: fix locking in polling modeGabriel Somlo2022-11-231-2/+3
| * | | serial: pch: Fix PCI device refcount leak in pch_request_dma()Xiongfeng Wang2022-11-221-0/+4
| * | | tty: serial: fsl_lpuart: Use pm_ptr() to avoid need to make pm __maybe_unusedSherry Sun2022-11-221-10/+10
| * | | tty: serial: fsl_lpuart: Add runtime pm supportSherry Sun2022-11-221-0/+60
| * | | tty: serial: fsl_lpuart: enable wakeup source for lpuartSherry Sun2022-11-221-81/+200
| * | | tty: synclink_gt: unwind actions in error path of net device openPaul Fulghum2022-11-221-9/+10
| * | | serial: stm32: move dma_request_chan() before clk_prepare_enable()Valentin Caron2022-11-221-24/+23
| * | | serial: pl011: Do not clear RX FIFO & RX interrupt in unthrottle.delisun2022-11-221-1/+10
| * | | serial: amba-pl011: avoid SBSA UART accessing DMACR registerJiamei Xie2022-11-221-0/+3
| * | | tty: serial: altera_jtaguart: remove struct altera_jtaguartJiri Slaby (SUSE)2022-11-221-20/+9
| * | | tty: serial: altera_jtaguart: use uart_port::read_status_maskJiri Slaby (SUSE)2022-11-221-25/+16
| * | | tty: serial: altera_jtaguart: remove unused altera_jtaguart::sigsJiri Slaby (SUSE)2022-11-221-1/+0
| * | | tty: serial: altera_jtaguart: remove flag from altera_jtaguart_rx_chars()Jiri Slaby (SUSE)2022-11-221-3/+2
| * | | n_tty: Rename tail to old_tail in n_tty_read()Ilpo Järvinen2022-11-221-3/+3
| * | | Merge 6.1-rc6 into tty-nextGreg Kroah-Hartman2022-11-229-91/+139
| |\| |
| * | | tty: n_gsm: Delete unneeded semicolonShaomin Deng2022-11-091-1/+1
| * | | tty: n_gsm: add parameter negotiation supportDaniel Starke2022-11-091-8/+327
| * | | tty: n_gsm: add parameters used with parameter negotiationDaniel Starke2022-11-091-13/+45
| * | | tty: n_gsm: introduce macro for minimal unit sizeDaniel Starke2022-11-091-2/+5
| * | | serial: 8250: 8250_omap: Fix calculation of RS485 delaysLukas Wunner2022-11-091-1/+1
| * | | serial: 8250_bcm7271: Fix error handling in brcmuart_init()Yuan Can2022-11-091-1/+9
| * | | serial: 8250_dma: Rearm DMA Rx if more data is pendingIlpo Järvinen2022-11-091-3/+16
| * | | serial: Fix a typo ("ignorning")Jonathan Neuschäfer2022-11-092-2/+2
| * | | tty: Convert tty_buffer flags to boolIlpo Järvinen2022-11-091-14/+14
| * | | tty: Move TIOCSTI toggle variable before kerndocKees Cook2022-11-081-1/+1
| * | | tty: Cleanup tty buffer align maskIlpo Järvinen2022-11-031-2/+2
| * | | tty: hvc: make hvc_rtas_dev staticruanjinjie2022-11-031-1/+1