summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-6.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-241-2/+17
|\
| * hvc/xen: prevent concurrent accesses to the shared ringRoger Pau Monne2023-03-221-2/+17
* | Merge tag 'tty-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-03-198-23/+30
|\ \
| * | tty: vt: protect KD_FONT_OP_GET_TALL from unbound accessSamuel Thibault2023-03-091-0/+3
| * | serial: qcom-geni: drop bogus uart_write_wakeup()Johan Hovold2023-03-091-4/+0
| * | serial: qcom-geni: fix mapping of empty DMA bufferJohan Hovold2023-03-091-0/+3
| * | serial: qcom-geni: fix DMA mapping leak on shutdownJohan Hovold2023-03-091-1/+1
| * | serial: qcom-geni: fix console shutdown hangJohan Hovold2023-03-091-0/+4
| * | serdev: Set fwnode for serdev devicesSaravana Kannan2023-03-091-1/+1
| * | tty: serial: fsl_lpuart: fix race on RX DMA shutdownAlexander Sverdlin2023-03-091-8/+3
| * | serial: 8250_pci1xxxx: Disable SERIAL_8250_PCI1XXXX config by defaultKumaravel Thiagarajan2023-03-091-1/+0
| * | serial: 8250_fsl: fix handle_irq lockingJohan Hovold2023-03-091-2/+2
| * | serial: 8250_em: Fix UART port typeBiju Das2023-03-091-2/+2
| * | serial: 8250: ASPEED_VUART: select REGMAP instead of depending on itRandy Dunlap2023-03-091-1/+2
| * | tty: serial: fsl_lpuart: skip waiting for transmission complete when UARTCTRL...Sherry Sun2023-03-091-3/+9
| * | Revert "tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config depe...Tom Rix2023-03-091-1/+1
* | | serial: sc16is7xx: Convert to i2c's .probe_new()Uwe Kleine-König2023-03-091-3/+3
|/ /
* | vc_screen: don't clobber return value in vcs_readThomas Weißschuh2023-02-271-3/+4
* | vc_screen: modify vcs_size() handling in vcs_read()George Kennedy2023-02-271-3/+1
* | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-242-8/+1
|\ \
| * | driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-1/+1
| * | Merge 6.2-rc5 into driver-core-nextGreg Kroah-Hartman2023-01-228-54/+85
| |\ \
| * | | serial: arc_uart: Drop empty platform remove functionUwe Kleine-König2023-01-171-7/+0
* | | | Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-02-2442-984/+2116
|\ \ \ \
| * | | | tty: n_gsm: add keep alive supportDaniel Starke2023-02-161-2/+104
| * | | | serial: imx: remove a redundant checkTom Rix2023-02-161-5/+3
| * | | | soc: qcom: geni-se: Move qcom-geni-se.h to linux/soc/qcom/geni-se.hElliot Berman2023-02-091-1/+1
| * | | | tty: n_gsm: add TIOCMIWAIT supportDaniel Starke2023-02-081-1/+32
| * | | | tty: n_gsm: add RING/CD control supportDaniel Starke2023-02-081-0/+5
| * | | | serial: imx: get rid of registers shadowingSergey Organov2023-02-081-63/+4
| * | | | serial: imx: refine local variables in rxint()Sergey Organov2023-02-081-3/+2
| * | | | serial: imx: stop using USR2 in FIFO reading loopSergey Organov2023-02-081-12/+6
| * | | | serial: imx: remove redundant USR2 read from FIFO reading loopSergey Organov2023-02-081-1/+0
| * | | | serial: imx: do not break from FIFO reading loop prematurelySergey Organov2023-02-081-7/+3
| * | | | serial: imx: do not sysrq broken charsSergey Organov2023-02-081-3/+2
| * | | | serial: imx: work-around for hardware RX floodSergey Organov2023-02-081-28/+95
| * | | | serial: imx: factor-out common code to imx_uart_soft_reset()Sergey Organov2023-02-081-36/+37
| * | | | serial: 8250_pci1xxxx: Add power management functions to quad-uart driverKumaravel Thiagarajan2023-02-081-0/+115
| * | | | serial: 8250_pci1xxxx: Add RS485 support to quad-uart driverKumaravel Thiagarajan2023-02-081-0/+50
| * | | | serial: 8250_pci1xxxx: Add driver for quad-uart supportKumaravel Thiagarajan2023-02-084-0/+349
| * | | | serial: 8250_pci: Add serial8250_pci_setup_port definition in 8250_pcilib.cKumaravel Thiagarajan2023-02-085-22/+63
| * | | | tty: pcn_uart: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-081-1/+1
| * | | | hvcs: Synchronize hotplug remove with port freeBrian King2023-02-081-11/+15
| * | | | hvcs: Use vhangup in hotplug removeBrian King2023-02-081-3/+2
| * | | | hvcs: Get reference to tty in removeBrian King2023-02-081-2/+4
| * | | | hvcs: Use driver groups to manage driver attributesBrian King2023-02-081-9/+8
| * | | | hvcs: Use dev_groups to manage hvcs device attributesBrian King2023-02-081-14/+5
| * | | | tty: serial: imx: disable Ageing Timer interrupt request irqPeng Fan2023-02-081-0/+5
| * | | | serial: fsl_lpuart: fix RS485 RTS polariy inverse issueShenwei Wang2023-02-081-2/+2
| * | | | Merge 6.2-rc7 into tty-nextGreg Kroah-Hartman2023-02-063-36/+27
| |\ \ \ \ | | | |_|/ | | |/| |