aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-03114-2451/+3164
|\
| * tty: Rework receive flow control char logicIlpo Järvinen2022-05-191-5/+11
| * pcmcia: synclink_cs: Don't allow CS5-6Ilpo Järvinen2022-05-191-1/+5
| * 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
| * dt-bindings: serial: renesas,em-uart: Add RZ/V2M clock to access the registersPhil Edworthy2022-05-191-5/+23
| * 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
| * tty: remove BOTHER ifdefsIlpo Järvinen2022-05-193-20/+7
| * tty: remove CMSPAR ifdefsIlpo Järvinen2022-05-199-34/+1
| * termbits.h: Remove posix_types.h includeIlpo Järvinen2022-05-195-10/+0
| * termbits.h: Align lines & formatIlpo Järvinen2022-05-196-361/+346
| * termbits.h: create termbits-common.h for identical bitsIlpo Järvinen2022-05-197-306/+76
| * tty: serial: samsung_tty: Fix suspend/resume on S5LHector Martin2022-05-192-0/+4
| * Documentation: Wire Oxford Semiconductor PCIe (Tornado) 950Maciej W. Rozycki2022-05-191-0/+1
| * Documentation: Reformat Oxford Semiconductor PCIe (Tornado) 950Maciej W. Rozycki2022-05-191-68/+70
| * Documentation: Move Oxford Semiconductor PCIe (Tornado) 950 to misc-devicesMaciej W. Rozycki2022-05-191-0/+0
| * serial: pmac_zilog: remove initial printJiri Slaby2022-05-191-2/+0
| * serial: pmac_zilog: remove tracing printsJiri Slaby2022-05-191-25/+1
| * serial: pmac_zilog: remove unused uart_pmac_port::termios_cacheJiri Slaby2022-05-192-4/+0
| * serial: pmac_zilog: remove unfinished DBDMA supportJiri Slaby2022-05-192-46/+1
| * serial: amba-pl011: move header content to .cJiri Slaby2022-05-192-37/+30
| * tty: n_gsm: Fix packet data hex dump outputTony Lindgren2022-05-191-8/+23
| * Merge 5.18-rc7 into usb-nextGreg Kroah-Hartman2022-05-16377-1601/+3411
| |\
| * | tty: hvc: dcc: Bind driver to CPU core0 for reads and writesShanker Donthineni2022-05-052-4/+209
| * | termbits: Convert octal defines to hexIlpo Järvinen2022-05-055-533/+533
| * | serial: pch: inline pop_tx() into handle_tx()Jiri Slaby2022-05-051-18/+7
| * | serial: pch: simplify pop_tx() even moreJiri Slaby2022-05-051-7/+5
| * | serial: pch: remove xmit circ_buf size double checkJiri Slaby2022-05-051-6/+1
| * | serial: pch: remove debug print from pop_txJiri Slaby2022-05-051-5/+1
| * | serial: pch: decomission pch_uart_hal_write()Jiri Slaby2022-05-051-33/+13
| * | serial: pch: don't overwrite xmit->buf[0] by x_charJiri Slaby2022-05-051-20/+7
| * | serial: pch: move size check from pop_tx one level upJiri Slaby2022-05-051-6/+8