summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-07-306-7/+11
|\
| * serial: 8250_dw: Preserve original value of DLF registerRuihong Luo2023-07-251-2/+4
| * tty: serial: sh-sci: Fix sleeping in atomic contextBiju Das2023-07-251-1/+1
| * serial: sifive: Fix sifive_serial_console_setup() sectionSamuel Holland2023-07-251-1/+1
| * Documentation: devices.txt: reconcile serial/ucc_uart minor numersRandy Dunlap2023-07-251-1/+1
| * tty: n_gsm: fix UAF in gsm_cleanup_muxChaoyuan Peng2023-07-251-1/+3
| * TIOCSTI: always enable for CAP_SYS_ADMINSamuel Thibault2023-07-201-1/+1
* | serial: qcom-geni: drop bogus runtime pm state updateJohan Hovold2023-07-241-7/+0
|/
* Merge tag 'tty-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-07-0344-409/+2124
|\
| * tty_audit: make data of tty_audit_log() constJiri Slaby2023-06-211-1/+1
| * tty_audit: make tty pointers in exposed functions constJiri Slaby2023-06-212-7/+9
| * tty_audit: make icanon a boolJiri Slaby2023-06-211-2/+2
| * tty_audit: invert the condition in tty_audit_log()Jiri Slaby2023-06-211-12/+12
| * tty_audit: use kzalloc() in tty_audit_buf_alloc()Jiri Slaby2023-06-211-4/+4
| * tty_audit: use TASK_COMM_LEN for task commJiri Slaby2023-06-211-1/+1
| * Revert "8250: add support for ASIX devices with a FIFO bug"Jiaqing Zhao2023-06-213-28/+3
| * serial: atmel: don't enable IRQs prematurelyDan Carpenter2023-06-211-2/+2
| * tty: serial: Add Nuvoton ma35d1 serial driver supportJacky Huang2023-06-193-0/+845
| * tty: serial: fsl_lpuart: add earlycon for imx8ulp platformSherry Sun2023-06-191-0/+1
| * tty: serial: imx: fix rs485 rx after txMartin Fuzzey2023-06-191-5/+13
| * tty: tty_io: update timestamps on all device nodesMichal Sekletar2023-06-151-11/+20
| * tty: fix hang on tty device with no_room setHui Li2023-06-151-4/+21
| * serial: core: fix -EPROBE_DEFER handling in initDan Carpenter2023-06-151-5/+5
| * serial: 8250_omap: Use force_suspend and resume for system suspendTony Lindgren2023-06-151-5/+15
| * tty: serial: samsung_tty: Use abs() to simplify some codeChristophe JAILLET2023-06-131-3/+2
| * tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when i...Christophe JAILLET2023-06-131-0/+8
| * tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in cas...Christophe JAILLET2023-06-131-1/+5
| * serial: 8250: Apply FSL workarounds also without SERIAL_8250_CONSOLEUwe Kleine-König2023-06-133-4/+7
| * serial: core: don't kfree device managed dataDan Carpenter2023-06-061-6/+2
| * serial: 8250_mtk: Simplify clock sequencing and runtime PMChen-Yu Tsai2023-06-061-40/+10
| * serial: st-asc: fix typo in property nameRaphael Gallais-Pou2023-06-061-1/+1
| * Merge 6.4-rc5 into tty-nextGreg Kroah-Hartman2023-06-054-25/+27
| |\
| * | serial: core: Fix error handling for serial_core_ctrl_device_add()Tony Lindgren2023-06-021-2/+2
| * | serial: core: Fix probing serial_base_bus devicesTony Lindgren2023-06-011-1/+10
| * | serial: core: Don't drop port_mutex in serial_core_remove_one_portSteven Price2023-06-011-3/+1
| * | serial: core: Start managing serial controllers to enable runtime PMTony Lindgren2023-05-318-22/+594
| * | serial: 8250: omap: convert to modern PM opsArnd Bergmann2023-05-311-12/+5
| * | serial: 8250: omap: Move uart_write() inside PM sectionGeert Uytterhoeven2023-05-311-5/+5
| * | serial: 8250-fsl: Expand description of the MPC83xx UART's misbehaviourUwe Kleine-König2023-05-311-1/+13
| * | serial: Indicate fintek option may also be required for RS232 supportJames Hilliard2023-05-301-4/+6
| * | tty: serial: fsl_lpuart: Check the return value of dmaengine_tx_statusSherry Sun2023-05-301-1/+7
| * | serial: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-302-2/+2
| * | serial: 8250: synchronize and annotate UART_IER accessJohn Ogness2023-05-305-0/+85
| * | serial: 8250: lock port for UART_IER access in omap8250_irq()John Ogness2023-05-301-2/+3
| * | serial: 8250: lock port for omap8250_restore_regs()John Ogness2023-05-301-1/+7
| * | serial: 8250: lock port for rx_dma() callbackJohn Ogness2023-05-301-2/+11
| * | serial: core: lock port for start_rx() in uart_resume_port()John Ogness2023-05-301-1/+4
| * | serial: 8250: lock port for stop_rx() in omap8250_irq()John Ogness2023-05-301-0/+2
| * | serial: core: lock port for stop_rx() in uart_suspend_port()John Ogness2023-05-301-1/+4
| * | serial: 8250: lock port in startup() callbacksJohn Ogness2023-05-304-2/+27