aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2023-07-03Merge tag 'tty-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 44-409/+2124
2023-07-03Merge tag 'driver-core-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+5
2023-06-27Merge tag 'docs-arm-move' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-2/+2
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-2/+2
2023-06-21tty_audit: make data of tty_audit_log() constGravatar Jiri Slaby 1-1/+1
2023-06-21tty_audit: make tty pointers in exposed functions constGravatar Jiri Slaby 2-7/+9
2023-06-21tty_audit: make icanon a boolGravatar Jiri Slaby 1-2/+2
2023-06-21tty_audit: invert the condition in tty_audit_log()Gravatar Jiri Slaby 1-12/+12
2023-06-21tty_audit: use kzalloc() in tty_audit_buf_alloc()Gravatar Jiri Slaby 1-4/+4
2023-06-21tty_audit: use TASK_COMM_LEN for task commGravatar Jiri Slaby 1-1/+1
2023-06-21Revert "8250: add support for ASIX devices with a FIFO bug"Gravatar Jiaqing Zhao 3-28/+3
2023-06-21serial: atmel: don't enable IRQs prematurelyGravatar Dan Carpenter 1-2/+2
2023-06-19tty: serial: Add Nuvoton ma35d1 serial driver supportGravatar Jacky Huang 3-0/+845
2023-06-19tty: serial: fsl_lpuart: add earlycon for imx8ulp platformGravatar Sherry Sun 1-0/+1
2023-06-19tty: serial: imx: fix rs485 rx after txGravatar Martin Fuzzey 1-5/+13
2023-06-16docs: update some straggling Documentation/arm referencesGravatar Jonathan Corbet 1-2/+2
2023-06-15tty: tty_io: update timestamps on all device nodesGravatar Michal Sekletar 1-11/+20
2023-06-15tty: fix hang on tty device with no_room setGravatar Hui Li 1-4/+21
2023-06-15serial: core: fix -EPROBE_DEFER handling in initGravatar Dan Carpenter 1-5/+5
2023-06-15serial: 8250_omap: Use force_suspend and resume for system suspendGravatar Tony Lindgren 1-5/+15
2023-06-13tty: serial: samsung_tty: Use abs() to simplify some codeGravatar Christophe JAILLET 1-3/+2
2023-06-13tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when i...Gravatar Christophe JAILLET 1-0/+8
2023-06-13tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in cas...Gravatar Christophe JAILLET 1-1/+5
2023-06-13tty: serial: fsl_lpuart: reduce RX watermark to 0 on LS1028AGravatar Robert Hodaszi 1-1/+1
2023-06-13serial: 8250: Apply FSL workarounds also without SERIAL_8250_CONSOLEGravatar Uwe Kleine-König 3-4/+7
2023-06-06serial: core: don't kfree device managed dataGravatar Dan Carpenter 1-6/+2
2023-06-06serial: lantiq: add missing interrupt ackGravatar Bernhard Seibold 1-0/+1
2023-06-06serial: 8250_mtk: Simplify clock sequencing and runtime PMGravatar Chen-Yu Tsai 1-40/+10
2023-06-06serial: st-asc: fix typo in property nameGravatar Raphael Gallais-Pou 1-1/+1
2023-06-05Merge 6.4-rc5 into tty-nextGravatar Greg Kroah-Hartman 4-25/+27
2023-06-05Merge 6.4-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 4-25/+27
2023-06-02serial: core: Fix error handling for serial_core_ctrl_device_add()Gravatar Tony Lindgren 1-2/+2
2023-06-01serial: core: Fix probing serial_base_bus devicesGravatar Tony Lindgren 1-1/+10
2023-06-01serial: core: Don't drop port_mutex in serial_core_remove_one_portGravatar Steven Price 1-3/+1
2023-05-31serial: core: Start managing serial controllers to enable runtime PMGravatar Tony Lindgren 8-22/+594
2023-05-31serial: 8250: omap: convert to modern PM opsGravatar Arnd Bergmann 1-12/+5
2023-05-31serial: 8250: omap: Move uart_write() inside PM sectionGravatar Geert Uytterhoeven 1-5/+5
2023-05-31serial: 8250-fsl: Expand description of the MPC83xx UART's misbehaviourGravatar Uwe Kleine-König 1-1/+13
2023-05-30serial: qcom_geni: Comment use of devm_krealloc rather than devm_krealloc_arrayGravatar James Clark 1-0/+5
2023-05-30serial: cpm_uart: Fix a COMPILE_TEST dependencyGravatar Herve Codina 2-3/+1
2023-05-30tty: serial: fsl_lpuart: use UARTCTRL_TXINV to send break instead of UARTCTRL...Gravatar Sherry Sun 1-21/+23
2023-05-30serial: 8250_tegra: Fix an error handling path in tegra_uart_probe()Gravatar Christophe JAILLET 1-1/+3
2023-05-30serial: Indicate fintek option may also be required for RS232 supportGravatar James Hilliard 1-4/+6
2023-05-30tty: serial: fsl_lpuart: Check the return value of dmaengine_tx_statusGravatar Sherry Sun 1-1/+7
2023-05-30serial: Switch i2c drivers back to use .probe()Gravatar Uwe Kleine-König 2-2/+2
2023-05-30serial: 8250: synchronize and annotate UART_IER accessGravatar John Ogness 5-0/+85
2023-05-30serial: 8250: lock port for UART_IER access in omap8250_irq()Gravatar John Ogness 1-2/+3
2023-05-30serial: 8250: lock port for omap8250_restore_regs()Gravatar John Ogness 1-1/+7
2023-05-30serial: 8250: lock port for rx_dma() callbackGravatar John Ogness 1-2/+11
2023-05-30serial: core: lock port for start_rx() in uart_resume_port()Gravatar John Ogness 1-1/+4