summaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
Commit message (Expand)AuthorAgeFilesLines
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-3080-107/+112
* tty: Make ldisc ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+1
* tty: Make tty_termios_copy_hw() old ktermios constIlpo Järvinen2022-08-301-1/+1
* serial: dz: Assume previous baudrate is validIlpo Järvinen2022-08-301-3/+6
* tty: Fix comment style in tty_termios_input_baud_rate()Ilpo Järvinen2022-08-301-1/+1
* tty: Remove baudrate dead code & make ktermios params constIlpo Järvinen2022-08-302-17/+9
* tty: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-305-11/+11
* tty/vt: Remove printable variableDaniel Vetter2022-08-301-4/+0
* tty: serial: meson: Use devm_clk_get_enabled() helperChristophe JAILLET2022-08-301-26/+3
* serial: 8250: Clear dma tx_err unconditionallyIlpo Järvinen2022-08-301-2/+1
* serial: 8250: Add helper for clearing IERIlpo Järvinen2022-08-301-13/+11
* tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config dependencyJindong Yue2022-08-301-1/+1
* serial: pic32_uart: Convert to use GPIO descriptorsAndy Shevchenko2022-08-301-36/+12
* serial: pic32_uart: Utilize uart_console_enabled()Andy Shevchenko2022-08-301-1/+1
* serial: fsl_lpuart: Fix comment typoJason Wang2022-08-301-1/+1
* serial: pl011: Add reg-io-width parametersShubhrajyoti Datta2022-08-301-0/+16
* tty: xilinx_uartps: Check the clk_enable return valueShubhrajyoti Datta2022-08-301-2/+10
* tty: xilinx_uartps: Add timeout waiting for loopShubhrajyoti Datta2022-08-301-1/+13
* tty: xilinx_uartps: Prevent writes when the controller is disabledShubhrajyoti Datta2022-08-301-0/+15
* tty: xilinx_uartps: Fix the ignore_statusShubhrajyoti Datta2022-08-301-0/+2
* tty: xilinx_uartps: Initialise the read_status_maskShubhrajyoti Datta2022-08-301-0/+2
* tty: xilinx_uartps: Update copyright text to correct formatMichal Simek2022-08-301-1/+1
* tty: xilinx_uartps: Check clk_enable return valueShubhrajyoti Datta2022-08-301-2/+10
* Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-08-0867-2584/+2706
|\
| * tty: serial: qcom-geni-serial: Fix %lu -> %u in print statementsDouglas Anderson2022-08-031-2/+2
| * tty: amiserial: Fix comment typoJason Wang2022-07-281-1/+1
| * tty: serial: document uart_get_console()Jiri Slaby2022-07-281-4/+9
| * tty: serial: serial_core, reformat kernel-doc for functionsJiri Slaby2022-07-281-54/+53
| * Documentation: serial: move GPIO kernel-doc to the functionsJiri Slaby2022-07-281-0/+48
| * Documentation: serial: dedup kernel-doc for uart functionsJiri Slaby2022-07-281-59/+82
| * serial: mvebu-uart: uart2 error bits clearingNarendra Hadke2022-07-281-0/+11
| * tty: serial: fsl_lpuart: correct the count of break charactersSherry Sun2022-07-281-6/+6
| * serial: stm32: make info structs static to avoid sparse warningsBen Dooks2022-07-282-68/+69
| * serial: fsl_lpuart: zero out parity bit in CS7 modeShenwei Wang2022-07-281-2/+24
| * tty: serial: qcom-geni-serial: Fix get_clk_div_rate() which otherwise could r...Vijaya Krishna Nivarthi2022-07-281-35/+53
| * serial: 8250_bcm2835aux: Add missing clk_disable_unprepare()Guo Mengqi2022-07-281-2/+4
| * tty: vt: initialize unicode screen bufferTetsuo Handa2022-07-191-1/+1
| * serial: remove VR41XX serial driverThomas Bogendoerfer2022-07-163-950/+0
| * serial: 8250: lpc18xx: Remove redundant sanity check for RS485 flagsLino Sanfilippo2022-07-141-5/+1
| * serial: 8250_dwlib: remove redundant sanity check for RS485 flagsLino Sanfilippo2022-07-141-8/+2
| * serial: core: sanitize RS485 delays read from device treeLino Sanfilippo2022-07-141-0/+2
| * serial: core: move sanitizing of RS485 delays into own functionLino Sanfilippo2022-07-141-20/+26
| * serial: core, 8250: set RS485 termination GPIO in serial coreLino Sanfilippo2022-07-142-3/+12
| * serial: ar933x: Remove superfluous code in ar933x_config_rs485()Lino Sanfilippo2022-07-141-9/+0
| * serial: ar933x: Fix check for RS485 supportLino Sanfilippo2022-07-141-4/+5
| * serial: 8250_bcm7271: Save/restore RTS in suspend/resumeDoug Berger2022-07-141-6/+18
| * serial: 8250_dw: Avoid pslverr on reading empty receiver fifoVAMSHI GAJJELA2022-07-141-0/+13
| * tty: serial: samsung_tty: fix s3c24xx_serial_set_mctrl()Marek Szyprowski2022-07-141-1/+1
| * serial: 8250: SERIAL_8250_ASPEED_VUART should depend on ARCH_ASPEEDGeert Uytterhoeven2022-07-141-0/+1
| * tty: 8250: Add support for Brainboxes PX cards.Cameron Williams2022-07-141-0/+109