summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm-drivers-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-021-2/+2
|\
| * Merge tag 'arm-soc/for-5.20/drivers' of https://github.com/Broadcom/stblinux ...Arnd Bergmann2022-07-121-2/+2
| |\
| | * tty: serial: bcm63xx: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCAWilliam Zhang2022-07-111-2/+2
* | | Merge tag 'tty-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-07-1613-58/+109
|\ \ \ | |/ / |/| |
| * | tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()Jiri Slaby2022-07-083-12/+36
| * | tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push()Jiri Slaby2022-07-081-5/+10
| * | serial: 8250: dw: Fix the macro RZN1_UART_xDMACR_8_WORD_BURSTBiju Das2022-06-301-1/+1
| * | vt: fix memory overlapping when deleting chars in the bufferYangxi Xiang2022-06-301-1/+1
| * | serial: mvebu-uart: correctly report configured baudrate valuePali Rohár2022-06-301-12/+13
| * | serial: 8250: Fix PM usage_count for console handoverIlpo Järvinen2022-06-302-5/+4
| * | serial: 8250: fix return error code in serial8250_request_std_resource()Yi Yang2022-06-301-1/+3
| * | serial: stm32: Clear prev values before setting RTS delaysIlpo Järvinen2022-06-301-0/+2
| * | serial: 8250: Fix __stop_tx() & DMA Tx restart racesIlpo Järvinen2022-06-272-4/+4
| * | serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottleIlpo Järvinen2022-06-271-2/+21
| * | tty: serial: samsung_tty: set dma burst_size to 1Chanho Park2022-06-271-3/+2
| * | serial: 8250: dw: enable using pdata with ACPIMarcin Wojtas2022-06-271-12/+12
* | | Merge branch 'rework/kthreads' into for-linusPetr Mladek2022-06-231-2/+0
|\ \ \ | |/ / |/| |
| * | Revert "printk: add functions to prefer direct printing"Petr Mladek2022-06-231-2/+0
* | | serial: 8250: Store to lsr_save_flags after lsr readIlpo Järvinen2022-06-101-0/+2
* | | tty: goldfish: Fix free_irq() on removeVincent Whitchurch2022-06-101-1/+1
* | | tty: serial: qcom-geni-serial: Implement start_rx callbackVijaya Krishna Nivarthi2022-06-101-0/+1
* | | serial: core: Introduce callback for start_rx and do stop_rx in suspend only ...Vijaya Krishna Nivarthi2022-06-101-3/+6
* | | tty: n_gsm: Debug output allocation must use GFP_ATOMICTony Lindgren2022-06-101-1/+1
| |/ |/|
* | Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-06-041-1/+1
|\ \
| * | xen: replace xen_remap() with memremap()Juergen Gross2022-06-011-1/+1
* | | Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-031-2/+2
|\ \ \
| * | | signal: Replace __group_send_sig_info with send_signal_lockedEric W. Biederman2022-05-111-2/+2
* | | | Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-0373-1419/+2090
|\ \ \ \
| * | | | tty: Rework receive flow control char logicIlpo Järvinen2022-05-191-5/+11
| * | | | serial: stm32-usart: Correct CSIZE, bits, and parityIlpo Järvinen2022-05-191-3/+12
| * | | | serial: st-asc: Sanitize CSIZE and correct PARENB for CS7Ilpo Järvinen2022-05-191-0/+4
| * | | | serial: sifive: Sanitize CSIZE and c_iflagIlpo Järvinen2022-05-191-1/+5
| * | | | serial: sh-sci: Don't allow CS5-6Ilpo Järvinen2022-05-191-1/+5
| * | | | serial: txx9: Don't allow CS5-6Ilpo Järvinen2022-05-191-0/+2
| * | | | serial: rda-uart: Don't allow CS5-6Ilpo Järvinen2022-05-191-0/+2
| * | | | serial: digicolor-usart: Don't allow CS5-6Ilpo Järvinen2022-05-191-0/+2
| * | | | serial: uartlite: Fix BRKINT clearingIlpo Järvinen2022-05-191-1/+2
| * | | | serial: cpm_uart: Fix build error without CONFIG_SERIAL_CPM_CONSOLEYueHaibing2022-05-191-1/+1
| * | | | serial: core: Do stop_rx in suspend path for console if console_suspend is di...Vijaya Krishna Nivarthi2022-05-191-2/+9
| * | | | tty: serial: qcom-geni-serial: Remove uart frequency table. Instead, find sui...Vijaya Krishna Nivarthi2022-05-191-20/+36
| * | | | serial: 8250_fintek: Check SER_RS485_RTS_* only with RS485Ilpo Järvinen2022-05-191-4/+4
| * | | | Revert "serial: 8250_mtk: Make sure to select the right FEATURE_SEL"AngeloGioacchino Del Regno2022-05-191-7/+0
| * | | | serial: msm_serial: disable interrupts in __msm_console_write()John Ogness2022-05-191-0/+5
| * | | | serial: meson: acquire port->lock in startup()John Ogness2022-05-191-0/+13
| * | | | serial: 8250_dw: Use dev_err_probe()Andy Shevchenko2022-05-191-17/+11
| * | | | serial: 8250_dw: Use devm_add_action_or_reset()Andy Shevchenko2022-05-191-32/+31
| * | | | serial: 8250_dw: Update the list of OF headers used by driverAndy Shevchenko2022-05-191-2/+1
| * | | | serial: jsm: Use B0 instead of 0Ilpo Järvinen2022-05-192-2/+2
| * | | | serial: fsl_lpuart: Remove unnecessary clearing for CRTSCTSIlpo Järvinen2022-05-191-5/+3
| * | | | tty: remove IBSHIFT ifdefsIlpo Järvinen2022-05-191-12/+3