summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \
| * | | | serial: 8250: Fix mismerge regarding serial_lsr_in()Uwe Kleine-König2023-02-021-2/+0
| * | | | hvcs: Fix hvcs port reference countingBrian King2023-02-021-18/+0
| * | | | serial: liteuart: Remove a copy of UART id in private structureAndy Shevchenko2023-01-311-5/+3
| * | | | serial: liteuart: Don't mix devm_*() with non-devm_*() callsAndy Shevchenko2023-01-311-17/+15
| * | | | tty: serial: fsl_lpuart: add imx8ulp supportSherry Sun2023-01-311-1/+15
| * | | | tty: serial: fsl_lpuart: set RTS watermark for lpuartSherry Sun2023-01-311-0/+8
| * | | | tty: serial: fsl_lpuart: Enable Receiver Idle Empty function for LPUARTSherry Sun2023-01-311-0/+2
| * | | | tty: serial: fsl_lpuart: Fix the wrong RXWATER setting for rx dma caseSherry Sun2023-01-311-6/+0
| * | | | tty: serial: fsl_lpuart: set receive watermark for imx8qxp platformSherry Sun2023-01-311-1/+5
| * | | | tty: serial: fsl_lpuart: make rx_watermark configurable for different platformsSherry Sun2023-01-311-2/+12
| * | | | tty: serial: fsl_lpuart: don't enable receiver/transmitter before rx/tx dma r...Sherry Sun2023-01-311-1/+12
| * | | | serial: liteuart: Correct error rollbackIlpo Järvinen2023-01-231-1/+1
| * | | | serial: qcom_geni: Fix variable namingIlpo Järvinen2023-01-231-5/+5
| * | | | Merge 6.2-rc5 into tty-nextGreg Kroah-Hartman2023-01-227-35/+54
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | VT: Bump font size limitation to 64x128 pixelsSamuel Thibault2023-01-191-12/+16
| * | | | VT: Add KD_FONT_OP_SET/GET_TALL operationsSamuel Thibault2023-01-191-4/+10